
david at cantrell
Nov 27, 2007, 5:55 AM
Post #3 of 4
(56 views)
Permalink
|
|
RC2 test failure: NetBSD/Alpha (was: RC1 build failure)
[In reply to]
|
|
On Mon, Nov 26, 2007 at 03:33:06PM -0600, Craig A. Berry wrote: > On Nov 26, 2007 2:36 PM, David Cantrell <david[at]cantrell.org.uk> wrote: > > > $ ./perl ../lib/Net/t/hostname.t > > > 1..5 > > > Segmentation fault (core dumped) > It appears to be calling domainname(), which is done via syscall() on > some systems. Your syscall.ph may have an incorrect prototype for > getdomainname() or gethostname(). I can't find a syscall.ph anywhere in the source tree. But the prototypes should be (from the man pages): int getdomainname(char *name, size_t namelen); int gethostname(char *name, size_t namelen); -- David Cantrell | Official London Perl Mongers Bad Influence "Cynical" is a word used by the naive to describe the experienced. George Hills, in uknot
|