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

Bug#788653: RFS: ktap/0.4-1 [ITP] -- lightweight script-based dynamic tracing tool for Linux



On Wed, Sep 09, 2015 at 07:48:12AM +0000, Gianfranco Costamagna wrote:
> Hi,
> 
> 
> >You are correct, I've put debian/ktap.manpages statically.
> 
> 
> wonderful
> 
> >s/dh_installmanpages/dh_installman/
> 
> 
> yes, sure
> 
> maybe something like
> override_dh_installman:
> 
>     help2man --no-discard-stderr -h-h --version-string $(VERSION) -n "$(DESCRIPTION)" ./ktap > debian/ktap.1
> 
>     dh_installman
> 
> the same for doc and examples.

Done already.

> >So, is there anything that I need/can to do to ship it to debian
> 
> >repository?
> 
> sure, the package is almost ready, just the tweaks above, and to make it build on a clean environment.
> http://debomatic-amd64.debian.net/distribution#unstable/ktap/0.4-1/buildlog
> 
> The following packages have unmet dependencies:
> sbuild-build-depends-ktap-dummy : Depends: linux-headers but it is not installable
> E: Unable to correct problems, you have held broken packages.

Hm, there is linux-headers package, why build bot can't install it?
vms?

> P.S. you have some build warnings:
> CC [M] ktap-0.4/runtime/amalg.o
> In file included from ktap-0.4/runtime/amalg.c:28:0:
> ktap-0.4/runtime/kp_transport.c: In function ‘kp_printf’:
> ktap-0.4/runtime/kp_transport.c:574:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> }
> ^
> 
> 
> userspace/kp_reader.c: In function ‘reader_thread’:
> userspace/kp_reader.c:87:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
> write(out_fd, buf, len);
> ^

This two issues are not critical, I will fix this later and send
upstream.


Reply to: