Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381433 - x11-base/xorg-server-1.11.0 requires >=x11-proto/fixesproto-5.0
Summary: x11-base/xorg-server-1.11.0 requires >=x11-proto/fixesproto-5.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-01 13:48 UTC by Thomas Capricelli
Modified: 2011-09-02 00:57 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 Thomas Capricelli 2011-09-01 13:48:46 UTC
i try to update 'xorg-server'. I was surprised so few dependancies were pulled in as this computer was not updated in the last year.
The version that came was 'x11-base/xorg-server-1.11.0', and the compilation failed with :

-----------------------------------------------------------------------------
....
checking for gcry_md_open in -lgcrypt... yes
checking for SHA1_Init in -lcrypto... yes
checking for OPENSSL... yes
checking for SHA1 implementation... libgcrypt
checking for XSERVERCFLAGS... no
configure: error: Package requirements (fixesproto >= 5.0 damageproto >= 1.1 xcmiscproto >= 1.2.0 xtrans >= 1.2.2 bigreqsproto >= 1.1.0 xproto >= 7.0.22 randrproto >= 1.2.99.3 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 1.9.99.902 kbproto >= 1.0.3 fontsproto videoproto compositeproto >= 0.4 recordproto >= 1.13.99.1 scrnsaverproto >= 1.1 resourceproto xineramaproto xkbfile  pixman-1 >= 0.21.8 xfont >= 1.4.2 xau xdmcp) were not met:

Requested 'fixesproto >= 5.0' but version of FixesProto is 4.1.1
-----------------------------------------------------------------------------

I can confirm with 'genlop fixesproto' that the last version installed is 4.1.1

Reproducible: Always
Comment 1 Thomas Capricelli 2011-09-01 15:16:44 UTC
fixesproto was the only problem actually. After fixing the version number in ebuild and running 'repoman manifest', it now works well, triggering the install of version fixesproto 5.0 and then xorg-server emerges with no problem.
Comment 2 Matt Turner gentoo-dev 2011-09-02 00:57:24 UTC
Thanks, fixed.