HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of sys-devel/automake


Ignore:
Timestamp:
09/05/07 01:36:15 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/automake

    v1 v2  
    1515=== revision 1 (brecht) - [BONE] === 
    1616 
    17 Automake suffers from the same problem as [wiki:sys-devel/autoconf Autoconf]. It builds fine, but some tests fail because of a warning Perl emits (which is harmless, I think). In addition, a lot of tests fail because the {{{mkdir}}} command included with BeOS fails to create a directory when it's name is followed with a slash. The following error results: 
     17Automake suffers from the same problem as [wiki:sys-devel/autoconf Autoconf]. It builds fine, but some tests fail because of a warning Perl emits (about signal CHLD (see [wiki:dev-lang/perl]). In addition, a lot of tests fail because the {{{mkdir}}} command included with BeOS fails to create a directory when it's name is followed with a slash. The following error results: 
    1818 
    1919{{{ 
    … …  
    2222 
    2323A newer version of mkdir ([wiki:sys-apps/coreutils]) should fix this (ticket #39). 
     24 
     25Using a perl version that doesn't warn about signal CHLD and a recent version of mkdir, only two tests fail: 
     26 
     27{{{ 
     28FAIL: cond5.test 
     29FAIL: tar.test 
     30}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/