Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614176 - sys-devel/crossdev cann't build uclibc headers.
Summary: sys-devel/crossdev cann't build uclibc headers.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Crossdev team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: crossdev-bugs
  Show dependency tree
 
Reported: 2017-03-29 04:19 UTC by Oleg
Modified: 2017-11-25 13:59 UTC (History)
3 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 Oleg 2017-03-29 04:19:01 UTC
I'm trying to install cross compiler for mipsel-hardfloat-linux-uclibc. 

With any variants I get error when emerge cross-mipsel-hardfloat-linux-uclibc/uclibc-0.9.33.2-r15 headers:


make -j7 -s oldconfig 
>>> Source unpacked in /tmp/portage/cross-mipsel-hardfloat-linux-uclibc/uclibc-0.9.33.2-r15/work
>>> Compiling source in /tmp/portage/cross-mipsel-hardfloat-linux-uclibc/uclibc-0.9.33.2-r15/work/uClibc-0.9.33.2 ...
make -j7 headers 
make: mipsel-hardfloat-linux-uclibc-gcc: Command not found
Rules.mak:665: *** Your binutils do not support --hash-style option, while you want to use it.  Stop.
emake failed

It's 3st step after binutils and linux-headers so compiler've not yet built at this step.

Both 20151026-r1 and 20160602-r1 version affected.
Comment 1 Oleg 2017-11-25 13:59:45 UTC
Looks like there was `--without-headers` workaround.