Your message dated Sat, 19 Jul 2014 03:20:04 +0000
with message-id <e1x8lbs-0006we...@franck.debian.org>
and subject line Bug#753144: fixed in net-snmp 5.7.2.1~dfsg-6.1
has caused the Debian Bug report #753144,
regarding net-snmp: FTBFS on kfreebsd-amd64 - 'struct kinfo_proc' has no member
named 'kp_eproc'
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.)
--
753144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: net-snmp
Version: 5.7.2.1~dfsg-6
Severity: serious
Hi,
Your package FTBFS on kfreebsd-amd64 (but not kfreebsd-i386) with the following
errors (see [LOG]):
"""
libtool: compile: gcc -I../../include -I. -I../../agent -I../../agent/mibgroup
-I../../snmplib -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-DNETSNMP_USE_INLINE -Ukfreebsd -Dkfreebsd=kfreebsd -D_REENTRANT -D_GNU_SOURCE
-DDEBIAN -fwrapv -fstack-protector -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib/perl/5.18/CORE -c host/data_access/swrun_kinfo.c -fPIC -DPIC -o
host/data_access/.libs/swrun_kinfo.o
In file included from ../../include/net-snmp/net-snmp-config.h:2085:0,
from host/data_access/swrun_kinfo.c:8:
../../include/net-snmp/system/kfreebsd.h:5:0: warning: "__FreeBSD_version"
redefined
#define __FreeBSD_version __FreeBSD_kernel_version
^
In file included from /usr/include/sys/kern/param.h:1:0,
from /usr/include/osreldate.h:1,
from ../../include/net-snmp/system/kfreebsd.h:4,
from ../../include/net-snmp/net-snmp-config.h:2085,
from host/data_access/swrun_kinfo.c:8:
/usr/include/sys/kglue/sys/param.h:67:0: note: this is the location of the
previous definition
#define __FreeBSD_version 1000510 /* Master, propagated to newvers */
^
host/data_access/swrun_kinfo.c: In function 'netsnmp_arch_swrun_container_load':
host/data_access/swrun_kinfo.c:168:32: error: 'struct kinfo_proc' has no member
named 'kp_proc'
if ( 0 == proc_table[i].SWRUN_K_STAT )
^
host/data_access/swrun_kinfo.c:170:57: error: 'struct kinfo_proc' has no member
named 'kp_proc'
entry = netsnmp_swrun_entry_create(proc_table[i].SWRUN_K_PID);
^
host/data_access/swrun_kinfo.c:194:62: error: 'struct kinfo_proc' has no member
named 'kp_proc'
"%s", proc_table[i].SWRUN_K_COMM);
^
host/data_access/swrun_kinfo.c:230:55: error: 'struct kinfo_proc' has no member
named 'kp_proc'
entry->hrSWRunType = (P_SYSTEM & proc_table[i].SWRUN_K_FLAG)
^
host/data_access/swrun_kinfo.c:263:30: error: 'struct kinfo_proc' has no member
named 'kp_proc'
switch (proc_table[i].SWRUN_K_STAT & 0xFF) {
^
host/data_access/swrun_kinfo.c:280:74: error: 'struct kinfo_proc' has no member
named 'kp_proc'
snmp_log(LOG_ERR, "Bad process status %c (0x%x)\n",
proc_table[i].SWRUN_K_STAT, proc_table[i].SWRUN_K_STAT);
^
host/data_access/swrun_kinfo.c:280:102: error: 'struct kinfo_proc' has no
member named 'kp_proc'
snmp_log(LOG_ERR, "Bad process status %c (0x%x)\n",
proc_table[i].SWRUN_K_STAT, proc_table[i].SWRUN_K_STAT);
^
host/data_access/swrun_kinfo.c:315:47: error: 'struct kinfo_proc' has no member
named 'kp_proc'
entry->hrSWRunPerfCPU = proc_table[i].kp_proc.p_uticks;
^
host/data_access/swrun_kinfo.c:316:47: error: 'struct kinfo_proc' has no member
named 'kp_proc'
entry->hrSWRunPerfCPU += proc_table[i].kp_proc.p_sticks;
^
host/data_access/swrun_kinfo.c:317:47: error: 'struct kinfo_proc' has no member
named 'kp_proc'
entry->hrSWRunPerfCPU += proc_table[i].kp_proc.p_iticks;
^
host/data_access/swrun_kinfo.c:318:47: error: 'struct kinfo_proc' has no member
named 'kp_eproc'
entry->hrSWRunPerfMem = proc_table[i].kp_eproc.e_vm.vm_rssize;
^
Makefile:98: recipe for target 'host/data_access/swrun_kinfo.lo' failed
make[3]: *** [host/data_access/swrun_kinfo.lo] Error 1
"""
This FTBFS makes net-snmp unable to migrate to testing.
~Niels
[LOG]
https://buildd.debian.org/status/fetch.php?pkg=net-snmp&arch=kfreebsd-amd64&ver=5.7.2.1~dfsg-6&stamp=1404029025
--- End Message ---
--- Begin Message ---
Source: net-snmp
Source-Version: 5.7.2.1~dfsg-6.1
We believe that the bug you reported is fixed in the latest version of
net-snmp, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated net-snmp 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 18 Jul 2014 14:48:18 +0200
Source: net-snmp
Binary: snmpd snmptrapd snmp libsnmp-base libsnmp30 libsnmp30-dbg libsnmp-dev
libsnmp-perl python-netsnmp tkmib
Architecture: source amd64 all
Version: 5.7.2.1~dfsg-6.1
Distribution: unstable
Urgency: medium
Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-de...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
libsnmp-base - SNMP configuration script, MIBs and documentation
libsnmp-dev - SNMP (Simple Network Management Protocol) development files
libsnmp-perl - SNMP (Simple Network Management Protocol) Perl5 support
libsnmp30 - SNMP (Simple Network Management Protocol) library
libsnmp30-dbg - SNMP (Simple Network Management Protocol) library debug
python-netsnmp - SNMP (Simple Network Management Protocol) Python support
snmp - SNMP (Simple Network Management Protocol) applications
snmpd - SNMP (Simple Network Management Protocol) agents
snmptrapd - Net-SNMP notification receiver
tkmib - SNMP (Simple Network Management Protocol) MIB browser
Closes: 746225 751918 753144
Changes:
net-snmp (5.7.2.1~dfsg-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "hardcodes /usr/lib/perl5":
Make debian/libsnmp-perl.install executable and use $Config{vendorarch} to
get the perl library directory. Patch from Niko Tyni.
(Closes: #751918)
* Fix "FTBFS on kfreebsd-amd64 - 'struct kinfo_proc' has no member
named 'kp_eproc'":
Add patch from Niko Tyni which fixes a DEFINE that changed between
kfreebsd-kernel-headers 9 and 10.
(Closes: #753144)
* Fix "snmpd: Memory leak when SNMP GET request id is zero":
add patch from upstream bug, prepared by Roland Stigge.
(Closes: #746225)
Checksums-Sha1:
76cffd111e088eb2ebc3d3b9c144438aeb46ff36 3170 net-snmp_5.7.2.1~dfsg-6.1.dsc
5f11e864d7c17d36fa2a3312f4013796f9db9f94 61380
net-snmp_5.7.2.1~dfsg-6.1.debian.tar.xz
bd7c4fcf60b0f4bfefdbd49aaafe7b9a11c5bbdd 56824 snmpd_5.7.2.1~dfsg-6.1_amd64.deb
5f65f2fcd090dead290e3985f9d382f0c358bde1 23174
snmptrapd_5.7.2.1~dfsg-6.1_amd64.deb
1d22b9f0ad6ecac9679a12510a8b84c1dcce431d 146670 snmp_5.7.2.1~dfsg-6.1_amd64.deb
1a76453acd535c6861010ea99a155567efb526d5 1767130
libsnmp-base_5.7.2.1~dfsg-6.1_all.deb
2f711a1641af9593529137ebc745b1165dec01e3 2151636
libsnmp30_5.7.2.1~dfsg-6.1_amd64.deb
20f2003e177c3f644015d173062cb737682f4a8b 2013286
libsnmp30-dbg_5.7.2.1~dfsg-6.1_amd64.deb
b5057753cd99a8f484b9788e161aa83c369090cd 1067720
libsnmp-dev_5.7.2.1~dfsg-6.1_amd64.deb
11074995e3c889cbb1704abe7c574686e1f4aad5 1458772
libsnmp-perl_5.7.2.1~dfsg-6.1_amd64.deb
9c036b8f720aae59bc8fd3c2dbb05dcc7c74c97f 19662
python-netsnmp_5.7.2.1~dfsg-6.1_amd64.deb
5333ce99f97ebc3075e5132297a435fd994893e1 1431706 tkmib_5.7.2.1~dfsg-6.1_all.deb
Checksums-Sha256:
8b7dc92b30f5e0dee1556624ee63eb1948212fb4fc2721860591ff6890fde3ab 3170
net-snmp_5.7.2.1~dfsg-6.1.dsc
20e76404c98fd73a81d142c4f82e7c2cc6c43ddae33c2ba234b4248d2e80fd77 61380
net-snmp_5.7.2.1~dfsg-6.1.debian.tar.xz
b20a711478260eea88df27f2b5d42cf8305ba9889eb65024e238033986c888b2 56824
snmpd_5.7.2.1~dfsg-6.1_amd64.deb
b94f5a973f515ab483ce61f5540ab49e0ad6e2ae1880fc7d698f23ecbc395a89 23174
snmptrapd_5.7.2.1~dfsg-6.1_amd64.deb
83b75580b98f56928291ff9d249299786f8bbda9f2158e0e2edf53e99516194a 146670
snmp_5.7.2.1~dfsg-6.1_amd64.deb
41d53e1f16c1da8ec97cb03b5d7a9fb93966dae2468717d46920d8b85198b43e 1767130
libsnmp-base_5.7.2.1~dfsg-6.1_all.deb
4590652ab309a422a5d9483504cd04c0bd874762742aac64f6fe0d02de3c4e78 2151636
libsnmp30_5.7.2.1~dfsg-6.1_amd64.deb
52e77bcf1617f65ac1a9b179d570e7973a291bf18b570225c46dd76f7ce20d12 2013286
libsnmp30-dbg_5.7.2.1~dfsg-6.1_amd64.deb
a323331bc51e97eb6f8ad6a5ca1cbb08e220d31040e837b21a7672cf02a3b229 1067720
libsnmp-dev_5.7.2.1~dfsg-6.1_amd64.deb
0ca77bcf193edf8165f1ae04754673239a57ea4d1d706ca427be6bf1d1234cf9 1458772
libsnmp-perl_5.7.2.1~dfsg-6.1_amd64.deb
982bbe852472a8dc9da5bc128bde2cf03813b55284ea14e1ca968a6f46de27f2 19662
python-netsnmp_5.7.2.1~dfsg-6.1_amd64.deb
b17d195516c0d390e7d917776a8bd18e92a84b4f8e36d074831f2d37039b1ac6 1431706
tkmib_5.7.2.1~dfsg-6.1_all.deb
Files:
6cb05b7baa184919015040814e97c8de 56824 net optional
snmpd_5.7.2.1~dfsg-6.1_amd64.deb
c00fb291c885480fa0df95fe850654c4 23174 net optional
snmptrapd_5.7.2.1~dfsg-6.1_amd64.deb
45bdcce989acfbeed7d0dddef4f58a8e 146670 net optional
snmp_5.7.2.1~dfsg-6.1_amd64.deb
f60614c0a7a7e1374b1700cf9e8057b0 1767130 libs optional
libsnmp-base_5.7.2.1~dfsg-6.1_all.deb
b48349ce357a0a5c0563c708aee953b3 2151636 libs optional
libsnmp30_5.7.2.1~dfsg-6.1_amd64.deb
4374f6d6c428393bda3c8bc9e9187c17 2013286 debug extra
libsnmp30-dbg_5.7.2.1~dfsg-6.1_amd64.deb
670728cfc292fc10eaad270557785a11 1067720 libdevel optional
libsnmp-dev_5.7.2.1~dfsg-6.1_amd64.deb
61b660a8f23adb5319659251c8d08e70 1458772 perl optional
libsnmp-perl_5.7.2.1~dfsg-6.1_amd64.deb
7b121e8f76f4f7d2cb285bfbb1911bba 19662 python optional
python-netsnmp_5.7.2.1~dfsg-6.1_amd64.deb
e50ae0b4e635da881580d68d7bf716ba 1431706 net optional
tkmib_5.7.2.1~dfsg-6.1_all.deb
af8ceb2632e0461d9dc51e1f23ee7f67 3170 net optional
net-snmp_5.7.2.1~dfsg-6.1.dsc
ccedf16f84107bb2a2a7727c53e75bb3 61380 net optional
net-snmp_5.7.2.1~dfsg-6.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJTyRjFXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGBngP/RLCOLr3aRGUKOD23S9k9RcE
zi9zGxBFj/3bH0Ytm2zSQnk5/DrKSDpaQ6HiAw8mexoJa8F3DAqEC6VHvRpvBvYq
wTtEGzeIrH3V6QLM9zLrNBYwd7zwO75jDUinf7KHs0TScywJvbAJsvtVgwYuYfoy
r+gjc+v3PnFT8+pY/yzPe7Ve2jI4ceeRcsbFX3z3k+VQaIoG/lP27wPE9ExEPKdx
Elohzskq+wYZBgnlEE0/DtaVOMry6BBjyc7wDkZlqMWCzZCA2ZDiIU2phuxuwn9T
Krgw4HnHLW8jkmVb2OS+OvXZvnKCv4jfDnbt7u0BVFNyGDUxbFxT+1bSYjM2qF19
d9cqtIW/kVn8bZVJaKHduUgF5ghYdXQigxZUzE2sxyYVWTrG7rGc1VxQzYeIEBFj
2MonuSZAJV2L8sxam9uzUxcA6rhM47KJRrKg8FjfW4QNbCKrU+gSgQioT7v+xtM8
NNqij5Xnw3iz77EEoaoDHQP3QCx01tODbdpviywLb33qWqF1HNtHdhpXdgqBVy/x
6iiMHF+axH9TwyARI9vQHDrzdYNc04aHYgDmBWUEh4YWOeXN7C9tBzlKzGltIr8Z
Wj/lnk93Cx6rEmCFOdFotNs0AE9QXkRuUyNqspvxyerqFFQ8NQ2eXKMcq2CJH7r7
Tdg7gcvKlJGtgQrXcFO9
=cyzq
-----END PGP SIGNATURE-----
--- End Message ---