Changes between Version 1 and Version 2 of sys-devel/automake
- Timestamp:
- 09/05/07 01:36:15 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sys-devel/automake
v1 v2 15 15 === revision 1 (brecht) - [BONE] === 16 16 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: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 (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: 18 18 19 19 {{{ … … 22 22 23 23 A newer version of mkdir ([wiki:sys-apps/coreutils]) should fix this (ticket #39). 24 25 Using a perl version that doesn't warn about signal CHLD and a recent version of mkdir, only two tests fail: 26 27 {{{ 28 FAIL: cond5.test 29 FAIL: tar.test 30 }}}
