Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577956 - >=dev-db/firebird-2.5.3.26780.0-r3 unable to build SuperClassic server
Summary: >=dev-db/firebird-2.5.3.26780.0-r3 unable to build SuperClassic server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Matrosov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-21 21:35 UTC by Maciej S. Szmigiero
Modified: 2017-02-04 19:32 UTC (History)
1 user (show)

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 Maciej S. Szmigiero 2016-03-21 21:35:29 UTC
The following commit:
https://github.com/gentoo/gentoo/commit/9b00135f4696e539a3cbee711ac687f4f9ded105
removed ability to build SuperClassic server, which was done by setting firebird USE flags to "-client -superserver -xinetd".

You can see it in ebuild source that this is a valid setting:
        use client && return
(..)
        # SuperServer
        if use superserver ; then
                dosbin bin/{fbguard,fbserver}
        # ClassicServer
        elif use xinetd ; then
                dosbin bin/fb_inet_server
        # SuperClassic
        else

If I change REQUIRED_USE to "?? ( client superserver xinetd )" in ebuild
SuperClassic server builds fine again.

Note this is not a duplicate of bug 420939, since that bug is about inability
to build ClassicServer with "xinetd" USE flag being set (due to SuperClassic patch being wrongly applied).
Comment 1 Maciej S. Szmigiero 2017-01-06 20:34:27 UTC
Created Github PR 3357 that includes fix for this bug.
Comment 2 Andreas Sturmlechner gentoo-dev 2017-02-04 19:32:22 UTC
Thanks for your work, fixed by commit 06590bfb0f7ec387135e4c00935c52dcef5d00ef