You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
System information
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
The text was updated successfully, but these errors were encountered: