Your message dated Sun, 13 Aug 2017 20:55:55 +0000
with message-id <e1dgzvp-000dky...@fasolo.debian.org>
and subject line Bug#871907: fixed in praat 6.0.30-3
has caused the Debian Bug report #871907,
regarding praat FTBFS on non-amd64
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.)


-- 
871907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: praat
Version: 6.0.30-1
Severity: serious
Tags: patch

https://buildd.debian.org/status/package.php?p=praat&suite=sid

...
g++ -std=c++11 -DNO_GUI -DNO_NETWORK -D_FILE_OFFSET_BITS=64 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/cairo -I/usr/include/pango-1.0 -DUNIX -Dlinux 
-Werror=missing-prototypes -Werror=implicit -Wreturn-type -Wunused 
-Wunused-parameter -Wuninitialized -O3 -g1 -pthread -Wshadow -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>/sys=. -fstack-protector-strong -Wformat 
-Werror=format-security -I ../sys -I ../num -I ../dwsys -I ../kar -I 
../external/portaudio -I ../external/flac -I ../external/mp3  -c -o 
melder_audio.o melder_audio.cpp
In file included from /usr/include/glib-2.0/glib/galloca.h:32:0,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/pango-1.0/pango/pango-coverage.h:25,
                 from /usr/include/pango-1.0/pango/pango-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from Gui.h:62,
                 from melder_audio.cpp:46:
/usr/include/glib-2.0/glib/gtypes.h:32:10: fatal error: glibconfig.h: No such 
file or directory
 #include <glibconfig.h>
          ^~~~~~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'melder_audio.o' failed
make[3]: *** [melder_audio.o] Error 1


Fix is attached.
Description: Use pkg-config for pangocairo cflags and libs
 Use pkg-config instead of hardcoding pangocairo cflags and libs
 (gives the proper location instead of x86_64-linux-gnu in the
  include search path even on non-amd64).
Author: Adrian Bunk <b...@debian.org>

--- praat-6.0.30.orig/makefiles/makefile.defs.linux.nogui
+++ praat-6.0.30/makefiles/makefile.defs.linux.nogui
@@ -7,7 +7,7 @@ CC = gcc -std=gnu99
 
 CXX = g++ -std=c++11
 
-CFLAGS = -DNO_GUI -DNO_NETWORK -D_FILE_OFFSET_BITS=64 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo 
-I/usr/include/pango-1.0 -DUNIX -Dlinux -Werror=missing-prototypes 
-Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 
-g1 -pthread
+CFLAGS = -DNO_GUI -DNO_NETWORK -D_FILE_OFFSET_BITS=64 `pkg-config --cflags 
pangocairo` -DUNIX -Dlinux -Werror=missing-prototypes -Werror=implicit 
-Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread
 
 CXXFLAGS = $(CFLAGS) -Wshadow
 
@@ -15,10 +15,10 @@ LINK = g++
 
 EXECUTABLE = praat_nogui
 
-LIBS = -lpangocairo-1.0 -lcairo -lpango-1.0 -lgobject-2.0 -lm -lpthread
+LIBS = `pkg-config --libs pangocairo` -lm -lpthread
 
 AR = ar
 RANLIB = ls
 ICON =
 MAIN_ICON =
 

--- End Message ---
--- Begin Message ---
Source: praat
Source-Version: 6.0.30-3

