Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643070 - www-client/chromium-64.0.3282.39 fails to build without app-accessibility/at-spi2-atk installed
Summary: www-client/chromium-64.0.3282.39 fails to build without app-accessibility/at-...
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:
Depends on:
Blocks:
 
Reported: 2018-01-02 00:03 UTC by Nick Herman
Modified: 2018-01-02 01:14 UTC (History)
0 users

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


Attachments
emerge --info www-client/chromium (emerge--info.txt,22.92 KB, text/plain)
2018-01-02 00:03 UTC, Nick Herman
Details
build.log.xz (build.log.xz,10.50 KB, application/x-xz)
2018-01-02 00:05 UTC, Nick Herman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Herman 2018-01-02 00:03:51 UTC
Created attachment 512676 [details]
emerge --info www-client/chromium

Reproducible: Always

Steps to Reproduce:
1. Use system without app-accessibility/at-spi2-atk installed
2. emerge www-client/chromium
Result:
[...]
Package atk-bridge-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `atk-bridge-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'atk-bridge-2.0' found
[...]

Full build log attached.

Expected Results:
a) chromium build script should be configured/patched not to depend on atk-bridge
b) app-accessibility/at-spi2-atk should be added as chromium dependency
Comment 1 Nick Herman 2018-01-02 00:05:16 UTC
Created attachment 512678 [details]
build.log.xz
Comment 2 Larry the Git Cow gentoo-dev 2018-01-02 01:14:47 UTC
The bug has been closed via the following commit(s):

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

commit e7d5cc1ab845e516b70b7a3e4b2c5d6382eb6ecc
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-01-02 01:14:16 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-01-02 01:14:16 +0000

    www-client/chromium: depend on dev-libs/atk and app-accessibility/at-spi2-atk
    
    Closes: https://bugs.gentoo.org/643070
    Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37

 www-client/chromium/chromium-64.0.3282.39.ebuild | 4 +++-
 www-client/chromium/chromium-65.0.3298.3.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)