[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#911489: marked as done (perftest hard codes location of netinet/ip.h)



Your message dated Thu, 31 Jan 2019 21:50:18 +0000
with message-id <E1gpKDy-000IyP-BG@fasolo.debian.org>
and subject line Bug#911489: fixed in perftest 4.4+0.5-1
has caused the Debian Bug report #911489,
regarding perftest hard codes location of netinet/ip.h
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 owner@bugs.debian.org
immediately.)


-- 
911489: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911489
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: perftest
Version: 4.1+0.2.g770623f-1
Tags: patch upstream fixed-upstream
Control: block 798955 by -1

perftest hard codes the location of netinet/ip.h in a number of files.
Therefore it will fail to build against non-glibc libcs on Debian and
against a glibc that fixes #798955. The attached patch removes the
unnecessary path. Upstream git has already fixed the issue. Please
consider applying the attached patch or updating to a sufficiently
recent version.

Helmut
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_fs_rate.c
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_fs_rate.c
@@ -37,7 +37,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -45,7 +44,7 @@
 #include <string.h>
 #include <signal.h>
 #include <getopt.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_resources.c
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_resources.c
@@ -36,7 +36,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -45,7 +44,7 @@
 #include <signal.h>
 #include <getopt.h>
 #include <unistd.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_resources.h
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_resources.h
@@ -5,7 +5,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -13,7 +12,7 @@
 #include <string.h>
 #include <signal.h>
 #include <getopt.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_send_burst_lat.c
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_send_burst_lat.c
@@ -37,7 +37,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -45,7 +44,7 @@
 #include <string.h>
 #include <signal.h>
 #include <getopt.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_send_bw.c
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_send_bw.c
@@ -37,7 +37,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -45,7 +44,7 @@
 #include <string.h>
 #include <signal.h>
 #include <getopt.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"
--- perftest-4.1+0.2.g770623f.orig/src/raw_ethernet_send_lat.c
+++ perftest-4.1+0.2.g770623f/src/raw_ethernet_send_lat.c
@@ -37,7 +37,6 @@
 #if defined(__FreeBSD__)
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/ip.h>
 #endif
 
 #include <stdio.h>
@@ -45,7 +44,7 @@
 #include <string.h>
 #include <signal.h>
 #include <getopt.h>
-#include </usr/include/netinet/ip.h>
+#include <netinet/ip.h>
 #include <poll.h>
 #include "perftest_parameters.h"
 #include "perftest_resources.h"

--- End Message ---
--- Begin Message ---
Source: perftest
Source-Version: 4.4+0.5-1

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

Debian distribution maintenance software
pp.
Benjamin Drung <benjamin.drung@cloud.ionos.com> (supplier of updated perftest 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 31 Jan 2019 22:37:32 +0100
Source: perftest
Binary: perftest
Architecture: source
Version: 4.4+0.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Changed-By: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Description:
 perftest   - Infiniband verbs performance tests
Closes: 911489
Changes:
 perftest (4.4+0.5-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop patches that were accepted upstream.
   * Switch to debhelper 12
   * Bump Standards-Version to 4.3.0 (no changes required)
   * Do not hard code location of netinet/ip.h.
     Thanks to Helmut Grohne for the patch. (Closes: #911489)
Checksums-Sha1:
 f0f899e80b31a9190af49b7c01f8e48dce7454ef 1993 perftest_4.4+0.5-1.dsc
 d415eaf42402a6a9732bc097c04e1c68dd116327 806292 perftest_4.4+0.5.orig.tar.gz
 19b51e58c19d42946f5b242fde0ac5461279f2ca 5752 perftest_4.4+0.5-1.debian.tar.xz
 4e30ff3ac0b3eef180a11345bff41513ecc44d12 7459 perftest_4.4+0.5-1_source.buildinfo
Checksums-Sha256:
 e5e28e0434cf413fc04c74d2246784f8a9b15a77c461b8ebd57c000db94412a5 1993 perftest_4.4+0.5-1.dsc
 5b8e4330be2738b165d538826bfb330a47f582d358ca14bfa0f8b7f2110e3bb2 806292 perftest_4.4+0.5.orig.tar.gz
 a25c17353eb2da14a37e8b5b22a08c11e46a6d52fe50af55248382df62b19e6a 5752 perftest_4.4+0.5-1.debian.tar.xz
 c47fb1961a81e79ad52b3189dfe524bb934b3ea3c43b08755a1ff78b0f74e425 7459 perftest_4.4+0.5-1_source.buildinfo
Files:
 20e0212e6a63bb8ec00ef07fc787d7cc 1993 net optional perftest_4.4+0.5-1.dsc
 b5cee4a9fe3e4287268914d2d41a2eb9 806292 net optional perftest_4.4+0.5.orig.tar.gz
 25830a69e981cb279d4acce626e2f7a9 5752 net optional perftest_4.4+0.5-1.debian.tar.xz
 4d7621d86e5e2cc64806d6f75f939736 7459 net optional perftest_4.4+0.5-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAlxTatQACgkQFZ61xO/I
d0xVDRAAiizy0WFeqXpRDnqSzEJrsurNC1FiAnhixQYsbEbEyi15PgvkNsGJuDQ3
H7jJBovKqh8hX+pAQBq6QNMt0gY/8r54SdLzf5o5zzXa4T2NfCm3XXaeoFqOq1Bk
PrFsZZkBJOJD8/F63EnOe2mwAblNi+ViiHR6OJUTY6G9Y0kfFuA13NXEJ5Jr4Yxz
eAAB3bpMKAyM0Cx2bY/sHXXiDJB+s1TAwKmd8llepLAzV6LiYLpgRH67W6SC5jJV
7UEEOys/6c/8CGmQnJRPmH+/55jEsw+ktiJpmOEMVNV07lto5Bmdtro0CgyV0RSU
LG5nv1MaBkGxKLRnAACWICMAW1FgpE05l2xLDztkm5TJ3UO/fNIvpN8xi/pAMAFM
Jsqe17UvF+zkINBEixXjPsWhZjdsKrSQ0G4ax5ZJo1Mcwo7tV/1YBr5vJYnbRARG
voSsfiM6oNbVlVyNplVfZst+T1yoHf1cXbvqH80TBXC3D/Mquv1ldVT0U0duFcZI
xpzPhAjn9JdZbxTzvGelAymVjtFnrjAURe2GQxgSa/4auPyqtS1MRiS3oDxUR87s
/QOgxcJ5nmzYPj9W06D83ZODqvdnFgdw55w4gJ8dN1mXYb6crZbicSG9lWQPYXSj
ES2raA+2U8eAvp0FOYRIEm4GCvEQX+kj2o+Fkhiq5N+AiCnJfjg=
=sBZB
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: