Bug#543731: perl_5.10.1~rc2-1(hppa/experimental): FTBFS: Test lib/autodie/t/flock fails

Rafael Garcia-Suarez rgarciasuarez at gmail.com
Thu Aug 27 08:33:22 UTC 2009


2009/8/27 Paul Fenwick <pjf at perltraining.com.au>:
> So ideally I'd only want to check for EAGAIN on hppa architectures.  That
> should be easy enough for me to detect at compile-time, however I don't have
> a PA-RISC box handy to see how they identify themselves.
>
> If you do have one, could you give the output of:
>
>        perl -MConfig -le'print $Config{archanme}'

actually that's "archname" (and can be written more tersely as "perl
-V:archname")
Also, archname will contain other information (e.g. whether the perl
has support for threads or not) so you need to test against the first
component, which on Linux corresponds to the output of "uname -m".






More information about the Perl-maintainers mailing list