diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-08 12:40:19 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-08 12:40:19 +0000 |
commit | f0fc69261f26d30ad18f9b132b9cbbe011380c9e (patch) | |
tree | 732279cf542a9b9ef2fa2e56b4022642f25ba73f /misc | |
parent | 6800bab24984e78fb312386b17b80c9b000d2adc (diff) | |
download | pkgsrc-f0fc69261f26d30ad18f9b132b9cbbe011380c9e.tar.gz |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/root/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index cea14c2054a..822c1d83e73 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:37 agc Exp $ +# $NetBSD: Makefile,v 1.9 2002/06/08 12:40:19 cjep Exp $ DISTNAME= root_v2.23.08.source PKGNAME= root-2.23 @@ -17,6 +17,10 @@ USE_XPM= YES ALL_TARGET= netbsd MAKE_ENV= LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR} +.if (${MACHINE_ARCH} == "arm") +BROKEN= Compilation stops due to internal compiler error +.endif + WRKSRC= ${WRKDIR} do-configure: |