Package: texmacs
Version: 1:1.0.5-3
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of texmacs_1:1.0.5-3 on sarti by sbuild/hppa 69
> Build started at 20051012-2319

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0), guile-1.6-dev, guile-1.6, xlibs-dev, 
> libltdl3-dev, libfreetype6-dev, dpatch, autotools-dev, g++ (>= 4:3.3.3), 
> autoconf, r-base-core (>= 2.0)

[...]

> g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files 
> -I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic 
> -I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree 
> -I./Data/Convert -I./Guile -I./Resource -I./Window -I./Typeset 
> -I./Typeset/Bridge -I./Typeset/Concat -I./Typeset/Page -I./Edit -I./Plugins 
> -I./Texmacs -I./Edit/Editor -I./Edit/Interface -I./Edit/Modify 
> -I/usr/include/freetype2 -Wall -Wno-return-type -fno-rtti -fno-exceptions 
> -ggdb -fPIC -c ./Edit/Process/edit_aux.cpp -o Objects/edit_aux.o 
> g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files 
> -I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic 
> -I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree 
> -I./Data/Convert -I./Guile -I./Resource -I./Window -I./Typeset 
> -I./Typeset/Bridge -I./Typeset/Concat -I./Typeset/Page -I./Edit -I./Plugins 
> -I./Texmacs -I./Edit/Editor -I./Edit/Interface -I./Edit/Modify 
> -I/usr/include/freetype2 -Wall -Wno-return-type -fno-rtti -fno-exceptions 
> -ggdb -fPIC -c ./Edit/Interface/edit_complete.cpp -o Objects/edit_complete.o 
> g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files 
> -I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic 
> -I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree 
> -I./Data/Convert -I./Guile -I./Resource -I./Window -I./Typeset 
> -I./Typeset/Bridge -I./Typeset/Concat -I./Typeset/Page -I./Edit -I./Plugins 
> -I./Texmacs -I./Edit/Editor -I./Edit/Interface -I./Edit/Modify 
> -I/usr/include/freetype2 -Wall -Wno-return-type -fno-rtti -fno-exceptions 
> -ggdb -fPIC -c ./Edit/Interface/edit_cursor.cpp -o Objects/edit_cursor.o 
> ./Edit/Interface/edit_cursor.cpp: In member function 'path 
> edit_cursor_rep::_ZTv0_n292_N15edit_cursor_rep9tree_pathEiii(SI, SI, SI)':
> ./Edit/Interface/edit_cursor.cpp:331: internal compiler error: in 
> cp_expr_size, at cp/cp-objcp-common.c:101
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
> make[2]: *** [Objects/edit_cursor.o] Error 1
> make[2]: Leaving directory `/build/buildd/texmacs-1.0.5/src'
> make[1]: *** [TEXMACS] Error 2
> make[1]: Leaving directory `/build/buildd/texmacs-1.0.5'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=texmacs&ver=1:1.0.5-3

patch for the NMU, based on
http://lists.debian.org/debian-devel/2005/09/msg00020.html

diff -ur ../../t/texmacs-1.0.5/debian/changelog texmacs-1.0.5/debian/changelog
--- ../../t/texmacs-1.0.5/debian/changelog      2005-10-14 13:22:41.000000000 
-0600
+++ texmacs-1.0.5/debian/changelog      2005-10-15 00:29:52.000000000 -0600
@@ -1,3 +1,10 @@
+texmacs (1:1.0.5-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * work around gcc-4.0 FTBFS on some architectures
+
+ -- LaMont Jones <[EMAIL PROTECTED]>  Fri, 14 Oct 2005 19:28:41 +0000
+
 texmacs (1:1.0.5-3) unstable; urgency=low
 
   * Rebuild with gcc-4.0.
diff -ur ../../t/texmacs-1.0.5/debian/control texmacs-1.0.5/debian/control
--- ../../t/texmacs-1.0.5/debian/control        2005-10-14 13:22:41.000000000 
-0600
+++ texmacs-1.0.5/debian/control        2005-10-15 00:29:52.000000000 -0600
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ralf Treinen <[EMAIL PROTECTED]>
 Uploaders: Magnus Ekdahl <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), guile-1.6-dev, guile-1.6, xlibs-dev, 
libltdl3-dev, libfreetype6-dev, dpatch, autotools-dev, g++ (>= 4:3.3.3), 
autoconf, r-base-core (>= 2.0)
+Build-Depends: debhelper (>= 4.0), guile-1.6-dev, guile-1.6, xlibs-dev, 
libltdl3-dev, libfreetype6-dev, dpatch, autotools-dev, g++ (>= 4:3.3.3), 
autoconf, r-base-core (>= 2.0), g++-3.4 [arm m68k hppa]
 Standards-Version: 3.6.2
 
 Package: texmacs
diff -ur ../../t/texmacs-1.0.5/debian/rules texmacs-1.0.5/debian/rules
--- ../../t/texmacs-1.0.5/debian/rules  2005-10-14 13:22:41.000000000 -0600
+++ texmacs-1.0.5/debian/rules  2005-10-15 00:29:52.000000000 -0600
@@ -3,6 +3,15 @@
 
 # export DH_VERBOSE=1
 
+GCC4_ICES_HERE := arm m68k hppa
+DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(GCC4_ICES_HERE)))
+       export CC=gcc-3.4
+       export CPP=cpp-3.4
+       export CXX=g++-3.4
+endif
+
 include /usr/share/dpatch/dpatch.make
 
 TMPDIR = `pwd`/debian/texmacs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to