Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199667 - can't emerge dev-libs/libiconv on HP-UX ia64 11.23
Summary: can't emerge dev-libs/libiconv on HP-UX ia64 11.23
Status: RESOLVED 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 15:52 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2007-11-19 17:15 UTC (History)
0 users

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


Attachments
build.log (build.log,29.27 KB, text/plain)
2007-11-19 15:53 UTC, Jeremy Olexa (darkside) (RETIRED)
Details
emerge --info (emerge-info.txt,2.31 KB, text/plain)
2007-11-19 15:57 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

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 15:52:47 UTC
I will attach the build log but here is the problem call:

ia64-hp-hpux11.23-gcc -shared -Wl,+h -Wl,libcharset.so.1 -Wl,+nodefaultrpath -o .libs/libcharset.so.1.0  .libs/localcharset.o .libs/relocatable.o  +b /home/jolexa/portage/hpia64-11.23/usr/lib:/home/jolexa/portage/hpia64-11.23/lib -L/home/jolexa/portage/hpia64-11.23/usr/lib -L/home/jolexa/portage/hpia64-11.23/lib -lc 
ia64-hp-hpux11.23-gcc: +b: No such file or directory
ia64-hp-hpux11.23-gcc: /home/jolexa/portage/hpia64-11.23/usr/lib:/home/jolexa/portage/hpia64-11.23/lib: No such file or directory
make[2]: *** [libcharset.la] Error 1
make[2]: Leaving directory `/home/jolexa/portage/hpia64-11.23/var/tmp/portage/dev-libs/libiconv-1.11/work/libiconv-1.11/libcharset/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jolexa/portage/hpia64-11.23/var/tmp/portage/dev-libs/libiconv-1.11/work/libiconv-1.11/libcharset'
make: *** [lib/localcharset.h] Error 2

This is pretty vague, let me know what else you need.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-19 15:53:28 UTC
Created attachment 136384 [details]
build.log
Comment 2 Michael Haubenwallner (RETIRED) gentoo-dev 2007-11-19 15:56:55 UTC
Don't need more info: it's elibtoolize that needs to know what to do for hpux.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-19 15:57:40 UTC
Created attachment 136386 [details]
emerge --info
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-19 16:09:19 UTC
(In reply to comment #2)
> Don't need more info: it's elibtoolize that needs to know what to do for hpux.

Can I help with something or is there a workaround?

Comment 5 Michael Haubenwallner (RETIRED) gentoo-dev 2007-11-19 16:54:42 UTC
Added ia64-hpux port to elibtoolize() with r12635.
Keyworded with r12636.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2007-11-19 17:15:44 UTC
(In reply to comment #5)
> Added ia64-hpux port to elibtoolize() with r12635.

elibtoolize on that package works. Thanks for the quick fix.