Bug#532336: [Pkg-openssl-devel] Bug#532336: openssl: FTBFS on kfreebsd-amd64

2009-06-13 Thread Cyril Brulebois
Kurt Roeckx (13/06/2009): > >my ($outdev,$outino,@junk)=stat($output); > > > > open STDOUT,">$output" || die "can't open $output: $!" > > - if ($stddev!=$outdev || $stdino!=$outino); > > +# if ($stddev!=$outdev || $stdino!=$outino); > > } Putting back a bit more context to he

Bug#532336: [Pkg-openssl-devel] Bug#532336: openssl: FTBFS on kfreebsd-amd64

2009-06-13 Thread Kurt Roeckx
On Tue, Jun 09, 2009 at 11:10:04AM +0200, Petr Salinger wrote: > > The command "dpkg-buildpackage -b -uc" works, > the command "dpkg-buildpackage -b -uc | tee aaa" fails. > > The command "make -C crypto/md5 clean md5-x86_64.s" works > the command "make -C crypto/md5 clean md5-x86_64.s | cat" fails.