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

Kurt Roeckx kurt at roeckx.be
Sat Jun 13 21:35:09 UTC 2009


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.
>
> It looks like there is problem with distinguish between two pipes.
> Please, could you apply:
>
> --- crypto/perlasm/x86_64-xlate.pl
> +++ crypto/perlasm/x86_64-xlate.pl
> @@ -62,7 +62,7 @@
>    my ($outdev,$outino, at junk)=stat($output);
>
>      open STDOUT,">$output" || die "can't open $output: $!"
> -       if ($stddev!=$outdev || $stdino!=$outino);
> +#      if ($stddev!=$outdev || $stdino!=$outino);
>  }
>
>  my $masmref=8 + 50727*2**-32;  # 8.00.50727 shipped with VS2005

So I've applied that patch, but this looks like a workaround,
and I would like to remove that patch in the future.

I'm guessing this is some bug in perl, so I suggest you file
a bug against perl.


Kurt






More information about the Pkg-openssl-devel mailing list