Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351635 - Emerging dev-libs/icu-4.6 fails with *** No rule to make target 1.4, needed by `all-local'. Stop.
Summary: Emerging dev-libs/icu-4.6 fails with *** No rule to make target 1.4, needed b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 09:45 UTC by gentooer
Modified: 2011-01-17 13:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build Log (build.log,10.50 KB, text/plain)
2011-01-14 09:47 UTC, gentooer
Details
Emerge --info log (emergeinfo.log,4.99 KB, text/plain)
2011-01-14 09:47 UTC, gentooer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentooer 2011-01-14 09:45:33 UTC
Running unstabel Gentoo, icu does not compile anymore since several days. The older versions are also affected.

It gives the following error message:

ICU for C/C++ 4.6 is ready to be built.
=== Important Notes: ===
Data Packaging: library
 This means: ICU data will be linked with ICU. A shared data library will be built. 
 To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override.
Building ICU: Use a GNU make such as /usr/bin/gmake to build ICU.
checking the version of "/usr/bin/gmake"... 3.82 (we wanted at least 3.80)
ok
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/icu-4.6/work/icu/source ...
make -j1 
rebuilding config/icucross.mk
cd ./config; \
        make -f pkgdataMakefile
make[1]: Entering directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/config'
rm -rf pkgdata.inc
make[1]: Leaving directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/config'
rm -rf config/icu-config
/usr/bin/install -c ./config/icu-config-top config/icu-config
chmod u+w config/icu-config
LC_ALL=C sed -f ./config/make2sh.sed < ./config/Makefile.inc | grep -v '#M#' | uniq >> config/icu-config
LC_ALL=C sed -f ./config/make2sh.sed < ./config/mh-linux | grep -v '#M#' | uniq >> config/icu-config
cat ./config/icu-config-bottom >> config/icu-config
echo "# Rebuilt on "`date` >> config/icu-config
chmod u-w config/icu-config
config/icu-uc.pc updated.
config/icu-i18n.pc updated.
config/icu-io.pc updated.
config/icu-le.pc updated.
config/icu-lx.pc updated.
/bin/sh ./mkinstalldirs lib
mkdir lib
/bin/sh ./mkinstalldirs bin
mkdir bin
make[0]: Making `all' in `stubdata'
make[1]: Entering directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/stubdata'
generating dependency information for stubdata.c
make[1]: Leaving directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/stubdata'
make[1]: Entering directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/stubdata'
make[1]: *** No rule to make target `1.4', needed by `all-local'.  Stop.
make[1]: Leaving directory `/var/tmp/portage/dev-libs/icu-4.6/work/icu/source/stubdata'
make: *** [all-recursive] Error 2
emake failed

MAKEOPTS is set to -j1 and a forum post has been submitted previously:

http://forums.gentoo.org/viewtopic-t-859987.html



Reproducible: Always

Steps to Reproduce:
1. Emerge dev-libs/icu

Actual Results:  
Does not compile.

Expected Results:  
Should compile.
Comment 1 gentooer 2011-01-14 09:47:04 UTC
Created attachment 259778 [details]
Build Log
Comment 2 gentooer 2011-01-14 09:47:25 UTC
Created attachment 259779 [details]
Emerge --info log
Comment 3 gentooer 2011-01-17 13:13:50 UTC
Closed. Compiles now. See http://forums.gentoo.org/viewtopic-p-6547143.html#6547143