Hello,
thank you for your help so far!
was able to cross-compile both folders:Now trying to package the results into nice debian packages but this seems like even more challenging mission.
I mounted folder from my build x86-64 system to raspberry pi running Raspbian OS 64-bits.
I placed both folders debian and chrome on same level as src inside chromium. Then start debuild -uc -us -b.
Got error of patching because it wanted to patch all files which already were patched during build stage (ok, maybe I patched incorrectly as there are were vague instructions to use quilt so I did sort of manual quilt push -a).
After commenting out patching stage I stopped at libffmpeg.so copying:But that file is present inside 'src' folder:So I copied debian and chrome folders into src and started debuild -uc -us -b from that location. Process also failed but this time with different error:As I can see now it looks like it must be started from outside src folder as it include it's name into destination path when tried to move some files.
So I'm stuck with packages creating, please help.
Thank you!
thank you for your help so far!
was able to cross-compile both folders:
Code:
out/arm64-bullseye-ozone-relout/arm64-bullseye-ozone-rel-std
I mounted folder from my build x86-64 system to raspberry pi running Raspbian OS 64-bits.
I placed both folders debian and chrome on same level as src inside chromium. Then start debuild -uc -us -b.
Got error of patching because it wanted to patch all files which already were patched during build stage (ok, maybe I patched incorrectly as there are were vague instructions to use quilt so I did sort of manual quilt push -a).
After commenting out patching stage I stopped at libffmpeg.so copying:
Code:
# Two stages: Install out of source tree. Copy to packaging.mkdir -p verify-install-integrity-depmkdir -p /media/xternalflash/snv/chromium/debian/tmp-extra/usr/lib/chromium-browsermv -v out/"arm64-bullseye-ozone-rel"/libffmpeg.so /media/xternalflash/snv/chromium/debian/tmp-extra/usr/lib/chromium-browsermv: cannot stat 'out/arm64-bullseye-ozone-rel/libffmpeg.so': No such file or directory
Code:
$ ls -ltr src/out/"arm64-bullseye-ozone-rel"/libffmpeg.so-rwxr-xr-x 1 root root 5384280 Jul 6 04:42 src/out/arm64-bullseye-ozone-rel/libffmpeg.so
Code:
dh_clean rm -f debian/debhelper-build-stamp cp -an --reflink=auto debian/.debhelper/bucket/files/675bd4586ffe2f9b93d437a5f2f16a8c16fbb9e97ddc26b9fd9d9fd345a6e307 debian/.debhelper/bucket/files/675bd4586ffe2f9b93d437a5f2f16a8c16fbb9e97ddc26b9fd9d9fd345a6e307.tmpdh_clean: error: mv debian/.debhelper/bucket/files/675bd4586ffe2f9b93d437a5f2f16a8c16fbb9e97ddc26b9fd9d9fd345a6e307.tmp src/third_party/sqlite/src/config.guess: No such file or directory mv debian/.debhelper/bucket/files/675bd4586ffe2f9b93d437a5f2f16a8c16fbb9e97ddc26b9fd9d9fd345a6e307.tmp src/third_party/sqlite/src/config.guessmake[1]: *** [debian/rules:378: override_dh_clean] Error 25
So I'm stuck with packages creating, please help.
Thank you!
Statistics: Posted by atthe — Mon Jul 08, 2024 12:57 pm