Thomas Schmitt, le Mon 24 Jan 2011 17:34:52 +0100, a écrit :
> i booted the Debian installation of the project test machine
>   Linux debian 2.6.26-2-amd64 #1 SMP Tue Jan 12 22:12:20 UTC 2010 x86_64
> (Yeah, luxury. A dedicated modern test machine. Donated.)
> 
> Now i would need instructions for dummies how to create a debuggable
> bsdtar resp. one that gives me opportunity to inject a few fprintf. 
> Internet is reachable from the system. (Not that i could remember
> how i did it a year ago.)

in /etc/apt/sources.list, if you don't have a deb-src line copy/paste
a deb line pointing to an official Debian mirror and replace deb with
deb-src, run apt-get update

apt-get source bsdtar
sudo apt-get build-dep bsdtar
cd bsdtar-foo
DEB_BUILD_OPTIONS="noopt nostrip" dpkg-buildpackage -B

and either run from there, or dpkg -iO ../*.deb

Samuel



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to