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 dev-lang/perl


Ignore:
Timestamp:
08/20/07 12:22:48 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/perl

    v1 v1  
     1[[TOC]] 
     2 
     3= dev-lang/perl = 
     4 
     5== version 5.8.8 == 
     6 
     7||R5||untested|| 
     8||BONE||unstable|| 
     9||Haiku||untested|| 
     10 
     11=== revision 1 (brecht)  - [BONE] === 
     12 
     13Following the instructions in the supplied README.beos, it is easy enough to build Perl on BeOS. 
     14 
     15On BONE, a large number of tests fail with an error similar to this one: 
     16 
     17{{{ 
     18load_add_on(/boot/home/Documents/code/perl-5.8.8/t/../lib/auto/PerlIO/encoding/encoding.so) : -1 (General OS error) 
     19Can't load '../lib/auto/PerlIO/encoding/encoding.so' for module PerlIO::encoding: General OS error at ../lib/XSLoader.pm line 70. 
     20 at ../lib/PerlIO/encoding.pm line 14 
     21}}} 
     22 
     23When kernel debugging is enabled, the following is printed to the syslog: 
     24 
     25{{{ 
     26KERN 'perl'[849]: clone_area_gen error 
     27}}} 
     28 
     29It seems that Firefox suffered from a similar problem at one point: http://www.bebits.com/talkback/2715?page=14 
     30 
     31Dynamically loading {{{encoding.so}}} in a small test application is not a problem, so that library is not to blame. 
     32 
     33Perhaps this has something to do with the 32MB global add-on limit in BeOS. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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