Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 731778 - www-client/chromium[ozone] fails to compile, fatal error: 'X11/extensions/scrnsaver.h' file not found
Summary: www-client/chromium[ozone] fails to compile, fatal error: 'X11/extensions/scr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-08 19:08 UTC by Alexander Julian Moch
Modified: 2020-07-10 20:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The relevant lines of the compilation process. (relevant_portage_output.txt,6.84 KB, text/plain)
2020-07-08 19:11 UTC, Alexander Julian Moch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Julian Moch 2020-07-08 19:08:38 UTC
I'm running Gnome 3.34 on Wayland. The system profile is default/linux/amd64/17.1 (stable). Apparently www-client/chromium depends on x11-libs/libXScrnSaver so the compilation terminates with a fatal error.

After 'emerge -1 x11-libs/libXScrnSaver' the error does no longer occur and compilation continues.

Reproducible: Always

Steps to Reproduce:
1. emerge chromium
Actual Results:  
../../ui/gfx/x/x11.h:37:10: fatal error: 'X11/extensions/scrnsaver.h' file not found
#include <X11/extensions/scrnsaver.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
ninja: build stopped: subcommand failed.
Comment 1 Alexander Julian Moch 2020-07-08 19:11:04 UTC
Created attachment 648458 [details]
The relevant lines of the compilation process.
Comment 2 Larry the Git Cow gentoo-dev 2020-07-09 14:18:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8950fa93a6b925e82bb042d5ce44a43c178870f

commit a8950fa93a6b925e82bb042d5ce44a43c178870f
Author:     Stephan Hartmann <stha09@googlemail.com>
AuthorDate: 2020-07-08 17:25:31 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-07-09 14:17:59 +0000

    www-client/chromium: beta channel bump to 84.0.4147.85
    
    Bug: https://bugs.gentoo.org/731778
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Stephan Hartmann <stha09@googlemail.com>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/16640

 www-client/chromium/Manifest                                            | 2 +-
 .../{chromium-84.0.4147.68.ebuild => chromium-84.0.4147.85.ebuild}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2020-07-10 20:00:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f817293677942b64166529967c666d0e8e47211a

commit f817293677942b64166529967c666d0e8e47211a
Author:     Stephan Hartmann <stha09@googlemail.com>
AuthorDate: 2020-07-10 15:49:07 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-07-10 20:00:33 +0000

    www-client/chromium: dev channel bump to 85.0.4183.15
    
    Closes: https://bugs.gentoo.org/731778
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Stephan Hartmann <stha09@googlemail.com>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/16658

 www-client/chromium/Manifest                                         | 4 ++--
 .../{chromium-85.0.4181.8.ebuild => chromium-85.0.4183.15.ebuild}    | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)