Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [AIX] ncurses fails on AIX 5.2
Date: Mon, 19 Nov 2007 17:07:08
Message-Id: 5470334.12361195491998646.JavaMail.root@ghostwheel.zentire.com
In Reply to: Re: [gentoo-alt] [AIX] ncurses fails on AIX 5.2 by Fabian Groffen
1 Yep, trying it now. In any event, my victory was very short lived as it
2 later fails compilation due to missing declarations:
3
4 /home/mdmcmull/plauncher/prefix-launcher-1rc.20071117/powerpc-ibm-aix5.2.0.0/lib/gcc/powerpc-ibm-aix5.2.0.0/4.1.1/../../../../include/c++/4.1.1/cstdio:109: error: '::fgetpos' has not been declared
5 /home/mdmcmull/plauncher/prefix-launcher-1rc.20071117/powerpc-ibm-aix5.2.0.0/lib/gcc/powerpc-ibm-aix5.2.0.0/4.1.1/../../../../include/c++/4.1.1/cstdio:111: error: '::fopen' has not been declared
6 /home/mdmcmull/plauncher/prefix-launcher-1rc.20071117/powerpc-ibm-aix5.2.0.0/lib/gcc/powerpc-ibm-aix5.2.0.0/4.1.1/../../../../include/c++/4.1.1/cstdio:116: error: '::freopen' has not been declared
7 /home/mdmcmull/plauncher/prefix-launcher-1rc.20071117/powerpc-ibm-aix5.2.0.0/lib/gcc/powerpc-ibm-aix5.2.0.0/4.1.1/../../../../include/c++/4.1.1/cstdio:119: error: '::fsetpos' has not been declared
8 make[1]: *** [../objects/cursesmain.o] Error 1
9 make[1]: *** Waiting for unfinished jobs....
10 make[1]: Leaving directory `/home/mdmcmull/.overlay/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/narrowc/c++'
11
12 Anyhow, trying ncurses 5.5 on AIX 5.2 now, and will report.
13
14
15 ----- Original Message -----
16 From: "Fabian Groffen" <grobian@g.o>
17 To: gentoo-alt@l.g.o
18 Sent: Monday, November 19, 2007 10:52:08 AM (GMT-0600) America/Chicago
19 Subject: Re: [gentoo-alt] [AIX] ncurses fails on AIX 5.2
20
21 On 19-11-2007 16:47:58 +0000, Marshall McMullen wrote:
22 > well, I manually removed "--with-shared" from the ebuild's
23 > econf line for ncurses, and it is now building just fine....
24 >
25 > Maybe we should fix this in the tree for other AIX 5.2 installs ?
26
27 Could you check if 5.5 has the same problem please?
28
29
30
31 > ----- Original Message -----
32 > From: "Marshall McMullen" <marshall.mcmullen@×××××.com>
33 > To: "gentoo-alt" <gentoo-alt@l.g.o>
34 > Sent: Monday, November 19, 2007 10:24:41 AM (GMT-0600) America/Chicago
35 > Subject: [gentoo-alt] [AIX] ncurses fails on AIX 5.2
36 >
37 > I was trying to emerge ncurses on an older AIX 5.2 system, and it fails with the following:
38 >
39 >
40 > checking if rpath option should be used... no
41 > checking if release/abi version should be used for shared libs... auto
42 > checking which powerpc-ibm-aix5.2.0.0-gcc option to use... -fPIC
43 > configure: error: Shared libraries are not supported in this version
44 >
45 > !!! Please attach the following file when seeking support:
46 > !!! /home/mdmcmull/.overlay/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/narrowc/config.log
47 > *
48 > * ERROR: sys-libs/ncurses-5.6-r2 failed.
49 > * Call stack:
50 > * ebuild.sh, line 1604: Called dyn_compile
51 > * ebuild.sh, line 942: Called qa_call 'src_compile'
52 > * ebuild.sh, line 44: Called src_compile
53 > * ncurses-5.6-r2.ebuild, line 53: Called do_compile
54 > * ncurses-5.6-r2.ebuild, line 77: Called econf '--libdir=/home/mdmcmull/.overlay/usr/lib' '--with-terminfo-dirs=/home/mdmcmull/.overlay/etc/terminfo:/home/mdmcmull/.overlay/usr/share/terminfo' '--with-shared' '--enable-overwrite' '--without-debug' '--without-profile' '--without-gpm' '--disable-termcap' '--enable-symlinks' '--with-rcs-ids' '--with-manpage-format=normal' '--enable-const' '--enable-colorfgbg' '--enable-echo' '--enable-warnings' '--without-assertions' '--with-leaks' '--without-expanded' '--with-macros' '--without-trace' '--with-chtype=long' '--with-mmask-t=long' '--disable-ext-colors' '--disable-ext-mouse'
55 > * ebuild.sh, line 538: Called die
56 > * The specific snippet of code:
57 > * die "econf failed"
58 > * The die message:
59 > * econf failed
60 >
61 >
62 > Has anyone seen this problem on AIX 5.2 or others ? This problem did not happen on AIX 5.3.
63 >
64 >
65 >
66 >
67 > --
68 > gentoo-alt@g.o mailing list
69 >
70 >
71 > --
72 > gentoo-alt@g.o mailing list
73 >
74
75 --
76 Fabian Groffen
77 Gentoo on a different level
78 --
79 gentoo-alt@g.o mailing list
80
81
82 --
83 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [AIX] ncurses fails on AIX 5.2 Marshall McMullen <marshall.mcmullen@×××××.com>