summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-08 12:40:19 +0000
committercjep <cjep>2002-06-08 12:40:19 +0000
commit3978269cc765f87d67f6d78397ea0e498b10aa27 (patch)
tree732279cf542a9b9ef2fa2e56b4022642f25ba73f /misc
parentb4962f1c29dc8ed4f4d7587ffd743b57ff52f181 (diff)
downloadpkgsrc-3978269cc765f87d67f6d78397ea0e498b10aa27.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/Makefile6
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: