Package: dietlibc-dev Version: 0.29-9 Severity: important The parisc execvp behavior is broken due to the parisc assembler implementation of strchr in parisc/strchr.S. Removing this improper implementation causes it to use the regular library implementation successfully.
This can be fixed in the debian package quite easily (this is how I was able to test this), just by adding a rm parisc/strchr.S after the patches have been applied, as in the following: --- ../../dietlibc-dev-0.29-8/dietlibc-0.29/debian/rules +++ debian/rules 2006-03-30 04:08:08.000000000 +0200 2006-03-26 04:05:42.000000000 +0200 @@ -36,7 +36,6 @@ for i in `ls -1 debian/diff/*.diff || :`; do \ patch -p0 <$$i || exit 1; \ done + rm parisc/strchr.S touch patch-stamp build: deb-checkdir build-stamp I'm not sure how upstream wants to handle this... Micah -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15+vserver Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) dietlibc-dev depends on no packages. Versions of packages dietlibc-dev recommends: pn dietlibc <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]