Matthias Klose <d...@debian.org> (03/04/2012):
> Package: audex
> Version: 0.74~b1-1
> Severity: important
> Tags: sid wheezy
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-4.7

With the attached patch, I'm hitting this now:
| /usr/lib/libneon-gnutls.so.27: undefined reference to 
`ne_ssl_context_get_flag'

probably another issue, but not tagging thig bug report with patch,
then.

Mraw,
KiBi.
diff -Nru audex-0.74~b1/debian/changelog audex-0.74~b1/debian/changelog
--- audex-0.74~b1/debian/changelog	2011-08-08 03:49:35.000000000 +0000
+++ audex-0.74~b1/debian/changelog	2012-04-04 22:10:23.000000000 +0000
@@ -1,3 +1,10 @@
+audex (0.74~b1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing <unistd.h> include (partial fix for #667105).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 04 Apr 2012 22:10:02 +0000
+
 audex (0.74~b1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru audex-0.74~b1/debian/patches/fix-ftbfs-with-gcc-4.7 audex-0.74~b1/debian/patches/fix-ftbfs-with-gcc-4.7
--- audex-0.74~b1/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.000000000 +0000
+++ audex-0.74~b1/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 22:10:54.000000000 +0000
@@ -0,0 +1,14 @@
+Description: Fix missing <unistd.h> include (partial fix for #667105).
+Author: Cyril Brulebois <k...@debian.org>
+
+--- audex-0.74~b1.orig/utils/hashlist.cpp
++++ audex-0.74~b1/utils/hashlist.cpp
+@@ -15,6 +15,8 @@
+  * You should have received a copy of the GNU General Public License
+  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+  */
++
++#include <unistd.h>
+  
+ #include "hashlist.h"
+ 
diff -Nru audex-0.74~b1/debian/patches/series audex-0.74~b1/debian/patches/series
--- audex-0.74~b1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ audex-0.74~b1/debian/patches/series	2012-04-04 22:10:39.000000000 +0000
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to