deb creation permission error

1 view
Skip to first unread message

Kirk Larsen

unread,
Nov 21, 2025, 2:42:26 PM (7 days ago) Nov 21
to chromium-packagers
I am attempting to build chromium from source on my Ubuntu 25.10 box. I can build and run the browser, but I would like to copy or zip only the files needed to run it. When I try to build the deb package using this command:
autoninja -C out/Default "chrome/installer/linux:unstable_deb"
It gives me this:
err: exit=1
python3 ../../build/gn_run_binary.py installer/debian/build.sh -a amd64 -b 1763689419 -c unstable -d chromium -o . -s ../../build/linux/debian_bullseye_amd64-sysroot -t linux -f
build step: __chrome_installer_linux_unstable_deb___build_toolchain_linux_clang_x64__rule "./chromium-browser-unstable_144.0.7537.0-1_amd64.deb"
stdout:
installer/debian/build.sh failed with exit code 1
stderr:
Expected permissions on opt to be 755, but they were 775

Lei Zhang

unread,
Nov 21, 2025, 2:50:18 PM (7 days ago) Nov 21
to Kirk Larsen, chromium-packagers
Is the umask value set to 002 instead of 022? This is on your machine,
so you'll need to figure out why the opt sub-directory within the
staging directory got created with unexpected permission values.
> --
> You received this message because you are subscribed to the Google Groups "chromium-packagers" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to chromium-packag...@chromium.org.
> To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-packagers/dcd60eb6-8b19-4113-9aa9-84e89bb0f3d2n%40chromium.org.
Reply all
Reply to author
Forward
0 new messages