Your message dated Thu, 09 Mar 2006 05:47:08 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#355548: fixed in klibc 1.2.4-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: klibc Version: 1.2.2-3 Severity: important The returned errno values are negative on s390. The attached patch fixes the syscall wrapper. Bastian -- Fascinating is a word I use for the unexpected. -- Spock, "The Squire of Gothos", stardate 2124.5diff -u klibc-1.2.2/debian/changelog klibc-1.2.2/debian/changelog --- klibc-1.2.2/debian/changelog +++ klibc-1.2.2/debian/changelog @@ -1,3 +1,10 @@ +klibc (1.2.2-3.1) unstable; urgency=low + + * Non-maintainer upload. + * [s390] Make errno values possitive. + + -- Bastian Blank <[EMAIL PROTECTED]> Mon, 6 Mar 2006 12:25:55 +0100 + klibc (1.2.2-3) unstable; urgency=medium * Upload with medium urgency to fix sparc ftbfs. only in patch2: unchanged: --- klibc-1.2.2.orig/debian/patches/s390-syscall.patch +++ klibc-1.2.2/debian/patches/s390-syscall.patch @@ -0,0 +1,10 @@ +--- klibc/arch/s390/syscall.c.orig 2006-03-06 12:24:38.000000000 +0100 ++++ klibc/arch/s390/syscall.c 2006-03-06 12:24:58.000000000 +0100 +@@ -11,6 +11,6 @@ + { + if ((unsigned long)(err) < (unsigned long)(-125)) + return err; +- errno = err; ++ errno = -err; + return -1; + }
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: klibc Source-Version: 1.2.4-1 We believe that the bug you reported is fixed in the latest version of klibc, which is due to be installed in the Debian FTP archive: klibc-utils_1.2.4-1_i386.deb to pool/main/k/klibc/klibc-utils_1.2.4-1_i386.deb klibc_1.2.4-1.diff.gz to pool/main/k/klibc/klibc_1.2.4-1.diff.gz klibc_1.2.4-1.dsc to pool/main/k/klibc/klibc_1.2.4-1.dsc klibc_1.2.4.orig.tar.gz to pool/main/k/klibc/klibc_1.2.4.orig.tar.gz libklibc-dev_1.2.4-1_i386.deb to pool/main/k/klibc/libklibc-dev_1.2.4-1_i386.deb libklibc_1.2.4-1_i386.deb to pool/main/k/klibc/libklibc_1.2.4-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. maximilian attems <[EMAIL PROTECTED]> (supplier of updated klibc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 9 Mar 2006 01:05:25 +0100 Source: klibc Binary: libklibc-dev libklibc klibc-utils Architecture: source i386 Version: 1.2.4-1 Distribution: unstable Urgency: low Maintainer: maximilian attems <[EMAIL PROTECTED]> Changed-By: maximilian attems <[EMAIL PROTECTED]> Description: klibc-utils - small statically-linked utilities built with klibc libklibc - minimal libc subset for use with initramfs libklibc-dev - kernel headers used during the build of klibc Closes: 355548 Changes: klibc (1.2.4-1) unstable; urgency=low . * New upstream release drop merged patches: include-cleanup.patch, mips-pipe.patch. drop unneeded klibc-sparc64-def-pagesize.patch. . * debian/watch: Add watch upstream. . * s390-syscall.patch: Fix wrapper to return positive errno values. Thanks Bastian Blank <[EMAIL PROTECTED]> (closes: #355548) Files: b967301a8b5ea5d76f354af36405d1e9 686 libs optional klibc_1.2.4-1.dsc 73650ddd96770ab9520de45b1cbf47f9 674442 libs optional klibc_1.2.4.orig.tar.gz efda058ad68ec950ae99f8ed348452bf 12574 libs optional klibc_1.2.4-1.diff.gz 18588ac9001c0e9dec5ffda8336f498c 1779354 libdevel optional libklibc-dev_1.2.4-1_i386.deb 7cc7dd5576792de2f87a7d5abfba93fb 18712 libs optional libklibc_1.2.4-1_i386.deb 62d6d8ae387a8150e8120ba704f66a3e 116118 libs optional klibc-utils_1.2.4-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEEC396n7So0GVSSARAgvuAJsHrv9qhVeTwiFG5KVkGiMDlwm3IwCgl0ou B0+a4vWOX53CUuRyyvisI44= =nu5T -----END PGP SIGNATURE-----
--- End Message ---

