Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails checking linux package deps on other distros when --official-build=false #305

Open
bkero opened this issue Jun 7, 2018 · 8 comments

Comments

@bkero
Copy link
Contributor

bkero commented Jun 7, 2018

Description

The build fails while doing the create_dist step with the following logs:

Steps to Reproduce

  1. sudo ./src/build/install-build-deps.sh --no-prompt
  2. yarn build Release --debug_build=false --official_build=false --channel=beta
  3. yarn run create_dist Release --debug_build=false --official_build=false --channel=beta

Actual result:

01:00:26 [607/644] STAMP obj/chrome/installer/linux/calculate_rpm_dependencies.inputdeps.stamp
01:00:26 [608/644] STAMP obj/chrome/installer/linux/calculate_deb_dependencies.inputdeps.stamp
01:00:26 [609/644] ACTION //chrome/installer/linux:calculate_rpm_dependencies(//build/toolchain/linux:clang_x64)
01:00:26 [610/644] ACTION //chrome/installer/linux:calculate_rpm_dependencies(//build/toolchain/linux:clang_x64)
01:00:26 FAILED: rpm_brave.deps 
01:00:26 python ../../chrome/installer/linux/rpm/calculate_package_deps.py brave rpm_brave.deps --distro-check
01:00:26 Unexpected new dependency libresolv.so.2()(64bit) on distro openSUSE Leap 42.3 caused by binary brave
01:00:26 Unexpected new dependency libcairo-gobject.so.2()(64bit) on distro openSUSE Leap 42.3 caused by binary brave
01:00:26 Unexpected new dependency libplc4.so()(64bit) on distro openSUSE Leap 42.3 caused by binary brave
01:00:26 Unexpected new dependency libz.so.1()(64bit) on distro openSUSE Leap 42.3 caused by binary brave
01:00:26 Unexpected new dependency libplds4.so()(64bit) on distro openSUSE Leap 42.3 caused by binary brave
01:00:26 Unexpected new dependency libresolv.so.2()(64bit) on distro Fedora 26 caused by binary brave
01:00:26 Unexpected new dependency libcairo-gobject.so.2()(64bit) on distro Fedora 26 caused by binary brave
01:00:26 Unexpected new dependency libplc4.so()(64bit) on distro Fedora 26 caused by binary brave
01:00:26 Unexpected new dependency libz.so.1()(64bit) on distro Fedora 26 caused by binary brave
01:00:26 Unexpected new dependency libplds4.so()(64bit) on distro Fedora 26 caused by binary brave
01:00:26 Unexpected new dependency libresolv.so.2()(64bit) on distro Fedora 27 caused by binary brave
01:00:26 Unexpected new dependency libcairo-gobject.so.2()(64bit) on distro Fedora 27 caused by binary brave
01:00:26 Unexpected new dependency libplc4.so()(64bit) on distro Fedora 27 caused by binary brave
01:00:26 Unexpected new dependency libz.so.1()(64bit) on distro Fedora 27 caused by binary brave
01:00:26 Unexpected new dependency libplds4.so()(64bit) on distro Fedora 27 caused by binary brave
01:00:26 Unexpected new dependency libresolv.so.2()(64bit) on distro openSUSE Leap 42.2 caused by binary brave
01:00:26 Unexpected new dependency libcairo-gobject.so.2()(64bit) on distro openSUSE Leap 42.2 caused by binary brave
01:00:26 Unexpected new dependency libplc4.so()(64bit) on distro openSUSE Leap 42.2 caused by binary brave
01:00:26 Unexpected new dependency libz.so.1()(64bit) on distro openSUSE Leap 42.2 caused by binary brave
01:00:26 Unexpected new dependency libplds4.so()(64bit) on distro openSUSE Leap 42.2 caused by binary brave
01:00:26 Unexpected new dependency libresolv.so.2()(64bit) on distro Fedora 25 caused by binary brave
01:00:26 Unexpected new dependency libcairo-gobject.so.2()(64bit) on distro Fedora 25 caused by binary brave
01:00:26 Unexpected new dependency libplc4.so()(64bit) on distro Fedora 25 caused by binary brave
01:00:26 Unexpected new dependency libz.so.1()(64bit) on distro Fedora 25 caused by binary brave
01:00:26 Unexpected new dependency libplds4.so()(64bit) on distro Fedora 25 caused by binary brave
01:00:26 [611/644] ACTION //chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_x64)
01:00:29 [612/644] ACTION //chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_x64)
01:00:29 FAILED: deb_brave.deps 
01:00:29 python ../../chrome/installer/linux/debian/calculate_package_deps.py brave ../../build/linux/debian_sid_amd64-sysroot x64 deb_brave.deps --distro-check
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Ubuntu 14.04 (Trusty) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Ubuntu 14.04 (Trusty) caused by binary brave
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Debian 9 (Stretch) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Debian 9 (Stretch) caused by binary brave
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Ubuntu 16.04 (Xenial) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Ubuntu 16.04 (Xenial) caused by binary brave
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Debian 10 (Buster) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Debian 10 (Buster) caused by binary brave
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Ubuntu 17.10 (Artful) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Ubuntu 17.10 (Artful) caused by binary brave
01:00:29 Dependency libcairo-gobject2 (>= 1.10.0) not satisfiable on distro Debian 8 (Jessie) caused by binary brave
01:00:29 Dependency zlib1g (>= 1:1.1.4) not satisfiable on distro Debian 8 (Jessie) caused by binary brave
01:00:34 [613/644] ACTION //brave/app/linux:generate_breakpad_symbols(//build/toolchain/linux:clang_x64)
01:00:34 ninja: build stopped: subcommand failed.
01:00:34 null
01:00:34 null
01:00:34 error Command failed with exit code 1.

