Your message dated Wed, 30 Jul 2014 09:25:30 +0000
with message-id <e1xcq8y-0004po...@franck.debian.org>
and subject line Bug#752468: fixed in xchat-gnome 
1:0.30.0~git20131003.d20b8d-2.1
has caused the Debian Bug report #752468,
regarding xchat-gnome: perl autoconf probe needs changes for Perl 5.20
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.)


-- 
752468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752468
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xchat-gnome
Version: 1:0.30.0~git20131003.d20b8d-2 
Severity: important
Tags: patch
User: debian-p...@lists.debian.org
Usertags: perl-5.20-transition

This package silently drops its libperl linkage when built
with perl_5.20.0-1 from experimental:

  checking whether Perl support is requested... autodetect
  checking for perl... /usr/bin/perl
  configure: WARNING: Perl headers not found, disabling perl support

This is because the probe in configure.ac now needs to either
link with libperl or #define PERL_NO_INLINE_FUNCTIONS.
See #752354.

I'm attaching Damyan Ivanov's patch from #752354, which
uses the first approach.
-- 
Niko Tyni   nt...@debian.org
Description: configure.ac: fix perl header test for perl 5.20
 The PL_memory_wrap and Perl_croak_nocontext symbols are now in libperl so a
 test program needs to link with it.
 Adding $($PERL -MExtUtils::Embed -e ldopts) to the compiler command line does
 just that.
Author: Damyan Ivanov <d...@debian.org>
Bug-Debian: http://bugs.debian.org/752354

--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ fi
 
 if test "x$have_perl" != "xno"; then
 	AC_MSG_CHECKING(for Perl header files)
-	PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT;  echo "#include <perl.h>" >> $PT;  echo "#include <XSUB.h>" >> $PT ;  echo "int main() { return 0; }" >> $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
+	PERL_HEADER_TEST=`PT=perltest.c ; echo "#include <EXTERN.h>" > $PT;  echo "#include <perl.h>" >> $PT;  echo "#include <XSUB.h>" >> $PT ;  echo "int main() { return 0; }" >> $PT ; $CC -Wall $PT -o $PT.out $($PERL -MExtUtils::Embed -e ccopts) $($PERL -MExtUtils::Embed -e ldopts) 1>/dev/null 2>&1; echo $?; rm -f $PT $PT.out 1>/dev/null 2>&1`
 
 	if test "x$PERL_HEADER_TEST" = "x0" ; then
 		PERL_CFLAGS=`$PERL -MExtUtils::Embed -e ccopts`

--- End Message ---
--- Begin Message ---
Source: xchat-gnome
Source-Version: 1:0.30.0~git20131003.d20b8d-2.1

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

Debian distribution maintenance software
pp.
Damyan Ivanov <d...@debian.org> (supplier of updated xchat-gnome 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: Wed, 30 Jul 2014 09:03:29 +0000
Source: xchat-gnome
Binary: xchat-gnome xchat-gnome-common
Architecture: source all amd64
Version: 1:0.30.0~git20131003.d20b8d-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Damyan Ivanov <d...@debian.org>
Description:
 xchat-gnome - simple and featureful IRC client for GNOME
 xchat-gnome-common - data files for XChat-GNOME
Closes: 752468
Changes:
 xchat-gnome (1:0.30.0~git20131003.d20b8d-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload with maintainer's permission
   * add a patch to link perl-testing program with libperl, keeping perl
     binding when built with perl 5.20
     Closes: #752468
Checksums-Sha1:
 c744e24d5a49ae6dc533b88a5417f8b1942505f0 2509 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.dsc
 2be3185fdde8ea1ba4f3685fa9af3f2d714a9bb6 16940 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.debian.tar.xz
 2888817d4c1a90436c38eeb5ad358ed707ae9efa 1329390 
xchat-gnome-common_0.30.0~git20131003.d20b8d-2.1_all.deb
 d012f83779a767b413664be7881a45395015aff8 270800 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1_amd64.deb
Checksums-Sha256:
 a4364700acd01f733b8cedab49b1934ad81a0ae423c430dd5bfb65a146bc32f9 2509 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.dsc
 61a5cdc57296591913b465a6595292d40199b0221174a8cbdf88a64c563769e7 16940 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.debian.tar.xz
 4106221ef45bd401b937700d4a77d37bbf3a19e3532e458cdae3eebd9b33f037 1329390 
xchat-gnome-common_0.30.0~git20131003.d20b8d-2.1_all.deb
 6b21d7e0e413a9349ddce2642fa8ef10861ab516960c01a8b7de106cf113b2e6 270800 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1_amd64.deb
Files:
 5edc27d962525ab92624fa6a6a808689 1329390 gnome optional 
xchat-gnome-common_0.30.0~git20131003.d20b8d-2.1_all.deb
 fecc13630588901f04ee9d50c98ddb49 270800 gnome optional 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1_amd64.deb
 33db5162b658bb3bf06ff41f092bf09a 2509 gnome optional 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.dsc
 c877cdf7119270235d91cad66ac4cd11 16940 gnome optional 
xchat-gnome_0.30.0~git20131003.d20b8d-2.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT2LVxAAoJENu+nU2Z0qAEB1YP/jN1AKhzrLNx95eKBlyIr0P+
BAr9XfjRhiuWUiM1rrtDI5hlxjJl/kh6/JTyxdvMOesF2Z0Vg399W4+oebhVtJ9S
d3LdsbOBihHCPfjaQ9cedD1HzbvUNohuWbJclJDOchb0/5AplT/7MUnZIZ/DqzlU
5w++6ei+PgvHcA05Ksp+gBE7Q7E0CCRJgk5jCLPCBsO8c3tmaAJTZZqW0uPFrtsH
DLfluWgluXYea37XZ5zF+AbAVe013ynRhnOOhFxPY1ufz41IdIyHUFOgJN2ulXAW
ygjdZOEHahj8uZeLyVe619uqmT4u1o9tDh0QeO5PV8w4ipid5fqujJS+F/7/8RBy
GD9qm9ZojusfznJn26rLRFjFa1ll2ojALDRW7ZmD/TQ2Yu+iHPJLZWeMhvW4XJKb
5DNM9gjvDWXbJdupr48t/gufUpDearptSNCGJOQFxbXmEw5cKz9mVTXhreZ4dQ0L
lIWuUcHJ5ND+JZP0u3VA6CH8VH1SGh+w2qNX2NA3zN9Yuc0I8ypD4VBCAkGjQKZ4
BOlNIjR+yJI+8NCO7ZqS+fJOADIvsZQphmroxptM05062HqlonLZ2g0CHGn3UWzg
pT3zDzNWniNk5E7IhAWVnnTFWTdzg5pbFwo/StModygX6DgywFk1KRRdoj3Sxo3U
7wtynoMvMBjKEf8HUQ0t
=47jf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to