pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/33883: devel/cqual fails to build
>Number: 33883
>Category: pkg
>Synopsis: devel/cqual fails to build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 01 05:45:00 +0000 2006
>Originator: Ryo HAYASAKA
>Release: NetBSD 3.99.21, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 3.99.21 NetBSD 3.99.21 (BONNIE) #614: Thu Jun
29 12:20:58 JST 2006
ryoh%bonnie.jaist.ac.jp@localhost:/usr/src/sys/arch/i386/compile/BONNIE i386
Architecture: i386
Machine: i386
>Description:
I get following error:
$ make
...
if cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cqual\"
-DVERSION=\"0.991\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MALLOC_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_VOIDP=4 -DHAVE_ALLOCA=1
-DPROTOTYPES=1 -D__PROTOTYPES=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1
-DHAVE_GETTIMEOFDAY=1 -DHAVE_STRDUP=1 -DHAVE_STRTOLD=1 -DHAVE_STRTOL=1 -I. -I.
-Ddeletes= -Dtraditional= -Dsameregion= -Dparentptr= -Werror -Wall
-Wno-char-subscripts -fno-strict-aliasing -O9 -I./libcompat -I/usr/lib/ocaml/
-Werror -Wall -Wno-char-subscripts -fno-strict-aliasing -O9 -MT
common-analyze.o -MD -MP -MF ".deps/common-analyze.Tpo" \
-c -o common-analyze.o `test -f 'common-analyze.c' || echo
'./'`common-analyze.c; \
then mv -f ".deps/common-analyze.Tpo" ".deps/common-analyze.Po"; \
else rm -f ".deps/common-analyze.Tpo"; exit 1; \
fi
cc1: warnings being treated as errors
common-analyze.c: In function 'mkdinfo':
common-analyze.c:519: warning: 'result.drinfolist' is used uninitialized in
this function
gmake[3]: *** [common-analyze.o] Error 1
gmake[3]: Leaving directory `/usr/pkgsrc/devel/cqual/work/cqual-0.991/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/devel/cqual/work/cqual-0.991/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/pkgsrc/devel/cqual/work/cqual-0.991/src'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
make: stopped in /usr/pkgsrc/devel/cqual
I'm using gcc4.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index