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

Re: I made a script for auto. creating build-depends



Ben Collins <bcollins@debian.org> writes:

> > Sorry to say but this script is fairly useless for most people. Strace
> > cannot follow vfork() (yes I know -F says it will, but according to the
> > maintainer, and my own tests, it does not work at all). Once make -C
> > executed, strace stopped showing output.
> 
> Ok, I wrote a really simple vfork() wrapper library you can preload (like
> libfakeroot), and was able to get it working perfectly. Note then vfork()
> manpage says fork() can be used to implement vfork(), so this is perfectly
> acceptable behavior. Now I can actually get libfoo-dev package build
> dependencies and such (aswell as sgml and tetex related things). So it
> works pretty well.
> 
> Would you like me to send you the source I have?
>
Yes, please. Is it as easy as

pid_t vfork() { return(fork()); } /* ;-) */

??

Andy
-- 
Andreas Rottmann     | Dru@ICQ      | 54523380@ICQ | a.rottmann@gmx.at
Pfeilgasse 4-6/725   | A-1080 Wien  | Austria      | Europe
http://www.8ung.at/rotty            | GnuPG Key: www.8ung.at/rotty/dru.asc
Fingerprint          | 3E9A C485 49A4 1D17 2EA7  2BA7 22AE C9BF 8173 6279
[one of 78,35% Austrians who didn´t vote for Haider!]



Reply to: