Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247720 Details for
Bug 337770
bootstrapping $EPREFIX/tmp fails on hppa-hpux
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bootstrap-prefix.patch
bootstrap-prefix.patch (text/plain), 842 bytes, created by
Bruno Redondi
on 2010-09-17 11:01:01 UTC
(
hide
)
Description:
bootstrap-prefix.patch
Filename:
MIME Type:
Creator:
Bruno Redondi
Created:
2010-09-17 11:01:01 UTC
Size:
842 bytes
patch
obsolete
>--- bootstrap-prefix.sh.orig 2010-09-17 11:50:42 +0100 >+++ bootstrap-prefix.sh 2010-09-17 11:22:01 +0100 >@@ -546,6 +546,11 @@ > sed -i -e '/^#include "fcntl-safer.h"$/a\#define ESTALE -1' lib/savewd.c > fi > >+ if [[ ${A%-*} == "tar" && ${CHOST} == *-hpux* ]] ; then >+ # Fix a compilation error due to a missing definition >+ export CPPFLAGS="${CPPFLAGS} -DCHAR_BIT=8" >+ fi >+ > einfo "Compiling ${A%-*}" > econf ${myconf} > $MAKE ${MAKEOPTS} || exit 1 >@@ -599,7 +604,7 @@ > # just make sure Python won't find it > export HOME="${S}" > >- export PYTHON_DISABLE_MODULES="readline pyexpat dbm gdbm bsddb _curses _curses_panel _tkinter _elementtree _locale" >+ export PYTHON_DISABLE_MODULES="_ctypes_test readline pyexpat dbm gdbm bsddb _curses _curses_panel _tkinter _elementtree _locale" > export PYTHON_DISABLE_SSL=1 > export OPT="${CFLAGS}" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 337770
: 247720