Bug#862474: vlc-bin: file conflict with vlc-nox 2.2.5-1~deb8u1

2017-05-13 Thread Cyril Brulebois
Cyril Brulebois <k...@debian.org> (2017-05-13):
> vlc-bin seems to be missing replaces/breaks against vlc-nox. From a
> jessie chroot, with vlc-nox installed, switching sources.list from
> jessie to stretch and installing vlc-bin results in:
> | root@wodi:/# apt-get install vlc-bin
> | Reading package lists... Done
> | Building dependency tree   
> | Reading state information... Done
> | The following extra packages will be installed:
> |   libvlc-bin
> | The following NEW packages will be installed:
> |   libvlc-bin vlc-bin
> | 0 upgraded, 2 newly installed, 0 to remove and 207 not upgraded.
> | Need to get 278 kB of archives.
> | After this operation, 579 kB of additional disk space will be used.
> | Do you want to continue? [Y/n] 
> | Get:1 http://localhost/debian/ stretch/main libvlc-bin amd64 2.2.5-1 [121 
> kB]
> | Get:2 http://localhost/debian/ stretch/main vlc-bin amd64 2.2.5-1 [157 kB]
> | Fetched 278 kB in 0s (10.6 MB/s)
> | E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file 
> or directory)
> | Selecting previously unselected package libvlc-bin:amd64.
> | (Reading database ... 11539 files and directories currently installed.)
> | Preparing to unpack .../libvlc-bin_2.2.5-1_amd64.deb ...
> | Unpacking libvlc-bin:amd64 (2.2.5-1) ...
> | Selecting previously unselected package vlc-bin.
> | Preparing to unpack .../vlc-bin_2.2.5-1_amd64.deb ...
> | Unpacking vlc-bin (2.2.5-1) ...
> | dpkg: error processing archive 
> /var/cache/apt/archives/vlc-bin_2.2.5-1_amd64.deb (--unpack):
> |  trying to overwrite '/usr/bin/cvlc', which is also in package vlc-nox 
> 2.2.5-1~deb8u1
> | dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
> | Errors were encountered while processing:
> |  /var/cache/apt/archives/vlc-bin_2.2.5-1_amd64.deb
> | E: Sub-process /usr/bin/dpkg returned an error code (1)

BTW, looking at vlc.git, it seems the replaces/breaks was added properly
when binaries were split off (<< 2.2.4-7~), but a new upstream was added
to jessie, which might have interfered: 2.2.5-1~deb8u1 has cvlc (since
there's no vlc-bin), so I think just bumping the breaks/replaces should
work. Going to test this after lunch, can prepare an upload if you like.


KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#862474: vlc-bin: file conflict with vlc-nox 2.2.5-1~deb8u1

2017-05-13 Thread Cyril Brulebois
Package: vlc-bin
Version: 2.2.5-1
Severity: serious
Justification: Policy 7.6.1

Hi,

vlc-bin seems to be missing replaces/breaks against vlc-nox. From a
jessie chroot, with vlc-nox installed, switching sources.list from
jessie to stretch and installing vlc-bin results in:
| root@wodi:/# apt-get install vlc-bin
| Reading package lists... Done
| Building dependency tree   
| Reading state information... Done
| The following extra packages will be installed:
|   libvlc-bin
| The following NEW packages will be installed:
|   libvlc-bin vlc-bin
| 0 upgraded, 2 newly installed, 0 to remove and 207 not upgraded.
| Need to get 278 kB of archives.
| After this operation, 579 kB of additional disk space will be used.
| Do you want to continue? [Y/n] 
| Get:1 http://localhost/debian/ stretch/main libvlc-bin amd64 2.2.5-1 [121 kB]
| Get:2 http://localhost/debian/ stretch/main vlc-bin amd64 2.2.5-1 [157 kB]
| Fetched 278 kB in 0s (10.6 MB/s)
| E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file 
or directory)
| Selecting previously unselected package libvlc-bin:amd64.
| (Reading database ... 11539 files and directories currently installed.)
| Preparing to unpack .../libvlc-bin_2.2.5-1_amd64.deb ...
| Unpacking libvlc-bin:amd64 (2.2.5-1) ...
| Selecting previously unselected package vlc-bin.
| Preparing to unpack .../vlc-bin_2.2.5-1_amd64.deb ...
| Unpacking vlc-bin (2.2.5-1) ...
| dpkg: error processing archive 
/var/cache/apt/archives/vlc-bin_2.2.5-1_amd64.deb (--unpack):
|  trying to overwrite '/usr/bin/cvlc', which is also in package vlc-nox 
2.2.5-1~deb8u1
| dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
| Errors were encountered while processing:
|  /var/cache/apt/archives/vlc-bin_2.2.5-1_amd64.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)

[Spotted while having a look at some jenkins.debian.net jobs.]

Greetings from the Paris BSP.


KiBi.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#824078: libdvd-pkg: fails to report "apt-get check" errors (and others) correctly

2016-05-15 Thread Cyril Brulebois
Dmitry Smirnov <only...@debian.org> (2016-05-15):
> On Sunday, 15 May 2016 2:03:28 PM AEST Cyril Brulebois wrote:
> > Failing to return success or failure properly really is Bad Programming
> > 101. This means your uers have no programmatic way of knowing whether
> > what they called worked, and how to behave accordingly.
> 
> I know, I know. :)  I agree. However here safety concerns are more
> important: we can afford to fail to build a package but not to
> compromise package management by propagating errors where they
> naturally do not occur.
> 
> I hope it make sense.

It doesn't, but it seems time is going to be better spent checking the
actual side-effects of installing libdvd-css or calling that script
directly, instead of being told again and again how much of a snow flake
your package is, and how OK it is for it to behave like it currently does.

[…]

> > I didn't realize it got hooked up into apt (the build script is called
> > directly in Tails). Actually, this makes this issue looks even worth
> > than I thought…
> 
> "Even worse" maybe? I'm not sure I understand your concerns...

Yes. English isn't my monther tongue, and failing at quasi-homophones
can happen to me.


KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#824078: libdvd-pkg: fails to report "apt-get check" errors (and others) correctly

2016-05-15 Thread Cyril Brulebois
Hi Dmitry,

Dmitry Smirnov <only...@debian.org> (2016-05-15):
> On Thursday, 12 May 2016 12:44:30 AM AEST Cyril Brulebois wrote:
> > Severity: important
> 
> I don't understand how not returning exit code qualifies for "important"
> severity... IMHO it is "minor" unless I'm missing what kind of breakage it
> may cause...

Failing to return success or failure properly really is Bad Programming
101. This means your uers have no programmatic way of knowing whether
what they called worked, and how to behave accordingly.

Of course, users could think about parsing stdout/stderr messages, but
this is fragile, those change over time, and the right way is to just
get the return code and check against 0 (or known, documented values
for specific errors).

> > But our wrapper specifically exited with '1' in that case, and it seemed
> > strange that debian/b-i_libdvdcss.sh didn't catch that.
> > [...]
> > I would suggest storing the return value
> > e.g. with "ret=$?", and using "exit $ret" so that this return value is
> > propagated. If propagating this return value isn't deemed interesting,
> > please at least "exit 1".
> 
> This is not just ugly code of mine but deliberate/intentional decision to 
> override exit code. Trouble is that libdvd-pkg hooks into APT post-invoke 
> handler and run commands that normally never run on that stage. Therefore 
> there is a risk and potential to break APT operations and cause system-wide 
> effect...

Silently pretending everything went fine when it didn't seems like a
reasonable behaviour? I strongly disagree.

> I feel uncomfortable about propagating exit status without good
> understanding of consequences and without serious testing (for which I
> have not time right now)...

I didn't realize it got hooked up into apt (the build script is called
directly in Tails). Actually, this makes this issue looks even worth
than I thought…


KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#824078: libdvd-pkg: fails to report "apt-get check" errors (and others) correctly

2016-05-11 Thread Cyril Brulebois
Package: libdvd-pkg
Version: 1.4.0-1-1
Severity: important

Hi,

While working on Tails, it was noticed that our reproducible build
attempts were failing due to some missing packages. Investigating led to
our apt-get wrapper missing support for the 'check' action. So far,
nothing to worry on your side.

But our wrapper specifically exited with '1' in that case, and it seemed
strange that debian/b-i_libdvdcss.sh didn't catch that. Looking at its
code:
| apt-get check >/dev/null 2>&1
| if [ "$?" -ne 0 ]; then
| echo "${PKGI}: \`apt-get check\` failed, you may have broken packages. 
Aborting..."
| exit 0
| fi

This doesn't seem reasonable. I would suggest storing the return value
e.g. with "ret=$?", and using "exit $ret" so that this return value is
propagated. If propagating this return value isn't deemed interesting,
please at least "exit 1".

The same seems to be true for the dpkg lock check:
| dpkg -i /dev/zero 2>/dev/null
| if [ "$?" -eq 2 ]; then
| echo "${PKGI}: dpkg database is locked. You may need to use command 
\"sudo dpkg-reconfigure ${PKGI}\"."
| if [ -h "/etc/apt/apt.conf.d/${P88}" ]; then
| echo "${PKGI}: Building and installation of package(s) [${PKGG_ALL}] 
postponed till after next APT operation."
| fi
| exit 0
| fi

This "exit 0" seems bogus as well.

The final "dpkg && touch || echo" also means we're getting echo's return
value (likely 0…) instead of an error when reaching this codepath. You
may want to be using something like:
|…
||| { echo "error message"; exit 1; }

or an "if" construct, to get in line with what's done earlier in the
script, before "set -e" was put into place.

Thanks for considering.


KiBi.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Cyril Brulebois
Control: severity -1 important

Thomas Goirand z...@debian.org (2014-11-21):
 Package: blender
 Version: 2.72.b+dfsg0-1
 Severity: serious
 
 Hi,
 
 A rapid code search shows that blender uses:
 
 ssl_version=ssl.PROTOCOL_SSLv3
 
 in release/scripts/addons/netrender/master.py:1161
 
 However, this support has been removed in Debian. Therefore, it is possible
 that blender is broken.
 
 I haven't checked myself if this breaks the build of Blender, or if it
 affects it a lot, as I have no time to do that. Though I would strongly
 suggest the maintainer to check, and eventually downgrade this bug to
 important only.

Definitely not breaking the build.

And given it's an addon, seemingly for network rendering, I don't think
this qualifies as a serious bug. That doesn't mean fixing it for jessie
would be rejected outright.

(A quick web search seems to point out it's diabled by default, see
Instructions on: 
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Performance/Netrender)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#736959: FTBFS[!linux]: ALSA MIDI not supported

2014-01-28 Thread Cyril Brulebois
Steven Chamberlain ste...@pyro.eu.org (2014-01-28):
 Package: samplv1
 Version: 0.3.6-2
 Severity: serious
 Tags: patch
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 debian/rules runs configure with --enable-alsa-midi only on Linux.
 
 Actually on kfreebsd-* and hurd it is necessary to do the opposite:
 configure with --disable-alsa-midi, otherwise support for it is
 wrongly autodetected due to the presence of salsa headers.
 
 Please see attached patch fixing FTBFS.

Looks like the patch for #736957?

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#726487: frei0r build can't find opencv

2013-10-20 Thread Cyril Brulebois
Control: tag -1 pending

Rebecca N. Palmer r.pal...@bham.ac.uk (2013-10-16):
 frie0r's build process can't find opencv, probably because it
 depends on libcv-dev and the .pc files are now (since 2.3.1-9) in
 libopencv-dev.
 
 The build succeeds as using opencv is optional, but I don't know how
 much functionality this disables (feel free to adjust the severity
 as appropriate).
 
 It worked on my system because I do have libopencv-dev installed,
 which suggests that adding that as a build-dep would fix the
 problem, but I don't have time right now to test that properly.

That's indeed the case, thanks for the report and the patch.

I've added a little check to make sure both opencv and gavl support is
enabled, to make it possible to catch such regressions automatically.

The plugins package gains a bunch of opencv binaries in Depends
accordingly.

