[Pkg-parrot-devel] Bug#531381: Bug#531381: parrot: FTBFS on GNU/kFreeBSD (hint file needed)

Petr Salinger Petr.Salinger at seznam.cz
Tue Jul 14 21:44:56 UTC 2009


Hi.

> Could you try the attached patch? The 1.4 production release is next Tuesday, 
> so I could get this into the next version of of Debian packages if it works 
> for you.

Unfortunately, it does not work.

This one (also tested) is better:

--- config/init/hints.pm
+++ config/init/hints.pm
@@ -37,6 +37,7 @@
      my $hints_used = 0;

      my $osname = lc( $conf->data->get_p5('OSNAME') );
+    $osname = 'linux' if ($osname eq 'gnukfreebsd');
      my $hints_file = catfile('config', 'init', 'hints', "$osname.pm");
      if ( -f $hints_file ) {
          my $hints_pkg = "init::hints::" . $osname;


Petr





More information about the Pkg-parrot-devel mailing list