Your message dated Wed, 26 Nov 2014 21:20:06 +0000
with message-id <[email protected]>
and subject line Bug#770817: fixed in lttngtop 0.2-3
has caused the Debian Bug report #770817,
regarding lttngtop: FTBFS on arm64
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 [email protected]
immediately.)
--
770817: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770817
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lttngtop
Version: 0.2-2
It failed to build on arm64:
http://buildd.debian.org/status/package.php?p=lttngtop&suite=sid
The error was:
iostreamtop.c: In function 'add_file':
iostreamtop.c:60:22: error: '__NR_open' undeclared (first use in this function)
tmp_file->flag = __NR_open;
^
Newer architectures do not have the system call "open"; they just have
"openat", which is more general.
It looks as though lttngtop is not really using the system call but
just using __NR_open, __NR_close and others as an enumeration. If that
is true, perhaps they should all be replaced with a real enum.
Inserting this into src/iostreamtop.c just after the #includes seems
to allow the package to build but is not exactly neat:
#ifndef __NR_open
#define __NR_open __NR_openat
#endif
--- End Message ---
--- Begin Message ---
Source: lttngtop
Source-Version: 0.2-3
We believe that the bug you reported is fixed in the latest version of
lttngtop, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Jeanson <[email protected]> (supplier of updated lttngtop 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: SHA512
Format: 1.8
Date: Wed, 26 Nov 2014 19:43:18 +0100
Source: lttngtop
Binary: lttngtop
Architecture: source amd64
Version: 0.2-3
Distribution: unstable
Urgency: low
Maintainer: Michael Jeanson <[email protected]>
Changed-By: Michael Jeanson <[email protected]>
Description:
lttngtop - LTTng 2.0 Top-like trace reader and analyzer
Closes: 770817
Changes:
lttngtop (0.2-3) unstable; urgency=low
.
* [7b45b77] Use openat on arm64, Closes: #770817
Checksums-Sha1:
aaa930faa02b5ed820398e2f7cd88c894827b35d 1941 lttngtop_0.2-3.dsc
0d573609831e474730c10bab0279921ec53ef368 2224 lttngtop_0.2-3.debian.tar.xz
7356592fae3d81db1b498963968c13e5e1557cc6 27414 lttngtop_0.2-3_amd64.deb
Checksums-Sha256:
f3a583b0d6f145c3e0673dc02e1e17efbf9ea01684e2ff135639f76e7aa6a39a 1941
lttngtop_0.2-3.dsc
8debce14ee7f70754fb8c18e1a378686918899d62b6be09ee6a4fbebb720cbaf 2224
lttngtop_0.2-3.debian.tar.xz
1d5c09fa0dd88e85ac24a67e77b52c4dfc7840b884dd3d9091b2ef924a419b11 27414
lttngtop_0.2-3_amd64.deb
Files:
273f03ab97c77af693d5be49ba14b974 1941 utils extra lttngtop_0.2-3.dsc
98781c0f986df5a96154f5b69d50bab6 2224 utils extra lttngtop_0.2-3.debian.tar.xz
00a2d423727cc58292d05df1a9445678 27414 utils extra lttngtop_0.2-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJUdjA7AAoJEN+j8UsohsyzXBAQAKw0tHnnmZvfYaOpe09jGvc5
LahtybrykP2zcZKecXX7ocWF1IQBHZjnAaRd4VFdkOOXWPV7rjUMubpXwW1LWx5f
MVH5S4yryF5zhF0Yl9W0kz1IkZEuHJDC1t3CrCm/5twPBx3qR+hJMNZUcafP/mld
0H2SDf8BHO9kSwGqr++ILgmKdqsiIrcvLkuGZvy0m8WVaQEy8FskK3/NPl/X5ApI
uds/pgowS0lTV1o+SrAgSSxvgoX7DBROgosf2J6StlIzwFC0o8xeP6sKOP7ElLi+
MVQMhvDptUrCF8CtUJMs7ivuGHDUNUAxaaapqbQXvExztk4zIn9vWwJfJM38ScoT
dV1p1y5uvGbL+S/BuvW+5Ka8vJ5H/WHeeJZBjrFlpDQK4ky5ZVFkB9/BMlC8rHsg
4+Do7LKQZR6N+t2xOFLTUdHmlYW9wcXtujPLAompJN3oY5+Gl3Ik/RpvjD7Xp8We
MGzB5CGObeRJk1VV2q95g0SG3IsrnB4fhT7ACzvR9089AJ/p8lKbq6UcdYq7fbDN
dauULSWvmSMjfAhlrxOIKbfO3VBFsm13bk4OfAJQp9eyS3L2OvvTh0YzXKXJOAwh
axV8NKeT0/TcxoJ3a2TrUcGSXINKg2fKyOBSqNzsaPsSAUI1WiKK2sFtMUC2/k3/
NLNUybqRBayrVjDLKp4E
=1aOj
-----END PGP SIGNATURE-----
--- End Message ---