Subject: CVS commit: pkgsrc/misc/root
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2002 15:40:19
Module Name:	pkgsrc
Committed By:	cjep
Date:		Sat Jun  8 12:40:19 UTC 2002

Modified Files:
	pkgsrc/misc/root: Makefile

Log Message:
On arm mark this package as broken. With optimization, the compilation hangs.
Turning off optimization, one gets further but an internal compiler error
occurs:
CONT_Btree.cxx: In method `TBtreeIter::TBtreeIter(const TBtreeIter &)':
CONT_Btree.cxx:601: warning: base class `class TIterator' should be explicitly initialized in the copy constructor
CONT_Btree.cxx: In method `TBtInnerNode::TBtInnerNode(TBtInnerNode *, TBtree *, TBtNode *)':
CONT_Btree.cxx:688: Internal compiler error.
CONT_Btree.cxx:688: Please submit a full bug report.
CONT_Btree.cxx:688: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
cpp0: output pipe has been closed
gmake[1]: *** [CONT_Btree.o] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/misc/root/work.arm/src'
gmake: *** [netbsd] Error 2


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/misc/root/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.