Your message dated Fri, 25 Feb 2011 03:45:43 +0100
with message-id <[email protected]>
and subject line Re: vite ftbfs
has caused the Debian Bug report #600760,
regarding vite ftbfs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
600760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600760
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vite
Version: 1.1-4
vite 1.1-4 fails to build on Ubuntu Natty
diff -u vite-1.1/debian/control vite-1.1/debian/control
--- vite-1.1/debian/control
+++ vite-1.1/debian/control
@@ -1,7 +1,8 @@
Source: vite
Section: devel
Priority: optional
-Maintainer: Samuel Thibault <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Samuel Thibault <[email protected]>
Build-Depends: debhelper (>= 7),
libqt4-dev (>= 4:4.6), libqt4-opengl, libqt4-opengl-dev,
texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
diff -u vite-1.1/debian/changelog vite-1.1/debian/changelog
--- vite-1.1/debian/changelog
+++ vite-1.1/debian/changelog
@@ -1,3 +1,9 @@
+vite (1.1-4ubuntu1) natty; urgency=low
+
+ * Explicitly link -lz for binutils-gold, fixes FTBFS (LP: #663375)
+
+ -- Roy Jamison <[email protected]> Tue, 19 Oct 2010 17:34:25 +0100
+
vite (1.1-4) unstable; urgency=low
* Restore changes against upstream which were lost during 1.1-2 upload (and
only in patch2:
unchanged:
--- vite-1.1.orig/src/src.pro
+++ vite-1.1/src/src.pro
@@ -57,7 +57,7 @@
#TRANSLATIONS = ViTE_fr.ts
-#LIBS += -lGLEW
+LIBS += -lz
macx {
QMAKESPEC = macx-g++
--- End Message ---
--- Begin Message ---
Version: 1.2-3
I've eventually uploaded the fix since we'll be using gold soon.
Samuel
--- End Message ---