Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394611 - net-misc/vino-3.2.1 fails to build with USE="-zlib"
Summary: net-misc/vino-3.2.1 fails to build with USE="-zlib"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-13 22:22 UTC by Ben Kohler
Modified: 2011-12-14 04:51 UTC (History)
0 users

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


Attachments
failed build log (build.log,67.61 KB, text/plain)
2011-12-13 22:23 UTC, Ben Kohler
Details
emerge --info (emerge.info,4.47 KB, text/plain)
2011-12-13 22:24 UTC, Ben Kohler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kohler gentoo-dev 2011-12-13 22:22:25 UTC
See summary, build log to follow.

Reproducible: Always

Steps to Reproduce:
1.  USE="-zlib" emerge =net-misc/vino-3.2.1
Actual Results:  
fail

Expected Results:  
success
Comment 1 Ben Kohler gentoo-dev 2011-12-13 22:23:10 UTC
Created attachment 295727 [details]
failed build log
Comment 2 Ben Kohler gentoo-dev 2011-12-13 22:24:43 UTC
Created attachment 295731 [details]
emerge --info
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-14 04:51:51 UTC
Vino fails to build only if USE="jpeg -zlib" because (at least for vino's vnc implementation) tight encoding requires zlib encoding. I have therefore added REQUIRED_USE="jpeg? ( zlib )" to the ebuild.

>  14 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> vino-3.2.1.ebuild:
>  Build fails if USE="jpeg -zlib" (bug #394611, thanks to Ben Kohler for
>  reporting).