Your message dated Thu, 21 Dec 2006 05:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390020: fixed in libnet-arp-perl 0.8-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libnet-arp-perl
Version: 0.8-1
Severity: important
Hi,
Your package is failing to build with the following error:
/usr/bin/make test
make[1]: Entering directory `/build/buildd/libnet-arp-perl-0.8'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/ARP....ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.06 cusr + 0.01 csys = 0.07 CPU)
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
make[1]: *** [test_dynamic] Segmentation fault
make[1]: Leaving directory `/build/buildd/libnet-arp-perl-0.8'
It looks like you're having this problem on 64 bit arches.
Also, notice the following warnings in the buildd log:
ARP.xs:120: warning: implicit declaration of function 'ether_aton'
ARP.xs:120: warning: cast to pointer from integer of different size
ARP.xs:121: warning: cast to pointer from integer of different size
ARP.xs:130: warning: cast to pointer from integer of different size
[...]
ARP.xs:134: warning: cast to pointer from integer of different size
[...]
ARP.xs:143: warning: implicit declaration of function 'send_packet_bsd'
ARP.xs:149: warning: implicit declaration of function 'send_packet_linux'
[...]
ARP.xs:161: warning: implicit declaration of function 'get_mac_bsd'
ARP.xs:165: warning: implicit declaration of function 'get_mac_linux'
[...]
send_packet_linux.c:30: warning: implicit declaration of function 'strlen'
send_packet_linux.c:30: warning: incompatible implicit declaration of built-in
function 'strlen'
[...]
send_packet_linux.c:35: warning: implicit declaration of function 'htons'
send_packet_linux.c:37: warning: implicit declaration of function 'perror'
send_packet_linux.c:38: warning: implicit declaration of function 'exit'
[...]
Some of those warnings are caused by missing #includes.
The warnings about the cast from pointer to integer and
the other way around probably indicate that there is a 64
bit portability problem.
The others warnings can have as effect that C defaults
to a function returning an int where it should be one
that returns a pointer. Fixing those warnings might also
fix the segfault.
You really should have a prototype for all functions you
use.
Kurt
--- End Message ---
--- Begin Message ---
Source: libnet-arp-perl
Source-Version: 0.8-2
We believe that the bug you reported is fixed in the latest version of
libnet-arp-perl, which is due to be installed in the Debian FTP archive:
libnet-arp-perl_0.8-2.diff.gz
to pool/main/libn/libnet-arp-perl/libnet-arp-perl_0.8-2.diff.gz
libnet-arp-perl_0.8-2.dsc
to pool/main/libn/libnet-arp-perl/libnet-arp-perl_0.8-2.dsc
libnet-arp-perl_0.8-2_i386.deb
to pool/main/libn/libnet-arp-perl/libnet-arp-perl_0.8-2_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.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libnet-arp-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: SHA1
Format: 1.7
Date: Thu, 5 Oct 2006 21:40:31 +0300
Source: libnet-arp-perl
Binary: libnet-arp-perl
Architecture: source i386
Version: 0.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description:
libnet-arp-perl - Create ARP packets and lookup for ARP information
Closes: 390020
Changes:
libnet-arp-perl (0.8-2) unstable; urgency=low
.
* Add dpatch framework.
* debian/patches/10alignment-and-headers.dpatch:
- fix FTBFS due to unaligned assignment problems. (Closes: #390020)
- include all the needed header files.
Files:
e305e08a5d4dae020693817dbd6efbe5 812 perl optional libnet-arp-perl_0.8-2.dsc
1be66e3a19b645e654a29032eb77f025 3898 perl optional
libnet-arp-perl_0.8-2.diff.gz
76a52e31f27842f26c38881b879a01ef 13056 perl optional
libnet-arp-perl_0.8-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFihqX2A7zWou1J68RAlyiAKCGGYX68oav6EOw+61e1XuEFqkOMQCfZtZk
0UsmX243UoVjMI51fh+xrPg=
=ny4x
-----END PGP SIGNATURE-----
--- End Message ---