Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501000 - net-misc/tigervnc-1.3.0-r1 - configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met: Requested 'glproto >= 1.4.17' but version of GLProto is 1.4.16 Requested 'gl >= 9.2.0' but version of gl is 9.1.6
Summary: net-misc/tigervnc-1.3.0-r1 - configure: error: Package requirements (glproto ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-11 16:40 UTC by Timo Rothenpieler
Modified: 2014-09-20 11:15 UTC (History)
0 users

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 Timo Rothenpieler 2014-02-11 16:40:03 UTC
I get the following configure errors with the new net-misc/tigervnc-1.3.0-r1 ebuils.


configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met:
Requested 'glproto >= 1.4.17' but version of GLProto is 1.4.16
Requested 'gl >= 9.2.0' but version of gl is 9.1.6


So i guess the dependencys on mesa and glproto in the ebuild need to be updated.
Comment 1 Timo Rothenpieler 2014-02-11 16:50:48 UTC
The same applies for its dependency on x11-libs/xtrans and x11-proto/xextproto, where it depends on the latest ~arch version.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2014-09-20 11:15:38 UTC
Updated the deps.

This is what I used:

 for i in `grep -i x11- /usr/portage/net-misc/tigervnc/tigervnc-1.3.1-r1.ebuild | grep -o 'x11-[a-zA-Z]*/[a-zA-Z]*'`; do grep $i /usr/portage/x11-base/xorg-server/xorg-server-1.15.0.ebuild ; done