From owner-freebsd-ports Mon Sep 21 22:34:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22451 for freebsd-ports-outgoing; Mon, 21 Sep 1998 22:34:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from Chuska.ConSys.COM (Chuska.ConSys.COM [209.141.107.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22432 for ; Mon, 21 Sep 1998 22:34:53 -0700 (PDT) (envelope-from rcarter@psf.Pinyon.ORG) Received: from psf.Pinyon.ORG (ip-17-048.prc.primenet.com [207.218.17.48]) by Chuska.ConSys.COM (8.9.1/8.9.1) with ESMTP id WAA16180 for ; Mon, 21 Sep 1998 22:34:16 -0700 (MST) Received: (from rcarter@localhost) by psf.Pinyon.ORG (8.9.1/8.8.7) id WAA26606 for freebsd-ports@freebsd.org; Mon, 21 Sep 1998 22:31:47 -0700 (MST) Date: Mon, 21 Sep 1998 22:31:47 -0700 (MST) From: "Russell L. Carter" Message-Id: <199809220531.WAA26606@psf.Pinyon.ORG> To: freebsd-ports@FreeBSD.ORG Subject: p5-Net dies with... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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