Subject: Re: pkg/30827
To: None <wiz@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-bugs
Date: 08/04/2005 09:30:03
The following reply was made to PR pkg/30827; it has been noted by GNATS.

From: Thomas Klausner <wiz@netbsd.org>
To: ishit <ishit@oak.dti.ne.jp>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/30827
Date: Thu, 4 Aug 2005 11:29:34 +0200

 On Thu, Aug 04, 2005 at 08:21:17AM +0900, ishit wrote:
 > At Fri, 29 Jul 2005 15:03:45 +0200, Thomas Klausner wrote:
 > > I updated the package to 0.9.4, does that help?
 > 
 >   I tried to make 0.9.4, but same error.
 >   (log: http://www.tunagu.gr.jp/~isihara/wesnoth-makelog.txt)
 
 I tried:
 	make configure
 	cd wor*/wes*/src
 	make reports.o
 and it failed like for you:
 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:435: 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.
 
 Then I did
 	ulimit -d 1024000
 	make reports.o
 and it compiled fine.
 
 The ulimit should be done automatically by pkgsrc, since it
 contains
 	UNLIMIT_RESOURCES+=     datasize
 
 So I'm back to my hypothesis that it doesn't get enough memory.
 Please try to track this down.
 
 One difference I noted: I don't use ccache, so perhaps I need
 less memory that way. You could try compiling it without
 ccache.
  Thomas