We believe that the bug you reported is fixed in the latest version of
praat, 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 871...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <raf...@debian.org> (supplier of updated praat 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: SHA256

Format: 1.8
Date: Sun, 13 Aug 2017 04:00:07 -0300
Source: praat
Binary: praat
Architecture: source amd64
Version: 6.0.30-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <raf...@debian.org>
Description:
 praat      - program for speech analysis and synthesis
Closes: 871907
Changes:
 praat (6.0.30-3) unstable; urgency=medium
 .
   * d/p/pangocairo-pkg-config.patch: New patch.
     This patch replaces d/p/use-gtk-pkg-config.patch and provides a better
     argument for the pkg-config invocation when building praat_nogui.
     Thanks to Adrian Bunk for the patch (Closes: #871907)
   * d/README.Debian: Remove this obsolete file
Checksums-Sha1:
 b3e5a922f8403f903ec250b1f04064da82e7cc83 1987 praat_6.0.30-3.dsc
 14bea9a3777ac3c35c502aee5c3aa43e3bf1ee50 22592 praat_6.0.30-3.debian.tar.xz
 22ad3722b86e951b0461dbbf2b6ec2b4a9937882 29821982 
praat-dbgsym_6.0.30-3_amd64.deb
 184fa157b115426d32b84441c0614d3fb9bbbe26 10135 praat_6.0.30-3_amd64.buildinfo
 ae18f088200f859d6498dad09b3edb351ffc1b24 9088062 praat_6.0.30-3_amd64.deb
Checksums-Sha256:
 d962f937e0417a6302072d11c543096494ac3da66cd1e81aa0aea1749ff5d92e 1987 
praat_6.0.30-3.dsc
 b6d4fce0ab574d397f898a9694b738fdc29acab59590d85a5833b0ea16aaf243 22592 
praat_6.0.30-3.debian.tar.xz
 84013d214624ecf8d16cfed79811195fee22816129353584ea1868e5cfc0c749 29821982 
praat-dbgsym_6.0.30-3_amd64.deb
 11d0026193661ca30aa05220be0c359e2b8329309d2779f25ee0599d7a261ea2 10135 
praat_6.0.30-3_amd64.buildinfo
 ad0b1deefe72f6f3c0301524bf4b8d305fb3bb1a01f5fc26248c6ea068f94b84 9088062 
praat_6.0.30-3_amd64.deb
Files:
 32a98ab54a236e3ba078d8d7bda0b216 1987 science optional praat_6.0.30-3.dsc
 fb34115650065a4a012b76e2475a62fd 22592 science optional 
praat_6.0.30-3.debian.tar.xz
 6b08e02117cd8b899dec5ea0a9ed0fa9 29821982 debug extra 
praat-dbgsym_6.0.30-3_amd64.deb
 a20254156284c8b2cec42be40d652886 10135 science optional 
praat_6.0.30-3_amd64.buildinfo
 8adc42407eef2893cb1e8e0ad30b2f40 9088062 science optional 
praat_6.0.30-3_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAlmQtGwACgkQISSqGYN4
XJAEhBAAmm10KRVR8X7cDrzs7VVFi+d9VmWFCK7oIIfyYRlcC1cTl6ETKNZJ7qkl
Ud4pVmdlK4hj4toBG7Gk8aFzW7bqN73gaNfmbHNWyRa9XP3+43P2jZJDTq9/Mrod
vV7jV/YcgDmwjdxlnw6vC82+KttW4BwPkrbQ1o2gDvc8Jy4RwZcmVSqW4Ovfnkji
YWx9/uo+1BqRG2Sk6+1uZ/yP7RAT0lQDXetu0UcO4x3XeCXYdbvc77cKM45xoA3X
Agnvir/F9vOB0MOAlPGpfM0kmmB7PM34BlJiSuwPN5wVit6LtXnDVuf60q+4/n+k
uFHfzRk24jLGDdomYkvVORTFviCXyMYORIUb60f1jIpWSTZHCuCCjXw54vX+w+dX
RCQGRfvA+QapqolRU2PpIwTgIeswb2OkMUuJMHbYbhkV8Cwig5eqVWDmr6+uvvkg
aSC3ZvY52hGzOCKsMvd1Vonz3Wd0Jhezta5Sa3IQzTt6pEP2bT0AYqV/UN/6JBIv
RE4WiCO7TTlk16hNiKr7YCTp9qjwGbltStyhld27O8YEYtCp4SamhIacZwuVeis5
pqcNGOY7QqY+5Ug/nMInDTXbHKHXYr3cuMqQu0VVwBBgqkzFaQhY7jbMJK/VPj5D
li8+Ze3fRLpikpb/+zb1jgzam8Tyl9xo4v8GiBFqSj1BINszHFw=
=rX9R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to