Expected result:

Reproduces how often:

Brave version (about:brave info)

Reproducible on current release:

Website problems only:

  • Does the issue gets fixed with Brave Shields disabled?
  • Does the issue reproduces on Chrome?

Additional Information

bkero added a commit to bkero/brave-core that referenced this issue Jun 7, 2018
bkero added a commit to bkero/brave-core that referenced this issue Jun 7, 2018
This commit is in reference to brave/brave-browser#305

We still need to run the update script by hand though, to generate a
useful json file.
bkero added a commit to bkero/brave-browser that referenced this issue Jun 7, 2018
This turns off distro version checks for non-official builds

This is in reference to brave#305
@Jacalz
Copy link
Contributor

Jacalz commented Jun 7, 2018

You might want to update https://github.com/brave/brave-browser/wiki/Linux-Development-Environment arter this gets fixed 😉

@mbacchi
Copy link
Contributor

mbacchi commented Jun 8, 2018

I wanted to reference this Chromium issue which is related to this problem, for posterity: https://bugs.chromium.org/p/chromium/issues/detail?id=766710

@bbondy bbondy added this to Ryan Gerstenkorn / Ben Kero in 0.55.x - Release Jun 10, 2018
cezaraugusto pushed a commit to brave/brave-core that referenced this issue Jun 13, 2018
This commit is in reference to brave/brave-browser#305

We still need to run the update script by hand though, to generate a
useful json file.
@bbondy bbondy added this to the Releasable builds milestone Jun 14, 2018
bkero added a commit that referenced this issue Jun 25, 2018
This turns off distro version checks for non-official builds

This is in reference to #305
@bbondy bbondy modified the milestones: Releasable builds 0.55.x, Backlog Aug 20, 2018
@bbondy bbondy removed this from Ryan Gerstenkorn / Ben Kero in 0.55.x - Release Sep 9, 2018
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@fmarier
Copy link
Member

fmarier commented Apr 24, 2019

I ran into the same problems in brave/brave-core#1078 (comment).

The solution, which I documented in https://github.com/brave/brave-browser/wiki/Linux-packages#build-command, is to use --official_build=true or to omit that option entirely.

