Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7374

Summary: mod_php-4.2.2-r1 and php-4.2.2-r1 broken
Product: Gentoo Linux Reporter: delta407 <delta407>
Component: New packagesAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED FIXED    
Severity: normal CC: hanno
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description delta407 2002-09-02 11:09:10 UTC
On two GCC 2.95.3 systems, the ebuild fails immediately after the configure
script finishes:

+--------------------------------------------------------------------+
|                          *** NOTE ***                              |
|            The default for register_globals is now OFF!            |
|                                                                    |
| If your application relies on register_globals being ON, you       |
| should explicitly set it to on in your php.ini file.               |
| Note that you are strongly encouraged to read                      |
| http://www.php.net/manual/en/security.registerglobals.php          |
| about the implications of having register_globals set to on, and   |
| avoid using it if possible.                                        |
+--------------------------------------------------------------------+



Thank you for using PHP.

/usr/sbin/ebuild.sh: --with-bz2: command not found

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 166, Exitcode 127
!!! bad ./configure

This is a result of the following code:
        ./configure \
                --prefix=/usr \
                # --with-gmp \
                --with-bz2 \

Which should read:
        ./configure \
                --prefix=/usr \
                --with-gmp \
                --with-bz2 \

Or:
        ./configure \
                --prefix=/usr \
                --with-bz2 \
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2002-09-02 15:33:00 UTC
pretty sure this one has been fixed. just emerge rsync and try again. Reopen it
and assign it to me if it hasn't been.
Comment 2 Hanno Böck gentoo-dev 2002-09-02 15:42:25 UTC
Just did emerge rsync and this bug is still not fixed.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2002-09-02 17:37:46 UTC
It's fixed.