Gentoo Archives: gentoo-alt

From: Francois Bissey <francois.bissey@×××××××××××××.nz>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] trouble bootstraping on aix-5.3
Date: Wed, 16 Mar 2011 08:29:39
Message-Id: 0FC6FEC883B801448BE6F94ADC62B0C4078597C1@cantwe3.canterbury.ac.nz
1 Hi,
2
3 I have been trying to bootstrap on aix-5.3 and I am running into
4 numerous problems. I am following the solaris instructions as I thought
5 it would be the closest. But obviously there may be more stuff needed.
6
7 I set CHOST to powerpc-ibm-aix5.3.0.0 so that it would match a profile
8 (bootstrap didn't seem to pick it up properly). I am currently having trouble
9 with wget, ./bootstrap-prefix.sh $EPREFIX/tmp wget lead to:
10 gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o convert.o cookies.o
11 ftp.o ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o host.o html-parse.o
12 html-url.o http.o http-ntlm.o init.o log.o main.o gen-md5.o netrc.o progress.o
13 ptimer.o recur.o res.o retr.o safe-ctype.o snprintf.o openssl.o url.o utils.o
14 version.o xmalloc.o -lintl -ldl -lssl -lcrypto
15 ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext
16 ld: 0711-317 ERROR: Undefined symbol: .libintl_bindtextdomain
17 ld: 0711-317 ERROR: Undefined symbol: .libintl_textdomain
18 ld: 0711-317 ERROR: Undefined symbol: .des_set_odd_parity
19 ld: 0711-317 ERROR: Undefined symbol: .des_set_key
20 ld: 0711-317 ERROR: Undefined symbol: .des_ecb_encrypt
21 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
22 collect2: ld returned 8 exit status
23 make[1]: *** [wget] Error 1
24 make[1]: Leaving directory
25 `/hpc/work/frb15/gentoo/tmp/var/tmp/wget-1.10.2/wget-1.10.2/src'
26 make: *** [src] Error 2
27 ----------------
28
29 This is odd as configure seems to have picked the stuff correctly:
30 checking for libssl... yes
31 checking how to link with libssl... -lssl -lcrypto
32 configure: compiling in support for SSL
33 checking for md5_calc in -lmd5... no
34 configure: using the OpenSSL MD5 implementation
35 .....
36 checking libintl.h usability... yes
37 checking libintl.h presence... yes
38 checking for libintl.h... yes
39 checking for gettext in -lintl... yes
40
41 For information the version of gcc currently used is
42 gcc -v
43 Using built-in specs.
44 Target: powerpc-ibm-aix5.3.0.0
45 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --
46 disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --
47 enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
48 Thread model: aix
49 gcc version 4.0.0
50
51 Thanks for any tips.
52
53 Francois
54
55 This email may be confidential and subject to legal privilege, it may
56 not reflect the views of the University of Canterbury, and it is not
57 guaranteed to be virus free. If you are not an intended recipient,
58 please notify the sender immediately and erase all copies of the message
59 and any attachments.
60
61 Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
62 information.

Replies

Subject Author
Re: [gentoo-alt] trouble bootstraping on aix-5.3 Michael Haubenwallner <haubi@g.o>