Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7374 - mod_php-4.2.2-r1 and php-4.2.2-r1 broken
Summary: mod_php-4.2.2-r1 and php-4.2.2-r1 broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 11:09 UTC by delta407
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.