Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903922 - sys-apps/dbus[X] should depend on x11-base/xorg-proto
Summary: sys-apps/dbus[X] should depend on x11-base/xorg-proto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-06 18:20 UTC by Mike Gilbert
Modified: 2023-04-06 18:36 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2023-04-06 18:20:35 UTC
From #gentoo-dev:

<@juippis> checking for X... no
<@juippis> configure: error: Couldn't find X11, tried with pkg-config.
<@juippis> !!! Please attach the following file when seeking support:
<@juippis> !!! /var/tmp/portage/sys-apps/dbus-1.15.4/work/dbus-1.15.4-abi_x86_64.amd64/config.log
<@juippis>  * ERROR: sys-apps/dbus-1.15.4::gentoo failed (configure phase):

I was able to reproduce this locally, and config.log contains this:

configure:22920: checking for x11
configure:22927: $PKG_CONFIG --exists --print-errors "x11"
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xproto', required by 'x11', not found
Package 'kbproto', required by 'x11', not found
configure:22930: $? = 1
configure:22944: $PKG_CONFIG --exists --print-errors "x11"
Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xproto', required by 'x11', not found
Package 'kbproto', required by 'x11', not found
configure:22947: $? = 1
configure:22961: result: no
Package 'xproto', required by 'x11', not found
Package 'kbproto', required by 'x11', not found
configure:22980: error: Couldn't find X11, tried with pkg-config.
Comment 1 Larry the Git Cow gentoo-dev 2023-04-06 18:36:50 UTC
The bug has been closed via the following commit(s):

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

commit 958ebb36ce2f2b64c2815ea50a79a28f31a05ac4
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2023-04-06 18:24:48 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2023-04-06 18:24:48 +0000

    sys-apps/dbus: add x11-base/xorg-proto to DEPEND
    
    Closes: https://bugs.gentoo.org/903922
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/dbus/dbus-1.15.2.ebuild | 1 +
 sys-apps/dbus/dbus-1.15.4.ebuild | 1 +
 2 files changed, 2 insertions(+)