Subject: pkg/31918: net/ntop break /dev/null on Solaris10 x86 gcc
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 10/26/2005 09:27:00
>Number: 31918
>Category: pkg
>Synopsis: net/ntop break /dev/null on Solaris10 x86 gcc
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 26 09:27:00 +0000 2005
>Originator: Gilles Dauphin
>Release: SunOS 5.10 i86pc
>Organization:
ENST
>Environment:
System: SunOS bi.enst.fr 5.10 Generic i86pc
>Description:
[root@redhot 1117] ls -al /dev/null
lrwxrwxrwx 1 root root 27 Oct 26 10:29 /dev/null -> ../devices/pseudo/mm@0:null
[root@redhot 1118] pwd
/usr/pkgsrc/net/ntop
[root@redhot 1119] bmake >bmake.log 2>&1
[root@redhot 1120] ls -al /dev/null
-rw-rw-r-- 1 root root 0 Oct 26 10:37 /dev/null
[root@redhot 1121]
after making net/ntop /dev/null become a file !
>How-To-Repeat:
bmake in ntop
>Fix:
don't know