Followup-For: Bug #273237
Package: perl
Version: 5.8.4-8sarge5

Hi!

In Sarge on i386 the results of this bug seem to be fixed, but on
amd64, they're not:

> perl -c /usr/lib/perl/5.8/asm/unistd.ph
Missing right curly or square bracket at /usr/lib/perl/5.8/asm/unistd.ph line 
289, at end of line
syntax error at /usr/lib/perl/5.8/asm/unistd.ph line 289, at EOF
/usr/lib/perl/5.8/asm/unistd.ph had compilation errors.
>

Patch for amd64's unistd.ph to sanitize what's in Sarge:

---snip---
> diff -U3 /usr/lib/perl/5.8/asm/unistd.ph~ /usr/lib/perl/5.8/asm/unistd.ph
--- /usr/lib/perl/5.8/asm/unistd.ph~    2006-08-14 12:53:04.000000000 +0200
+++ /usr/lib/perl/5.8/asm/unistd.ph     2006-09-26 00:42:37.245476589 +0200
@@ -286,4 +286,7 @@
            }' unless defined(&_syscall6);
        } else {
            eval 'sub __NR__exit () { &__NR_exit;}' unless defined(&__NR__exit);
+       }
+    }
+}
 1;
---snap---


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-11-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages perl depends on:
ii  libc6                 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libdb4.2              4.2.52-18          Berkeley v4.2 Database Libraries [
ii  libgdbm3              1.8.3-2            GNU dbm database routines(runtime
ii  perl-base             5.8.4-8sarge5      The Pathologically Eclectic Rubbis
ii  perl-modules          5.8.4-8sarge5      Core Perl modules

                Regards, Axel
-- 
Axel Beckert - [EMAIL PROTECTED] - http://abe.home.pages.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to