Your message dated Sat, 05 Apr 2008 23:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#463083: fixed in eperl 2.2.14-15.1
has caused the Debian Bug report #463083,
regarding eperl: FTBFS with Perl 5.10
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.)
--
463083: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463083
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: eperl
Version: 2.2.14-15
Severity: important
User: [EMAIL PROTECTED]
Usertag: perl-5.10-transition
Your package fails to build with Perl 5.10 (currently in experimental)
on amd64:
cc -Wl,-E -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -o eperl eperl_main.o
eperl_perl5.o eperl_parse.o eperl_pp.o eperl_sys.o eperl_http.o eperl_getopt.o
eperl_debug.o eperl_config.o eperl_version.o eperl_readme.o eperl_license.o
eperl_logo.o eperl_powered.o /usr/lib/perl/5.10/auto/DynaLoader/DynaLoader.a
-lperl -ldl -lm -lpthread -lc -lcrypt
cc: /usr/lib/perl/5.10/auto/DynaLoader/DynaLoader.a: No such file or directory
make[1]: *** [eperl] Error 1
make[1]: Leaving directory `/home/niko/eperl-2.2.14'
make: *** [build-stamp] Error 2
Indeed, there's no DynaLoader.a in perl-base anymore. Unsetting 'perl_dla'
in configure.in and running autoconf makes the compilation succeed, and
'make test' reports no failures.
I suppose this should be determined through ExtUtils::Embed - compare
$ perl -MExtUtils::Embed -e ldopts
-Wl,-E -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread
-lc -lcrypt
on 5.10, and
sid$ perl -MExtUtils::Embed -e ldopts
-Wl,-E -L/usr/local/lib /usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl/5.8/CORE -lperl -ldl -lm -lpthread -lc -lcrypt
on 5.8.
Information on the Perl 5.10 transition can be found at
<http://wiki.debian.org/Perl5.10Transition>
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Source: eperl
Source-Version: 2.2.14-15.1
We believe that the bug you reported is fixed in the latest version of
eperl, which is due to be installed in the Debian FTP archive:
eperl_2.2.14-15.1.diff.gz
to pool/main/e/eperl/eperl_2.2.14-15.1.diff.gz
eperl_2.2.14-15.1.dsc
to pool/main/e/eperl/eperl_2.2.14-15.1.dsc
eperl_2.2.14-15.1_i386.deb
to pool/main/e/eperl/eperl_2.2.14-15.1_i386.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.
Stephen Gran <[EMAIL PROTECTED]> (supplier of updated eperl 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: SHA1
Format: 1.7
Date: Sun, 06 Apr 2008 00:37:02 +0100
Source: eperl
Binary: eperl
Architecture: source i386
Version: 2.2.14-15.1
Distribution: unstable
Urgency: low
Maintainer: Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]>
Changed-By: Stephen Gran <[EMAIL PROTECTED]>
Description:
eperl - Embedded Perl 5 Language
Closes: 463083
Changes:
eperl (2.2.14-15.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix FTBFS with perl5.10 (closes: #463083)
* Stop ignoring errors in clean target
* Update Standards-Version (no changes)
Files:
8ff1830b5851f4b2704e32672df2975d 605 devel optional eperl_2.2.14-15.1.dsc
c1fb9e72f3930a4a1060910919281be2 84815 devel optional eperl_2.2.14-15.1.diff.gz
25c9aca0ba1a2533e84fb3f4c63b20f8 135436 devel optional
eperl_2.2.14-15.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+A1dSYIMHOpZA44RAmhUAKDH56ydle98EJVryqgWjm2sHUJSlACggy1a
XUmLxEWpkAdFmAnv8tofgq8=
=ltfC
-----END PGP SIGNATURE-----
--- End Message ---