Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489730 - sys-apps/util-linux-2.20.1[prefix] fails to build
Summary: sys-apps/util-linux-2.20.1[prefix] fails to build
Status: RESOLVED DUPLICATE of bug 518898
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: Sparc64 Solaris
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 09:38 UTC by Dirk Heinrichs
Modified: 2015-05-11 07:23 UTC (History)
0 users

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 Dirk Heinrichs 2013-10-29 09:38:19 UTC
The buildproduces the following error:

>>> Source configured.
>>> Compiling source in /opt/prefix/var/tmp/portage/sys-apps/util-linux-2.20.1/work/util-linux-2.20.1 ...
make -j8 -C shlibs
make: *** shlibs: No such file or directory.  Stop.
emake failed

Well, make is right, there is no shlibs directory in util-linux.

The relevant code in the ebuild looks like:

src_compile() {
        if use prefix; then
                emake -C shlibs || die
        else
                emake || die
        fi
}

with a similar construct in src_install().

Reproducible: Always

Steps to Reproduce:
emerge --oneshot util-linux (actually happens to me during "emerge -e system" while running the bootstrap).
Actual Results:  
The package doesn't compile.

Expected Results:  
The package should compile and bootstrap finish cleanly.
Comment 1 Benda Xu gentoo-dev 2015-05-11 07:23:16 UTC
Fixed in the newest ebuild, see also bug 518898.  Thanks for reporting.

*** This bug has been marked as a duplicate of bug 518898 ***