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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of sys-devel/autoconf


Ignore:
Timestamp:
08/29/07 04:13:29 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/autoconf

    v1 v1  
     1[[TOC]] 
     2 
     3= sys-devel/autoconf = 
     4 
     5== version 2.61 == 
     6 
     7||R5||untested|| 
     8||BONE||unstable|| 
     9||Haiku||untested|| 
     10 
     11=== revision 1 (brecht) - [BONE] === 
     12 
     13Building autoconf 2.61 requires perl with flock() support. See [wiki:dev-lang/perl]. Also, a recent version of [wiki:sys-devel/m4] (>= 1.4.7) is required. 
     14 
     15When these two requirements are fulfilled, autoconf builds without errors on BONE. Most tests fail however. This is due to a warning that perl emits: 
     16 
     17{{{ 
     18Can't ignore signal CHLD, forcing to default 
     19}}} 
     20 
     21What this means is explained in http://perldoc.perl.org/perl56delta.html 
     22 
     23A fix for this problem with cron is described in http://lists.jammed.com/owl-users/2003/01/0008.html 
     24 
     25As I understand it, the SIGCHLD signal should be set to SIG_DFL (default). However, it is set to SIG_IGN (ignore). Checking the POSIX standard, the default for SIGCHLD is to ignore. So it's basically correct. Still, Perl warns and consequently most autoconf tests fail. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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