Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 39408

Summary: qingy fails to compile if /dev/fb0 doesn't exist
Product: Gentoo Linux Reporter: ferret <ferret-bgo>
Component: Current packagesAssignee: Markus Nigbur (RETIRED) <pYrania>
Status: RESOLVED FIXED    
Severity: normal CC: avenj
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description ferret 2004-01-25 19:33:02 UTC
Basically this is the same fix that's been around all the init scripts. In fact,
it's virtually the same text.

src_compile()
{
        if [ -e /dev/.devfsd ] || [ -e /dev/.udev -a -d /dev/fb ]
        then
                export FBSET="/usr/bin/fbset\ -fb\ /dev/fb/0"
        fi

        econf || die

        emake || die
}

There's probably a slightly more elegant way than that, but never mind.
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2004-02-06 12:00:55 UTC
Looks like pyrania's been doing qingy stuff lately. Feel free to take metadata.xml for this if you want it, Markus.
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2004-02-15 10:25:14 UTC
Maybe not so pertinent here, but I'm getting ready to release qingy 0.4.0, which will have no more need of fbset...
Comment 3 ferret 2004-02-16 02:58:00 UTC
Okay. :)

I'll resolve the bug when that release is ready. Thanks.
Comment 4 Markus Nigbur (RETIRED) gentoo-dev 2004-02-24 22:39:14 UTC
Any Progress on 0.4.0?
I just committed 0.3.0 to cvs, without the udev workaround.
Of course i could pull it in, if you need expect to need more time for the next release.

Just leave a notice.
Comment 5 Markus Nigbur (RETIRED) gentoo-dev 2004-03-13 06:20:42 UTC
ping timeout.