Your message dated Sun, 03 Nov 2013 21:50:29 +0000
with message-id <e1vd5yz-0003a9...@franck.debian.org>
and subject line Bug#728644: fixed in ltt-control 2.3.0-1
has caused the Debian Bug report #728644,
regarding ltt-control: FTBFS: ust-consumer.c:51:2: error: too many arguments to
function 'ustctl_get_mmap_read_offset'
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.)
--
728644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ltt-control
Version: 2.1.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131103 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Due to API changes on the new ust package version.
Relevant part (hopefully):
> make[4]: Entering directory `/«PKGBUILDDIR»/src/common/ust-consumer'
> CC ust-consumer.lo
> ust-consumer.c: In function 'lttng_ustctl_get_mmap_read_offset':
> ust-consumer.c:51:2: warning: passing argument 1 of
> 'ustctl_get_mmap_read_offset' from incompatible pointer type [enabled by
> default]
> return ustctl_get_mmap_read_offset(handle, buf, off);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:200:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_get_mmap_read_offset(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:51:2: warning: passing argument 2 of
> 'ustctl_get_mmap_read_offset' from incompatible pointer type [enabled by
> default]
> return ustctl_get_mmap_read_offset(handle, buf, off);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:200:5: note: expected 'long unsigned int *' but
> argument is of type 'struct lttng_ust_lib_ring_buffer *'
> int ustctl_get_mmap_read_offset(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:51:2: error: too many arguments to function
> 'ustctl_get_mmap_read_offset'
> return ustctl_get_mmap_read_offset(handle, buf, off);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:200:5: note: declared here
> int ustctl_get_mmap_read_offset(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_take_snapshot':
> ust-consumer.c:64:2: warning: passing argument 1 of 'ustctl_snapshot' from
> incompatible pointer type [enabled by default]
> ret = ustctl_snapshot(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:211:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_snapshot(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:64:2: error: too many arguments to function 'ustctl_snapshot'
> ret = ustctl_snapshot(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:211:5: note: declared here
> int ustctl_snapshot(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_get_produced_snapshot':
> ust-consumer.c:86:4: warning: passing argument 1 of
> 'ustctl_snapshot_get_produced' from incompatible pointer type [enabled by
> default]
> stream->buf, pos);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:214:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_snapshot_get_produced(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:86:4: warning: passing argument 2 of
> 'ustctl_snapshot_get_produced' from incompatible pointer type [enabled by
> default]
> stream->buf, pos);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:214:5: note: expected 'long unsigned int *' but
> argument is of type 'struct lttng_ust_lib_ring_buffer *'
> int ustctl_snapshot_get_produced(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:86:4: error: too many arguments to function
> 'ustctl_snapshot_get_produced'
> stream->buf, pos);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:214:5: note: declared here
> int ustctl_snapshot_get_produced(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_allocate_channel':
> ust-consumer.c:420:5: error: 'struct lttng_ust_object_data' has no member
> named 'shm_fd'
> obj.shm_fd = chan->shm_fd;
> ^
> ust-consumer.c:421:5: error: 'struct lttng_ust_object_data' has no member
> named 'wait_fd'
> obj.wait_fd = chan->wait_fd;
> ^
> ust-consumer.c:422:5: error: 'struct lttng_ust_object_data' has no member
> named 'memory_map_size'
> obj.memory_map_size = chan->mmap_len;
> ^
> ust-consumer.c:423:2: warning: implicit declaration of function
> 'ustctl_map_channel' [-Wimplicit-function-declaration]
> chan->handle = ustctl_map_channel(&obj);
> ^
> ust-consumer.c:423:15: warning: assignment makes pointer from integer without
> a cast [enabled by default]
> chan->handle = ustctl_map_channel(&obj);
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_on_stream_hangup':
> ust-consumer.c:435:2: warning: passing argument 1 of 'ustctl_flush_buffer'
> from incompatible pointer type [enabled by default]
> ustctl_flush_buffer(stream->chan->handle, stream->buf, 0);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:220:6: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> void ustctl_flush_buffer(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:435:2: warning: passing argument 2 of 'ustctl_flush_buffer'
> makes integer from pointer without a cast [enabled by default]
> ustctl_flush_buffer(stream->chan->handle, stream->buf, 0);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:220:6: note: expected 'int' but argument is of
> type 'struct lttng_ust_lib_ring_buffer *'
> void ustctl_flush_buffer(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:435:2: error: too many arguments to function
> 'ustctl_flush_buffer'
> ustctl_flush_buffer(stream->chan->handle, stream->buf, 0);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:220:6: note: declared here
> void ustctl_flush_buffer(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_del_channel':
> ust-consumer.c:441:2: warning: implicit declaration of function
> 'ustctl_unmap_channel' [-Wimplicit-function-declaration]
> ustctl_unmap_channel(chan->handle);
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_add_stream':
> ust-consumer.c:450:5: error: 'struct lttng_ust_object_data' has no member
> named 'shm_fd'
> obj.shm_fd = stream->shm_fd;
> ^
> ust-consumer.c:451:5: error: 'struct lttng_ust_object_data' has no member
> named 'wait_fd'
> obj.wait_fd = stream->wait_fd;
> ^
> ust-consumer.c:452:5: error: 'struct lttng_ust_object_data' has no member
> named 'memory_map_size'
> obj.memory_map_size = stream->mmap_len;
> ^
> ust-consumer.c:453:2: warning: implicit declaration of function
> 'ustctl_add_stream' [-Wimplicit-function-declaration]
> ret = ustctl_add_stream(stream->chan->handle, &obj);
> ^
> ust-consumer.c:459:2: warning: implicit declaration of function
> 'ustctl_open_stream_read' [-Wimplicit-function-declaration]
> stream->buf = ustctl_open_stream_read(stream->chan->handle, stream->cpu);
> ^
> ust-consumer.c:459:14: warning: assignment makes pointer from integer without
> a cast [enabled by default]
> stream->buf = ustctl_open_stream_read(stream->chan->handle, stream->cpu);
> ^
> ust-consumer.c:470:2: warning: passing argument 1 of 'ustctl_get_mmap_base'
> from incompatible pointer type [enabled by default]
> stream->mmap_base = ustctl_get_mmap_base(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:199:7: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> void *ustctl_get_mmap_base(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:470:2: error: too many arguments to function
> 'ustctl_get_mmap_base'
> stream->mmap_base = ustctl_get_mmap_base(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:199:7: note: declared here
> void *ustctl_get_mmap_base(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:480:2: warning: implicit declaration of function
> 'ustctl_close_stream_read' [-Wimplicit-function-declaration]
> ustctl_close_stream_read(stream->chan->handle, stream->buf);
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_read_subbuffer':
> ust-consumer.c:520:2: warning: passing argument 1 of 'ustctl_get_next_subbuf'
> from incompatible pointer type [enabled by default]
> err = ustctl_get_next_subbuf(handle, buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:206:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_get_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:520:2: error: too many arguments to function
> 'ustctl_get_next_subbuf'
> err = ustctl_get_next_subbuf(handle, buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:206:5: note: declared here
> int ustctl_get_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:535:2: warning: passing argument 1 of
> 'ustctl_get_padded_subbuf_size' from incompatible pointer type [enabled by
> default]
> err = ustctl_get_padded_subbuf_size(handle, buf, &len);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:204:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_get_padded_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:535:2: warning: passing argument 2 of
> 'ustctl_get_padded_subbuf_size' from incompatible pointer type [enabled by
> default]
> err = ustctl_get_padded_subbuf_size(handle, buf, &len);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:204:5: note: expected 'long unsigned int *' but
> argument is of type 'struct lttng_ust_lib_ring_buffer *'
> int ustctl_get_padded_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:535:2: error: too many arguments to function
> 'ustctl_get_padded_subbuf_size'
> err = ustctl_get_padded_subbuf_size(handle, buf, &len);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:204:5: note: declared here
> int ustctl_get_padded_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:539:2: warning: passing argument 1 of 'ustctl_get_subbuf_size'
> from incompatible pointer type [enabled by default]
> err = ustctl_get_subbuf_size(handle, buf, &subbuf_size);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:202:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_get_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:539:2: warning: passing argument 2 of 'ustctl_get_subbuf_size'
> from incompatible pointer type [enabled by default]
> err = ustctl_get_subbuf_size(handle, buf, &subbuf_size);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:202:5: note: expected 'long unsigned int *' but
> argument is of type 'struct lttng_ust_lib_ring_buffer *'
> int ustctl_get_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:539:2: error: too many arguments to function
> 'ustctl_get_subbuf_size'
> err = ustctl_get_subbuf_size(handle, buf, &subbuf_size);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:202:5: note: declared here
> int ustctl_get_subbuf_size(struct ustctl_consumer_stream *stream,
> ^
> ust-consumer.c:566:2: warning: passing argument 1 of 'ustctl_put_next_subbuf'
> from incompatible pointer type [enabled by default]
> err = ustctl_put_next_subbuf(handle, buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:207:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_put_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:566:2: error: too many arguments to function
> 'ustctl_put_next_subbuf'
> err = ustctl_put_next_subbuf(handle, buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:207:5: note: declared here
> int ustctl_put_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c: In function 'lttng_ustconsumer_data_pending':
> ust-consumer.c:620:2: warning: passing argument 1 of 'ustctl_get_next_subbuf'
> from incompatible pointer type [enabled by default]
> ret = ustctl_get_next_subbuf(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:206:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_get_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:620:2: error: too many arguments to function
> 'ustctl_get_next_subbuf'
> ret = ustctl_get_next_subbuf(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:206:5: note: declared here
> int ustctl_get_next_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:623:3: warning: passing argument 1 of 'ustctl_put_subbuf' from
> incompatible pointer type [enabled by default]
> ret = ustctl_put_subbuf(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:218:5: note: expected 'struct
> ustctl_consumer_stream *' but argument is of type 'struct
> lttng_ust_shm_handle *'
> int ustctl_put_subbuf(struct ustctl_consumer_stream *stream);
> ^
> ust-consumer.c:623:3: error: too many arguments to function
> 'ustctl_put_subbuf'
> ret = ustctl_put_subbuf(stream->chan->handle, stream->buf);
> ^
> In file included from ust-consumer.c:21:0:
> /usr/include/lttng/ust-ctl.h:218:5: note: declared here
> int ustctl_put_subbuf(struct ustctl_consumer_stream *stream);
> ^
> make[4]: *** [ust-consumer.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/03/ltt-control_2.1.1-2_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: ltt-control
Source-Version: 2.3.0-1
We believe that the bug you reported is fixed in the latest version of
ltt-control, 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 728...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jon Bernard <jbern...@debian.org> (supplier of updated ltt-control 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: SHA1
Format: 1.8
Date: Sun, 03 Nov 2013 15:18:56 -0500
Source: ltt-control
Binary: lttng-tools liblttng-ctl0 liblttng-ctl-dev ltt-bin liblttd0 liblttd-dev
liblttctl0 liblttctl-dev
Architecture: source amd64
Version: 2.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard <jbern...@debian.org>
Changed-By: Jon Bernard <jbern...@debian.org>
Description:
liblttctl-dev - Transitional package for liblttng-ctl-dev
liblttctl0 - Transitional package for liblttng-ctl0
liblttd-dev - Transitional package for liblttng-ctl-dev
liblttd0 - Transitional package for liblttng-ctl0
liblttng-ctl-dev - LTTng control and utility library (development files)
liblttng-ctl0 - LTTng control and utility library
ltt-bin - Transitional package for lttng-tools
lttng-tools - LTTng control and utility programs
Closes: 714385 728644
Changes:
ltt-control (2.3.0-1) unstable; urgency=low
.
* [c75fa17] New upstream version 2.3.0 (Closes: #728644)
* [f5d8090] Bump standards version, no changes necessary
* [660a665] Make lttng-modules-dkms a suggestion instead of requirement
(Closes: #714385)
* [b6a3c4a] Update build dependency on ust
* [87626e5] Restrict architectures to match that of ust
* [fec17a8] Remove debian patch, include upstream
Checksums-Sha1:
4848f6fef67a263fdc57e01ea728b38d4e9da79a 1649 ltt-control_2.3.0-1.dsc
926bbe210f67e3586e964a98c6c908aa84eda9af 1107237 ltt-control_2.3.0.orig.tar.gz
d32c059ff64bf516f4126526a62cce88ee82703c 5757 ltt-control_2.3.0-1.debian.tar.gz
5b12f5e9829482b0350e1f13df8fca43a3d880e7 260974 lttng-tools_2.3.0-1_amd64.deb
ad62d9393f6c84d22c55006383e60e15043d8ba4 68438 liblttng-ctl0_2.3.0-1_amd64.deb
3dac34f878b91085da6bf80f2d49d380b37fa6fa 84276
liblttng-ctl-dev_2.3.0-1_amd64.deb
4dfac8fa5252c5d8123f263b95cc842ce1ac68f5 15618 ltt-bin_2.3.0-1_amd64.deb
fb830e0a3379d449263303de08dcbcc550f8ada8 15620 liblttd0_2.3.0-1_amd64.deb
654461645e9c316087bfe8a3f6de5847dbad6eef 15624 liblttd-dev_2.3.0-1_amd64.deb
ad14df9ea943b71ea65789f06e1fdec7f727ae50 15622 liblttctl0_2.3.0-1_amd64.deb
5d1ab9515b3746d4b71ea465c19bdcab1640d39a 15628 liblttctl-dev_2.3.0-1_amd64.deb
Checksums-Sha256:
65ca0953cd4416b9e79f6bdde2579ea3720ae22985d73d714cc4435ef1948718 1649
ltt-control_2.3.0-1.dsc
3abb213c0dcc00ce8e7a7354b0e7c1dd80a2d0d4f00ddb96edbaecb9e75138e8 1107237
ltt-control_2.3.0.orig.tar.gz
491de2fc7516b2ef27eeae5ec8e68468bfa66713a24b76da62105938cae9ab27 5757
ltt-control_2.3.0-1.debian.tar.gz
b8ee94a407e6805799d2d3ce50d4da6fc485f685c951911b2059b68d31f680b5 260974
lttng-tools_2.3.0-1_amd64.deb
c1f02120812657fdeff132a689de76d102f4c4a5be26674f7adeacd361d11d0f 68438
liblttng-ctl0_2.3.0-1_amd64.deb
b22e8a610b989943d1bca3784da1282db28c6a95f64bde95ac2086beeb9c934b 84276
liblttng-ctl-dev_2.3.0-1_amd64.deb
a48178a345dd59815e014e9daeb8e74b469c01d7e9f46a12a6f2e94b1f52c33e 15618
ltt-bin_2.3.0-1_amd64.deb
4d78464289f396a279e57d8ca928d3921dfdf5ebd9bc8cd86973cf02be3aee68 15620
liblttd0_2.3.0-1_amd64.deb
e0cd7fef3a9c374d9a5a4352470365b8ca4ea4491b9765df58d0b062d073f58f 15624
liblttd-dev_2.3.0-1_amd64.deb
9c08730db10a343fc0ce353695106ef035e68e96496ec8c716be0e1de5ebf7db 15622
liblttctl0_2.3.0-1_amd64.deb
0fc030a631f5922a6ae409e4f4422713cc28870c7ab1c84bbb7350c9787fe256 15628
liblttctl-dev_2.3.0-1_amd64.deb
Files:
44b59230b291695bce9de1a770231be3 1649 libs extra ltt-control_2.3.0-1.dsc
67f54937d64cd9e864896006b866a727 1107237 libs extra
ltt-control_2.3.0.orig.tar.gz
927c34cae433663b4067a99a87a710f8 5757 libs extra
ltt-control_2.3.0-1.debian.tar.gz
2fe2d3f528d9ca563a10c44130df8dce 260974 utils extra
lttng-tools_2.3.0-1_amd64.deb
18b37f20ef0a5be4f0248e916bb85c86 68438 libs extra
liblttng-ctl0_2.3.0-1_amd64.deb
58a60464432d66d499c851a45570e498 84276 libdevel extra
liblttng-ctl-dev_2.3.0-1_amd64.deb
a71a34d6a5cc1cd6486f33d2440080a7 15618 oldlibs extra ltt-bin_2.3.0-1_amd64.deb
0ffb38c7c56481df5b1d11435175e9f8 15620 oldlibs extra liblttd0_2.3.0-1_amd64.deb
91bbd830bf1cc7b2dce2a4f6e2887d19 15624 oldlibs extra
liblttd-dev_2.3.0-1_amd64.deb
6bf282a86040dc9fbc58ad866c9aee69 15622 oldlibs extra
liblttctl0_2.3.0-1_amd64.deb
c9dab31c1c1051ad4593c096a67dd9aa 15628 oldlibs extra
liblttctl-dev_2.3.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlJ2wYwACgkQwAT2A1kSwn546wCg4lOTv3j/oX/gOk4SpZf2HiP3
PAUAn13qxCToSB0+0qz6e5hpPxIKqGVo
=rIBu
-----END PGP SIGNATURE-----
--- End Message ---