Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193283 - net-misc/vnc w/ USE="server" misses dependencies
Summary: net-misc/vnc w/ USE="server" misses dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 06:36 UTC by René 'Necoro' Neumann
Modified: 2007-09-25 18:06 UTC (History)
1 user (show)

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


Attachments
ebuild patch (vnc-ebuild.patch,522 bytes, patch)
2007-09-21 07:15 UTC, René 'Necoro' Neumann
Details | Diff
ebuild patch (vnc-ebuild.patch,522 bytes, patch)
2007-09-21 07:17 UTC, René 'Necoro' Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2007-09-21 06:36:42 UTC
net-misc/vnc-4.1.2-r[34] misses certain dependencies when build with server useflag.

Reproducible: Always

Steps to Reproduce:
1. USE="server" emerge >net-misc/vnc-4.1.2-r2
2. wait
Actual Results:  
Fails with the following error message:
checking for XSERVERCFLAGS... configure: error: Package requirements (randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto xf86dgaproto kbproto >= 1.0.3 videoproto compositeproto >= 0.3 trapproto recordproto resourceproto xineramaproto xkbfile xfont xau fontenc xdmcp) were not met:

No package 'xcmiscproto' found
No package 'bigreqsproto' found

Expected Results:  
Compiles
Comment 1 René 'Necoro' Neumann 2007-09-21 06:45:02 UTC
If it matters: I'm using the xorg-server-1.3.0.0
Comment 2 René 'Necoro' Neumann 2007-09-21 07:15:10 UTC
Created attachment 131489 [details, diff]
ebuild patch

For your convenience ;) ... this patch should do the right thing for both ebuilds... (yes I know that it is only adding two lines ... but ... =P )
Comment 3 René 'Necoro' Neumann 2007-09-21 07:17:21 UTC
Created attachment 131494 [details, diff]
ebuild patch

And the one above was wrong way round *ashamed* ... sorry for bug spamming =(
Comment 4 Raúl Porcel (RETIRED) gentoo-dev 2007-09-25 18:06:56 UTC
Fixed, thanks :)