MediaSDK icon indicating copy to clipboard operation
MediaSDK copied to clipboard

Error : Build Package From Source In Debian

Open YounesGhanem opened this issue 3 years ago • 0 comments

System information

  • CPU information : model name : Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
  • Addition Infos :
    • Target in a linux PC running debian 11 (bullseye)
    • Developing on Docker (visual studio code with docker installed)

Issue behavior

Describe the current behavior

Failed creating DEB package from source Result of Build [ 70%] Built target decode_hw make[2]: Leaving directory '/workspaces/KerfControlService/src/backup_mfx/intel-mediasdk-22.3.0/intel-mediasdk-22.3.0/build' make[1]: *** [Makefile:163: all] Error 2 make[1]: Leaving directory '/workspaces/KerfControlService/src/backup_mfx/intel-mediasdk-22.3.0/intel-mediasdk-22.3.0/build' dh_auto_build: error: cd build && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2 make: *** [debian/rules:4: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 W: Download is performed unsandboxed as root as file 'intel-mediasdk_22.3.0-1.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) E: Build command 'cd intel-mediasdk-22.3.0 && dpkg-buildpackage -b -uc' failed.

Right now I don't have any idea what could possibly be the cause of that. Did you have experienced something similar or where would you look at ? Note that I'm running this on Docker. Will try to run it on my Linux PC tonight.

Many Thanks Younes

YounesGhanem avatar Jul 28 '22 11:07 YounesGhanem