@fmarier fmarier changed the title Build fails checking linux package deps on other distros Build fails checking linux package deps on other distros when --official-build=false Apr 24, 2019
@maximbaz
Copy link

Maybe something has changed, but this trick doesn't work for me anymore 😞 I used the --official_build=true (the full command below) and still got all these compilation errors.

npm install
npm run init
npm run create_dist Release --debug_build=false --official_build=true

And the errors are like:

[38185/38211] ACTION //chrome/installer/linux:calculate_rpm_dependencies(//build/toolchain/linux:clang_x64)           
FAILED: rpm_libwidevinecdm.deps                                                                                       
python ../../chrome/installer/linux/rpm/calculate_package_deps.py libwidevinecdm.so rpm_libwidevinecdm.deps libwidevin
ecdm.so --distro-check                                                                                                
Traceback (most recent call last):                                                                                    
  File "../../chrome/installer/linux/rpm/calculate_package_deps.py", line 34, in <module>                             
    stdout=subprocess.PIPE, stderr=subprocess.PIPE)                                                                   
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__                                                      
    errread, errwrite)                                                                                                
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child                                               
    raise child_exception                                                                                             
OSError: [Errno 2] No such file or directory                                                                          
[38186/38211] ACTION //chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_x64)           
FAILED: deb_brave_sandbox.deps                                                                                        
python ../../chrome/installer/linux/debian/calculate_package_deps.py brave_sandbox ../../build/linux/debian_sid_amd64-
sysroot x64 deb_brave_sandbox.deps --distro-check                                                                     
Traceback (most recent call last):                                                                                    
  File "../../chrome/installer/linux/debian/calculate_package_deps.py", line 59, in <module>                          
    cwd=sysroot)                                                                                                      
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__                                                      
    errread, errwrite)                                                                                                
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child                                                   raise child_exception                                                                                             
OSError: [Errno 2] No such file or directory                                                                          
[38187/38211] ACTION //chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_x64)           
FAILED: deb_brave.deps                                                                                                
python ../../chrome/installer/linux/debian/calculate_package_deps.py brave ../../build/linux/debian_sid_amd64-sysroot 
x64 deb_brave.deps --distro-check                                                                                     
Traceback (most recent call last):                                                                                    
  File "../../chrome/installer/linux/debian/calculate_package_deps.py", line 59, in <module>                          
    cwd=sysroot)                                                                                                      
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__                                                      
    errread, errwrite)                                                                                                
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child                                                   raise child_exception                                                                                             
OSError: [Errno 2] No such file or directory  

@bsclifton
Copy link
Member

@maximbaz can you try also passing in --skip_signing? This is going to fail for most people (as-is) because it will try to do signing for the binaries

@maximbaz
Copy link

I think it fails before signing, due to me not having the necessary tools to create .deb and .rpm files.

But this actually isn't an issue for me anymore - to create an Arch Linux package I ended up using a simple npm run build Release and then cherry-picking the necessary files from /src/out/Release folder.

Here are the full build instructions, by the way, in case anyone is interested: PKGBUILD

@fmarier
Copy link
Member

fmarier commented Jul 17, 2019

@bsclifton Is the original issue (builds not working with --official-build=false) actually fixed or did you close this based on #305 (comment)?

@bsclifton
Copy link
Member

@fmarier good question... I know I have built with --official-build=false, but I haven't tried to do create_dist. I'll keep open until we can confirm that

@bsclifton bsclifton reopened this Jul 18, 2019
@simonhong simonhong assigned simonhong and unassigned simonhong Nov 5, 2019
petemill pushed a commit to brave/brave-core that referenced this issue Jul 27, 2020
This turns off distro version checks for non-official builds

This is in reference to brave/brave-browser#305
petemill pushed a commit to brave/brave-core that referenced this issue Jul 28, 2020
This turns off distro version checks for non-official builds

This is in reference to brave/brave-browser#305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants