On Tue, Mar 01, 2005 at 11:34:00PM -0600, [EMAIL PROTECTED] wrote:
> Automated smoke report for 5.9.2 patch 23999
> kirk.peters.homeunix.org: Intel(R) Celeron(R) CPU 2.00GHz (GenuineIntel
> 1994MHz) (i686/1 cpu)
> on linux - 2.6.10-1.766_FC3 [fedora]
> using cc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
> smoketime 5 hours 29 minutes (average 20 minutes 36 seconds)
>
> Summary: FAIL(m)
>
> O = OK F = Failure(s), extended report at the bottom
> X = Failure(s) under TEST but not under harness
> ? = still running or test results not (yet) available
> Build failures during: - = unknown or N/A
> c = Configure, m = make, M = make (after miniperl), t = make test-prep
>
> 23999 Configuration (common) none
> ----------- ---------------------------------------------------------
> O O O O O O
> O O O O O O -Duse64bitint
> O O O O O O -Duselongdouble
> O O O O O O -Dusemorebits
> m - - m - - -Duseithreads
> m - - m - - -Duseithreads -Duse64bitint
> m - - m - - -Duseithreads -Duselongdouble
> m - - m - - -Duseithreads -Dusemorebits
> | | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
> | | | | +--- PERLIO = perlio -DDEBUGGING
> | | | +----- PERLIO = stdio -DDEBUGGING
> | | +------- LC_ALL = en_US.utf8
> | +--------- PERLIO = perlio
> +----------- PERLIO = stdio
>
>
> --
> Report by Test::Smoke v1.19#716 running on perl 5.8.5
> (Reporter v0.016 / Smoker v0.015)
>
>
Below is the output of the make failure.
`sh cflags "optimize='-O2'" pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_P
IDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOU
RCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -Wall
pp_sys.c: In function `Perl_pp_shostent':
pp_sys.c:5161: warning: implicit declaration of function `sethostent_r'
pp_sys.c:5161: error: structure has no member named `_hostent_data'
pp_sys.c: In function `Perl_pp_sprotoent':
pp_sys.c:5183: warning: implicit declaration of function `setprotoent_r'
pp_sys.c:5183: error: structure has no member named `_protoent_data'
pp_sys.c: In function `Perl_pp_sservent':
pp_sys.c:5194: warning: implicit declaration of function `setservent_r'
pp_sys.c:5194: error: structure has no member named `_servent_data'
pp_sys.c: In function `Perl_pp_ehostent':
pp_sys.c:5205: warning: implicit declaration of function `endhostent_r'
pp_sys.c:5205: error: structure has no member named `_hostent_data'
pp_sys.c: In function `Perl_pp_eprotoent':
pp_sys.c:5229: warning: implicit declaration of function `endprotoent_r'
pp_sys.c:5229: error: structure has no member named `_protoent_data'
pp_sys.c: In function `Perl_pp_eservent':
pp_sys.c:5241: warning: implicit declaration of function `endservent_r'
pp_sys.c:5241: error: structure has no member named `_servent_data'
Steve Peters
[EMAIL PROTECTED]