logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

#20671 [NEW]: make install failure: msg#00766

Subject: #20671 [NEW]: make install failure
From:             pat.finnerty@xxxxxx
Operating system: TRU64 v5.1a
PHP version:      4.2.3
PHP Bug Type:     PEAR related
Bug description:  make install failure

This bug was logged previously as id 20408 but no feedback was provided by
the submitter so the bug was closed. I figured its best to open a new one
rather than try to get the previous one reopened.

Compiler used: gcc v2.97-tru64-010710
make: GNU Make version 3.79.1

Also compiled with native compiler with same results.

./configure  --prefix=/usr/local/testphp
--with-apxs=/usr/local/apache/bin/apxs --with-bz2   --with-png
--with-png-dir=/usr/local/lib  --with-zlib --with-layout=GNU --with-pgsql
--with-ldap

gmake
.
( a few warnings here )
.
.
gmake install
Installing PHP SAPI module
[activating module `php4' in /usr/internet/httpd/conf/httpd.conf]
cp libs/libphp4.so /usr/internet/httpd/libexec_test/libphp4.so
chmod 755 /usr/internet/httpd/libexec_test/libphp4.so
cp /usr/internet/httpd/conf/httpd.conf
/usr/internet/httpd/conf/httpd.conf.bak
cp /usr/internet/httpd/conf/httpd.conf.new
/usr/internet/httpd/conf/httpd.conf
rm /usr/internet/httpd/conf/httpd.conf.new
Installing shared extensions:     /usr/local/testphp/lib/php/20020429/
Installing PHP CLI binary:        /usr/local/testphp/bin/
Installing PEAR environment:      /usr/local/testphp/share/pear/
Unaligned access pid=826049 <php> va=0x140055d2c pc=0x120168658
ra=0x120167bb0 inst=0xb4290000
Unaligned access pid=826049 <php> va=0x140057434 pc=0x120168658
ra=0x120167bb0 inst=0xb4290000
Unaligned access pid=826049 <php> va=0x140055fbc pc=0x120168658
ra=0x12002d7b0 inst=0xb4290000
/bin/sh: 826049 Memory fault - core dumped
gmake[1]: *** [install-pear-installer] Error 139
gmake: *** [install-pear] Error 2



gdb sapi/cli/php core
GNU gdb 5.0-tru64-010710
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "alphaev56-dec-osf5.1"...

warning: big endian file does not match little endian target.
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /sbin/loader...done.
Loaded symbols for /sbin/loader
Reading symbols from /usr/local/pgsql/lib/libpq.so.2.2...done.
Loaded symbols for /usr/local/pgsql/lib/libpq.so.2.2
Reading symbols from /usr/local/lib/libldap.so...done.
Loaded symbols for /usr/local/lib/libldap.so
Reading symbols from /usr/local/lib/liblber.so...done.
Loaded symbols for /usr/local/lib/liblber.so
Reading symbols from /usr/local/lib/libz.so...done.
Loaded symbols for /usr/local/lib/libz.so
Reading symbols from /usr/shlib/libcrypt.so...done.
Loaded symbols for /usr/shlib/libcrypt.so
Reading symbols from /usr/shlib/libm.so...done.
Loaded symbols for /usr/shlib/libm.so
Reading symbols from /usr/shlib/libc.so...done.
Loaded symbols for /usr/shlib/libc.so
Reading symbols from /usr/shlib/libbasecrypt.so...done.
Loaded symbols for /usr/shlib/libbasecrypt.so
Reading symbols from /usr/shlib/librt.so...done.
Loaded symbols for /usr/shlib/librt.so
Reading symbols from /usr/shlib/libcxx.so...done.
Loaded symbols for /usr/shlib/libcxx.so
Reading symbols from /usr/shlib/libpthread.so...done.
Loaded symbols for /usr/shlib/libpthread.so
Reading symbols from /usr/shlib/libexc.so...done.
Loaded symbols for /usr/shlib/libexc.so
#0  0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so
(gdb) bt
#0  0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so
#1  0x3ff80576564 in pthread_kill () from /usr/shlib/libpthread.so
#2  0x3ff80581aec in __excInit () from /usr/shlib/libpthread.so
#3  0x3ff807e3aa4 in exc_unwind_rfp () from /usr/shlib/libexc.so
warning: Hit beginning of text section without finding
warning: enclosing function for address 0x11ffe4730
This warning occurs if you are debugging a function without any symbols
(for example, in a stripped executable).  In that case, you may wish to
increase the size of the search with the `set heuristic-fence-post'
command.

Otherwise, you told GDB there was a function where there isn't one, or
(more likely) you have encountered a bug in GDB.
(gdb) set heuristic-fence-post 0
(gdb) bt
#0  0x3ff8057d728 in __nxm_thread_kill () from /usr/shlib/libpthread.so
#1  0x3ff80576564 in pthread_kill () from /usr/shlib/libpthread.so
#2  0x3ff80581aec in __excInit () from /usr/shlib/libpthread.so
#3  0x3ff807e3aa4 in exc_unwind_rfp () from /usr/shlib/libexc.so
warning: Hit beginning of text section without finding
warning: enclosing function for address 0x11ffe4730
(gdb)

Thats it.

Pat.

-- 
Edit bug report at http://bugs.php.net/?id=20671&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20671&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20671&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20671&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20671&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20671&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20671&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20671&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20671&r=notenoughinfo
Submitted twice:            
http://bugs.php.net/fix.php?id=20671&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20671&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20671&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20671&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20671&r=isapi


-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>