Your message dated Sat, 06 Oct 2012 22:02:39 +0000
with message-id <e1tkcsf-0004wg...@franck.debian.org>
and subject line Bug#688668: fixed in iptraf 3.0.0-8.1
has caused the Debian Bug report #688668,
regarding iptraf: Fix FTFBS with recent kernels
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.)


-- 
688668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: iptraf
Version: 3.0.0-8
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Recent Ubuntu rebuild of iptraf [1] shown that it does not build with recent
kernels. Attached patch fixes problem.

1.  
https://launchpadlibrarian.net/116983818/buildlog_ubuntu-quantal-amd64.iptraf_3.0.0-8_FAILEDTOBUILD.txt.gz


- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal
  APT policy: (999, 'quantal'), (50, 'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armel
armhf

Kernel: Linux 3.5.0-15-generic (SMP w/8 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iptraf depends on:
ii  libc6        2.15-0ubuntu18
ii  libncurses5  5.9-10
ii  libtinfo5    5.9-10

iptraf recommends no packages.

iptraf suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEUEARECAAYFAlBggxkACgkQeQ6MlGH/2qtBpwCVGc/YbYIaAE3ZnrQ29I9htK0O
KwCggvqyXZG/I14qRbEXE9UaA463g+U=
=2OYg
-----END PGP SIGNATURE-----
diff -aur iptraf-3.0.0/src/hostmon.c iptraf-3.0.0-ubu/src/hostmon.c
--- iptraf-3.0.0/src/hostmon.c	2012-09-24 17:55:28.000000000 +0200
+++ iptraf-3.0.0-ubu/src/hostmon.c	2012-09-24 17:44:36.000000000 +0200
@@ -31,7 +31,7 @@
 #include <linux/if_packet.h>
 #include <linux/if_ether.h>
 #include <linux/if_fddi.h>
-#include <linux/if_tr.h>
+#include <netinet/if_tr.h>
 #include <net/if_arp.h>
 #include <stdlib.h>
 #include <time.h>
diff -aur iptraf-3.0.0/src/othptab.c iptraf-3.0.0-ubu/src/othptab.c
--- iptraf-3.0.0/src/othptab.c	2012-09-24 17:55:28.000000000 +0200
+++ iptraf-3.0.0-ubu/src/othptab.c	2012-09-24 17:44:36.000000000 +0200
@@ -32,7 +32,7 @@
 /*#include <linux/socket.h>*/
 #include <linux/if.h>
 #include <linux/if_ether.h>
-#include <linux/if_tr.h>
+#include <netinet/if_tr.h>
 #include <linux/if_fddi.h>
 #include <linux/if_arp.h>
 #include <netdb.h>
diff -aur iptraf-3.0.0/src/packet.c iptraf-3.0.0-ubu/src/packet.c
--- iptraf-3.0.0/src/packet.c	2012-09-24 17:55:28.000000000 +0200
+++ iptraf-3.0.0-ubu/src/packet.c	2012-09-24 17:44:36.000000000 +0200
@@ -36,7 +36,7 @@
 #include <linux/if_packet.h>
 #include <linux/if_ether.h>
 #include <linux/if_fddi.h>
-#include <linux/if_tr.h>
+#include <netinet/if_tr.h>
 #include <linux/sockios.h>
 #include <msgboxes.h>
 #include "deskman.h"
diff -aur iptraf-3.0.0/src/tcptable.h iptraf-3.0.0-ubu/src/tcptable.h
--- iptraf-3.0.0/src/tcptable.h	2012-09-24 17:55:28.000000000 +0200
+++ iptraf-3.0.0-ubu/src/tcptable.h	2012-09-24 17:44:36.000000000 +0200
@@ -22,7 +22,7 @@
 #include <linux/if_packet.h>
 #include <linux/if_ether.h>
 #include <linux/if_fddi.h>
-#include <linux/if_tr.h>
+#include <netinet/if_tr.h>
 #include <netinet/ip.h>
 #include <netinet/udp.h>
 #include "servname.h"

--- End Message ---
--- Begin Message ---
Source: iptraf
Source-Version: 3.0.0-8.1

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

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@debian.org> (supplier of updated iptraf 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 03 Oct 2012 11:56:19 +0200
Source: iptraf
Binary: iptraf
Architecture: source amd64
Version: 3.0.0-8.1
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters <fpet...@debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Description: 
 iptraf     - Interactive Colorful IP LAN Monitor
Closes: 688668
Changes: 
 iptraf (3.0.0-8.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Patched to use netinet/if_tr.h instead of linux/if_tr.h.
     Linux kernel dropped tokenring if_tr.h headers in upstream commit
     ee446fd5e6dafee4a16fd1bd345d2571dcfd6f5d. Use netinet/if_tr.h instead
     of linux/if_tr.h to fix FTBFS with recent kernels.
     Thanks to Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
     (Closes: #688668)
Checksums-Sha1: 
 88f5b0a5da06e44744b1fa2222df784ee9e68f35 1650 iptraf_3.0.0-8.1.dsc
 2680379b019e8f4b736e6977fd643cdb898d7b3e 14535 iptraf_3.0.0-8.1.diff.gz
 9a56a36183086543b62a7c61b6803c27b262c526 174900 iptraf_3.0.0-8.1_amd64.deb
Checksums-Sha256: 
 c75b147e59293ab85ed0e5c6840380cd1c31b98879dc7eede110e4188ba02b6e 1650 
iptraf_3.0.0-8.1.dsc
 145bc197a146dedac5cc10db516f9fa34b2b1aff427ab29c5ed637b591f57f0d 14535 
iptraf_3.0.0-8.1.diff.gz
 dabd1f06bde70b5f2a607dfb00fd1ac32be4ad12cdee79e996aa7904de0aca64 174900 
iptraf_3.0.0-8.1_amd64.deb
Files: 
 b46eacbb358db6921b6d0743cffb8b38 1650 net optional iptraf_3.0.0-8.1.dsc
 35bb5b846df62221ac546138c343a2cd 14535 net optional iptraf_3.0.0-8.1.diff.gz
 e13ceeb62ac064db3b6c1abf34ac5897 174900 net optional iptraf_3.0.0-8.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIbBAEBCgAGBQJQbgECAAoJEHidbwV/2GP+frIP+LqJyOxxZJlummkf6FJnKCBW
dLvNqlgGUqFXpmU5aad+iGm8jIAzFk/5OF+pbrXovBFBhQOh9f1WcjC9/BZL1iTz
3hwn/MSsuLWScrKewISvjkUYhP+teAM2IXwHYA4fhK1Nxeg92ovjqo3jKNBPCfWW
jL2WOOcCQ/B6bMiArCPkFHkyp1tex0/Hc+x2lFgn602/0LR63s7yiu2Xhdgb/7kf
yTe9czApQZXPrSJjw9WT4RaRQCIEtUVSVm1Ot555AnyscIsVbxECDU6rp6v2+1wZ
alNXDM8R+alvw2UA5pLqS9Y5vEIspdgUVRWHVGD6IzURIphnrjAXQeNEzzDHCFeE
ery9G5E3jtGaSyMCpmdKkBbIij0z4oFNba7Mbbh1yRGQPSjCVqIFCDF+HWtTsFZJ
QFEyAGA/aZ3Y0a1T6ViTdUirhxG2QOg6OPU0EjdGmrTiOVnUTtJzV4J+dyVMkCHt
u0Yh88lhaCq51vOdsSi9jc/Nf0vFZpgatwnw8CzmdRTo6LbHGNTlIuNitNW+9AOI
wNSDBGJInhxeZaI+bY5y5wIxNW4vT1NypvI5o2YbgE8x7LrlSVZeDJZ95FwceAUv
7pSOgEQXzQJO/K8ik0qJum9xbLJKBFRhZl2U4xtwF0T2Pep9ZdZqntM4ssAvImsN
OuHEY1hInuFCFVJChPQ=
=2QFU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to