Subject: pkg/30827: games/wesnoth compile error
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ishit@oak.dti.ne.jp>
List: pkgsrc-bugs
Date: 07/25/2005 04:10:01
>Number:         30827
>Category:       pkg
>Synopsis:       games/wesnoth compile error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 25 04:10:01 +0000 2005
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386 2.0.2
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc4.home 2.0.2_STABLE NetBSD 2.0.2_STABLE (GENERIC_LAPTOP.user64) #0: Sat Apr  9 09:38:45 JST 2005  sysbuild@ishitPc4.home:/mnt/sysbuild/i386/obj/sys/arch/i386/compile/GENERIC_LAPTOP.user64 i386

>Description:
games/wesnoth 0.9.3 compile error.

>How-To-Repeat:
% cd /usr/pkgsrc/games/wesnoth
% make
<snip>
Making all in src
<snip>
depbase=`echo reports.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;  if c++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/X11R6/include -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/include -I/usr/pkg/include/freetype2 -DGLX_GLXEXT_LEGACY -I/usr/pkg/include/freetype2 -I/usr/pkg/include -I ./sdl_ttf -I../intl -I../intl -I/usr/pkg/include/SDL -D_REENTRANT -DWESNOTH_PATH=\"/usr/pkg/share/wesnoth\"  -DLOCALEDIR=\"translations\" -DHAS_RELATIVE_LOCALEDIR=1 -DFIFODIR=\"/usr/pkg/var/run/wesnothd\" -O2 -I/usr/pkg/include -I/usr/pkg/include/SDL -I/usr/include -I/usr/pkg/include/freetype2 -DGLX_GLXEXT_LEGACY -D_X11  -I/usr/X11R6/include  -MT reports.o -MD -MP -MF "$depbase.Tpo" -c -o reports.o reports.cpp;  then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
reports.cpp: In function `reports::report
   reports::generate_report(reports::TYPE, const gamemap&, const unit_map&,
   const std::vector<team, std::allocator<team> >&, const team&, int, int,
   const gamemap::location&, const gamemap::location&, const gamestatus&, const
   std::set<std::string, std::less<std::string>, std::allocator<std::string>
   >&)':
reports.cpp:422: 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.
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/games/wesnoth/work.i386/wesnoth-0.9.3/src
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/games/wesnoth/work.i386/wesnoth-0.9.3
*** Error code 1

Stop.
make: stopped in /opt/pkgsrc/games/wesnoth/work.i386/wesnoth-0.9.3
*** Error code 1

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

Stop.
make: stopped in /usr/pkgsrc/games/wesnoth

>Fix: