| Summary: | binutils-2.16.1-r2: build fails with LINGUAS="zh" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Boris Dusek <borisdusek> |
| Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Boris Dusek
2006-05-29 06:06:46 UTC
Try w/ MAKEOPTS="-j1", we can't fix something if we don't see the error... (In reply to comment #1) > Try w/ MAKEOPTS="-j1", we can't fix something if we don't see the error... > So I tried 'MAKEOPTS="-j1" emerge -u binutils', but sadly the error output is exactly the same. (In reply to comment #1) > Try w/ MAKEOPTS="-j1", we can't fix something if we don't see the error... > I tried today with make-3.80-r4 and make-3.81, binutils-2.16.1 and binutils-2.16.1-r2, alle with MAKEOPTS="-j1", but still no success. I really don't know what to do to find the cause of the problem. I even tried binutils-2.15.92.0.2-r10 (all binutils I tested are stable on x86), but got this error: cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing default commands make[3]: Leaving directory `/home/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd/po' make[3]: Entering directory `/home/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd/po' make[3]: *** No rule to make target `zh.gmo', needed by `all-yes'. Stop. make[3]: Leaving directory `/home/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd/po' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/tmp/portage/binutils-2.15.92.0.2-r10/work/build/bfd' make: *** [all-bfd] Error 2 run `emerge binutils >& log` and post the log as an attachment (In reply to comment #1) > Try w/ MAKEOPTS="-j1", we can't fix something if we don't see the error... > O.k, cleaning the LINGUAS variable made it build successfully. I will post a full bzipped log sometime soon of the faulty build. zh gets properly scrubbed in my env: * Sorry, but binutils does not support the en LINGUA * Sorry, but binutils does not support the cs LINGUA * Sorry, but binutils does not support the zh LINGUA |