Subject: Re: pkg/32781
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Adrian Lopez <nocker.bk@gmail.com>
List: pkgsrc-bugs
Date: 02/09/2006 18:00:04
The following reply was made to PR pkg/32781; it has been noted by GNATS.

From: Adrian Lopez <nocker.bk@gmail.com>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/32781
Date: Thu, 09 Feb 2006 18:58:35 +0100

 I've do a distclean (before to the report I had try to do clean, and
 rebuild, but without any good result) and now it has compiled.
 
 In the file which cause the "Segmentation fault", now it only shows a
 warning:
 
 if /bin/sh ../libtool --silent --tag=CXX --mode=compile c++
 -DHAVE_CONFIG_H -I. -I. -I.. -I../libkdepim -I/usr/pkg/include
 -I/usr/pkg/qt3/include -I/usr/X11R6/include  -I/usr/pkg/include
 -I/usr/X11R6/include  -DQT_THREAD_SUPPORT -I/usr/pkg/include
 -I/usr/include -DLDAP_DEPRECATED -I/usr/pkg/qt3/include
 -DGLX_GLXEXT_LEGACY -I/usr/pkg/include/freetype2 -I/usr/X11R6/include
 -I/usr/include/krb5  -Wno-long-long -Wundef -Wall -W -Wpointer-arith
 -DNDEBUG -DNO_DEBUG -O2 -O2 -I/usr/pkg/include -I/usr/include
 -DLDAP_DEPRECATED -I/usr/pkg/qt3/include -DGLX_GLXEXT_LEGACY
 -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -I/usr/include/krb5
 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
 -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
 -DQT_NO_TRANSLATION -include ./compat.h -fexceptions -MT leafdata.lo -MD
 -MP -MF ".deps/leafdata.Tpo" -c -o leafdata.lo leafdata.cpp; \then mv -f
 ".deps/leafdata.Tpo" ".deps/leafdata.Plo"; else rm -f
 ".deps/leafdata.Tpo"; exit 1; fileafdata.cpp: In member function `bool
 leaf_data::can_add(unsigned int) const':leafdata.cpp:53: warning:
 comparison between signed and unsigned integer    expressions
 
 
 Between the crash and the compilation I have compiled others packages
 from pkgsrc (maybe this could be important) like BitchX and xchat, and
 maybe some library who is needed by this packages.
 
 (Sorry for my bad english).