Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Compiling sys-devel/gettext-0.14.4 with dev-lang/icc-9.0.021
Date: Sun, 07 Aug 2005 06:19:56
Message-Id: 42F5A6CC.7080205@mid.email-server.info
1 Hello!
2
3 I'm trying to compile my system with the Intel C++ Compiler (icc)
4 following the HOWTO ICC and Portage from http://gentoo-wiki.com/.
5
6 I'm currently struggling at the "emerge system" stage trying to
7 get gettext-0.14.4 to compile. It seems to compile fine, but fails
8 at the install stage:
9
10 test -z "/usr/lib" || mkdir -p -- "/Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib"
11 /bin/sh ./libtool --mode=install /bin/install -c 'libasprintf.la' '/Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib/libasprintf.la'
12 /bin/install -c .libs/libasprintf.so.0.0.0 /Gentoo/Portage/build/portage/gettext-0.14.4/image//usr/lib/libasprintf.so.0.0.0
13 /bin/install: cannot stat `.libs/libasprintf.so.0.0.0': No such file or directory
14
15 Indeed, there's no libasprintf.so.0.0.0:
16
17 server logs # ls -la /Gentoo/Portage/build/portage/gettext-0.14.4/work/gettext-0.14.4/gettext-runtime/libasprintf/.libs
18 total 15
19 drwxrwxrwx 2 portage portage 9 Aug 7 05:18 .
20 drwxr-xr-x 4 portage portage 57 Aug 7 05:18 ..
21 -rw-r--r-- 1 portage portage 4604 Aug 7 05:18 autosprintf.o
22 -rw-r--r-- 1 portage portage 5484 Aug 7 05:18 libasprintf.a
23 lrwxrwxrwx 1 portage portage 17 Aug 7 05:18 libasprintf.la -> ../libasprintf.la
24 -rw-r--r-- 1 portage portage 814 Aug 7 05:18 libasprintf.lai
25 -rw-r--r-- 1 portage portage 340 Aug 7 05:18 lib-asprintf.o
26 lrwxrwxrwx 1 portage portage 20 Aug 7 05:18 libasprintf.so -> libasprintf.so.0.0.0
27 lrwxrwxrwx 1 portage portage 20 Aug 7 05:18 libasprintf.so.0 -> libasprintf.so.0.0.0
28
29 If needed, you can also download the emerge log (size: 777kb) from
30 <http://stuff.alexander.skwar.name/gentoo/2299-gettext-0.14.4.log>.
31
32 Did anyone manage to get gettext to compile with icc?
33
34 I did some "google-ing" and found no problem reports that seem
35 to relate to this issue. What I found, though, were some "success"
36 reports. Eg. <http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt>
37 where LFS lists gettext as one of the icc compileable packages.
38
39 Thanks,
40
41 Alexander Skwar
42 --
43 BOFH Excuse #82:
44 Yeah, yo mama dresses you funny and you need a mouse to delete files.
45 --
46 gentoo-user@g.o mailing list