Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199689 - can't compile sys-libs/readline on HPUX 11.23 ia64
Summary: can't compile sys-libs/readline on HPUX 11.23 ia64
Status: VERIFIED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All HPUX
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 19:08 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2007-11-21 20:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-19 19:08:12 UTC
build bails with a "make rlfe failed"

ia64-hp-hpux11.23-gcc -c -I. -I.    -D_GNU_SOURCE rlfe.c
rlfe.c: In function 'set_edit_mode':
rlfe.c:763: warning: incompatible implicit declaration of built-in function 'index'
ia64-hp-hpux11.23-gcc -c -I. -I.    -D_GNU_SOURCE pty.c
pty.c: In function 'OpenPTY':
pty.c:271: warning: assignment makes pointer from integer without a cast
ia64-hp-hpux11.23-gcc -L/home/jolexa/portage/hpia64-11.23/usr/lib -R/home/jolexa/portage/hpia64-11.23/usr/lib -L/home/jolexa/portage/hpia64-11.23/lib -R/home/jolexa/portage/hpia64-11.23/lib -Lreadline -o rlfe rlfe.o pty.o -lreadline -lhistory -lncurses -lncurses 
ia64-hp-hpux11.23-gcc: unrecognized option '-R/home/jolexa/portage/hpia64-11.23/usr/lib'
ia64-hp-hpux11.23-gcc: unrecognized option '-R/home/jolexa/portage/hpia64-11.23/lib'
ld: Unsatisfied symbol "xsignal" in file pty.o
1 errors.
collect2: ld returned 1 exit status
make: *** [rlfe] Error 1

I'm not sure why I'm getting those -R: unrecognized option errors either, let me know if I need to fix that. I have just been ignoring them for now. Let me know if you want the build.log
Comment 1 Michael Haubenwallner (RETIRED) gentoo-dev 2007-11-20 08:03:26 UTC
(In reply to comment #0)
> ld: Unsatisfied symbol "xsignal" in file pty.o
> 1 errors.
> collect2: ld returned 1 exit status
> make: *** [rlfe] Error 1

same here, will dig into it. No more info needed by now.

> I'm not sure why I'm getting those -R: unrecognized option errors either, let
> me know if I need to fix that. I have just been ignoring them for now. Let me
> know if you want the build.log

Ignore them by now, it is set from eprefix-bootstrap in LDFLAGS, but without '-Wl,'. I'd like to see why things still work even this is ignored.
Comment 2 Michael Haubenwallner (RETIRED) gentoo-dev 2007-11-20 13:11:31 UTC
Sending        Manifest
Adding         files/readline-5.2-rlfe-hpux.patch
Sending        readline-5.2_p7.ebuild
Committed revision 12753.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-21 20:36:26 UTC
(In reply to comment #2)
> Sending        Manifest
> Adding         files/readline-5.2-rlfe-hpux.patch
> Sending        readline-5.2_p7.ebuild
> Committed revision 12753.


Confirmed..works. Thanks!