| Summary: | bootstrapping $EPREFIX/tmp fails on hppa-hpux | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Bruno Redondi <bruno.redondi> |
| Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | HPPA | ||
| OS: | HPUX | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | bootstrap-prefix.patch | ||
|
Description
Bruno Redondi
2010-09-17 10:12:32 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. Created attachment 247720 [details, diff]
bootstrap-prefix.patch
patch against bootstrap-prefix.sh.
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. thx Bruno, added. |