Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619736 - sys-apps/moreutils-0.60-r1: Cannot emerge with uclibc-ng
Summary: sys-apps/moreutils-0.60-r1: Cannot emerge with uclibc-ng
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: uclibc-porting
  Show dependency tree
 
Reported: 2017-05-26 11:25 UTC by tinybuilder
Modified: 2019-12-13 16:47 UTC (History)
2 users (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 tinybuilder 2017-05-26 11:25:49 UTC
Using the latest stage3 of uclibc hardened, it's impossible to emerge moreutils as it complains of an undefined reference:

/var/tmp/portage/sys-apps/moreutils-0.60-r1/temp/cc22OERJ.o: In function `main':
parallel.c:(.text.startup+0x3c4): undefined reference to `getloadavg'


In parallel.c there's a definition of this getloadavg function but only if defined(__CYGWIN__).

I'm not sure if this means the problem is with moreutils and needs to add a "|| defined(__UCLIBC__)" to the condition, or with uclibc-ng missing this function definition.

To reproduce:
1. emerge moreutils
Comment 1 Pacho Ramos gentoo-dev 2019-12-13 16:47:29 UTC
please retry with 0.63