Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329691 - x11-libs/libX11 - checking for X11... configure: error: Package requirements (xproto [...]
Summary: x11-libs/libX11 - checking for X11... configure: error: Package requirements ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 11:49 UTC by Johannes Krude
Modified: 2010-07-25 22:55 UTC (History)
0 users

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


Attachments
mipsel-unknown-linux-gnu-emerge --info (emerge.info,3.45 KB, text/plain)
2010-07-24 11:54 UTC, Johannes Krude
Details
emerge output (x11lib.log,9.96 KB, text/plain)
2010-07-24 12:08 UTC, Johannes Krude
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Krude 2010-07-24 11:49:27 UTC
I tried to emerge libX11. Configure aborted with the following error.

-----------------
checking for X11... configure: error: Package requirements (xproto >= 7.0.13 xextproto xtrans xau xcmiscproto bigreqsproto kbproto inputproto) were not met:

No package 'xcmiscproto' found
No package 'bigreqsproto' found
No package 'inputproto' found
-----------------

After adding
x11-proto/xcmiscproto
x11-proto/bigreqsproto
x11-proto/inputproto
to the ebuild everything compiled fine.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-07-24 11:54:27 UTC
attach full build.log
Comment 2 Johannes Krude 2010-07-24 11:54:54 UTC
Created attachment 239997 [details]
mipsel-unknown-linux-gnu-emerge --info
Comment 3 Johannes Krude 2010-07-24 12:08:10 UTC
Created attachment 239999 [details]
emerge output
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-25 17:39:20 UTC
Please attach the config.log as well.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-25 17:49:22 UTC
Actually libX11 ebuilds list those fine:

cvs/gentoo-x86/x11-libs/libX11 $ ebuildvar DEPEND libX11-1.3.4.ebuild | grep proto
libX11-1.3.4.ebuild:    x11-proto/kbproto
libX11-1.3.4.ebuild:    >=x11-proto/xproto-7.0.13
libX11-1.3.4.ebuild:    x11-proto/xf86bigfontproto
libX11-1.3.4.ebuild:            x11-proto/bigreqsproto
libX11-1.3.4.ebuild:            x11-proto/xcmiscproto
libX11-1.3.4.ebuild:    x11-proto/inputproto
libX11-1.3.4.ebuild:    x11-proto/xextproto"

so I am changing the Summary accordingly.