Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337770 - bootstrapping $EPREFIX/tmp fails on hppa-hpux
Summary: bootstrapping $EPREFIX/tmp fails on hppa-hpux
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: HPPA HPUX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 10:12 UTC by Bruno Redondi
Modified: 2010-10-04 22:37 UTC (History)
0 users

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


Attachments
bootstrap-prefix.patch (bootstrap-prefix.patch,842 bytes, patch)
2010-09-17 11:01 UTC, Bruno Redondi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Redondi 2010-09-17 10:12:32 UTC
bootstrapping $EPREFIX/tmp python fails to build _ctypes_test module.
adding _ctypes_test to PYTHON_DISABLE_MODULES in bootstrap-prefix.sh solves the issue.

Reproducible: Always
Comment 1 Bruno Redondi 2010-09-17 10:59:52 UTC
bootstrapping $EPREFIX/tmp tar fails to build due to a missing definition of CHAR_BIT.
setting CPPFLAGS="-DCHAR_BIT=8" in bootstrap-prefix.sh solves the issue.
Comment 2 Bruno Redondi 2010-09-17 11:01:01 UTC
Created attachment 247720 [details, diff]
bootstrap-prefix.patch

patch against bootstrap-prefix.sh.
Comment 3 Michael Haubenwallner (RETIRED) gentoo-dev 2010-09-17 11:30:03 UTC
Have you tried bootstrapping on hpux using prefix-launcher?
http://sourceforge.net/projects/prefix-launcher/

It also does provide another script named 'eprefix-bootstrap'.

Unfortunately, the only problem with prefix-launcher is missing doc.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-10-04 22:37:52 UTC
thx Bruno, added.