pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/35559: net/howl SUNpro amd64 Solaris10



>Number:         35559
>Category:       pkg
>Synopsis:       net/howl SUNpro amd64 Solaris10
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 07 15:10:00 +0000 2007
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_118855-19 i86pc


>Description:


Making all in Posix
source='DNSServices.c' object='DNSServices.lo' libtool=yes  
depfile='.deps/DNSServices.Plo
' tmpdepfile='.deps/DNSServices.TPlo'  depmode=none /bin/bash ../../../depcomp  
/bin/bash 
../../../libtool --mode=compile cc64 -DHAVE_CONFIG_H -I. -I. -I../../../include 
 -I../../.
./include/ -I../../../src/lib/howl  -D_REENTRANT -I/usr/include   -c -o 
DNSServices.lo `te
st -f 'DNSServices.c' || echo './'`DNSServices.c
mkdir .libs
 cc64 -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/ 
-I../../../src/lib/howl -
D_REENTRANT -c DNSServices.c  -KPIC -DPIC -o .libs/DNSServices.o
"mDNSClientAPI.h", line 529: empty constant expression after macro expansion
"DNSServices.c", line 2701: warning: improper pointer/integer combination: op 
"="
cc: acomp failed for DNSServices.c

[wrapper.sh] note: The real command line, after the pkgsrc wrapper, was:
/pkg/obj/net/howl/work/.sunpro/bin/cc -DHAVE_CONFIG_H -I. -I../../../include 
-I../../../in
clude/ -I../../../src/lib/howl -D_REENTRANT -c DNSServices.c -KPIC -DPIC -o 
.libs/DNSServi
ces.o -xarch=amd64 -I/pkg/obj/net/howl/work/.buildlink/include 
-L/pkg/obj/net/howl/work/.b
uildlink/lib 

[wrapper.sh] note: The real command line, after the pkgsrc wrapper, was:
/usr/pkg/bin/libtool --mode=compile cc64 -DHAVE_CONFIG_H -I. -I../../../include 
-I../../..
/include/ -I../../../src/lib/howl -D_REENTRANT -c -o DNSServices.lo 
DNSServices.c 
*** Error code 1



>How-To-Repeat:


bmake


>Fix:


--- src/lib/mDNSResponder/mDNSClientAPI.h.orig  Thu May 19 04:06:39 2005
+++ src/lib/mDNSResponder/mDNSClientAPI.h       Wed Feb  7 16:00:47 2007
@@ -526,7 +526,7 @@
 typedef unsigned char  mDNSu8;
 typedef   signed short mDNSs16;
 typedef unsigned short mDNSu16;
-#if _LP64
+#if defined(_LP64)
 typedef   signed int   mDNSs32;
 typedef unsigned int   mDNSu32;
 #else






Home | Main Index | Thread Index | Old Index