[Pkg-parrot-devel] Bug#686266: Bug#686266: parrot: FTBFS on hurd-i386

Alessandro Ghedini al3xbio at gmail.com
Fri Aug 31 11:17:44 UTC 2012


tags 686266 pending
forwarded 686266 https://github.com/parrot/parrot/pull/822
kthxbye

On Thu, Aug 30, 2012 at 08:41:02PM +0200, Svante Signell wrote:
> Source: parrot
> Version: 4.3.0-2
> Severity: important
> Tags: patch
> Usertags: hurd
> User: debian-hurd at lists.debian.org
> 
> Hello, the patch inlined below enables a successful build of parrot for
> GNU/Hurd. The patch use the same settings as for GNU/Linux (and
> GNU/kFreeBSD).
> 
> Thanks!
> 
> --- a/config/init/hints.pm      2012-08-30 20:18:57.000000000 +0200
> +++ b/config/init/hints.pm      2012-08-30 19:58:12.000000000 +0200
> @@ -37,6 +37,7 @@
>  
>      my $osname = lc( $conf->data->get('OSNAME_provisional') );
>      $osname = 'linux' if ($osname eq 'gnukfreebsd');
> +    $osname = 'linux' if ($osname eq 'gnu');
>  
>      my $hints_file_name = $conf->options->get('hintsfile') || $osname ;
>      $hints_file = catfile('config', 'init', 'hints',
> "$hints_file_name.pm");

Looks good. Thanks.

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;<inidehG ordnasselA>;eg;say~~reverse'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-parrot-devel/attachments/20120831/5196c561/attachment.pgp>


More information about the Pkg-parrot-devel mailing list