Subject: pkg/32781: kdepim3 Segmentation fault
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <nocker.bk@gmail.com>
List: pkgsrc-bugs
Date: 02/09/2006 12:10:01
>Number:         32781
>Category:       pkg
>Synopsis:       misc/kdepim3 doesn't build on i386-NetBSD 3.0
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 09 12:10:00 +0000 2006
>Originator:     nocker.bk@gmail.com
>Release:        NetBSD 3.0
>Organization:
nocker.bk@gmail.com
>Environment:
System: NetBSD icaro.clubs.etsit.upm.es 3.0 NetBSD 3.0 (GENERIC) #0: Mon Dec 19 01:04:02 UTC 2005 builds@works.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
/usr/pkgsrc/misc/kdepim3 doesn't build, it gives the following error:

icaro# make
===> Checking for vulnerabilities in kdepim-3.5.1nb1
===> Patching for kdepim-3.5.1nb1

<...>

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; fi
leafdata.cpp: In member function `bool leaf_data::can_add(unsigned int) const':
leafdata.cpp:53: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.netbsd.org/Misc/send-pr.html> for instructions.
gmake[2]: *** [leafdata.lo] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/misc/kdepim3/work/kdepim-3.5.1/indexlib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/misc/kdepim3/work/kdepim-3.5.1'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/misc/kdepim3
===> 
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /usr/pkgsrc/misc/kdepim3/work/.work.log
===> 
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/misc/kdepim3
icaro#

The code is up to date (pkgsrc current).

icaro# more CVS/Entries 
/DESCR/1.4/Sat Jun  5 22:03:48 2004//
/PLIST/1.22/Sun Dec 11 11:40:02 2005//
D/patches////
/Makefile/1.57/Wed Feb  8 11:12:42 2006//
/buildlink3.mk/1.14/Wed Feb  8 11:12:42 2006//
/distinfo/1.40/Wed Feb  8 11:12:42 2006//
D
icaro# 

>How-To-Repeat:
	cd /usr/pkgsrc/misc/kdepim3/ && make 
>Fix:
Sorry, none.