Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2654

Raspberry Pi OS • Re: apt source chromium-browser not work

$
0
0
Hello,

was close to building packages (strange thing is about chromedrive - there were no required artifacts created for this project so I removed it from control file). building stopped at 'strip' step because it was not able to strip libffmpeg.so. For some reason half of such artifacts were built for x86-64 instead of arm64:

Code:

snv@raspberrypi:out $ find -name libffmpeg.so./arm64-bullseye-ozone-rel/clang_x64_v8_arm64/libffmpeg.so./arm64-bullseye-ozone-rel/libffmpeg.so./arm64-bullseye-ozone-rel-std/clang_x64_v8_arm64/libffmpeg.so./arm64-bullseye-ozone-rel-std/libffmpeg.sosnv@raspberrypi:out $ file ./arm64-bullseye-ozone-rel/clang_x64_v8_arm64/libffmpeg.so./arm64-bullseye-ozone-rel/clang_x64_v8_arm64/libffmpeg.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=985b47bfb4b4c63cb6ec79aa986a135d6d991735, with debug_info, not strippedsnv@raspberrypi:out $ file ./arm64-bullseye-ozone-rel/libffmpeg.so./arm64-bullseye-ozone-rel/libffmpeg.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f7a82167aba6b4c4389bc83b55e4ac104581f453, with debug_info, not strippedsnv@raspberrypi:out $ file ./arm64-bullseye-ozone-rel-std/clang_x64_v8_arm64/libffmpeg.so./arm64-bullseye-ozone-rel-std/clang_x64_v8_arm64/libffmpeg.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=298a8040b88abc2e8e77fad9ca20cc489322f83d, with debug_info, not strippedsnv@raspberrypi:out $ file ./arm64-bullseye-ozone-rel-std/libffmpeg.so./arm64-bullseye-ozone-rel-std/libffmpeg.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b10013d61fb4caed29fdd4d625c5d79d514c43f, with debug_info, not stripped
Saw already version 126 of chromium-browser was posted in RPi-Distro repository, will try to repeat whole process now with this version.

Statistics: Posted by atthe — Mon Jul 22, 2024 9:13 pm



Viewing all articles
Browse latest Browse all 2654

Trending Articles