Your message dated Sat, 21 Dec 2013 21:52:55 +0000
with message-id <e1vuutf-0002ma...@franck.debian.org>
and subject line Bug#731513: fixed in vlc 2.1.2-1
has caused the Debian Bug report #731513,
regarding vlc: FTBFS: freetype/ftsynth.h: No such file or directory
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 ow...@bugs.debian.org
immediately.)
--
731513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vlc
Version: 2.1.1-1
Severity: serious
Tags: patch
Hi,
vlc FTBFS with new freetype 2.5.1-1 like this:
...
../../doltlibtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I.
-I../.. -DMODULE_NAME=$(p="libfreetype_plugin_la-freetype.lo"; p="${p##*/}";
p="${p#lib}"; echo "${p%_plugin*}")
-DMODULE_NAME_IS_$(p="libfreetype_plugin_la-freetype.lo"; p="${p##*/}";
p="${p#lib}"; echo "${p%_plugin*}")
-DMODULE_STRING=\"$(p="libfreetype_plugin_la-freetype.lo"; p="${p##*/}";
p="${p#lib}"; echo "${p%_plugin*}")\" -D__PLUGIN__ -I/usr/include/freetype2
-DHAVE_FONTCONFIG -I/usr/include/fribidi -DHAVE_FRIBIDI -I../../include
-I../../include -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -mtune=8548 -Wall
-Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast
-Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var
-Werror-implicit-function-declaration -pipe -fvisibility=hidden -ffast-math
-funroll-loops -fomit-frame-pointer -c -o libfreetype_plugin_la-freetype.lo
`test -f 'freetype.c' || echo './'`freetype.c
freetype.c:93:30: fatal error: freetype/ftsynth.h: No such file or directory
compilation terminated.
make[5]: *** [libfreetype_plugin_la-freetype.lo] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/modules/text_renderer'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»/modules/text_renderer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
...
Attaching a patch that fixes this by considering the new location of a header
file.
Thanks in advance,
Roland
-- System Information:
Debian Release: 7.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)
Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: vlc-2.1.1/modules/text_renderer/freetype.c
===================================================================
--- vlc-2.1.1.orig/modules/text_renderer/freetype.c 2013-09-12 17:18:34.000000000 +0200
+++ vlc-2.1.1/modules/text_renderer/freetype.c 2013-12-05 22:59:07.375288208 +0100
@@ -90,7 +90,7 @@
#endif
/* Freetype */
-#include <freetype/ftsynth.h>
+#include <ftsynth.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_STROKER_H
--- End Message ---
--- Begin Message ---
Source: vlc
Source-Version: 2.1.2-1
We believe that the bug you reported is fixed in the latest version of
vlc, which is due to be installed in the Debian FTP archive.
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 731...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated vlc 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 21 Dec 2013 21:18:56 +0100
Source: vlc
Binary: libvlc-dev libvlc5 libvlccore-dev libvlccore7 vlc vlc-data vlc-dbg
vlc-nox vlc-plugin-fluidsynth vlc-plugin-jack vlc-plugin-notify
vlc-plugin-pulse vlc-plugin-sdl vlc-plugin-svg vlc-plugin-zvbi
Architecture: source amd64 all
Version: 2.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Description:
libvlc-dev - development files for libvlc
libvlc5 - multimedia player and streamer library
libvlccore-dev - development files for libvlccore
libvlccore7 - base library for VLC and its modules
vlc - multimedia player and streamer
vlc-data - Common data for VLC
vlc-dbg - debugging symbols for vlc
vlc-nox - multimedia player and streamer (without X support)
vlc-plugin-fluidsynth - FluidSynth plugin for VLC
vlc-plugin-jack - Jack audio plugins for VLC
vlc-plugin-notify - LibNotify plugin for VLC
vlc-plugin-pulse - PulseAudio plugin for VLC
vlc-plugin-sdl - SDL video and audio output plugin for VLC
vlc-plugin-svg - SVG plugin for VLC
vlc-plugin-zvbi - VBI teletext plugin for VLC
Closes: 731513
Changes:
vlc (2.1.2-1) unstable; urgency=medium
.
[ Benjamin Drung ]
* New upstream release.
- Fix build failure with freetype 2.5.1 (Closes: #731513)
* Add gpg signature check to watch file.
.
[ Mateusz Łukasik ]
* Bump Standards-Version to 3.9.5 (no changes needed).
Checksums-Sha1:
03552c6e18197d17dd47fb29dbdd0adb6231063f 4934 vlc_2.1.2-1.dsc
2b0ef3a3767c56d64a2815c772c8b3f865018e70 19609868 vlc_2.1.2.orig.tar.xz
c35743f20c9d7a28524711bd92ea1ee2ab5e43f1 65269 vlc_2.1.2-1.debian.tar.gz
a324cf9dfdc0b1bca593bca3acac154d20ee8322 25296 libvlc-dev_2.1.2-1_amd64.deb
636fdbeed962ecfcc5f0dfd89d07da4f0a99289a 40172 libvlc5_2.1.2-1_amd64.deb
18dc2714dccd72e2a1900e41eccd101dfec3d66e 113882
libvlccore-dev_2.1.2-1_amd64.deb
873ec219c7c1c4fa3c6f48286d47ce4ce03b0272 343948 libvlccore7_2.1.2-1_amd64.deb
5d04b6bcc5ff404a3737d94f07765b7fbb9f4512 1210284 vlc_2.1.2-1_amd64.deb
0a11adc1e0d994892ecc1d3758837ba6d0cbcc26 5152376 vlc-data_2.1.2-1_all.deb
6a7dda62ea74fa933b1f0c2098021637c785ea34 23280696 vlc-dbg_2.1.2-1_amd64.deb
4ee357845c48b9aef5839f912f100059282ee5e7 2291114 vlc-nox_2.1.2-1_amd64.deb
8f1a0cf1782f3d698d9846fe1620371227fcaa2e 5456
vlc-plugin-fluidsynth_2.1.2-1_amd64.deb
ec98965503c2f456956ce0a44cab628be2271eb4 10658
vlc-plugin-jack_2.1.2-1_amd64.deb
73b497fcd964b9f5a7d6c0eaf4f5af1ceaa14108 5340
vlc-plugin-notify_2.1.2-1_amd64.deb
134cd6316de1e5f6d0605fb74992ba32997f252d 16756
vlc-plugin-pulse_2.1.2-1_amd64.deb
82cc9a3299b9f534b91777bad4df33778ef3ecf8 7936 vlc-plugin-sdl_2.1.2-1_amd64.deb
7a13a5c739bd2b8172c8132a1ef0c429eb34d9af 6020 vlc-plugin-svg_2.1.2-1_amd64.deb
736217511e2831d250d26f5c07af9818faec34d2 8376 vlc-plugin-zvbi_2.1.2-1_amd64.deb
Checksums-Sha256:
fe771fd82b5f2a99f460402f57b6245b888f0601b09bd5775c2221e53333c396 4934
vlc_2.1.2-1.dsc
219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4 19609868
vlc_2.1.2.orig.tar.xz
6dafab511d70328a11c476c614cc923ce0baddd006ef3863bef577a1691ad3a5 65269
vlc_2.1.2-1.debian.tar.gz
3d0c70c211a173bf51f76cb3e7c789d9f3014e5b2dee58e87f5422d1e5af2ad7 25296
libvlc-dev_2.1.2-1_amd64.deb
98d05a9a53440dd06cbdffc3ac18ee7ed36818a69f7082515eb447df843ec7dd 40172
libvlc5_2.1.2-1_amd64.deb
e4b26a2a469b244f7ebdf927f2c0d2a962eaecb248d3126ee33fec13e19ff674 113882
libvlccore-dev_2.1.2-1_amd64.deb
0d7451a36f71179afd0a4737a94359c2f6b1286fd78b69947eedb8fbe1cb86e4 343948
libvlccore7_2.1.2-1_amd64.deb
d7f114a072fd2584c0f056670ed3bbfaf36878c16c92821e56becde021e33c6c 1210284
vlc_2.1.2-1_amd64.deb
2c244601011a889751ff62b19928046cd1ba93fe05ed7bfd8265917fc9b1d543 5152376
vlc-data_2.1.2-1_all.deb
5a260153a548d01bd9ea7142bcba49c290f3716ca8b304321e60c42f81d2a790 23280696
vlc-dbg_2.1.2-1_amd64.deb
e12d0a28caa9f395dbfaa67673efc266ac7a9b4267ec78a2025ce24af0d23976 2291114
vlc-nox_2.1.2-1_amd64.deb
759e5c217386a43c232b825ca01dd9a73c3bd172cf1d1c3cf0b05a41408cb7ef 5456
vlc-plugin-fluidsynth_2.1.2-1_amd64.deb
4715af734d01150ab2e3149d877ae56ef8d67474524fa21547b7f86d612e6b76 10658
vlc-plugin-jack_2.1.2-1_amd64.deb
c741ddad48bcaf4606b4b06601df0f0bfd9831576cf5e0a8b04a84645d6422cb 5340
vlc-plugin-notify_2.1.2-1_amd64.deb
3634a54020736a0bf6f9b0a1727300bdcd1294b787e298f97fa3a05f8048bac6 16756
vlc-plugin-pulse_2.1.2-1_amd64.deb
7eda9b96e171c1b1fa30d43dc34f332ea287e32a6bf2870acb4226ca62ac3fdf 7936
vlc-plugin-sdl_2.1.2-1_amd64.deb
2015a52979b34b45360496bfda60bad95a39fd8234361a11ce79c77498b56a3d 6020
vlc-plugin-svg_2.1.2-1_amd64.deb
77ea8d9151080535e234aab750c30604bc2c5fe81813db823a9f1febee2dd663 8376
vlc-plugin-zvbi_2.1.2-1_amd64.deb
Files:
3df9875da098d30dcc4c298ba66effd7 4934 video optional vlc_2.1.2-1.dsc
fb6787ad749aadcfaeab3471939b3426 19609868 video optional vlc_2.1.2.orig.tar.xz
75cc40477090e8bdd4eea1f518069f20 65269 video optional vlc_2.1.2-1.debian.tar.gz
7915dc8aedd4eb70e44452bc97612590 25296 libdevel optional
libvlc-dev_2.1.2-1_amd64.deb
df3558839aeec1ec47c26887243202da 40172 libs optional libvlc5_2.1.2-1_amd64.deb
c1429b5aa584d5a1a20f0b5031cd5e4f 113882 libdevel optional
libvlccore-dev_2.1.2-1_amd64.deb
c0687bd50d4fbde1945515892fe832dc 343948 libs optional
libvlccore7_2.1.2-1_amd64.deb
ee45933ae8295d9b1a7398958e0eaf16 1210284 video optional vlc_2.1.2-1_amd64.deb
17adbfbc574409840a2233c8f34903be 5152376 video optional
vlc-data_2.1.2-1_all.deb
77002e0a9147f401decfc9bb064bf37e 23280696 debug extra vlc-dbg_2.1.2-1_amd64.deb
544794e28da27aa1eb48c9947f693611 2291114 video optional
vlc-nox_2.1.2-1_amd64.deb
d45dedc7d41a4fe43ded5a39dd25f633 5456 video optional
vlc-plugin-fluidsynth_2.1.2-1_amd64.deb
c09724166953d51159c8862e31224503 10658 video optional
vlc-plugin-jack_2.1.2-1_amd64.deb
b69a0e1c7e5cb9cb9c2ecefb3b9afa9a 5340 video optional
vlc-plugin-notify_2.1.2-1_amd64.deb
2f86f7b03d8861ff136b0ca3dbd2a8e4 16756 video optional
vlc-plugin-pulse_2.1.2-1_amd64.deb
9befcf49fa77049a91bb6041597f824e 7936 video optional
vlc-plugin-sdl_2.1.2-1_amd64.deb
b9e9b04c1ebd3cb5eaf8f7ab8ec3e8e7 6020 video optional
vlc-plugin-svg_2.1.2-1_amd64.deb
9255492fedc9a6df9e84eabf3e0654f1 8376 video optional
vlc-plugin-zvbi_2.1.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCgAGBQJStghHAAoJEBWetcTvyHdMSekP/ipImXEbtXYQHrGj0Jh7h4jz
c7ATbGchGZkHWE0miIisgKGUmON6RNpcD9NBjbnAWx48ORIufddhVc60VsueWbfC
HZlP8aywTtFwI17gT/hgPrmqhogpgS4rOvARj/aodtubY+HicFRhmvCHYk9Tpnh1
pDO4vokFIjtEDyqv6jQwWbpPBu/el+fWsorlNIyOp/Wqtak2OL1auwkVJeifljSf
8RCxbo+tf3PuCAe2TK1y76loaAILeVjANRaGcf/pmEBL4v6EklodmzWTXRS+ATg7
Z1CVvEOn7pO5WenAXAkg1rmCkuC+AytGA4h+9KAhHcWLlYz3T02LB0RO3NarDCTB
8KbVNR7TQYQhtDtSgYR+hlwB4H+phvxpsYTBnLh9kOsuqa2P7L9XzKg/VEOKFMP2
jhJyt+MlhHV5MRC8FY5Zqenv0Hik9MppK+qlfAuRN8yt+7eFqbhqcYYcuvktdVYT
sbLCqTLdu8FTYNexaQdU74qcNwSjx81FCYU611PqMV0vWhd8hgKSFUYOu2lMOlew
uCdG5XFewU6L4ic1iMOGAQW9HI9P4gqfSqZC3kM2wUpFSNe7RYV1Jf/O+lwRfiMp
K/JCYH9C72lxr+ZC01YRdDOYnqy54eJkwS0iBYsDevYk4DJo8Ns/3ggbaWEsZidP
xfNclQMZewenYlQxteBt
=R+IS
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers