Your message dated Thu, 31 Jul 2014 23:00:05 +0000
with message-id <[email protected]>
and subject line Bug#756629: fixed in libfile-fcntllock-perl 0.22-1
has caused the Debian Bug report #756629,
regarding libfile-fcntllock-perl: File::FcntlLock no longer exports the 
required constants
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.)


-- 
756629: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756629
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libfile-fcntllock-perl
Version: 0.20-1
Severity: important

The documentation of File::FcntlLock says:

   EXPORT
       The package exports the following constants:

       F_GETLK F_SETLK F_SETLKW
       F_RDLCK F_WRLCK F_UNLCK
       SEEK_SET SEEK_CUR SEEK_END

But:

$ perl -MFile::FcntlLock -Mstrict -w -e "F_GETLK"
Bareword "F_GETLK" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.

The problem is that the constants are exported by File::FcntlLock::Core
but no longer by File::FcntlLock itself.

Here's a tentative patch:
$ diff -u lib/File/FcntlLock.pm /usr/lib/perl5/File/FcntlLock.pm
--- lib/File/FcntlLock.pm       2014-05-27 16:38:47.000000000 +0200
+++ /usr/lib/perl5/File/FcntlLock.pm    2014-07-31 15:50:19.454997932 +0200
@@ -22,6 +22,7 @@
 
 bootstrap File::FcntlLock $VERSION;
 
+our @EXPORT = @File::FcntlLock::Core::EXPORT;
 
 ###########################################################
 #

It seems to work here. I'd appreciate a prompt fix as it's affecting Kali.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfile-fcntllock-perl depends on:
ii  libc6                       2.19-7
ii  perl                        5.18.2-7
ii  perl-base [perlapi-5.18.2]  5.18.2-7

libfile-fcntllock-perl recommends no packages.

libfile-fcntllock-perl suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libfile-fcntllock-perl
Source-Version: 0.22-1

We believe that the bug you reported is fixed in the latest version of
libfile-fcntllock-perl, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julián Moreno Patiño <[email protected]> (supplier of updated 
libfile-fcntllock-perl 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: SHA512

Format: 1.8
Date: Thu, 31 Jul 2014 16:33:25 -0500
Source: libfile-fcntllock-perl
Binary: libfile-fcntllock-perl
Architecture: source amd64
Version: 0.22-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Julián Moreno Patiño <[email protected]>
Description:
 libfile-fcntllock-perl - Perl module for file locking with fcntl(2)
Closes: 756629
Changes:
 libfile-fcntllock-perl (0.22-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #756629)
   * Update my email.
   * Extend debian copyright holder years.
Checksums-Sha1:
 983e9cccbc5aa1c92e3db797fd1fa6b67e9dffa2 2091 libfile-fcntllock-perl_0.22-1.dsc
 4554094587cdb88ab68d149701e57364be63bf37 16994 
libfile-fcntllock-perl_0.22.orig.tar.gz
 ac2969791abd2fc37e70d6a7f357ab8824928af7 2052 
libfile-fcntllock-perl_0.22-1.debian.tar.xz
 f677ed0e71d04a587a9e641fd077de4d896789fe 36722 
libfile-fcntllock-perl_0.22-1_amd64.deb
Checksums-Sha256:
 3c60e7b21d99955503f3348f9ed25e269a76a00e6cbe98d7eeb10ba64a7acf0a 2091 
libfile-fcntllock-perl_0.22-1.dsc
 9a9abb2efff93ab73741a128d3f700e525273546c15d04e7c51c704ab09dbcdf 16994 
libfile-fcntllock-perl_0.22.orig.tar.gz
 1112c2677d3286d8c0ae80771cd0505b3bcdd4a7959f8e3ebf69514ca2a2a166 2052 
libfile-fcntllock-perl_0.22-1.debian.tar.xz
 e067748e0327c5af16224eb6475c3346124e27c2194d28925a1fb3ccf6dc5cdc 36722 
libfile-fcntllock-perl_0.22-1_amd64.deb
Files:
 cebec0408bd1d950aa046cba2e5832e3 36722 perl optional 
libfile-fcntllock-perl_0.22-1_amd64.deb
 17acaf3a2f46e71c42fd16d5b562e213 2091 perl optional 
libfile-fcntllock-perl_0.22-1.dsc
 579698d735d864ee403674f1175f789d 16994 perl optional 
libfile-fcntllock-perl_0.22.orig.tar.gz
 6f874ae66c78e8604524f97f3e7bc821 2052 perl optional 
libfile-fcntllock-perl_0.22-1.debian.tar.xz

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

iQIcBAEBCgAGBQJT2ruEAAoJENX9/BVhaL9gZiQQAI3CaK+t1nj6Ii3zYPYYSZzJ
Re+WXpd1VU4VbS4A18r2KDJ7CW0a0fphtkuiw5QOdB22Owc1/zovZLvd9OXsEVkt
Ia6Lg7F32gejbwmvujyCnbKcE0EDRKxKiEpvjHE+tktdkdO05Ju0JxSssRb41StM
7d1DZe37ZNy5mmtGEc70XUPNubOO/RFnTQBzNQNRK66SGjLIgE47OZCHEC3ApWVM
C0NJSA9I2/fUArLifVhcI2Dc2Zf+SYsmBp7S+oHECZsqhtovkF7LfiWuuGKfB9yd
hddtdX7AYzrNvutjYFkrwFwGybuY66SId0j1Zqwy1pcojKh9oXoS0nM0N9A1oUX5
s04cexoF/wa/d79e+ljqs+ZgSn/w7h6oLBwfJoEenaUDwfnKSIIJihVv634iaURG
wDx037Vk4niEkNcrd6fd91zQDwf0WcuAVM/HZZClI3+LIgpPO6r45o+AoJ3LtY5B
l0lqZuFm0Qs2e8BBhlYZgdTRk/yj/Ye3zJouMwkFNP34fhmMWWAvc6A0TUHC4eCf
/BSsmxRUJ+kqRqd05l+DLn94mKrQ7xKKjh4Dcz9edO58I6zpPcS22DJSymGJJd5c
5oPg5E20kVpg2uugy5rZy5zlrSHEwxMcZ4Titn+pZjW39LXQOQm/Aw0GbC+nAyy5
tkAmk2LGdPBppXXv8YgD
=7oS8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to