Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546034 - x11-libs/xosd-2.2.14-r2 no xinerama support when compiled with USE=xinerama
Summary: x11-libs/xosd-2.2.14-r2 no xinerama support when compiled with USE=xinerama
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 07:34 UTC by a random fuzz
Modified: 2022-08-02 01:20 UTC (History)
0 users

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


Attachments
xosd build log, xinerama use flag disabled (xosd.no_use_flag.build.log,28.30 KB, text/x-log)
2015-04-18 02:44 UTC, a random fuzz
Details
xosd build log, USE="xinerama" (xosd.+xinerama.build.log,28.10 KB, text/x-log)
2015-04-18 02:45 UTC, a random fuzz
Details
xosd build log, USE="-xinerama" (xosd.-xinerama.build.log,28.10 KB, text/x-log)
2015-04-18 02:45 UTC, a random fuzz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description a random fuzz 2015-04-09 07:34:45 UTC
xosd compiles with xinerama enabled by default.
However, using either --disable-xinerama or --enable-xinerama disables xinerama, which means the "$(use_enable xinerama)" line disables xinerama support regardless of your use flag.

Reproducible: Always
Comment 1 Jason Zaman gentoo-dev 2015-04-09 16:18:23 UTC
can you attach your build.log too please.
Comment 2 a random fuzz 2015-04-18 02:44:53 UTC
Created attachment 401496 [details]
xosd build log, xinerama use flag disabled
Comment 3 a random fuzz 2015-04-18 02:45:28 UTC
Created attachment 401498 [details]
xosd build log, USE="xinerama"
Comment 4 a random fuzz 2015-04-18 02:45:52 UTC
Created attachment 401500 [details]
xosd build log, USE="-xinerama"
Comment 5 a random fuzz 2015-04-18 02:51:13 UTC
Finally managed to get around to getting the build logs. I uploaded three build logs, USE="xinerama", USE="-xinerama", and a local overlay where I had the "\ $(use_enable xinerama)" part of the ebuild commented out.

You should be able to see in the build logs that both --disable-xinerama or --enable-xinerama are disabling xinerama, and I first noticed this when trying to compile xosd locally outside of portage.
Comment 6 Pacho Ramos gentoo-dev 2018-02-05 16:34:55 UTC
can you retry with x11-libs/xosd-2.2.14_p2_p1 version please?