Changes between Version 3 and Version 4 of dev-lang/perl/5.10.1/1
- Timestamp:
- 09/09/09 03:49:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/perl/5.10.1/1
v3 v4 9 9 We need to bypass a subcheck in unlink0() as a result. 10 10 {{{t/run/exit.t}}}: 11 - passing $ ^CHILD_ERROR_NATIVE to the POSIX::W...-macros seems wrong, at least the documentation mentions invoking them on $?, which contains the munged, i.e. non-native value. This causes the test to work on haiku and shouldn't influence any other system. Another possibility would be that the perl documentation is simply wrong about that (i.e. it hasn't been adjusted since the introduction of $^CHILD_ERROR_NATIVE with 5.10.0).11 - passing $!^CHILD_ERROR_NATIVE to the POSIX::W...-macros seems wrong, at least the documentation mentions invoking them on $?, which contains the munged, i.e. non-native value. This causes the test to work on haiku and shouldn't influence any other system. Another possibility would be that the perl documentation is simply wrong about that (i.e. it hasn't been adjusted since the introduction of $!^CHILD_ERROR_NATIVE with 5.10.0). 12 12 13 13 ==== Configuring/Building ==== 14 14 15 We must disallow the use of 'nm' to determine the list of available c-library symbols, as - because of symbol versioning in haiku's libroot - several symbols would be missing (e.g. stat(), fstat() and lstat()).15 We must disallow the use of 'nm' to determine the list of available c-library symbols, as - because of symbol versioning in haiku's libroot - several symbols would be missing, e.g. stat(), fstat() and lstat(). 16 16 17 17 {{{
