Your message dated Sat, 12 Jan 2019 14:48:58 +0000
with message-id <e1gikao-0003tf...@fasolo.debian.org>
and subject line Bug#916079: fixed in hyperic-sigar 1.6.4+dfsg-3
has caused the Debian Bug report #916079,
regarding hyperic-sigar FTBFS with glibc 2.28
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.)
--
916079: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916079
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hyperic-sigar
Version: 1.6.4+dfsg-2.1
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hyperic-sigar.html
...
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1148:22: error:
called object 'major' is not a function or function pointer
[cc] #define ST_MAJOR(sb) major((sb).st_rdev)
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1237:23: note:
in expansion of macro 'ST_MAJOR'
[cc] if ((major == ST_MAJOR(sb)) &&
[cc] ^~~~~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:23: note:
declared here
[cc] unsigned long major, minor;
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error:
called object 'minor' is not a function or function pointer
[cc] #define ST_MINOR(sb) minor((sb).st_rdev)
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1238:24: note:
in expansion of macro 'ST_MINOR'
[cc] ((minor == ST_MINOR(sb)) || (minor == 0)))
[cc] ^~~~~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:30: note:
declared here
[cc] unsigned long major, minor;
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error:
called object 'minor' is not a function or function pointer
[cc] #define ST_MINOR(sb) minor((sb).st_rdev)
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1289:26: note:
in expansion of macro 'ST_MINOR'
[cc] if (minor == ST_MINOR(sb)) {
[cc] ^~~~~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:30: note:
declared here
[cc] unsigned long major, minor;
[cc] ^~~~~
[cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c: In
function 'get_iostat_procp':
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1148:22: error:
called object 'major' is not a function or function pointer
[cc] #define ST_MAJOR(sb) major((sb).st_rdev)
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1340:23: note:
in expansion of macro 'ST_MAJOR'
[cc] if ((major == ST_MAJOR(sb)) && (minor == ST_MINOR(sb))) {
[cc] ^~~~~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1335:23: note:
declared here
[cc] unsigned long major, minor;
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error:
called object 'minor' is not a function or function pointer
[cc] #define ST_MINOR(sb) minor((sb).st_rdev)
[cc] ^~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1340:50: note:
in expansion of macro 'ST_MINOR'
[cc] if ((major == ST_MAJOR(sb)) && (minor == ST_MINOR(sb))) {
[cc] ^~~~~~~~
[cc]
/build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1335:30: note:
declared here
[cc] unsigned long major, minor;
[cc] ^~~~~
--- End Message ---
--- Begin Message ---
Source: hyperic-sigar
Source-Version: 1.6.4+dfsg-3
We believe that the bug you reported is fixed in the latest version of
hyperic-sigar, 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 916...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated hyperic-sigar 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: Sat, 12 Jan 2019 14:05:31 +0100
Source: hyperic-sigar
Binary: libhyperic-sigar-java
Architecture: source
Version: 1.6.4+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
libhyperic-sigar-java - System Information Gatherer And Reporter - Java
bindings
Closes: 916079
Changes:
hyperic-sigar (1.6.4+dfsg-3) unstable; urgency=medium
.
* Team upload.
* Switch to compat level 11.
* Fix FTBFS with glibc 2.28.
Thanks to Adrian Bunk for the report and Logan Rosen for the patch.
(Closes: #916079)
* Declare compliance with Debian Policy 4.3.0.
* Use canonical VCS URI.
* wrap-and-sort -sa.
* Fix homepage and source URI and point to github.com repository.
* Use https for Format field.
* d/control: Use priority optional.
Checksums-Sha1:
a6be7738ae457944478138652d570832486804ab 2216 hyperic-sigar_1.6.4+dfsg-3.dsc
f0e325368a23d3afb7b322fc77442187a9583dbc 4436
hyperic-sigar_1.6.4+dfsg-3.debian.tar.xz
3db0c570a2aff40e535669e3ba9a7ff2b3581baa 10446
hyperic-sigar_1.6.4+dfsg-3_amd64.buildinfo
Checksums-Sha256:
35a7771d6aa5ffbfc01fbfdce029a3febadc7319cb12a0c1279bb394c85ed619 2216
hyperic-sigar_1.6.4+dfsg-3.dsc
b28df8d9235392c0b58dcf1caa3adecfd439501833c39f3254b75bb6b641e0c6 4436
hyperic-sigar_1.6.4+dfsg-3.debian.tar.xz
4ef3e7560f9b2ff64391aabcc4cbb873dfc5578ce748da29aedc5efdf5b9e212 10446
hyperic-sigar_1.6.4+dfsg-3_amd64.buildinfo
Files:
364c9231f89db7b8d653732437aeb8a7 2216 java optional
hyperic-sigar_1.6.4+dfsg-3.dsc
b19afe7b5cf36221e57acfb664fe0c0c 4436 java optional
hyperic-sigar_1.6.4+dfsg-3.debian.tar.xz
2cf15d46a2b5080716c85ceb59ecbbb5 10446 java optional
hyperic-sigar_1.6.4+dfsg-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlw58KJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkCMUQAIbwd0L5F0vQpdKYbkvYHLEGxFUeB9Q6Jxmb
sU1rsGea0UvDNh4WlbMhTL7dGej05+ezH4/UGC3nYS8QL6ACZ3FhfkNlQ8hKC81E
2Ae8N70hsoCvxPtgAjP8ZtVSvrJRwkdnokk9Vkh5QuGkLzjDij7rXiemQ68kD9ot
zTcaf0yjjK8mWNSGGjPcgeXAB5RYjAyjouWkTOMmHg7ryWQ7LBhIfFlaLaX22jR3
4goKiPk3gcAMzcUt3RHxoaYhTKUBMr4nu1yOz4ZKugxoSQdk5U5OwZhRZTL8+Y5k
vIFEmzJq5ewWe2uPC/K/Y9f+8RRWji1aT1vQHAowkwtPUGUR/eiUOz1mPeVYDY2o
Ff6qrZ3I+fp6bAG7vWWWPqnBqBtWKeUCZ9+hd1FGRLA57QUkIptoTdyjMVtvEICP
9K4il2Woob7lQa/5Uc4gr/g6q6DiNJSUZu5pOR6MfgseGImnm1O2jbKQenpRO5WP
J8kzcclvzNaxMsjthjFVNKIAg5xTwIp3f2Q88Qsm8fFbQ+TDJgza4LfVl/lrTr0a
yoOn2a7QEUDrmKh1o0Pt3UATL2SbUYEN7CpZla1CaFkRnahZCK4mFVrUUMXLNHOk
s+Czvba3DHold+NAHwO+1VEuHp9VbRx7yUkBKn1JOFGYsgdLcFbgYVTKSZpcRQa7
G/1JGCY1
=kn1r
-----END PGP SIGNATURE-----
--- End Message ---