Your message dated Mon, 09 Aug 2010 13:32:14 +0000
with message-id <[email protected]>
and subject line Bug#579025: fixed in flac 1.2.1-3
has caused the Debian Bug report #579025,
regarding libflac-dev: libFLAC.m4 may set empty -L flag
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
579025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579025
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libflac-dev
Version: 1.2.1-2+b1
Severity: important
In /usr/share/aclocal/libFLAC.m4:
if test "x$libFLAC_libraries" != "x" ; then
LIBFLAC_LIBDIR="$libFLAC_libraries"
elif test "x$libFLAC_prefix" != "x" ; then
LIBFLAC_LIBDIR="$libFLAC_prefix/lib"
elif test "x$prefix" != "xNONE" ; then
LIBFLAC_LIBDIR="$libdir"
fi
LIBFLAC_LIBS="-L$LIBFLAC_LIBDIR -lFLAC $OGG_LIBS -lm"
In configure.ac, the usual:
AM_PATH_LIBFLAC( [], [echo "*****Coun't find FLAC library, disabling FLAC
support"; flac=false])
Result in Makefile when configure is called without arguments:
LIBFLAC_LIBS = -L -lFLAC -lm
Triggers the following error during build (at link time):
libtool: link: require no space between `-L' and `-lFLAC'
Fix: see /usr/share/aclocal/vorbis.m4 (from libvorbis-dev):
if test "x$vorbis_libraries" != "x" ; then
VORBIS_LIBS="-L$vorbis_libraries"
elif test "x$vorbis_prefix" = "xno" || test "x$vorbis_prefix" = "xyes" ;
then
VORBIS_LIBS=""
elif test "x$vorbis_prefix" != "x" ; then
VORBIS_LIBS="-L$vorbis_prefix/lib"
elif test "x$prefix" != "xNONE"; then
VORBIS_LIBS="-L$prefix/lib"
fi
if test "x$vorbis_prefix" != "xno" ; then
VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
fi
This bug actually prevents packages using AM_PATH_LIBFLAC to build
HTH
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 2.6.31.1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages libflac-dev depends on:
ii libflac8 1.2.1-2+b1 Free Lossless Audio Codec - runtim
ii libogg-dev 1.2.0~dfsg-1 Ogg bitstream library development
libflac-dev recommends no packages.
libflac-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: flac
Source-Version: 1.2.1-3
We believe that the bug you reported is fixed in the latest version of
flac, which is due to be installed in the Debian FTP archive:
flac_1.2.1-3.diff.gz
to main/f/flac/flac_1.2.1-3.diff.gz
flac_1.2.1-3.dsc
to main/f/flac/flac_1.2.1-3.dsc
flac_1.2.1-3_amd64.deb
to main/f/flac/flac_1.2.1-3_amd64.deb
libflac++-dev_1.2.1-3_amd64.deb
to main/f/flac/libflac++-dev_1.2.1-3_amd64.deb
libflac++6_1.2.1-3_amd64.deb
to main/f/flac/libflac++6_1.2.1-3_amd64.deb
libflac-dev_1.2.1-3_amd64.deb
to main/f/flac/libflac-dev_1.2.1-3_amd64.deb
libflac-doc_1.2.1-3_all.deb
to main/f/flac/libflac-doc_1.2.1-3_all.deb
libflac8_1.2.1-3_amd64.deb
to main/f/flac/libflac8_1.2.1-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fabian Greffrath <[email protected]> (supplier of updated flac
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 15 Jun 2010 14:37:46 +0200
Source: flac
Binary: flac libflac8 libflac-doc libflac-dev libflac++6 libflac++-dev
Architecture: source all amd64
Version: 1.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers
<[email protected]>
Changed-By: Fabian Greffrath <[email protected]>
Description:
flac - Free Lossless Audio Codec - command line tools
libflac++-dev - Free Lossless Audio Codec - C++ development library
libflac++6 - Free Lossless Audio Codec - C++ runtime library
libflac-dev - Free Lossless Audio Codec - C development library
libflac-doc - Free Lossless Audio Codec - library documentation
libflac8 - Free Lossless Audio Codec - runtime C library
Closes: 579025 585518
Changes:
flac (1.2.1-3) unstable; urgency=low
.
* Add Joshua Kwan back to Uploaders, sorry!
* Update my e-mail address.
* Fix "libFLAC.m4 may set empty -L flag when configure is called
without arguments" (Closes: #579025).
* Consider *gnuspe which matches powerpc-unknown-linux-gnuspe where
AltiVec is not available at all (Closes: #585518), thanks Sebastian
Andrzej Siewior.
* Mandatory autoreconf.
* Add debian/source/format, keep at 1.0 for now.
* Add debian/README.source.
* Add Vcs-* and Homepage fields.
* Bump Standards-Version to 3.8.4.
Checksums-Sha1:
8d49c7fba1746570c21d6ad82efc3cf7e113e979 2040 flac_1.2.1-3.dsc
73a815eb99fc49f0f89e19151b9c289105f05a2f 599851 flac_1.2.1-3.diff.gz
6613550f3609730a6589888828ae1fc649754c63 763990 libflac-doc_1.2.1-3_all.deb
399641e69e0e70ee34301a4dd5fe78f14c2bfaad 177788 flac_1.2.1-3_amd64.deb
9ede729e937001c69abae8abd77fb3ed9b9e83a5 152838 libflac8_1.2.1-3_amd64.deb
196776594bae89c5ad9ce557ea55d03c479453a0 233172 libflac-dev_1.2.1-3_amd64.deb
6ffee2994b59eeb6c1c3a41558614b9af0f2d26c 39052 libflac++6_1.2.1-3_amd64.deb
a1bcc302dfcbb7bdba0b911ab144c177153c4950 50330 libflac++-dev_1.2.1-3_amd64.deb
Checksums-Sha256:
66884635e2b80a8fc0bdc3308e0270fe396b326e4d9c1a5ef4007eb3f0eb0202 2040
flac_1.2.1-3.dsc
ccdd3884f112311d092859bb4a76e47e778956a775edbeab4185ade775f89239 599851
flac_1.2.1-3.diff.gz
c32a504e2770e58dc15f9b0a94526f815aace2d66655634bd0b98226a27e3b65 763990
libflac-doc_1.2.1-3_all.deb
847594516f95a144e3002a98927f30a70fcde333e4828b5bd6e4f5d16cd9340d 177788
flac_1.2.1-3_amd64.deb
c77e21cc2872e5e1c56c34b10a45680072491c2189cd78f825077ec83f2e4e25 152838
libflac8_1.2.1-3_amd64.deb
883ca724cd5fb84889e0bb098bfcf6d39d239f2714e9d3ebf753e99e48ed5583 233172
libflac-dev_1.2.1-3_amd64.deb
84376bb88cfd3dc33953c3d03a2c51ef841e377806cb7a78b1055589933c746a 39052
libflac++6_1.2.1-3_amd64.deb
5f4b1ec8ec546d5e38477bb0431b793baece63b15b1293366394393d735a52b2 50330
libflac++-dev_1.2.1-3_amd64.deb
Files:
6605b1cc5ffcf9032ba5b684a2a85338 2040 sound optional flac_1.2.1-3.dsc
6a5d9dd716f4a960d3cb9e6493b3a359 599851 sound optional flac_1.2.1-3.diff.gz
dfbbfc41d25a93fd7559e09fc09e3a51 763990 doc optional
libflac-doc_1.2.1-3_all.deb
3a346897f7d44a5bc781cf00e89f3e30 177788 sound optional flac_1.2.1-3_amd64.deb
19d434e3125659ef561e125d7b66156d 152838 libs optional
libflac8_1.2.1-3_amd64.deb
8fcda35ee812334bfac583e42cbfed67 233172 libdevel optional
libflac-dev_1.2.1-3_amd64.deb
ab899af99271aa0bc1433395711411c9 39052 libs optional
libflac++6_1.2.1-3_amd64.deb
1764cd50e9498b7814937d638b13ee7a 50330 libdevel optional
libflac++-dev_1.2.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMYADbAAoJEKO6uuJAjdbPOHQP/juzbsorYGaE0h+gOu2HphGh
NnBvrU+9y51TnfXdrctg6Xeep6Kq86hZ+D8CNeeMBmZzwJBRRHsrsZkXMo7gJtC5
9DpISueaYvpcMwVw5N3RAkvA0f2soiy4Cp0mR37iuG73g1pfQNZCKJawaEOvV+nb
0o6mJUYq6FZ8LpZE34yylu1OGXu1qbWbmyhvWYrHllk+NQAHlrdjjv6ZFHIptkGT
EpBnUWHqqGzB19Fmr8jTvimQGpLH8kHU5JOAf5VNNJjZ+CURHuLKlfytGLvzaIM4
EE5yAuc4M7jFbF0pFF60npjUM15C+XFn7oX71ymjXjUcMfzmunP4EVStSA09BKrY
66yeeawbIg+nzoPmHEWeX5dO1QhfTzU35x0Y8lWZK7XbvWVsfmRM1RzW+VqTl9W6
Yor2VgKy9s9UB9UU1W0ifHwxukFEJUdTRLN7FIN33mUKLtO1KM3GjyxPMYys9HeH
C01kw5m/VI/w1hz5UvhRGVDHwS38TAYUhLBmLLb+nnD2YHagMy4J/lV7DHR6bk35
Zr0nvSsZA8zlEXOKyLZ4Kg5Mr/NhchYmRPyxOHkSx3pY9hB8vSmu5RKWV83ox1W6
OSMXzmV3ai7AwZwJCB1PYOi6/KwHFX5bN++HWbyogk2X+EN9iUlZd7LgIr2hBvmq
RkVuj+kIFjBulXTtcLHY
=bJJF
-----END PGP SIGNATURE-----
--- End Message ---