[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#638239: pd-mjlib: FTBFS on hurd & kfreebsd



Package: pd-mjlib
Version: 0.1.1-2
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

pd-mjlib (and basically all pd-* packages) currently FTBFS on hurd &
kfreebsd, due to a small typo in debian/patches/nonlinux_fixes.patch,
see attached patch. I guess the same patch applies more or less exactly
the same on all other pd-* packages.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Samuel Thibault <samuel.thibault@fnac.net>
<N> bon comment on fait de l'investigation pour savoir qui est le vilain ?
<s> on débranche le routeur et on regarde qui s'affole
 -+- #ens-mim administre -+-
--- debian/patches/nonlinux_fixes.patch.orig	2011-08-18 00:40:24.000000000 +0000
+++ debian/patches/nonlinux_fixes.patch	2011-08-18 00:40:31.000000000 +0000
@@ -23,9 +23,9 @@
 +  OS = linux
 +  PD_PATH = /usr
 +  OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+  ALL_CFLAGS += -fPIC
-+  ALL_LDFLAGS += -Wl,--export-dynamic  -shared -fPIC
-+  ALL_LIBS += -lc
++  CFLAGS += -fPIC
++  LDFLAGS += -Wl,--export-dynamic  -shared -fPIC
++  LIBS += -lc
 +  STRIP = strip --strip-unneeded -R .note -R .comment
 +  DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
 +endif
@@ -37,9 +37,9 @@
 +  OS = linux
 +  PD_PATH = /usr
 +  OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer
-+  ALL_CFLAGS += -fPIC
-+  ALL_LDFLAGS += -Wl,--export-dynamic  -shared -fPIC
-+  ALL_LIBS += -lc
++  CFLAGS += -fPIC
++  LDFLAGS += -Wl,--export-dynamic  -shared -fPIC
++  LIBS += -lc
 +  STRIP = strip --strip-unneeded -R .note -R .comment
 +  DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m)
 +endif

Reply to: