Subject: pkgsrc help
To: None <tech-pkg@NetBSD.ORG>
From: Marcus Beaman <marcus.beaman@state.or.us>
List: tech-pkg
Date: 12/30/2004 14:04:34
I just installed a netbsd-2-0 system and have been using pkgsrc via anoncvs to compile and
install packages but perl58 keep failing.  using /usr/bin/make to compile (doesn't seem to
give version info).  Perl58 (perl-5.8.5) has no dependencies. If I need to post more info
let me know, thanks:

-Marcus

<script>
`sh  cflags "optimize='-O2 -pthread -I/usr/include'" pp_sys.o` -DPIC -fPIC pp_sys.c
          CCCMD =  cc -DPERL_CORE -c -fno-strict-aliasing -pipe -I/usr/pkg/include -O2
-pthread -I/usr/include  -Wall
pp_sys.c: In function `Perl_pp_gprotoent':
pp_sys.c:4890: warning: implicit declaration of function `getprotobyname_r'
pp_sys.c:4898: warning: implicit declaration of function `getprotobynumber_r'
pp_sys.c:4905: warning: implicit declaration of function `getprotoent_r'
pp_sys.c: In function `Perl_pp_gservent':
pp_sys.c:4982: warning: implicit declaration of function `getservbyname_r'
pp_sys.c:4998: warning: implicit declaration of function `getservbyport_r'
pp_sys.c:5005: warning: implicit declaration of function `getservent_r'
pp_sys.c: In function `Perl_pp_sprotoent':
pp_sys.c:5078: warning: implicit declaration of function `setprotoent_r'
pp_sys.c:5078: error: structure has no member named `_protoent_data'
pp_sys.c: In function `Perl_pp_sservent':
pp_sys.c:5089: warning: implicit declaration of function `setservent_r'
pp_sys.c:5089: error: structure has no member named `_servent_data'
pp_sys.c: In function `Perl_pp_eprotoent':
pp_sys.c:5124: warning: implicit declaration of function `endprotoent_r'
pp_sys.c:5124: error: structure has no member named `_protoent_data'
pp_sys.c: In function `Perl_pp_eservent':
pp_sys.c:5136: warning: implicit declaration of function `endservent_r'
pp_sys.c:5136: error: structure has no member named `_servent_data'
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl58/work/perl-5.8.5
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl58
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/perl58
</script>