Your message dated Sun, 09 Aug 2009 18:33:05 +0000
with message-id <[email protected]>
and subject line Bug#536602: fixed in zsh-beta 4.3.10-dev-1+20090805-1
has caused the Debian Bug report #536602,
regarding zsh-beta: FTBFS on GNU/kFreeBSD
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
536602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh-beta
Version: 4.3.10-dev-1+20090626-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Heya again Clint,
(same story as with the zsh bug:)
please also turn on extensions when __GLIBC__ is detected, fixing the
FTBFS on GNU/kFreeBSD due to missing lstat et al.:
| gcc -c -I. -DHAVE_CONFIG_H -Wall -g -O2 -o compat.o ../../Src/compat.c
| ../../Src/compat.c: In function 'zgetdir':
| ../../Src/compat.c:343: warning: implicit declaration of function 'lstat'
| ../../Src/compat.c: In function 'zchdir':
| ../../Src/compat.c:451: warning: implicit declaration of function 'fchdir'
| gcc -c -I. -DHAVE_CONFIG_H -Wall -g -O2 -o cond.o ../../Src/cond.c
| ../../Src/cond.c: In function 'evalcond':
| ../../Src/cond.c:351: error: 'struct stat' has no member named 'st_atim'
| ../../Src/cond.c:351: error: 'struct stat' has no member named 'st_mtim'
| ../../Src/cond.c:370: error: 'struct stat' has no member named 'st_mtim'
| ../../Src/cond.c:376: error: 'struct stat' has no member named 'st_mtim'
| ../../Src/cond.c:377: error: 'struct stat' has no member named 'st_mtim'
| ../../Src/cond.c: In function 'dolstat':
| ../../Src/cond.c:457: warning: implicit declaration of function 'lstat'
| make[3]: *** [cond.o] Error 1
Full build log linked from:
https://buildd.debian.org/~luk/status/package.php?p=zsh-beta&suite=unstable
Patch attached.
(Testsuite still running but oh well, that should do.)
Thanks for your time.
Mraw,
KiBi.
--- zsh-beta-4.3.10-dev-1+20090626/Src/system.h~
+++ zsh-beta-4.3.10-dev-1+20090626/Src/system.h
@@ -37,7 +37,7 @@
#endif
#endif
-#if defined(__linux) || defined(__GNU__)
+#if defined(__linux) || defined(__GNU__) || defined(__GLIBC__)
/*
* Turn on numerous extensions.
* This is in order to get the functions for manipulating /dev/ptmx.
--- End Message ---
--- Begin Message ---
Source: zsh-beta
Source-Version: 4.3.10-dev-1+20090805-1
We believe that the bug you reported is fixed in the latest version of
zsh-beta, which is due to be installed in the Debian FTP archive:
zsh-beta-doc_4.3.10-dev-1+20090805-1_all.deb
to pool/main/z/zsh-beta/zsh-beta-doc_4.3.10-dev-1+20090805-1_all.deb
zsh-beta_4.3.10-dev-1+20090805-1.diff.gz
to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090805-1.diff.gz
zsh-beta_4.3.10-dev-1+20090805-1.dsc
to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090805-1.dsc
zsh-beta_4.3.10-dev-1+20090805.orig.tar.gz
to pool/main/z/zsh-beta/zsh-beta_4.3.10-dev-1+20090805.orig.tar.gz
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.
Clint Adams <[email protected]> (supplier of updated zsh-beta 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: SHA512
Format: 1.8
Date: Tue, 04 Aug 2009 20:56:19 -0400
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-1+20090805-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description:
zsh-beta - A shell with lots of features (dev tree)
zsh-beta-doc - zsh beta documentation - info/HTML format
zsh-beta-static - A shell with lots of features (dev tree - static link)
Closes: 536602
Changes:
zsh-beta (4.3.10-dev-1+20090805-1) unstable; urgency=low
.
* Update to HEAD.
* Fix breakage on Debian GNU/kFreeBSD. closes: #536602.
Checksums-Sha1:
2c5355858e654d7a57973b41ba42a7d8aeb908a1 1903
zsh-beta_4.3.10-dev-1+20090805-1.dsc
8141262a5df8821596cf2e13dbde98487781dc4b 2637835
zsh-beta_4.3.10-dev-1+20090805.orig.tar.gz
ea8c837b353cc408398f4a1934e2a62527774471 555501
zsh-beta_4.3.10-dev-1+20090805-1.diff.gz
99173a2306d1f23e0cf4ebad559ce2b37da86976 882638
zsh-beta-doc_4.3.10-dev-1+20090805-1_all.deb
Checksums-Sha256:
57a4ec5c95002db3c27a78ecd8aaeaa164cc87a5c4d077062475eaf53fc8957c 1903
zsh-beta_4.3.10-dev-1+20090805-1.dsc
364f010dc45d2e0cdd5afdb530427dd09581b9e5a83e20bb904382dc20f3f13e 2637835
zsh-beta_4.3.10-dev-1+20090805.orig.tar.gz
214eb9c1daaa5fe5aadcca2336bd6fa98cb6cf581ec3056b64b96b8d296f3480 555501
zsh-beta_4.3.10-dev-1+20090805-1.diff.gz
37eb8bcd4951f8de02fe9ce6d4fefe7da2055921ab6d0ccf8d9507f7df3e568f 882638
zsh-beta-doc_4.3.10-dev-1+20090805-1_all.deb
Files:
9fd1f7d572ffcc962bcd4c64dea9b54e 1903 shells optional
zsh-beta_4.3.10-dev-1+20090805-1.dsc
bc659e2cc6662148f3767814c24eec0e 2637835 shells optional
zsh-beta_4.3.10-dev-1+20090805.orig.tar.gz
1517ca1209de05dbe3761d25591e9f19 555501 shells optional
zsh-beta_4.3.10-dev-1+20090805-1.diff.gz
aa774c1214e800228e34967d3e46d647 882638 doc optional
zsh-beta-doc_4.3.10-dev-1+20090805-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!
iQIcBAEBCgAGBQJKfxNqAAoJEFWSMx4ZnTiomegP/3XDUh9YcGFZgjEJh1ktd7M/
u+GQFTo2nCLGnvz48hQ3UQRLvuE+xA9ecArIOURBV9XEcDETalvBeXG25hl0g6dE
BPIJl842fipjdBi5hTNBXkO8Rs/Ctu47fNLzVbP1I5bfcfJwGvE21Am2gVlTH8S8
FhFVg10opadxrARPDxdb9MeXUMfdIar5SedXhcCP7q5z026K6Kki8EoxBkURldua
lqISC4gavB8J98+oWGWcJ2lMC3Wv8QJ56Ufo6oGmn87TnWpifabs8/jxHvBqeaoP
GxQSpVP7z5AQHQmfPFePma9zrvvEEIhn3RfEoor2FZEmBBcy9dGMAyeE6z8MLfH/
MHe20JQOCQO4Y2Hcq8piZOrlxHerbXIGCzcYsqbHzWiI6kjBZNFfjpZtOfP6Q0he
IBw3hoUBtaX2qXYaZcISONKGH5IMBg3i8Xd8oY79lGC6NFAEtG5cho/Tyg9Y6U/R
B7eRS813rClG6SL6nMwlRgH2OaTwnxb8bwa8jsT4pVsdF+Qnj1jb8el3B5LEPSaC
ezkAfeSOTKv4KvIQogF0H98b+BzN39WwvQadAV2bgoGnyKX0di8VfiWw9miHYWfH
MU72FRGpC8iQoMmp1EvXsZaCo+aJsBk/beteR+teSw66O7qjtGXzf6P/iQessUBt
8iE2YWID0Du6UquoxHWP
=2OR9
-----END PGP SIGNATURE-----
--- End Message ---