Bug 94551

Summary: /usr/ports/deve/pear broken
Product: Ports & Packages Reporter: Rick van der Zwet <rick>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rick van der Zwet 2006-03-16 15:09:47 UTC
%sudo make install
===>  Installing for pear-1.4.6
===>   pear-1.4.6 depends on file: /usr/local/include/php/main/php.h - found
===>   pear-1.4.6 depends on file: /usr/local/lib/php/20020429/pcre.so - found
===>   pear-1.4.6 depends on file: /usr/local/lib/php/20020429/xml.so - found
===>   Generating temporary packing list
===>  Checking if devel/pear already installed
Using local package: PEAR.............ok
Using local package: Archive_Tar......ok
Using local package: Console_Getopt....ok
Using local package: XML_RPC..........ok
Bootstrapping: PEAR...................(local) ok
Bootstrapping: Archive_Tar............(local) ok
Bootstrapping: Console_Getopt.........(local) ok
Extracting installer..................ok
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
pear/PEAR can optionally use package "pear/PEAR_Frontend_Web" (version >= 0.5.0)
pear/PEAR can optionally use package "pear/PEAR_Frontend_Gtk" (version >= 0.4.0)
install ok: channel://pear.php.net/PEAR-1.4.6
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
install ok: channel://pear.php.net/Archive_Tar-1.3.1
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
install ok: channel://pear.php.net/Console_Getopt-1.2
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
install ok: channel://pear.php.net/XML_RPC-1.4.5
*** Signal 11

Stop in /usr/ports/devel/pear.

How-To-Repeat: Just try to install the port again
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-16 17:19:09 UTC
State Changed
From-To: open->feedback

Installs just fine here. Can you tell us, which process got signal 11? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-16 17:19:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Poke
Comment 3 Rick van der Zwet 2006-03-20 00:26:49 UTC
Weird, ain't a pear or php bug, problems seems to exists at a much 
higher level. He coredump at exit.

(gdb) run go-pear
.....
***  EOF MARK (echo) ***
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) backtrace
#0  0x00000000 in ?? ()
#1  0x28cc2504 in ?? () from /usr/local/lib/nss_winbind.so.1
#2  0x28cc50c0 in winbindd_fd () from /usr/local/lib/nss_winbind.so.1
#3  0x2812e3d8 in ?? () from /libexec/ld-elf.so.1
#4  0xbfbfe8b8 in ?? ()
#5  0x28114b3e in _rtld_error () from /libexec/ld-elf.so.1
#6  0x28cc4830 in _fini () from /usr/local/lib/nss_winbind.so.1
#7  0x2812d018 in tls_dtv_generation () from /libexec/ld-elf.so.1
#8  0x2812e3d8 in ?? () from /libexec/ld-elf.so.1
#9  0xbfbfe8c8 in ?? ()
#10 0x2811508e in elf_hash () from /libexec/ld-elf.so.1
#11 0x28117970 in dlclose () from /libexec/ld-elf.so.1
#12 0x281fc9c8 in _nsdbtaddsrc () from /lib/libc.so.6
#13 0x281fc58b in endhostent () from /lib/libc.so.6
#14 0x281fca48 in _nsdbtaddsrc () from /lib/libc.so.6
#15 0x2821bb83 in __cxa_finalize () from /lib/libc.so.6
#16 0x2821b7be in exit () from /lib/libc.so.6
#17 0x080ec09c in main ()
(gdb) quit

This will be a bit hard to fix for me ;-).

Bug report sounds 'closed' to me.

Cheerz,
Rick
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-20 08:35:02 UTC
State Changed
From-To: feedback->closed

Backtrace leads to samba's nss_winbind -> not a pear bug.