Date: Mon, 21 Sep 1998 22:31:47 -0700 (MST) From: "Russell L. Carter" <rcarter@pinyon.org> To: freebsd-ports@FreeBSD.ORG Subject: p5-Net dies with... Message-ID: <199809220531.WAA26606@psf.Pinyon.ORG>
next in thread | raw e-mail | index | archive | help
Ok, I've got an uptodate ECP-Day'ed current. cd /usr/ports/net/p5-Net ; make gives (er, a truss'ed /usr/bin/perl5 Makefile.PL) the following failure: [...] ugh [ .. ] :) syscall stat("/usr/libdata/perl/5.00502/mach/auto/Socket",0x80b7c5c) returns 0 (0x0) syscall stat("/usr/libdata/perl/5.00502/mach/auto/Socket/Socket.so",0x80b7c5c) returns 0 (0x0) syscall stat("/usr/libdata/perl/5.00502/mach/auto/Socket/Socket.bs",0x80b7c5c) returns 0 (0x0) syscall open("/usr/libdata/perl/5.00502/mach/auto/Socket/Socket.so",0,0100001741 64) returns 3 (0x3) syscall read(0x3,0xefbfc48c,0x1000) returns 4096 (0x1000) syscall mmap(0x0,20480,0x5,0x2,3,0x0) returns 672559104 (0x28167000) syscall mmap(0x2816b000,4096,0x3,0x12,3,0x3000) returns 672575488 (0x2816b000) syscall close(3) returns 0 (0x0) syscall access(0x280b3040,0x0) errno 2 'No such file or directory' syscall access(0x280b3040,0x0) errno 2 'No such file or directory' syscall access(0x280b3040,0x0) errno 2 'No such file or directory' syscall access(0x280b0080,0x0) errno 2 'No such file or directory' syscall access(0x280b0080,0x0) returns 0 (0x0) syscall open("/usr/lib/libperl.so.3",0,010000174164) returns 3 (0x3) syscall read(0x3,0xefbfc474,0x1000) returns 4096 (0x1000) syscall mmap(0x0,589824,0x5,0x2,3,0x0) returns 672579584 (0x2816c000) syscall mmap(0x281f2000,40960,0x3,0x12,3,0x85000) returns 673128448 (0x281f2000) syscall close(3) returns 0 (0x0) SIGNAL 11 SIGNAL 11 Process stopped because of: 16 process exit, rval = 139 Segmentation fault (core dumped) /usr/ports/net/p5-Net/work/libnet-1.0605 root@PSF [111] ls -lt /usr/lib/libper* -r--r--r-- 1 root wheel 628752 Sep 21 21:14 /usr/lib/libperl.so.3 lrwxr-xr-x 1 root wheel 12 Sep 21 21:14 /usr/lib/libperl.so@ -> libperl.so.3 -r--r--r-- 1 root wheel 807376 Sep 21 21:14 /usr/lib/libperl.a /usr/ports/net/p5-Net/work/libnet-1.0605 What gives? Russell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809220531.WAA26606>