Mraw,
KiBi.
diff -u frei0r-1.1.22git20091109/debian/changelog frei0r-1.1.22git20091109/debian/changelog
--- frei0r-1.1.22git20091109/debian/changelog
+++ frei0r-1.1.22git20091109/debian/changelog
@@ -1,3 +1,16 @@
+frei0r (1.1.22git20091109-1.4) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Since the configure script only allows for auto-detecting opencv and
+gavl, rather than making them mandatory, implement post-configure
+checking for both through config.log, in the common-configure-arch
+target.
+  * Switch libcv-dev build-dep to libopencv-dev to restore opencv support
+since the .pc file moved. Thanks to Rebecca N. Palmer again!
+(Closes: #726487)
+
+ -- Cyril Brulebois k...@debian.org  Sun, 20 Oct 2013 14:11:54 +0200
+
 frei0r (1.1.22git20091109-1.3) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u frei0r-1.1.22git20091109/debian/control frei0r-1.1.22git20091109/debian/control
--- frei0r-1.1.22git20091109/debian/control
+++ frei0r-1.1.22git20091109/debian/control
@@ -7,7 +7,7 @@
 Vcs-Git: git://git.dyne.org/frei0r.git
 Vcs-Browser: http://git.dyne.org/?r=frei0r
 Homepage: http://www.piksel.org/frei0r
-Build-Depends: cdbs, debhelper ( 5.0.0), pkg-config, libcv-dev, libgavl-dev (= 1.1.0),
+Build-Depends: cdbs, debhelper ( 5.0.0), pkg-config, libopencv-dev, libgavl-dev (= 1.1.0),
  libtool, autoconf, automake,
  libcvaux-dev, libhighgui-dev
 Standards-Version: 3.8.3
diff -u frei0r-1.1.22git20091109/debian/rules frei0r-1.1.22git20091109/debian/rules
--- frei0r-1.1.22git20091109/debian/rules
+++ frei0r-1.1.22git20091109/debian/rules
@@ -6,6 +6,12 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+common-configure-arch::
+	if [ $(shell egrep -c ^HAVE_(OPENCV|GAVL)_TRUE=''$$ config.log) != 2 ]; then \
+		echo Either OPENCV or GAVL support is missing according to config.log; \
+		exit 1; \
+	fi
+
 clean::
 	$(RM) Makefile.in aclocal.m4 configure doc/Makefile.in
 	$(RM) doc/html/Makefile.in include/Makefile.in ltmain.sh


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#724186: frei0r: fix for new automake

2013-10-15 Thread Cyril Brulebois
Control: tag -1 pending

Rebecca N. Palmer r.pal...@bham.ac.uk (2013-10-11):
 The only change _required_ now is adding -i to autoreconf (in
 debian/rules)

Confirmed here, and that's what I implemented in the NMU I've just
uploaded (Jonas said on IRC he would welcome an upload), for which
you'll find the diff attached.

 but it seemed a good idea to also fix the deprecation warnings (copied
 below) before they become errors in a future version.

Certainly a good idea to pass on to the upstream maintainers if they
don't know already, but since that wasn't needed to get the package to
build again, I haven't included this change in the NMU.

Anyway: many thanks, Rebecca!

Mraw,
KiBi.
diff -u frei0r-1.1.22git20091109/debian/rules frei0r-1.1.22git20091109/debian/rules
--- frei0r-1.1.22git20091109/debian/rules
+++ frei0r-1.1.22git20091109/debian/rules
@@ -17 +17 @@
-	autoreconf -fs
+	autoreconf -fsi
diff -u frei0r-1.1.22git20091109/debian/changelog frei0r-1.1.22git20091109/debian/changelog
--- frei0r-1.1.22git20091109/debian/changelog
+++ frei0r-1.1.22git20091109/debian/changelog
@@ -1,3 +1,11 @@
+frei0r (1.1.22git20091109-1.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Apply patch by Rebecca N. Palmer to fix FTBFS (missing compile file)
+with automake 1.14: add -i to autoreconf flags. (Closes: #724186)
+
+ -- Cyril Brulebois k...@debian.org  Tue, 15 Oct 2013 22:49:25 +0200
+
 frei0r (1.1.22git20091109-1.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#725611: qtractor: FTBFS on non-amd64/i386: qtractorAtomic.h: unsupported target compiler processor (GNUC)

2013-10-06 Thread Cyril Brulebois
Source: qtractor
Version: 0.5.10-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all architectures but amd64 and i386 with:
| g++ -c -pipe -I/usr/include/suil-0 -I/usr/include/serd-0 
-I/usr/include/sord-0 -I/usr/include/sratom-0 -I/usr/include/lilv-0 -O2 -Wall 
-W -D_REENTRANT -DDATADIR=/usr/share -DLOCALEDIR=/usr/share/locale 
-DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 
-I/usr/include/qt4 -I/usr/local/include -I/usr/include -I/usr/include/qt4 
-Ivestige -Ilv2 -I.moc -I.ui -o .obj/qtractorAudioBuffer.o 
qtractorAudioBuffer.cpp
| In file included from qtractorRingBuffer.h:25:0,
|  from qtractorAudioBuffer.h:27,
|  from qtractorAudioBuffer.cpp:23:
| qtractorAtomic.h:82:5: error: #error qtractorAtomic.h: unsupported target 
compiler processor (GNUC).
|  #   error qtractorAtomic.h: unsupported target compiler processor (GNUC).
|  ^
| make[3]: *** [.obj/qtractorAudioBuffer.o] Error 1

(kfreebsd-* have other problems)

Full build logs:
  https://buildd.debian.org/status/package.php?p=qtractorsuite=sid

Mraw,
KiBi.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Porterbox access and build-dependencies installation

2012-07-28 Thread Cyril Brulebois
Felipe Sateler fsate...@debian.org (28/07/2012):
 Dear DSA, in the mean time, could you please install the build-deps in
 arm*, ia64 and powerpc? We have a patch sitting in the bts for arm* that
 I'd like to test it before including. I'd also try to give a shot at the
 other archs while we wait for dan.

In progress on:
  abel
  harris
  partch
  merulo

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#651142: desktopcouch 1.0.8 won't start (stacktrace)

2012-05-27 Thread Cyril Brulebois
Hi dmedia maintainers,

background is #651142, where it was proposed to drop desktopcouch from
Debian entirely.

Last mail below:

Jason Woofenden ja...@jasonwoof.com (07/12/2011):
 Firstly, David: thanks for the timely reply!
 
 I support the idea that desktopcouch should perhaps be removed from
 debian. I kept getting the feeling that I was the only one using
 desktopcouch on debian. I've just moved my databases over to
 the system-wide couchdb and uninstalled desktopcouch.
 
 While you're removing packages, should the ubuntu-sso-client be
 removed too? I don't know if it has a use besides making new-ish
 versions of desktopcouch work.


Removing desktopcouch would mean breaking the dependency python-dmedia
has on it. Can dmedia be adapted to drop it and still be functional?

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#674815: clxclient: FTBFS on i386: missing symbols

2012-05-27 Thread Cyril Brulebois
Source: clxclient
Version: 3.6.1-5
Severity: serious
Justification: FTBFS

Hi,

still having symbol-related issues on i386:
| +++ dpkg-gensymbolseGsIrS 2012-05-27 22:38:29.0 +
| @@ -9,8 +9,8 @@
|   _ZN5EdestD0Ev@Base 3.6.1
|   _ZN5EdestD1Ev@Base 3.6.1
|   _ZN5EdestD2Ev@Base 3.6.1
| - _ZN5EsyncD1Ev@Base 3.6.1
| - _ZN5EsyncD2Ev@Base 3.6.1
| +#MISSING: 3.6.1-5# _ZN5EsyncD1Ev@Base 3.6.1
| +#MISSING: 3.6.1-5# _ZN5EsyncD2Ev@Base 3.6.1
|   _ZN6X_draw10drawpointsEiP6XPoint@Base 3.6.1
|   _ZN6X_draw10drawstringEPKci@Base 3.6.1
|   _ZN6X_draw12drawsegmentsEiP8XSegment@Base 3.6.1

Full build logs:
  https://buildd.debian.org/status/package.php?p=clxclientsuite=sid

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#674229: bristol: FTBFS due to hardcoded compiler options

2012-05-23 Thread Cyril Brulebois
Source: bristol
Version: 0.60.10-1
Severity: serious
Justification: FTBFS

On a lot of platforms, those don't exist…
| cc1: error: unrecognized command line option '-msse'
| cc1: error: unrecognized command line option '-mfpmath=sse'

Leading to:
| 22 days old (needed 10 days) 
| out of date on armel: bristol, bristol-data (from 0.60.9-1)
| out of date on ia64: bristol, bristol-data (from 0.60.9-1)
| out of date on mips: bristol, bristol-data (from 0.60.9-1)
| out of date on mipsel: bristol, bristol-data (from 0.60.9-1)
| out of date on powerpc: bristol, bristol-data (from 0.60.9-1)
| out of date on s390: bristol, bristol-data (from 0.60.9-1)
| out of date on sparc: bristol, bristol-data (from 0.60.9-1)
| out of date on armhf: bristol, bristol-data (from 0.60.9-1) (but armhf isn't 
keeping up, so nevermind)
| out of date on s390x: bristol, bristol-data (from 0.60.9-1) (but s390x isn't 
keeping up, so nevermind)
| Not considered

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#672827: transition: x264

2012-05-15 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (14/05/2012):
 BinNMUs just scheduled.

Everyone migrated, old binaries gone from testing, closing.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#672827: transition: x264

2012-05-14 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (14/05/2012):
 Soname bump:
   libx264-120 → libx264-123
 
 The tracker will appear shortly at:
   http://release.debian.org/transitions/html/x264.html

BinNMUs just scheduled.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#672827: transition: x264

2012-05-13 Thread Cyril Brulebois
Package: release.debian.org
Severity: normal
Tags: pending
User: release.debian@packages.debian.org
Usertags: transition

Hi,

let's track the x264 transition, as spotted in:
  http://lists.debian.org/20120511012202.ge20...@mraw.org

Soname bump:
  libx264-120 → libx264-123

The tracker will appear shortly at:
  http://release.debian.org/transitions/html/x264.html

Andres, Reinhard, or someone else from pkg-multimedia, please
take submittership of this bug report as you see fit.

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Please give-back libav on sparc

2012-05-12 Thread Cyril Brulebois
Reinhard Tartler siret...@gmail.com (12/05/2012):
 Schroeder's build seems to have been lost somewhere.

Indeed.

 gv libav_6:0.8.2-1 . sparc

Given vack.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Uncoordinated (?) x264 SONAME bump

2012-05-10 Thread Cyril Brulebois
Hi,

(The following is written based on the assumption we weren't contacted
since the 4th of March [end of the previous x264 transition]; apologies
if I missed some mails to debian-release@.)

please coordinate with us for next x264 SONAME bumps. I noticed that
because vlc's late rebuild for the libupnp transition got a dependency
on the new libx264-123 binary… Meaning vlc/mipsel can't migrate until
x264 is ready, decrufted, and reverse dependencies are happy too. Among
other things (I haven't assessed yet the possible damages), this delays
libupnp's end of transition, and makes britney runs very slow, which
isn't nice given the amount of entangled stuff we're dealing with
(meaning a lot of dry runs to get stuff sorted). :/


Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#667426: yafaray: ftbfs with GCC-4.7

2012-04-04 Thread Cyril Brulebois
tag 667426 patch
thanks

Matthias Klose d...@debian.org (03/04/2012):
 Package: yafaray
 Version: 0.1.2~beta2.1-1
 Severity: important
 Tags: sid wheezy
 User: debian-...@lists.debian.org
 Usertags: ftbfs-gcc-4.7

Please find attached a patch to fix this. I don't intend to upload
the fixed package myself though.

Mraw,
KiBi.
diff -Nru yafaray-0.1.2/debian/changelog yafaray-0.1.2/debian/changelog
--- yafaray-0.1.2/debian/changelog	2012-03-31 07:56:43.0 +
+++ yafaray-0.1.2/debian/changelog	2012-04-04 13:53:34.0 +
@@ -1,3 +1,12 @@
+yafaray (0.1.2-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing the missing unistd.h include
+(Closes: #667426):
+- fix-ftbfs-with-gcc-4.7
+
+ -- Cyril Brulebois k...@debian.org  Wed, 04 Apr 2012 13:48:21 +
+
 yafaray (0.1.2-1) unstable; urgency=low
 
   * New upstream stable release
diff -Nru yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7 yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7
--- yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.0 +
+++ yafaray-0.1.2/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 13:53:15.0 +
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with gcc 4.7 by fixing the missing unistd.h include.
+Author: Cyril Brulebois k...@debian.org
+Bug-Debian: http://bugs.debian.org/667426
+
+--- yafaray-0.1.2.orig/src/yafraycore/scene.cc
 yafaray-0.1.2/src/yafraycore/scene.cc
+@@ -39,6 +39,7 @@
+ #include iostream
+ #include limits
+ #include sstream
++#include unistd.h
+ 
+ __BEGIN_YAFRAY
+ 
diff -Nru yafaray-0.1.2/debian/patches/series yafaray-0.1.2/debian/patches/series
--- yafaray-0.1.2/debian/patches/series	1970-01-01 00:00:00.0 +
+++ yafaray-0.1.2/debian/patches/series	2012-04-04 13:52:55.0 +
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#667398: traverso: ftbfs with GCC-4.7

2012-04-04 Thread Cyril Brulebois
tag 667398 patch
thanks

Matthias Klose d...@debian.org (03/04/2012):
 Package: traverso
 Version: 0.49.2-4
 Severity: important
 Tags: sid wheezy
 User: debian-...@lists.debian.org
 Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU here.

Mraw,
KiBi.
diff -Nru traverso-0.49.2/debian/changelog traverso-0.49.2/debian/changelog
--- traverso-0.49.2/debian/changelog	2011-07-30 10:03:49.0 +
+++ traverso-0.49.2/debian/changelog	2012-04-04 18:47:44.0 +
@@ -1,3 +1,11 @@
+traverso (0.49.2-4.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing unistd.h includes
+(Closes: #667398).
+
+ -- Cyril Brulebois k...@debian.org  Wed, 04 Apr 2012 18:47:21 +
+
 traverso (0.49.2-4) unstable; urgency=low
 
   * Enable MP3 encoding support.
diff -Nru traverso-0.49.2/debian/patches/05-gcc47-ftbfs.patch traverso-0.49.2/debian/patches/05-gcc47-ftbfs.patch
--- traverso-0.49.2/debian/patches/05-gcc47-ftbfs.patch	1970-01-01 00:00:00.0 +
+++ traverso-0.49.2/debian/patches/05-gcc47-ftbfs.patch	2012-04-04 18:47:06.0 +
@@ -0,0 +1,20 @@
+--- a/src/core/FileHelpers.cpp
 b/src/core/FileHelpers.cpp
+@@ -28,6 +28,7 @@ $Id: FileHelpers.cpp,v 1.10 2007/11/05 1
+ #include Utils.h
+ #include QObject
+ #include QFile
++#include unistd.h
+ 
+ #include Debugger.h
+ 
+--- a/src/traverso/Main.cpp
 b/src/traverso/Main.cpp
+@@ -32,6 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth
+ #include Main.h
+ #include ../config.h
+ #include cstdlib
++#include unistd.h
+ 
+ // Always put me below _all_ includes, this is needed
+ // in case we run with memory leak detection enabled!
diff -Nru traverso-0.49.2/debian/patches/series traverso-0.49.2/debian/patches/series
--- traverso-0.49.2/debian/patches/series	2011-05-05 13:56:08.0 +
+++ traverso-0.49.2/debian/patches/series	2012-04-04 18:46:00.0 +
@@ -2,3 +2,4 @@
 02-binutils_gold.patch
 03-find_slv2.patch
 04-find_raptor2.patch
+05-gcc47-ftbfs.patch


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#667098: amsynth: ftbfs with GCC-4.7

2012-04-04 Thread Cyril Brulebois
tag 667098 patch
thanks

Matthias Klose d...@debian.org (03/04/2012):
 Package: amsynth
 Version: 1.3.0-1
 Severity: important
 Tags: sid wheezy
 User: debian-...@lists.debian.org
 Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU here.

Mraw,
KiBi.
diff -Nru amsynth-1.3.0/debian/changelog amsynth-1.3.0/debian/changelog
--- amsynth-1.3.0/debian/changelog	2012-02-09 19:35:54.0 +
+++ amsynth-1.3.0/debian/changelog	2012-04-04 21:51:41.0 +
@@ -1,3 +1,11 @@
+amsynth (1.3.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing unistd.h include
+(Closes: #667098).
+
+ -- Cyril Brulebois k...@debian.org  Wed, 04 Apr 2012 21:51:18 +
+
 amsynth (1.3.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7 amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7
--- amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.0 +
+++ amsynth-1.3.0/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 21:52:14.0 +
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing unistd.h include.
+Author: Cyril Brulebois k...@debian.org
+Bug-Debian: http://bugs.debian.org/667098
+
+--- amsynth-1.3.0.orig/src/Config.cc
 amsynth-1.3.0/src/Config.cc
+@@ -8,6 +8,7 @@
+ #include iostream
+ #include cstdlib
+ #include sstream
++#include unistd.h
+ 
+ using namespace std;
+ 
diff -Nru amsynth-1.3.0/debian/patches/series amsynth-1.3.0/debian/patches/series
--- amsynth-1.3.0/debian/patches/series	1970-01-01 00:00:00.0 +
+++ amsynth-1.3.0/debian/patches/series	2012-04-04 21:52:00.0 +
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#667126: calf: ftbfs with GCC-4.7

2012-04-04 Thread Cyril Brulebois
tag 667126 patch
thanks

Matthias Klose d...@debian.org (03/04/2012):
 Package: calf
 Version: 0.0.18.6-3
 Severity: important
 Tags: sid wheezy
 User: debian-...@lists.debian.org
 Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU.

Mraw,
KiBi.
diff -Nru calf-0.0.18.6/debian/changelog calf-0.0.18.6/debian/changelog
--- calf-0.0.18.6/debian/changelog	2011-05-20 06:49:13.0 +
+++ calf-0.0.18.6/debian/changelog	2012-04-04 23:38:43.0 +
@@ -1,3 +1,11 @@
+calf (0.0.18.6-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing unistd.h includes
+(Closes: #667126).
+
+ -- Cyril Brulebois k...@debian.org  Wed, 04 Apr 2012 23:38:15 +
+
 calf (0.0.18.6-3) unstable; urgency=low
 
   * Team upload.
diff -Nru calf-0.0.18.6/debian/patches/fix-ftbfs-with-gcc-4.7 calf-0.0.18.6/debian/patches/fix-ftbfs-with-gcc-4.7
--- calf-0.0.18.6/debian/patches/fix-ftbfs-with-gcc-4.7	1970-01-01 00:00:00.0 +
+++ calf-0.0.18.6/debian/patches/fix-ftbfs-with-gcc-4.7	2012-04-04 23:39:10.0 +
@@ -0,0 +1,34 @@
+Description: Fix FTBFS with gcc 4.7 by fixing missing unistd.h includes.
+Author: Cyril Brulebois k...@debian.org
+Bug-Debian: http://bugs.debian.org/667126
+
+--- calf-0.0.18.6.orig/src/osctlnet.cpp
 calf-0.0.18.6/src/osctlnet.cpp
+@@ -26,6 +26,7 @@
+ #include stdlib.h
+ #include sstream
+ #include stdio.h
++#include unistd.h
+ using namespace osctl;
+ using namespace std;
+ 
+--- calf-0.0.18.6.orig/src/preset.cpp
 calf-0.0.18.6/src/preset.cpp
+@@ -25,6 +25,7 @@
+ #include errno.h
+ #include string.h
+ #include sys/stat.h
++#include unistd.h
+ 
+ #include expat.h
+ #include calf/preset.h
+--- calf-0.0.18.6.orig/src/calf/benchmark.h
 calf-0.0.18.6/src/calf/benchmark.h
+@@ -27,6 +27,7 @@
+ #include primitives.h
+ #include algorithm
+ #include typeinfo
++#include unistd.h
+ 
+ namespace dsp {
+ #if 0
diff -Nru calf-0.0.18.6/debian/patches/series calf-0.0.18.6/debian/patches/series
--- calf-0.0.18.6/debian/patches/series	1970-01-01 00:00:00.0 +
+++ calf-0.0.18.6/debian/patches/series	2012-04-04 23:38:59.0 +
@@ -0,0 +1 @@
+fix-ftbfs-with-gcc-4.7


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#667144: crtmpserver: ftbfs with GCC-4.7

2012-04-04 Thread Cyril Brulebois
tag 667144 patch
thanks

Matthias Klose d...@debian.org (03/04/2012):
 Package: crtmpserver
 Version: 1.0~dfsg-2
 Severity: important
 Tags: sid wheezy
 User: debian-...@lists.debian.org
 Usertags: ftbfs-gcc-4.7

Here's a patch to fix this FTBFS. No intent to NMU.

Mraw,
KiBi.
diff -Nru crtmpserver-1.0~dfsg/debian/changelog crtmpserver-1.0~dfsg/debian/changelog
--- crtmpserver-1.0~dfsg/debian/changelog	2012-03-23 02:29:07.0 +
+++ crtmpserver-1.0~dfsg/debian/changelog	2012-04-05 00:37:11.0 +
@@ -1,3 +1,11 @@
+crtmpserver (1.0~dfsg-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.7 by fixing missing unistd.h includes
+(Closes: #667144).
+
+ -- Cyril Brulebois k...@debian.org  Thu, 05 Apr 2012 00:36:52 +
+
 crtmpserver (1.0~dfsg-2) unstable; urgency=low
 
   * Enable hardened CPPFLAGS. (Closes: #665323)
diff -Nru crtmpserver-1.0~dfsg/debian/patches/20_fix_ftbfs_with_gcc_4.7.patch crtmpserver-1.0~dfsg/debian/patches/20_fix_ftbfs_with_gcc_4.7.patch
--- crtmpserver-1.0~dfsg/debian/patches/20_fix_ftbfs_with_gcc_4.7.patch	1970-01-01 00:00:00.0 +
+++ crtmpserver-1.0~dfsg/debian/patches/20_fix_ftbfs_with_gcc_4.7.patch	2012-04-05 00:35:52.0 +
@@ -0,0 +1,89 @@
+--- a/common/src/platform/linux/linuxplatform.cpp
 b/common/src/platform/linux/linuxplatform.cpp
+@@ -19,6 +19,8 @@
+ 
+ #ifdef LINUX
+ 
++#include unistd.h
++
+ #include platform/linux/linuxplatform.h
+ #include common.h
+ 
+--- a/common/src/utils/buffering/iobuffer.cpp
 b/common/src/utils/buffering/iobuffer.cpp
+@@ -17,6 +17,7 @@
+  *  along with crtmpserver.  If not, see http://www.gnu.org/licenses/.
+  */
+ 
++#include unistd.h
+ 
+ #include utils/buffering/iobuffer.h
+ #include utils/logging/logging.h
+--- a/common/src/utils/logging/fileloglocation.cpp
 b/common/src/utils/logging/fileloglocation.cpp
+@@ -17,6 +17,7 @@
+  *  along with crtmpserver.  If not, see http://www.gnu.org/licenses/.
+  */
+ 
++#include unistd.h
+ 
+ #include utils/logging/fileloglocation.h
+ #include utils/lua/luautils.h
+--- a/common/src/utils/misc/mmapfile.cpp
 b/common/src/utils/misc/mmapfile.cpp
+@@ -17,6 +17,8 @@
+  *  along with crtmpserver.  If not, see http://www.gnu.org/licenses/.
+  */
+ 
++#include unistd.h
++
+ #include utils/misc/mmapfile.h
+ #include utils/logging/logging.h
+ 
+--- a/thelib/include/netio/epoll/tcpconnector.h
 b/thelib/include/netio/epoll/tcpconnector.h
+@@ -21,6 +21,8 @@
+ #ifndef _TCPCONNECTOR_H
+ #define	_TCPCONNECTOR_H
+ 
++#include unistd.h
++
+ #include netio/epoll/iohandler.h
+ #include protocols/baseprotocol.h
+ #include netio/epoll/iohandlermanager.h
+--- a/thelib/src/netio/epoll/iohandlermanager.cpp
 b/thelib/src/netio/epoll/iohandlermanager.cpp
+@@ -18,6 +18,9 @@
+  */
+ 
+ #ifdef NET_EPOLL
++
++#include unistd.h
++
+ #include netio/epoll/iohandlermanager.h
+ #include netio/epoll/iohandler.h
+ 
+--- a/thelib/src/netio/epoll/tcpcarrier.cpp
 b/thelib/src/netio/epoll/tcpcarrier.cpp
+@@ -19,6 +19,9 @@
+ 
+ 
+ #ifdef NET_EPOLL
++
++#include unistd.h
++
+ #include netio/epoll/tcpcarrier.h
+ #include netio/epoll/iohandlermanager.h
+ #include protocols/baseprotocol.h
+--- a/thelib/src/netio/epoll/udpcarrier.cpp
 b/thelib/src/netio/epoll/udpcarrier.cpp
+@@ -19,6 +19,9 @@
+ 
+ 
+ #ifdef NET_EPOLL
++
++#include unistd.h
++
+ #include netio/epoll/udpcarrier.h
+ #include netio/epoll/iohandlermanager.h
+ #include protocols/baseprotocol.h
diff -Nru crtmpserver-1.0~dfsg/debian/patches/series crtmpserver-1.0~dfsg/debian/patches/series
--- crtmpserver-1.0~dfsg/debian/patches/series	2012-03-23 02:08:42.0 +
+++ crtmpserver-1.0~dfsg/debian/patches/series	2012-04-05 00:30:26.0 +
@@ -4,3 +4,4 @@
 15_use_system_lua.diff
 16_add_header_install.diff
 18_enable_cmake_find_default_paths.diff
+20_fix_ftbfs_with_gcc_4.7.patch


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: x264 mini-transition soname 118-120

2012-03-04 Thread Cyril Brulebois
Reinhard Tartler siret...@gmail.com (05/02/2012):
 Now with libx264-120 in the archive, we can start transtion the existing
 packages to the archive so that the new x264 package can transition to
 testing. The following source packages need to be rebuilt:
 
 gst-plugins-ugly0.10
 libav
 libav-extra
 libquicktime
 mplayer
 vlc
 
 In terms of 'ben' lingo, the transition has the following parameters:
 
 Affected: .build-depends ~ /libx264-dev/
 Good: .depends ~ /libx264-120/
 Bad: .depends ~ /libx264-118/
 
 
 Please schedule binNMUs for the above mentioned packages on all architectures.

With vlc in testing, libx264-118 is finally gone.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#661819: vlc: FTBFS on kfreebsd-*

2012-03-01 Thread Cyril Brulebois
Source: vlc
Version: 2.0.0-5
Severity: serious
Justification: FTBFS

Hi Benjamin and others,

as you know I have been spending countless hours trying to get vlc to
build on kfreebsd to unfuck some transitions. I was finally getting at a
working patch (part of it *from upstream*), while you uploaded the
(upstream) patch with another change which basically reverts its effect.
(Hint: --as-needed)

You'll find attached the patch I prepared and which has been tested both
on kfreebsd and on linux.


(On a personal note, next time, please don't blame me for:
 - your failure to attribute the patch to its actual author;
 - your failure to wait for the patch I said I was polishing, and
   actually testing on a porter box;
 - your basically reverting the patch through an extra link flag.

I realize I'm probably sounding angry. But that's the current state of
affairs.)

Mraw,
KiBi.
diff -Nru vlc-2.0.0/debian/changelog vlc-2.0.0/debian/changelog
--- vlc-2.0.0/debian/changelog	2012-03-01 16:04:30.0 +0100
+++ vlc-2.0.0/debian/changelog	2012-03-01 16:05:40.0 +0100
@@ -1,3 +1,16 @@
+vlc (2.0.0-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTBFS on GNU/kFreeBSD:
+- Add link-vlc-cache-gen-with-libstdc++.patch taken from upstream
+  after some investigation with Sam. This prevents vlc-cache-gen
+  from crashing.
+- Exclude some more plugins from non-Linux .install files (on a
+  separate sed line to ease further maintainer review).
+  * Set urgency to high for the RC bug fix.
+
+ -- Cyril Brulebois k...@debian.org  Thu, 01 Mar 2012 07:52:44 +
+
 vlc (2.0.0-4) unstable; urgency=low
 
   * Enable and install Open Sound System (OSS) plugin.
diff -Nru vlc-2.0.0/debian/patches/link-vlc-cache-gen-with-libstdc++.patch vlc-2.0.0/debian/patches/link-vlc-cache-gen-with-libstdc++.patch
--- vlc-2.0.0/debian/patches/link-vlc-cache-gen-with-libstdc++.patch	1970-01-01 01:00:00.0 +0100
+++ vlc-2.0.0/debian/patches/link-vlc-cache-gen-with-libstdc++.patch	2012-03-01 16:05:40.0 +0100
@@ -0,0 +1,34 @@
+From: Sam Hocevar s...@hocevar.net
+Date: Wed, 29 Feb 2012 19:53:07 + (+0100)
+Subject: Link vlc-cache-gen with the C++ standard library
+X-Git-Url: http://repo.or.cz/w/vlc.git/commitdiff_plain/07d38617832be934896fa7a14fe52f1a65c901ab
+
+Link vlc-cache-gen with the C++ standard library to avoid issues when we
+dlclose() a C++ plugin that was built with a faulty library that may have
+registered __cxa_atexit callbacks (usually through the libstdc++ that
+library was built with).
+
+Upgrading libstdc++ is not always a solution since some code may have been
+inlined and we can't get rid of it.
+---
+
+diff --git a/bin/Makefile.am b/bin/Makefile.am
+index 832d482..40b4f46 100644
+--- a/bin/Makefile.am
 b/bin/Makefile.am
+@@ -59,7 +59,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
+ vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc
+ 	$(WINDRES) --include-dir $(top_srcdir)/share/icons -i $ -o $@
+ 
+-vlc_cache_gen_SOURCES = cachegen.c
++vlc_cache_gen_SOURCES = cachegen.c dummy.cpp
+ vlc_cache_gen_LDADD = \
+ 	$(GNUGETOPT_LIBS) \
+ 	../compat/libcompat.la \
+diff --git a/bin/dummy.cpp b/bin/dummy.cpp
+new file mode 100644
+index 000..56a8b38
+--- /dev/null
 b/bin/dummy.cpp
+@@ -0,0 +1 @@
++/* This file is only here to force cachegen to be linked against libstdc++ */
diff -Nru vlc-2.0.0/debian/patches/series vlc-2.0.0/debian/patches/series
--- vlc-2.0.0/debian/patches/series	2012-03-01 16:04:30.0 +0100
+++ vlc-2.0.0/debian/patches/series	2012-03-01 16:05:40.0 +0100
@@ -1,3 +1,4 @@
 bp-monotonic-clock.patch
 altivec-cflags.patch
 v4l-kfreebsd.patch
+link-vlc-cache-gen-with-libstdc++.patch
diff -Nru vlc-2.0.0/debian/rules vlc-2.0.0/debian/rules
--- vlc-2.0.0/debian/rules	2012-03-01 16:04:30.0 +0100
+++ vlc-2.0.0/debian/rules	2012-03-01 16:05:40.0 +0100
@@ -181,6 +181,8 @@
 	# Remove some modules on non-linux arch
 	sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dv\|fb\|pvr\|udev\)_/d' \
 	 debian/vlc-nox.install  debian/vlc-nox.install.kfreebsd
+	# More of them for 2.0.0
+	sed -i '/libdtv_plugin\|liblinsys_hdsdi_plugin\|liblinsys_sdi_plugin/d' debian/vlc-nox.install.kfreebsd
 	sed -e '/\(lib\|libaccess_\)v4l2_/d' \
 	 debian/vlc-nox.install.kfreebsd  debian/vlc-nox.install.hurd
 	cp tmp/libvlc.a debian/tmp/usr/lib


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-26 Thread Cyril Brulebois
Benjamin Drung bdr...@debian.org (26/02/2012):
 I am going to upload vlc 2.0.0-2 that will fix the build failures on
 kfreebsd-*. It should also fix the build failure on powerpc. Do we
 then still need to get vlc 1.1.13-1 fixed?

If vlc becomes a valid candidate for migration soon (i.e. all FTBFS are
fixed and no RC bugs appear), fixing the version in testing becomes
totally unneeded. :)

Thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#661284: vlc: FTBFS on kfreebsd-* in testing

2012-02-25 Thread Cyril Brulebois
Source: vlc
Version: 1.1.13-1
Severity: serious
Justification: FTBFS

Hi,

since vlc already FTBFSes in sid, we tried to binNMU it in testing to
get rid of the dependency on the old libx264-118 packages.
Unfortunately, due to the new zlibg1-dev package, it FTBFSes there as
well:
| src/theme_loader.cpp: In function 'int gzclose_frontend(int)':
| src/theme_loader.cpp:771:33: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1488:24: error:   initializing argument 1 of 'int 
gzclose(gzFile)' [-fpermissive]
| src/theme_loader.cpp: In function 'int gzread_frontend(int, void*, size_t)':
| src/theme_loader.cpp:780:56: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1290:21: error:   initializing argument 1 of 'int 
gzread(gzFile, voidp, unsigned int)' [-fpermissive]
| src/theme_loader.cpp: In function 'int gzwrite_frontend(int, const void*, 
size_t)':
| src/theme_loader.cpp:789:76: error: invalid conversion from 'void*' to 
'gzFile' [-fpermissive]
| /usr/include/zlib.h:1318:21: error:   initializing argument 1 of 'int 
gzwrite(gzFile, voidpc, unsigned int)' [-fpermissive]
| make[7]: *** [libskins2_plugin_la-theme_loader.lo] Error 1

  https://buildd.debian.org/status/package.php?p=vlcsuite=wheezy

A fix through wheezy-proposed-updates would be appreciated. Cc-ing -bsd@
for advice, and -release@ for information. (Thinking of it a bit more,
versioning will be fun…)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#652322: Proposed patch to fix faust

2012-02-19 Thread Cyril Brulebois
Yann Orlarey orla...@grame.fr (17/01/2012):
 Thanks for the patch. I have updated the git repository accordingly.
 Again many thanks for packaging Faust !

Any timeline for an upload? Need a sponsor?

Thanks to IRILL for sponsoring this BSP in Paris.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#658711: dmedia: fails to upgrade from 'sid' - trying to overwrite ...

2012-02-19 Thread Cyril Brulebois
tag 658711 patch pending
thanks

Andreas Beckmann deb...@abeckmann.de (05/02/2012):
 Package: dmedia
 Version: 0.6.0~repack-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 Hi,
 
 during a test with piuparts I noticed your package fails to upgrade from
 'sid' to 'experimental'.
 It installed fine in 'sid', then the upgrade to 'experimental' fails
 because it tries to overwrite other packages files without declaring a
 replaces relation.

Hi,

please find attached the patch for my NMU, fixing that bug by adding 3
Replaces fields.

Mraw,
KiBi.
diff -Nru dmedia-0.6.0~repack/debian/changelog dmedia-0.6.0~repack/debian/changelog
--- dmedia-0.6.0~repack/debian/changelog	2011-05-15 08:46:23.0 +
+++ dmedia-0.6.0~repack/debian/changelog	2012-02-19 12:45:44.0 +
@@ -1,3 +1,13 @@
+dmedia (0.6.0~repack-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Fix upgradability issues from the “monolithic packages” to the split
+packages by adding Replaces against {,python-}dmedia ( 0.6.0~repack)
+to the dmedia-{gtk,importer,service} packages as appropriate
+(Closes: #658711).
+
+ -- Cyril Brulebois k...@debian.org  Sun, 19 Feb 2012 12:16:47 +
+
 dmedia (0.6.0~repack-1) experimental; urgency=low
 
   * New upstream release.
diff -Nru dmedia-0.6.0~repack/debian/control dmedia-0.6.0~repack/debian/control
--- dmedia-0.6.0~repack/debian/control	2011-05-15 08:46:23.0 +
+++ dmedia-0.6.0~repack/debian/control	2012-02-19 12:44:18.0 +
@@ -54,6 +54,7 @@
  ${misc:Depends},
  ${python:Depends}
 Recommends: dmedia-importer
+Replaces: python-dmedia ( 0.6.0~repack)
 Description: Distributed media library (DBus service)
  DMedia is a simple distributed media library which greatly
  facilitates playing of media files and storing their metadata
@@ -74,6 +75,7 @@
  ${python:Depends}
 Recommends: dmedia-gtk
 Suggests: gir1.2-appindicator-0.1
+Replaces: dmedia ( 0.6.0~repack), python-dmedia ( 0.6.0~repack)
 Description: Distributed media library (Media Importer)
  DMedia is a simple distributed media library which greatly
  facilitates playing of media files and storing their metadata
@@ -97,6 +99,7 @@
  python-gobject,
  ${misc:Depends},
  ${python:Depends}
+Replaces: dmedia ( 0.6.0~repack)
 Description: Distributed media library (GTK+ interface)
  DMedia is a simple distributed media library which greatly
  facilitates playing of media files and storing their metadata


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: x264 mini-transition soname 118-120

2012-02-05 Thread Cyril Brulebois
Hi,

Reinhard Tartler siret...@gmail.com (05/02/2012):
 Now with libx264-120 in the archive, we can start transtion the
 existing packages to the archive so that the new x264 package can
 transition to testing. The following source packages need to be
 rebuilt:
 
 gst-plugins-ugly0.10
 libav
 libav-extra
 libquicktime
 mplayer
 vlc
 
 In terms of 'ben' lingo, the transition has the following parameters:
 
 Affected: .build-depends ~ /libx264-dev/
 Good: .depends ~ /libx264-120/
 Bad: .depends ~ /libx264-118/

Thanks. FWIW the configuration is written like this:
  is_affected = .build-depends ~ /libx264-dev/;
  is_good = .depends ~ /libx264-120/;
  is_bad = .depends ~ /libx264-118/;

I'll probably take care of this transition.

FWIW: vlc is also involved in the libupnp (planned) and iceweasel9
(mostly finished) transitions.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#635724: vlc: FTBFS (kfreebsd-i386) Segmentation fault (core dumped) ../bin/vlc-cache-gen .

2011-08-02 Thread Cyril Brulebois
Michael Biebl bi...@debian.org (02/08/2011):
 Bringing the bsd team into the loop here.
 
 Please take a look at [1]:
 
  Your package failed to build on the kfreebsd-i386 buildds:
  
  make[4]: Entering directory 
  `/build/buildd-vlc_1.1.11-2-kfreebsd-i386-3OiWfZ/vlc-1.1.11/modules'
  if test i486-pc-kfreebsd-gnu = i486-pc-kfreebsd-gnu; then \
  ../bin/vlc-cache-gen . ; \
  else \
  echo Cross-compilation: cache generation skipped! ; \
  fi
  /bin/bash: line 4: 11163 Segmentation fault  (core dumped) 
  ../bin/vlc-cache-gen .
  make[4]: *** [stamp-cache] Error 139
  make[4]: Leaving directory 
  `/build/buildd-vlc_1.1.11-2-kfreebsd-i386-3OiWfZ/vlc-1.1.11/modules'
  make[3]: *** [all-recursive] Error 1
  
  Full build log at
  https://buildd.debian.org/status/fetch.php?pkg=vlcarch=kfreebsd-i386ver=1.1.11-2stamp=1311826082
 
 vlc is currently involved in the libnotify 0.7 transition, so a timely fix 
 would
 be appreciated.

FWIW the build-deps were installed in asdfasdf's sid chroot earlier
today. I'll look into doing the same on io soon.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#621759: libva: FTBFS on kfreebsd-*: va_backend.h:36:29: fatal error: linux/videodev2.h: No such file or directory

2011-04-08 Thread Cyril Brulebois
Source: libva
Version: 1.0.12-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DLINUX -I../../va 
-I/usr/include/libdrm -g -O2 -MT va_x11.lo -MD -MP -MF .deps/va_x11.Tpo -c 
va_x11.c  -fPIC -DPIC -o .libs/va_x11.o
| In file included from va_x11.c:28:0:
| ../../va/va_backend.h:36:29: fatal error: linux/videodev2.h: No such file or 
directory
| compilation terminated.
| make[4]: *** [va_x11.lo] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=libvasuite=sid

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#620540: pd-iemambi: FTBFS on kfreebsd-*: iemlib.h:66:2: error: #error No byte order defined

2011-04-02 Thread Cyril Brulebois
Source: pd-iemambi
Version: 0.1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on kfreebsd-*, and it's probably easily fixed:
| make[1]: Entering directory 
`/build/buildd-pd-iemambi_0.1-1-kfreebsd-amd64-fdXytG/pd-iemambi-0.1/src'
| cc -DPD -DUNIX -W -Wno-unused -Wno-parentheses -Wno-switch -funroll-loops 
-fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -g -O2 -g -O2 -I. 
-I/usr/local/src/pd/src  -c -o ambi_decode.o ambi_decode.c
| In file included from ambi_decode.c:7:0:
| iemlib.h:66:2: error: #error No byte order defined
| make[1]: *** [ambi_decode.o] Error 1

Please get in touch with debian-bsd@ if you need help.

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-iemambisuite=sid

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#619679: mixxx: FTBFS on kfreebsd-*: ERROR:root:Unmet dependency: Did not find PortTime or its development headers.

2011-03-25 Thread Cyril Brulebois
Source: mixxx
Version: 1.9.0-3
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| Configuring PortMIDI
| Checking for C library porttime... no
| Checking for C library libporttime... no
| Checking for C header file porttime.h... no
| ERROR:root:Unmet dependency: Did not find PortTime or its development headers.
| […]
| ERROR:root:Build had unmet dependencies. Exiting.
| make[1]: *** [override_dh_auto_build] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=mixxxsuite=sid

Please get in touch in debian-bsd@ if you need help.

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#618972: xcfa: FTBFS on kfreebsd-*: cd_cddb.c:42:25: fatal error: linux/cdrom.h: No such file or directory

2011-03-19 Thread Cyril Brulebois
Source: xcfa
Version: 4.0.4-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| gcc -DLOCALEDIR=/usr/share/locale -DHAVE_CONFIG_H -I. -I.. 
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr//locale\ 
-DPIXMAPS_DIR=\/usr/share/pixmaps/xcfa\ -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/libdrm   -I../lib  -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
-DDATA_DIR=\/usr/share\ -DLOCALE_DIR=\/usr/share/locale\ 
-DPIXMAPS_DIR=\/usr/share/pixmaps/xcfa\  -g -O2 -Wall -D_REENTRANT -DLinux 
-Wl,--export-dynamic -c -o xcfa-cd_cddb.o `test -f 'cd_cddb.c' || echo 
'./'`cd_cddb.c
| cd_cddb.c:42:25: fatal error: linux/cdrom.h: No such file or directory
| compilation terminated.
| make[3]: *** [xcfa-cd_cddb.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=xcfasuite=sid

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609773: pd-ekext: FTBFS on kfreebsd-*: undefined references

2011-01-12 Thread Cyril Brulebois
Source: pd-ekext
Version: 0.1.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.1.1'  -o cup.o -c cup.c
| cc  -o cup. cup.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| cup.o: In function `cup_bang':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:19: 
undefined reference to `outlet_float'
| cup.o: In function `cup_setbang':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:26: 
undefined reference to `outlet_float'
| cup.o: In function `cup_new':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:32: 
undefined reference to `pd_new'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:35: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:35: 
undefined reference to `outlet_new'
| cup.o: In function `cup_setup':
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:41: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:41: 
undefined reference to `class_new'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:45: 
undefined reference to `post'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:47: 
undefined reference to `class_addbang'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:48: 
undefined reference to `class_doaddfloat'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:49: 
undefined reference to `gensym'
| /build/buildd-pd-ekext_0.1.1-1-kfreebsd-amd64-tfpHeB/pd-ekext-0.1.1/cup.c:49: 
undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [cup.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-ekext

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609774: pd-bsaylor: FTBFS on kfreebsd-*: undefined references

2011-01-12 Thread Cyril Brulebois
Source: pd-bsaylor
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.1'  -o aenv~.o -c aenv~.c
| aenv~.c: In function 'aenv_new':
| aenv~.c:113: warning: unused parameter 's'
| cc  -o aenv~. aenv~.o  -lm
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| aenv~.o: In function `aenv_dsp':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:102:
 undefined reference to `dsp_add'
| aenv~.o: In function `aenv_new':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:115:
 undefined reference to `pd_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:116:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:117:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:118:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:119:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:120:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:120:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:122:
 undefined reference to `sys_getsr'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:132:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:133:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:134:
 undefined reference to `atom_getfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:135:
 undefined reference to `atom_getfloat'
| aenv~.o: In function `aenv_tilde_setup':
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:159:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:159:
 undefined reference to `class_new'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:160:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:160:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:161:
 undefined reference to `class_doaddfloat'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:162:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:162:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:163:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:163:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:164:
 undefined reference to `gensym'
| 
/build/buildd-pd-bsaylor_0.1-1-kfreebsd-amd64-SmkbYI/pd-bsaylor-0.1/aenv~.c:164:
 undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [aenv~.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-bsaylor

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609431: pd-maxlib: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-maxlib
Version: 1.5.3-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3'
| cc -DPD -I/include -Wall -W -g -DVERSION='1.5.3'  -o allow.o -c 
allow.c
| allow.c: In function 'allow_new':
| allow.c:75: warning: unused parameter 's'
| cc  -o allow. allow.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| allow.o: In function `allow_symbol':
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:45:
 undefined reference to `atom_getsymbolarg'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:47:
 undefined reference to `outlet_symbol'
| allow.o: In function `allow_float':
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:60:
 undefined reference to `atom_getfloatarg'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:62:
 undefined reference to `outlet_float'
| allow.o: In function `allow_free':
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:72:
 undefined reference to `freebytes'
| allow.o: In function `allow_new':
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:77:
 undefined reference to `pd_new'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:80:
 undefined reference to `getbytes'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:83:
 undefined reference to `gensym'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:83:
 undefined reference to `outlet_new'
| allow.o: In function `allow_setup':
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:94:
 undefined reference to `gensym'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:94:
 undefined reference to `class_new'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:104:
 undefined reference to `class_addsymbol'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:105:
 undefined reference to `class_doaddfloat'
| 
/build/buildd-pd-maxlib_1.5.3-1-kfreebsd-amd64-BZsdZd/pd-maxlib-1.5.3/allow.c:108:
 undefined reference to `post'
| collect2: ld returned 1 exit status
| make[1]: *** [allow.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-maxlib

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609432: pd-mjlib: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-mjlib
Version: 0.1.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.1.1'  -o about.o -c 
about.c
| about.c: In function 'about_free':
| about.c:51: warning: unused parameter 'x'
| cc  -o about. about.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| about.o: In function `about_float':
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:32: 
undefined reference to `outlet_float'
| about.o: In function `about_new':
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:42: 
undefined reference to `pd_new'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:45: 
undefined reference to `gensym'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:45: 
undefined reference to `outlet_new'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:46: 
undefined reference to `gensym'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:46: 
undefined reference to `gensym'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:46: 
undefined reference to `inlet_new'
| about.o: In function `about_setup':
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:72: 
undefined reference to `gensym'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:72: 
undefined reference to `class_new'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:74: 
undefined reference to `class_doaddfloat'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:75: 
undefined reference to `gensym'
| 
/build/buildd-pd-mjlib_0.1.1-1-kfreebsd-amd64-fmm6ku/pd-mjlib-0.1.1/about.c:75: 
undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [about.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-mjlib

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609433: pd-pdogg: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-pdogg
Version: 0.25-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
|dh_auto_build -O--buildsystem=makefile
| make[1]: Entering directory 
`/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25'
| cc -DPD -I/include/pd -Wall -W -g -DVERSION='0.25'  -o oggamp~.o -c 
oggamp~.c
| oggamp~.c: In function 'oggamp_child_receive':
| oggamp~.c:203: warning: unused variable 'i'
| oggamp~.c: In function 'oggamp_child_connect':
| oggamp~.c:609: warning: suggest parentheses around assignment used as truth 
value
| oggamp~.c:613: warning: suggest parentheses around assignment used as truth 
value
| oggamp~.c:505: warning: unused variable 'cpoint'
| oggamp~.c:504: warning: unused variable 'nanswers'
| oggamp~.c:504: warning: unused variable 'rest'
| oggamp~.c:503: warning: unused variable 'numrelocs'
| oggamp~.c:503: warning: unused variable 'relocate'
| oggamp~.c:499: warning: unused variable 'url'
| oggamp~.c: In function 'oggamp_child_main':
| oggamp~.c:827: warning: format '%d' expects type 'int', but argument 3 has 
type 't_int'
| oggamp~.c:843: warning: format '%d' expects type 'int', but argument 3 has 
type 't_int'
| oggamp~.c:843: warning: format '%d' expects type 'int', but argument 4 has 
type 't_int'
| oggamp~.c:884: warning: format '%d' expects type 'int', but argument 3 has 
type 't_int'
| oggamp~.c:884: warning: format '%d' expects type 'int', but argument 4 has 
type 't_int'
| oggamp~.c:744: warning: unused variable 'wantbytes'
| oggamp~.c:730: warning: unused variable 'buffer'
| oggamp~.c: In function 'oggamp_perform':
| oggamp~.c:1076: warning: unused variable 'streamchannels'
| oggamp~.c:1076: warning: unused variable 'nchannels'
| oggamp~.c:1076: warning: unused variable 'getbytes'
| oggamp~.c:1070: warning: unused variable 'r'
| oggamp~.c: In function 'oggamp_connect':
| oggamp~.c:1178: warning: unused parameter 's'
| oggamp~.c: In function 'oggamp_connect_url':
| oggamp~.c:1285: warning: pointer targets in assignment differ in signedness
| cc  -o oggamp~. oggamp~.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| oggamp~.o: In function `oggamp_child_receive':
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:208:
 undefined reference to `post'
| oggamp~.o: In function `oggamp_vorbis_sync_init':
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:216:
 undefined reference to `ogg_sync_init'
| oggamp~.o: In function `oggamp_vorbis_init':
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:233:
 undefined reference to `ogg_sync_buffer'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:234:
 undefined reference to `post'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:236:
 undefined reference to `ogg_sync_wrote'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:237:
 undefined reference to `ogg_sync_pageout'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:242:
 undefined reference to `post'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:243:
 undefined reference to `ogg_sync_buffer'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:245:
 undefined reference to `ogg_sync_wrote'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:246:
 undefined reference to `ogg_sync_pageout'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:256:
 undefined reference to `ogg_page_serialno'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:256:
 undefined reference to `ogg_stream_init'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:258:
 undefined reference to `vorbis_info_init'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:259:
 undefined reference to `vorbis_comment_init'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:260:
 undefined reference to `ogg_stream_pagein'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:266:
 undefined reference to `ogg_stream_packetout'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:272:
 undefined reference to `vorbis_synthesis_headerin'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:281:
 undefined reference to `ogg_sync_pageout'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:287:
 undefined reference to `ogg_stream_pagein'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:291:
 undefined reference to `ogg_stream_packetout'
| 
/build/buildd-pd-pdogg_0.25-1-kfreebsd-amd64-LkJVzc/pd-pdogg-0.25/oggamp~.c:299:
 undefined reference to `vorbis_synthesis_headerin'
| 

Bug#609434: pd-sigpack: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-sigpack
Version: 0.0.4.2-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.0.4.2'  -o chop~.o -c 
chop~.c
| cc  -o chop~. chop~.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| chop~.o: In function `chop_tilde_new':
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:26:
 undefined reference to `pd_new'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:28:
 undefined reference to `gensym'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:28:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:29:
 undefined reference to `s_signal'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:29:
 undefined reference to `s_signal'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:29:
 undefined reference to `inlet_new'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:30:
 undefined reference to `floatinlet_new'
| chop~.o: In function `chop_tilde_dsp':
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:58:
 undefined reference to `dsp_add'
| chop~.o: In function `chop_tilde_setup':
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:63:
 undefined reference to `gensym'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:63:
 undefined reference to `class_new'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:65:
 undefined reference to `class_domainsignalin'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:66:
 undefined reference to `gensym'
| 
/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2/chop~.c:66:
 undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [chop~.] Error 1
| make[1]: Leaving directory 
`/build/buildd-pd-sigpack_0.0.4.2-1-kfreebsd-amd64-XMcy3A/pd-sigpack-0.0.4.2'
| dh_auto_build: make -j1 returned exit code 2
| make: *** [build] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-sigpack

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609435: pd-smlib: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-smlib
Version: 0.12.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.12.1'  -o bp.o -c bp.c
| bp.c: In function 'bp_clear':
| bp.c:81: warning: unused parameter 'q'
| cc  -o bp. bp.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| bp.o: In function `bp_new':
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:30: 
undefined reference to `pd_new'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:31: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:31: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:31: 
undefined reference to `inlet_new'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:32: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:32: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:32: 
undefined reference to `inlet_new'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:33: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:33: 
undefined reference to `outlet_new'
| bp.o: In function `bp_perform':
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:110: 
undefined reference to `outlet_float'
| bp.o: In function `bp_setup':
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:115: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:115: 
undefined reference to `class_new'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:117: 
undefined reference to `class_doaddfloat'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:118: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:118: 
undefined reference to `class_addmethod'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:120: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:120: 
undefined reference to `class_addmethod'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:122: 
undefined reference to `gensym'
| 
/build/buildd-pd-smlib_0.12.1-1-kfreebsd-amd64-gU7BOT/pd-smlib-0.12.1/bp.c:122: 
undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status
| make[1]: *** [bp.] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-smlib

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609436: pd-cxc: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-cxc
Version: 0.5.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1'
| cc -DPD -I/include -Wall -W -g -DVERSION='0.5.1'  -o ENV.o -c ENV.c
| ENV.c: In function 'ENV_float':
| ENV.c:25: warning: unused parameter 'x'
| ENV.c: In function 'ENV_setenv':
| ENV.c:53: warning: unused parameter 'x'
| cc  -o ENV. ENV.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| ENV.o: In function `ENV_float':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:27: 
undefined reference to `post'
| ENV.o: In function `ENV_RAND_MAX':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:36: 
undefined reference to `s_list'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:36: 
undefined reference to `outlet_list'
| ENV.o: In function `ENV_getenv':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:47: 
undefined reference to `gensym'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:50: 
undefined reference to `s_list'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:50: 
undefined reference to `outlet_list'
| ENV.o: In function `ENV_setenv':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:58: 
undefined reference to `post'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:60: 
undefined reference to `post'
| ENV.o: In function `ENV_new':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:65: 
undefined reference to `pd_new'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:68: 
undefined reference to `s_float'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:68: 
undefined reference to `outlet_new'
| ENV.o: In function `ENV_help':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:75: 
undefined reference to `post'
| ENV.o: In function `ENV_setup':
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:81: 
undefined reference to `gensym'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:81: 
undefined reference to `class_new'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:83: 
undefined reference to `gensym'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:83: 
undefined reference to `class_addmethod'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:84: 
undefined reference to `gensym'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:84: 
undefined reference to `class_addmethod'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:85: 
undefined reference to `gensym'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:85: 
undefined reference to `class_addmethod'
| /build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1/ENV.c:86: 
undefined reference to `class_doaddfloat'
| collect2: ld returned 1 exit status
| make[1]: *** [ENV.] Error 1
| make[1]: Leaving directory 
`/build/buildd-pd-cxc_0.5.1-1-kfreebsd-amd64-PFNBq2/pd-cxc-0.5.1'
| dh_auto_build: make -j1 returned exit code 2
| make: *** [build] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-cxc

KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#609437: pd-windowing: FTBFS on kfreebsd-*: undefined references

2011-01-09 Thread Cyril Brulebois
Source: pd-windowing
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1'
| cc -DPD -I../../pd/src -Wall -W -g  -o bartlett~.o -c bartlett~.c
| cc  -o bartlett~. bartlett~.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| bartlett~.o: In function `bartlett_dsp':
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:71:
 undefined reference to `dsp_add'
| bartlett~.o: In function `bartlett_new':
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:75:
 undefined reference to `pd_new'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:79:
 undefined reference to `gensym'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:79:
 undefined reference to `outlet_new'
| bartlett~.o: In function `bartlett_tilde_setup':
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:88:
 undefined reference to `gensym'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:88:
 undefined reference to `class_new'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:95:
 undefined reference to `gensym'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:95:
 undefined reference to `nullfn'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:95:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:96:
 undefined reference to `gensym'
| 
/build/buildd-pd-windowing_0.1-1-kfreebsd-amd64-IcQa49/pd-windowing-0.1/bartlett~.c:96:
 undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-windowing

KiBi.


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: Retry csound on sparc

2010-12-25 Thread Cyril Brulebois
Hi,

Felipe Sateler fsate...@debian.org (25/12/2010):
 Please retry csound on sparc. It failed with a segmentation fault,
 which does not look like csound's fault. Schroeder was the last
 sparc buildd that was able to build csound, maybe it can be built
 there?

given back, w/o blacklisting it on some buildds (yet).

KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605830: pd-pmpd: FTBFS on non-Linux: undefined references

2010-12-10 Thread Cyril Brulebois
Hi,

Hans-Christoph Steiner h...@eds.org (10/12/2010):
 I just pushed the relevant changes to the git repo for this package,
 pkg-multimedia/pd-pmpd.git.  It is based on a patch that worked for
 a closely related package, pd-iemnet, where it worked.  I don't have
 access to a kFreeBSD or Hurd machine, can anyone try building this
 on those platforms?  If it works, then I'll lobby to have it
 uploaded.

when you need a test-build, a mail to the porter list (debian-...@l.d.o)
with a link to a .dsc is usually a good idea. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605822: pd-beatpipe: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-beatpipe
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on non-Linux:
| cc  -o beatpipe. beatpipe.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| beatpipe.o: In function `beatpipe_tick':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:70:
 undefined reference to `s_list'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:70:
 undefined reference to `outlet_anything'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:72:
 undefined reference to `freebytes'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:73:
 undefined reference to `freebytes'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:76:
 undefined reference to `outlet_bang'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:83:
 undefined reference to `clock_delay'
| beatpipe.o: In function `beatpipe_sync':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:101:
 undefined reference to `clock_unset'
| beatpipe.o: In function `beatpipe_syncbeat':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:107:
 undefined reference to `clock_unset'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:108:
 undefined reference to `floor'
| beatpipe.o: In function `beatpipe_clear':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:125:
 undefined reference to `freebytes'
| beatpipe.o: In function `beatpipe_list':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:140:
 undefined reference to `atom_getfloatarg'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:143:
 undefined reference to `outlet_anything'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:151:
 undefined reference to `getbytes'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:154:
 undefined reference to `copybytes'
| beatpipe.o: In function `beatpipe_new':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:208:
 undefined reference to `pd_new'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:210:
 undefined reference to `clock_new'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:228:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:230:
 undefined reference to `clock_delay'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:232:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:234:
 undefined reference to `s_bang'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:234:
 undefined reference to `outlet_new'
| beatpipe.o: In function `beatpipe_free':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:242:
 undefined reference to `clock_free'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:247:
 undefined reference to `freebytes'
| beatpipe.o: In function `beatpipe_setup':
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:258:
 undefined reference to `gensym'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:258:
 undefined reference to `class_new'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:266:
 undefined reference to `class_addbang'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:268:
 undefined reference to `gensym'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:268:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:269:
 undefined reference to `gensym'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:269:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:270:
 undefined reference to `gensym'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:270:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:271:
 undefined reference to `gensym'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:271:
 undefined reference to `class_addmethod'
| 
/build/buildd-pd-beatpipe_0.1-1-kfreebsd-amd64-5_1iw6/pd-beatpipe-0.1/beatpipe.c:272:
 undefined reference 

Bug#605823: pd-comport: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-comport
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on non-Linux due to undefined references:
| cc  -o comport. comport.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| comport.o: In function `get_baud_ratebits':
| 
/build/buildd-pd-comport_0.1-1-kfreebsd-amd64-1EYyY4/pd-comport-0.1/comport.c:675:
 undefined reference to `post'
| 
/build/buildd-pd-comport_0.1-1-kfreebsd-amd64-1EYyY4/pd-comport-0.1/comport.c:680:
 undefined reference to `post'
| 
/build/buildd-pd-comport_0.1-1-kfreebsd-amd64-1EYyY4/pd-comport-0.1/comport.c:684:
 undefined reference to `post'
| comport.o: In function `set_baudrate':
| 
/build/buildd-pd-comport_0.1-1-kfreebsd-amd64-1EYyY4/pd-comport-0.1/comport.c:693:
 undefined reference to `post'
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-comport

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605825: pd-earplug: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-earplug
Version: 0.2-1
Severity: important

Hi,

your package FTBFS on non-Linux with undefined references:
| cc  -o earplug~. earplug~.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| earplug~.o: In function `earplug_perform':
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:81:
 undefined reference to `floor'
| earplug~.o: In function `earplug_dsp':
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:170:
 undefined reference to `dsp_add'
| earplug~.o: In function `earplug_new':
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:175:
 undefined reference to `pd_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:176:
 undefined reference to `gensym'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:176:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:177:
 undefined reference to `gensym'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:177:
 undefined reference to `outlet_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:178:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:179:
 undefined reference to `floatinlet_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:189:
 undefined reference to `canvas_getcurrent'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:189:
 undefined reference to `canvas_getdir'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:189:
 undefined reference to `open_via_path'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:193:
 undefined reference to `post'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:194:
 undefined reference to `post'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:207:
 undefined reference to `post'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:208:
 undefined reference to `post'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:209:
 undefined reference to `post'
| earplug~.o: In function `earplug_tilde_setup':
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:253:
 undefined reference to `gensym'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:253:
 undefined reference to `class_new'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:256:
 undefined reference to `class_domainsignalin'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:258:
 undefined reference to `gensym'
| 
/build/buildd-pd-earplug_0.2-1-kfreebsd-amd64-an8c7T/pd-earplug-0.2/earplug~.c:258:
 undefined reference to `class_addmethod'
| collect2: ld returned 1 exit status

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-earplug

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605826: pd-freeverb: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-freeverb
Version: 1.2-1
Severity: important

Hi,

your package FTBFS on non-Linux with undefined references:
| cc  -o freeverb~. freeverb~.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| freeverb~.o: In function `dsp_add_freeverb':
| 
/build/buildd-pd-freeverb_1.2-1-kfreebsd-amd64-WSwrmN/pd-freeverb-1.2/freeverb~.c:542:
 undefined reference to `dsp_add'
| 
/build/buildd-pd-freeverb_1.2-1-kfreebsd-amd64-WSwrmN/pd-freeverb-1.2/freeverb~.c:544:
 undefined reference to `dsp_add'
| freeverb~.o: In function `freeverb_getdb':
| 
/build/buildd-pd-freeverb_1.2-1-kfreebsd-amd64-WSwrmN/pd-freeverb-1.2/freeverb~.c:684:
 undefined reference to `log'
| freeverb~.o: In function `freeverb_print':
| 
/build/buildd-pd-freeverb_1.2-1-kfreebsd-amd64-WSwrmN/pd-freeverb-1.2/freeverb~.c:691:
 undefined reference to `post'
| 
/build/buildd-pd-freeverb_1.2-1-kfreebsd-amd64-WSwrmN/pd-freeverb-1.2/freeverb~.c:693:
 undefined reference to `post'
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-freeverb

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605827: pd-iemnet: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-iemnet
Version: 0.1-1
Severity: important

Hi,

your package FTBFS on non-Linux with undefined references:
| cc  -o tcpserver. tcpserver.o iemnet.o iemnet_data.o iemnet_receiver.o 
iemnet_sender.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| tcpserver.o: In function `tcpserver_socketreceiver_new':
| 
/build/buildd-pd-iemnet_0.1-1-kfreebsd-amd64-yuBwCY/pd-iemnet-0.1/tcpserver.c:76:
 undefined reference to `getbytes'
| tcpserver.o: In function `tcpserver_socketreceiver_free':
| 
/build/buildd-pd-iemnet_0.1-1-kfreebsd-amd64-yuBwCY/pd-iemnet-0.1/tcpserver.c:113:
 undefined reference to `sys_closesocket'
| 
/build/buildd-pd-iemnet_0.1-1-kfreebsd-amd64-yuBwCY/pd-iemnet-0.1/tcpserver.c:116:
 undefined reference to `freebytes'
| tcpserver.o: In function `tcpserver_fixindex':
| 
/build/buildd-pd-iemnet_0.1-1-kfreebsd-amd64-yuBwCY/pd-iemnet-0.1/tcpserver.c:142:
 undefined reference to `pd_error'
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-iemnet

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605829: pd-plugin: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-plugin
Version: 0.2.1-1
Severity: important

Hi,

your package FTBFS on non-Linux with undefined references:
| cc  -o plugin~. plugin~.o jsearch.o jload.o 
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| plugin~.o: In function `plugin_tilde_pushlocale':
| 
/build/buildd-pd-plugin_0.2.1-1-kfreebsd-amd64-RbcGxu/pd-plugin-0.2.1/plugin~.c:52:
 undefined reference to `verbose'
| 
/build/buildd-pd-plugin_0.2.1-1-kfreebsd-amd64-RbcGxu/pd-plugin-0.2.1/plugin~.c:53:
 undefined reference to `verbose'
| plugin~.o: In function `plugin_tilde_setup':
| 
/build/buildd-pd-plugin_0.2.1-1-kfreebsd-amd64-RbcGxu/pd-plugin-0.2.1/plugin~.c:67:
 undefined reference to `gensym'
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-plugin

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#605830: pd-pmpd: FTBFS on non-Linux: undefined references

2010-12-03 Thread Cyril Brulebois
Source: pd-pmpd
Version: 0.9-2
Severity: important

Hi,

your package FTBFS on non-Linux with undefined references:
| cc  -o iAmbient2D. iAmbient2D.o  
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.4.5/../../../../lib/crt1.o: In function 
`_start':
| (.text+0x23): undefined reference to `main'
| iAmbient2D.o: In function `iAmbient2D_bang':
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:103: 
undefined reference to `gensym'
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:103: 
undefined reference to `pd_typedmess'
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:105: 
undefined reference to `gensym'
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:105: 
undefined reference to `outlet_anything'
| iAmbient2D.o: In function `iAmbient2D_new':
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:110: 
undefined reference to `pd_new'
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:112: 
undefined reference to `atom_getsymbolarg'
| 
/build/buildd-pd-pmpd_0.9-2-kfreebsd-amd64-gyqrxF/pd-pmpd-0.9/iAmbient2D.c:114: 
undefined reference to `outlet_new'
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=pd-pmpd

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#599978: mixxx: FTBFS on ia64: error: xmmintrin.h: No such file or directory

2010-10-12 Thread Cyril Brulebois
Source: mixxx
Version: 1.8.0.1-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on ia64:
| g++ -o lib/soundtouch-1.4.1/sse_optimized.o -c -g -O2 -g -O2 -pthread -pipe 
-Wall -W -g -DQT_GUI_LIB -D__SNDFILE__ -DQT_SHARED -DQT3_SUPPORT 
-DSETTINGS_PATH=\.mixxx/\ -DBPMSCHEME_FILE=\mixxxbpmscheme.xml\ 
-DSETTINGS_FILE=\mixxx.cfg\ -DTRACK_FILE=\mixxxtrack.xml\ 
-DUNIX_SHARE_PATH=\/usr/share/mixxx\ -Dia64 -D__LINUX__ -D__UNIX__ 
-D__PORTAUDIO__ -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS -DQT_THREAD_SUPPORT 
-DQT_SHARED -DQT_TABLET_SUPPORT -D_REENTRANT -DT_LINUX -D__VINYLCONTROL__ 
-D__MIDISCRIPT__ -DALLOW_X86_OPTIMIZATIONS -I/usr/share/qt4/include 
-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtScript 
-I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtWebKit -Ilin64_build 
-Isrc -I. -I/build/buildd-mixxx_1.8.0.1-1-ia64-oJ5yBd 
-I/usr/share/qt4/include/Qt3Support -I/usr/share/qt4/include/QtCore 
-I/usr/share/qt4/include/QtGui -I/usr/share/qt4/include/QtXml 
-I/usr/share/qt4/include/QtNetwork -I/usr/share/qt4/include/QtSql 
-I/usr/share/qt4/include/QtOpenGL -I/usr/share/qt4/include/QtWebKit 
-I/usr/share/qt4/include/Qt -Ilib/soundtouch-1.4.1 -Ilib/kissfft 
-Ilib/fidlib-0.9.9 -Ilib/xwax -Ilib/scratchlib 
-I/usr/share/qt4/include/QtScript lib/soundtouch-1.4.1/sse_optimized.cpp
| lib/soundtouch-1.4.1/sse_optimized.cpp:70:23: error: xmmintrin.h: No such 
file or directory
| lib/soundtouch-1.4.1/sse_optimized.cpp: In member function 'virtual double 
soundtouch::TDStretchSSE::calcCrossCorrStereo(const float*, const float*) 
const':
| lib/soundtouch-1.4.1/sse_optimized.cpp:78: error: expected initializer before 
'*' token
| lib/soundtouch-1.4.1/sse_optimized.cpp:79: error: '__m128' was not declared 
in this scope
| lib/soundtouch-1.4.1/sse_optimized.cpp:79: error: expected ';' before 'vSum'
| lib/soundtouch-1.4.1/sse_optimized.cpp:110: error: 'pVec2' was not declared 
in this scope
| lib/soundtouch-1.4.1/sse_optimized.cpp:110: error: ISO C++ forbids 
declaration of 'type name' with no type
| […]

Full build logs:
  https://buildd.debian.org/status/package.php?p=mixxxsuite=experimental

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#599978: mixxx: FTBFS on ia64: error: xmmintrin.h: No such file or directory

2010-10-12 Thread Cyril Brulebois
Hi Adrian.

Adrian Knoth a...@drcomp.erfurt.thur.de (12/10/2010):
 Or even reverse the complete logic and require explicit setting of
 the optimize flag to turn on ALLOW_X86_OPTIMIZATIONS.

Sounds better, yeah.

(Please note that what you have on the buildd might not be available
on the machines where packages are installed, that's why one is
supposed to build flavours with and without optimizations, and switch
to the most appropriate flavour at runtime. But that's a slightly
different topic.)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#598951: ffmpeg: FTBFS on armel: neon flavor requires 'ubfx' instruction

2010-10-03 Thread Cyril Brulebois
Source: ffmpeg
Version: 4:0.6-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: eabi

Hi,

sounds like the come-back of #594417 in experimental, since it indeed
happens while during the neon flavour:
| CClibavcodec/aac_parser.o
| CClibavcodec/aacdec.o
| /tmp/ccv13sip.s: Assembler messages:
| /tmp/ccv13sip.s:5891: Error: selected processor does not support `ubfx 
ip,r3,#0,#4'
| /tmp/ccv13sip.s:5892: Error: selected processor does not support `ubfx 
r0,r3,#4,#4'
| /tmp/ccv13sip.s:6101: Error: selected processor does not support `ubfx 
r0,r3,#0,#4'
| /tmp/ccv13sip.s:6102: Error: selected processor does not support `ubfx 
ip,r3,#4,#4'
| /tmp/ccv13sip.s:6318: Error: selected processor does not support `ubfx 
ip,r3,#0,#2'
| /tmp/ccv13sip.s:6319: Error: selected processor does not support `ubfx 
r0,r3,#2,#2'
| /tmp/ccv13sip.s:6321: Error: selected processor does not support `ubfx 
r1,r3,#4,#2'
| /tmp/ccv13sip.s:6323: Error: selected processor does not support `ubfx 
r7,r3,#6,#2'
| /tmp/ccv13sip.s:6328: Error: selected processor does not support `rbit r9,r9'
| /tmp/ccv13sip.s:6562: Error: selected processor does not support `ubfx 
r7,r2,#0,#2'
| /tmp/ccv13sip.s:6563: Error: selected processor does not support `ubfx 
r8,r2,#2,#2'
| /tmp/ccv13sip.s:6565: Error: selected processor does not support `ubfx 
fp,r2,#4,#2'
| /tmp/ccv13sip.s:6567: Error: selected processor does not support `ubfx 
ip,r2,#6,#2'
| make[1]: *** [libavcodec/aacdec.o] Error 1
| make[1]: Leaving directory 
`/build/buildd-ffmpeg_0.6-2-armel-ldBGDA/ffmpeg-0.6/debian-neon'

Full build logs:
  https://buildd.debian.org/status/package.php?p=ffmpegsuite=experimental

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#598749: mixxx: FTBFS on alpha: error: expected unqualified-id before numeric constant

2010-10-01 Thread Cyril Brulebois
Source: mixxx
Version: 1.7.2-1
Severity: important
User: debian-al...@lists.debian.org
Usertags: ftbfs

Hi,

your package no longer builds on alpha:
| scons: Building targets ...
| g++ -o linux_build/input.o -c -g -O2 -pthread -pipe -Wall -W -g -DQT_GUI_LIB 
-D__SNDFILE__ -DSETTINGS_PATH=\.mixxx/\ 
-DBPMSCHEME_FILE=\mixxxbpmscheme.xml\ -DSETTINGS_FILE=\mixxx.cfg\ 
-DTRACK_FILE=\mixxxtrack.xml\ -DUNIX_SHARE_PATH=\/usr/share/mixxx\ -Dalpha 
-D__LINUX__ -D__UNIX__ -D__PORTAUDIO__ -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS 
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -D_REENTRANT -DT_LINUX 
-D__LADSPA__ -D__VINYLCONTROL__ -D__MIDISCRIPT__ -D__ALSASEQMIDI__ 
-I/usr/share/qt4/include -Ilinux_build -Isrc -I. 
-I/build/buildd-mixxx_1.7.2-1-alpha-n5I5lz -I/usr/share/qt4/include/Qt3Support 
-I/usr/share/qt4/include/QtCore -I/usr/share/qt4/include/QtGui 
-I/usr/share/qt4/include/QtXml -I/usr/share/qt4/include/QtOpenGL 
-I/usr/share/qt4/include/Qt -Ilib/soundtouch-1.4.1 -Ilib/kissfft 
-Ilib/fidlib-0.9.9 -Ilib/ladspa -Ilib/xwax -Ilib/scratchlib 
-I/usr/share/qt4/include/QtScript src/input.cpp
| In file included from /usr/include/c++/4.4/bits/locale_facets.h:43,
|  from /usr/include/c++/4.4/bits/basic_ios.h:39,
|  from /usr/include/c++/4.4/ios:45,
|  from /usr/include/c++/4.4/ostream:40,
|  from /usr/include/c++/4.4/iterator:65,
|  from /usr/share/qt4/include/QtCore/qlist.h:50,
|  from /usr/share/qt4/include/QtCore/qtextcodec.h:46,
|  from /usr/share/qt4/include/QtCore/QtCore:3,
|  from src/input.cpp:18:
| /usr/include/c++/4.4/alpha-linux-gnu/bits/ctype_base.h:50: error: expected 
unqualified-id before numeric constant
| In file included from /usr/include/c++/4.4/bits/basic_ios.h:39,
|  from /usr/include/c++/4.4/ios:45,
|  from /usr/include/c++/4.4/ostream:40,
|  from /usr/include/c++/4.4/iterator:65,
|  from /usr/share/qt4/include/QtCore/qlist.h:50,
|  from /usr/share/qt4/include/QtCore/qtextcodec.h:46,
|  from /usr/share/qt4/include/QtCore/QtCore:3,
|  from src/input.cpp:18:
| /usr/include/c++/4.4/bits/locale_facets.h: In function 'bool 
std::isalpha(_CharT, const std::locale)':
| /usr/include/c++/4.4/bits/locale_facets.h:2552: error: expected 
unqualified-id before numeric constant
| src/mathstuff.h: At global scope:
| src/mathstuff.h:26: warning: 'two_pi' defined but not used
| src/mathstuff.h:45: warning: 'pi' defined but not used
| scons: *** [linux_build/input.o] Error 1
| scons: building terminated because of errors.
| make[1]: *** [override_dh_auto_build] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=mixxx

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#597977: fluidsynth: FTBFS on kfreebsd-*: fluid_rtkit.c: error: storage size unknown

2010-09-24 Thread Cyril Brulebois
Source: fluidsynth
Version: 1.1.2-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| cd 
/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu/src
  /usr/bin/gcc  -Dlibfluidsynth_EXPORTS -DHAVE_LASH -DHAVE_CONFIG_H -g -O2  
-fPIC 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu
 -I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/drivers
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/synth
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/rvoice
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/midi
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/utils
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/sfloader
 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/bindings
 -I/build/buildd-fluidsynth_1.1
 .2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/include 
-I/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu/include
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include -I/usr/include/lash-1.0   -o 
CMakeFiles/libfluidsynth.dir/bindings/fluid_rtkit.c.o   -c 
/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/bindings/fluid_rtkit.c
| 
/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/bindings/fluid_rtkit.c:
 In function 'fluid_rtkit_make_realtime':
| 
/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/bindings/fluid_rtkit.c:336:
 error: storage size of 'old_limit' isn't known
| 
/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/src/bindings/fluid_rtkit.c:336:
 error: storage size of 'new_limit' isn't known
| make[3]: *** [src/CMakeFiles/libfluidsynth.dir/bindings/fluid_rtkit.c.o] 
Error 1
| make[3]: Leaving directory 
`/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu'
| make[2]: *** [src/CMakeFiles/libfluidsynth.dir/all] Error 2
| make[2]: Leaving directory 
`/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd-fluidsynth_1.1.2-1-kfreebsd-amd64-S6AiKT/fluidsynth-1.1.2/obj-x86_64-kfreebsd-gnu'
| dh_auto_build: make -j1 returned exit code 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=fluidsynthsuite=experimental

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591802: FTBFS on sparc: [po/fr/LC_MESSAGES/csound5.mo] Error -11

2010-08-06 Thread Cyril Brulebois
Felipe Sateler fsate...@debian.org (06/08/2010):
 I also just managed to build it on smetana. Looks like the buildd is
 borked.
 
 What should I do next?

I guess I'm going to give it back again and again, until it builds…

I'm open to any ideas, of course.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591802: FTBFS on sparc: [po/fr/LC_MESSAGES/csound5.mo] Error -11

2010-08-05 Thread Cyril Brulebois
Source: csound
Version: 1:5.12.1~dfsg-4
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
| msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po
| msgfmt -o po/en_US/LC_MESSAGES/csound5.mo po/american.po
| msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po
| msgfmt -o po/fr/LC_MESSAGES/csound5.mo po/french.po
| scons: *** [po/fr/LC_MESSAGES/csound5.mo] Error -11
| scons: building terminated because of errors.
| make: *** [debian/stamp-scons-build] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=csoundsuite=unstable

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591802: FTBFS on sparc: [po/fr/LC_MESSAGES/csound5.mo] Error -11

2010-08-05 Thread Cyril Brulebois
Hi all.

Felipe Sateler fsate...@debian.org (05/08/2010):
  Can you please retry on schroeder? -11 indicates a segmentation
  fault, probably in scons, and spontini has shown various similar
  crashes in different locations on the same source.

Nope, but it can be retried until the appropriate buildd picks
it. Will do.

  I believe this has to be asked on debian-sp...@buildd.debian.org.

That's a porter list.

 Nope, this should be sp...@buildd.debian.org

Indeed, that's buildd admin(s).

(BTW, I do admin sparc buildds*, that's why I noticed and filed the
bug.)

Done.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#591802: FTBFS on sparc: [po/fr/LC_MESSAGES/csound5.mo] Error -11

2010-08-05 Thread Cyril Brulebois
 Can you please retry on schroeder?

Failed again (with -5):
  
https://buildd.debian.org/fetch.cgi?pkg=csoundarch=sparcver=1:5.12.1~dfsg-5stamp=1281046260file=logas=raw

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#590273: phasex: FTBFS: wrong -m$foo switches

2010-07-25 Thread Cyril Brulebois
Source: phasex
Version: 0.12.0~pre1-1
Severity: serious
Justification: FTBFS

(Severity serious even though there's no build regression strictly
speaking, since I believe passing -m* flags blindly is a no-go.)

Hi,

your package FTBFS on almost all architectures due to stuff like that:
| cc1: error: unrecognized command line option -m64
| phasex.c:1: error: bad value 'generic' for -mtune switch

| cc1: error: unrecognized command line option -mtune=generic
| cc1: error: unrecognized command line option -m32

| cc1: error: bad value 'generic' for -mtune= switch
| cc1: error: unrecognized command line option -m64

| Error: Bad value (generic) for -mtune
| cc1: error: unrecognized command line option -mtune=generic
| cc1: error: unrecognized command line option -m32

| phasex.c:1: error: bad value (generic) for -mtune= switch

Full build logs:
  https://buildd.debian.org/status/package.php?p=phasex

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Cyril Brulebois
Source: vlc
Version: 1.1.0-3
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org

Hi,

sorry to bother you again but:
| checking for BONJOUR... yes
| checking for UDEV... no
| configure: error: Library libudev = 142 needed for udev was not found
| make: *** [build-stamp] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=vlc

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Cyril Brulebois
Hi,

Reinhard Tartler siret...@tauware.de (10/07/2010):
 it has problems with the xulrunner stuff:
 
 configure: Checking for Mozilla
 checking for libxul = 1.9.2... no
 checking for libxul = 1.9.2... no
 checking for seamonkey-plugin = 1.9.2... no
 checking for iceape-plugin = 1.9.2... no
 checking for xulrunner-plugin = 1.9.2... no
 checking for firefox-plugin = 1.9.2... no
 checking for iceweasel-plugin = 1.9.2... no
 checking for mozilla-plugin = 1.9.2... no
 checking for mozilla-config... no
 checking for seamonkey-config... no
 checking for xulrunner-config... no
 configure: error: Please install the Mozilla development tools (version 1.9.2 
 or higher) or use --disable-mozilla.
 
 Why is there no xulrunner-config on kFreeBSD?

H.

On asdfasdf.debian.net:
| configure: Checking for Mozilla
| Using libxul package.
| checking npfunctions.h usability... yes
| checking npfunctions.h presence... yes
| checking for npfunctions.h... yes
| checking npapi.h usability... yes
| checking npapi.h presence... yes
| checking for npapi.h... yes
| checking for npruntime.h... yes
| checking for XPM... yes
| configure: creating ./vlc-config.in
| configure: updating cache config.cache
| configure: creating ./config.status

Not sure why you had that.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#588410: vlc: FTBFS on kfreebsd-*: checking for DC1394... no

2010-07-08 Thread Cyril Brulebois
Source: vlc
Version: 1.1.0-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-* because (at least by
default) DC1394 support seems mandatory:
| checking for main in -lliveMedia_pic... yes
| checking for DC1394... no
| configure: error: Library libraw1394 = 2.0.1 libdc1394-2 = 2.1.0 needed for 
dc1394 was not found
| make: *** [build-stamp] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=vlc

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#583827: lash: FTBFS on kfreebsd-*: lashd/server.h:101: error: expected ')' before 'id'

2010-05-30 Thread Cyril Brulebois
Source: lash
Version: 0.6.0~rc2-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| gcc -DHAVE_CONFIG_H -I. -I.. 
-I/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd  
-I/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/.
-I/usr/include/libxml2   -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDTDDIR=\/usr/share/lash/dtds\  -g -O2 -g -Wall -O2 -c 
/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd/main.c
| In file included from 
/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd/main.c:40:
| 
/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd/server.h:101:
 error: expected ')' before 'id'
| 
/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd/main.c:
 In function 'term_handler':
| 
/build/buildd-lash_0.6.0~rc2-1-kfreebsd-amd64-2KVxEQ/lash-0.6.0~rc2/./lashd/main.c:54:
 warning: implicit declaration of function 'strsignal'
| make[3]: *** [main.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=lashsuite=experimental

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#579465: closed by Adrian Knoth a...@drcomp.erfurt.thur.de (Bug#579465: fixed in jack-audio-connection-kit 1.9.5~dfsg-4)

2010-05-05 Thread Cyril Brulebois
Adrian Knoth a...@drcomp.erfurt.thur.de (03/05/2010):
 Any chance to get more information what's going on there? Everything
 is fine on sparc, mips, powerpc, amd64, i386 and s390, so I wonder
 what could cause compilation on kfreeBSD to die that early.

You only check_tool on compilers in the IS_LINUX case. Therefore, no
compilers are found. If one tweaks that to check_tool() anyway, many
more errors come up. Unfortunately, I don't have time to chase them
all.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#579465: closed by Adrian Knoth a...@drcomp.erfurt.thur.de (Bug#579465: fixed in jack-audio-connection-kit 1.9.5~dfsg-4)

2010-05-03 Thread Cyril Brulebois
Adrian Knoth a...@drcomp.erfurt.thur.de (03/05/2010):
 Any chance to get more information what's going on there? Everything
 is fine on sparc, mips, powerpc, amd64, i386 and s390, so I wonder
 what could cause compilation on kfreeBSD to die that early.

k...@kbsd:~/porting/jack-audio-connection-kit-1.9.5~dfsg$ waf -vvv configure 
--prefix=/usr --classic --dbus
Checking for header samplerate.h : 14:59:14 build Build cache loading 
failed
14:59:14 build srcnode is .conf_check_0 and srcdir 
/srv/storage/kibi/hack/porting-6/jack-audio-connection-kit-1.9.5~dfsg/build/.conf_check_0
14:59:14 build init variants
14:59:14 build list of variants is ['default']
14:59:14 build compile called
14:59:14 build delayed operation TaskGen.flush() called
14:59:14 task_gen posting objects (normal)
14:59:14 task_gen posting task_gen 'testprog' of type task_gen defined in 
dir:///srv/storage/kibi/hack/porting-6/jack-audio-connection-kit-1.9.5~dfsg/build/.conf_check_0
 681335436
14:59:14 task_gen - apply_verif (681335436)
14:59:14 task_gen - exec_rule (681335436)
14:59:14 task_gen - default_cc (681335436)
14:59:14 task_gen - vars_target_cprogram (681335436)
14:59:14 task_gen - apply_core (681335436)
not found
Checking for dbus-1 = 1.0.0 : 14:59:14 runner pkg-config 
--errors-to-stdout --print-errors --atleast-version=1.0.0 dbus-1
14:59:14 runner pkg-config --errors-to-stdout --print-errors --cflags --libs 
dbus-1
ok
Checking for dbus-1  : 14:59:14 runner pkg-config 
--errors-to-stdout --print-errors --variable=session_bus_services_dir dbus-1
ok
 error: a c compiler is required
  File /usr/bin/waf, line 153, in module
  Scripting.prepare(t, cwd, VERSION, wafdir)
  File /usr/share/waf/wafadmin/Scripting.py, line 147, in prepare
  error(str(e))

Either waf or your wscript is at fault here, I guess?

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#579464: jack-audio-connection-kit: FTBFS: error: 'CAS' was not declared in this scope

2010-04-27 Thread Cyril Brulebois
Source: jack-audio-connection-kit
Version: 1.9.5~dfsg-3
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all buildds, with this issue on most of them:
| [  1/209] cxx: common/JackActivationCount.cpp - 
build/default/common/JackActivationCount_1.o
| 04:52:29 runner system command - ['/usr/bin/g++', '-g', '-O2', '-g', 
'-Wall', '-O2', '-O3', '-fPIC', '-DPIC', '-fvisibility=hidden', 
'-Idefault/linux', '-I../linux', '-Idefault/posix', '-I../posix', 
'-Idefault/common', '-I../common', '-Idefault/common/jack', '-I../common/jack', 
'-Idefault', '-I..', '-Idefault/build/default', '-DHAVE_CONFIG_H', 
'-DSERVER_SIDE', '../common/JackActivationCount.cpp', '-c', '-o', 
'default/common/JackActivationCount_1.o']
| In file included from ../common/JackActivationCount.cpp:20:
| ../common/JackAtomic.h: In function 'long int INC_ATOMIC(volatile SInt32*)':
| ../common/JackAtomic.h:31: error: 'CAS' was not declared in this scope
| ../common/JackAtomic.h: In function 'long int DEC_ATOMIC(volatile SInt32*)':
| ../common/JackAtomic.h:40: error: 'CAS' was not declared in this scope
| Waf: Leaving directory 
`/build/buildd-jack-audio-connection-kit_1.9.5~dfsg-3-armel-E41Mv7/jack-audio-connection-kit-1.9.5~dfsg/build'
| Build failed
|  - task failed (err #1): 
|   {task: cxx JackActivationCount.cpp - JackActivationCount_1.o}

There are some other issues on some architectures; I'm going to open a
specific bug only for kfreebsd-* though.

Full build logs:
  https://buildd.debian.org/status/package.php?p=jack-audio-connection-kit

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#579465: jack-audio-connection-kit: FTBFS on kfreebsd-*: error: a c compiler is required

2010-04-27 Thread Cyril Brulebois
Source: jack-audio-connection-kit
Version: 1.9.5~dfsg-3
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

as announced in the previous bug, your package also no longer builds on
kfreebsd-*, with a specific issue (which also affects hurd, might be
some linux-only stuff?):
| waf configure --prefix=/usr --alsa --classic --dbus  
| Checking for header samplerate.h : not found 
| Checking for dbus-1 = 1.0.0 : ok 
| Checking for dbus-1  : ok 
|  error: a c compiler is required
| make: *** [debian/stamp-waf-configure] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=jack-audio-connection-kit

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#579465: jack-audio-connection-kit: FTBFS on kfreebsd-*: error: a c compiler is required

2010-04-27 Thread Cyril Brulebois
Adrian Knoth a...@drcomp.erfurt.thur.de (27/04/2010):
  | waf configure --prefix=/usr --alsa --classic --dbus  
 
 We don't have ALSA on kfreebsd and hurd, so we should remove the
 alsa flag on these platforms. Or conditionally set them on Linux.

I thought about that; but really, the resulting error message is
highly confusing… :)

It'd probably be sane to indeed pass an extra “--alsa” when
DEB_HOST_ARCH_OS matches linux.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#578443: bristol: FTBFS on kfreebsd-*: error: token i386|amd64 is not valid in preprocessor expressions

2010-04-19 Thread Cyril Brulebois
Source: bristol
Version: 0.40.8-3
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*. On kfreebsd-amd64:
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include 
-Wall -g -I./../include/slab -I./../include/bristol -DBRISTOL_HAS_OSS=1 
-DBRISTOL_HAS_ALSA=0 -D_BRISTOL_JACK -g -O2 -I/usr/X11R6/include -c 
audioEngineOSS.c  -fPIC -DPIC -o .libs/audioEngineOSS.o
| In file included from ./../include/slab/slabaudiodev.h:30,
|  from audioEngineOSS.c:43:
| ./../include/slab/slabmixer.h:28:6: error: token amd64 is not valid in 
preprocessor expressions
| audioEngineOSS.c: In function 'ossAudioInit':
| audioEngineOSS.c:165: warning: suggest explicit braces to avoid ambiguous 
'else'
| make[3]: *** [audioEngineOSS.lo] Error 1

And s/amd64/i386/ for the other architecture in the error message.

Full build logs:
  https://buildd.debian.org/status/package.php?p=bristol

You can ask -bsd@ for assistance if needed. (Sorry for the lag, I didn't
realize it was a regression on GNU/kFreeBSD until now.)

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#566779: snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-27 Thread Cyril Brulebois
Alessio Treglia quadris...@ubuntu.com (27/01/2010):
 Cyril, I'm about to apply the attached patch, what do think about
 it?  Could you test whether it actually prevents the build failure?

It looks like it does not:
| gcc -Wl,-export-dynamic -I. -g -O2 -g3 -Wall -O -g3 -Wredundant-decls 
-Wcast-align -Wmissing-prototypes -Wpointer-arith -Wimplicit -Wreturn-type 
-Wunused-label -Wunused-variable -Wunused-value -Wcomment -Wformat 
-Wunused-function -Wuninitialized -Wparentheses -Wall -Winit-self 
-Wsequence-point -Wmissing-field-initializers s7.o headers.o audio.o io.o 
sound.o clm.o xen.o vct.o sndlib2xen.o clm2xen.o snd-io.o snd-utils.o 
snd-listener.o snd-error.o snd-completion.o snd-menu.o snd-axis.o snd-data.o 
snd-fft.o snd-marks.o snd-file.o snd-edits.o snd-chn.o snd-dac.o snd-region.o 
snd-select.o snd-find.o snd-snd.o snd-help.o snd-main.o snd-print.o snd-trans.o 
snd-mix.o snd.o snd-env.o snd-xen.o snd-ladspa.o snd-kbd.o snd-sig.o snd-draw.o 
run.o rt-various.o snd-nogui.o  -o snd -lfftw3 -lm   -L/usr/lib -lgsl 
-lgslcblas -lm  -lgmp -lmpfr -lmpc -lc -lm  -lm
| snd-xen.o: In function `g_dlinit':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1340: undefined reference 
to `dlsym'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1341: undefined reference 
to `dlerror'
| snd-xen.o: In function `g_dlerror':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1331: undefined reference 
to `dlerror'
| snd-xen.o: In function `g_dlclose':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1324: undefined reference 
to `dlclose'
| snd-xen.o: In function `g_dlopen':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1299: undefined reference 
to `dlopen'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1304: undefined reference 
to `dlopen'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-xen.c:1309: undefined reference 
to `dlerror'
| snd-ladspa.o: In function `loadLADSPADirectory':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-ladspa.c:230: undefined 
reference to `dlopen'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-ladspa.c:234: undefined 
reference to `dlerror'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-ladspa.c:236: undefined 
reference to `dlsym'
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-ladspa.c:238: undefined 
reference to `dlerror'
| snd-ladspa.o: In function `unloadLADSPA':
| /srv/storage/kibi/hack/porting-4/snd-11.2/snd-ladspa.c:137: undefined 
reference to `dlclose'
| collect2: ld returned 1 exit status

Grepping the log for configure, one gets:
| ./configure --with-ladspa --enable-snd-debug --with-gmp --prefix=/usr \
|   
--with-no-gui \
|   
--with-oss
| checking build system type... i686-unknown-kfreebsd8.0-gnu
| checking host system type... i686-unknown-kfreebsd8.0-gnu
| checking for gcc... gcc
| checking whether the C compiler works... yes
| checking for C compiler default output file name... a.out
| checking for suffix of executables... 
| checking whether we are cross compiling... no

Looks like -ldl is still missing. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#566779: src:snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-25 Thread Cyril Brulebois
Alessio Treglia quadris...@ubuntu.com (25/01/2010):
 Hi Cyril,

Heya,

 kfreebsd-* don't seem to provide ALSA support.
 
   audio system...: None
   graphics toolkit...: None
   optional libraries.: fftw3 gmp mpfr mpc gsl
   random features: ladspa debugging
   environs...: i686-unknown-kfreebsd7.2-gnu gcc
 
 
 What do you think about disabling the building of snd-nox-alsa
 runtime package for those architectures?

there's (or could be) limited support through the libsalsa, but please
do as you see fit. If your package is usable w/o sound support, you
can go that way, until someone comes up with a patch to get it
working, I suppose. :)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#565850: snd:soundkonverter: FTBFS on kfreebsd-*: fails to find cdda_*

2010-01-18 Thread Cyril Brulebois
Package: snd:soundkonverter
Version: 1.0.0~alpha1-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on (at least) kfreebsd-* in experimental:
| /usr/bin/g++-g -O2 -g -Wall -O2 -Woverloaded-virtual 
-fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g 
-DNDEBUG -DQT_NO_DEBUG 
-I/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/obj-i486-kfreebsd-gnu
 
-I/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1
 -I/usr/include/KDE -I/usr/include/qt4/KDE -I/usr/include/qt4 
-I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
-I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtDBus 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/taglib   -o 
CMakeFiles/soundkonverter.dir/audiocd/cdmanager.o -c 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/cdmanager.cpp
| In file included from 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/cdmanager.cpp:3:
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:25:28:
 error: cdda_interface.h: No such file or directory
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:26:27:
 error: cdda_paranoia.h: No such file or directory
| In file included from 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/cdmanager.cpp:3:
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:54:
 error: ISO C++ forbids declaration of 'cdrom_drive' with no type
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:54:
 error: expected ';' before '*' token
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:55:
 error: ISO C++ forbids declaration of 'cdrom_paranoia' with no type
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/paranoia.h:55:
 error: expected ';' before '*' token
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/cdmanager.cpp:
 In constructor 'CDDevice::CDDevice(const QString)':
| 
/build/buildd-soundkonverter_1.0.0~alpha1-1-kfreebsd-i386-MPAWL9/soundkonverter-1.0.0~alpha1/audiocd/cdmanager.cpp:53:
 warning: unused variable 'solid_disc'
| make[3]: *** [CMakeFiles/soundkonverter.dir/audiocd/cdmanager.o] Error 1

Full build logs at the usual place:
  
https://buildd.debian.org/status/package.php?suite=experimentalp=soundkonverter

This might affect other architectures as well, kfreebsd-* just happen to
have finished first. In any case, that's a regression, so severity is
serious.

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#559508: FTBFS: E: Couldn't find package libmp3lame-dev

2009-12-21 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (04/12/2009):
 Package: rotter
 Version: 0.8-1
 Severity: serious
 Tags: patch
 Justification: FTBFS

I've just uploaded an NMU to fix this. Please find attached the source
debdiff.

Mraw,
KiBi.
diff -u rotter-0.8/debian/changelog rotter-0.8/debian/changelog
--- rotter-0.8/debian/changelog
+++ rotter-0.8/debian/changelog
@@ -1,3 +1,12 @@
+rotter (0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch libmp3lame-dev and libtwolame-dev in Build-Depends to fix FTBFS
+on buildds due to sbuild's #403246 [with A|B in Build-Depends, A
+uninstallable] (Closes: #559508).
+
+ -- Cyril Brulebois k...@debian.org  Mon, 21 Dec 2009 15:06:08 +0100
+
 rotter (0.8-1) unstable; urgency=low
 
   * Initial release (Closes: #509839).
diff -u rotter-0.8/debian/control rotter-0.8/debian/control
--- rotter-0.8/debian/control
+++ rotter-0.8/debian/control
@@ -9,7 +9,7 @@
  autotools-dev,
  libjack-dev,
  libsndfile-dev,
- libmp3lame-dev | libtwolame-dev
+ libtwolame-dev | libmp3lame-dev
 Standards-Version: 3.8.3
 Homepage: http://www.aelius.com/njh/rotter/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/rotter.git


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers