Your message dated Fri, 03 Jul 2009 13:17:39 +0000
with message-id <e1mmie3-0006vn...@ries.debian.org>
and subject line Bug#534013: fixed in zope2.11 2.11.3-1
has caused the Debian Bug report #534013,
regarding zope2.10: FTBFS: /bin/sh: line 0: cd: z: No such file or directory
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 ow...@bugs.debian.org
immediately.)


-- 
534013: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534013
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zope2.10
Version: 2.10.8-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dpatch  deapply-all  
> webdav not applied to ./ .
> deb-zopeconf not applied to ./ .
> rm -rf patch-stamp patch-stampT debian/patched
> dh_testdir
> dh_testroot
> for f in debian/*.in; do \
>         generated=`echo $f | sed 's,.in$,,;s,ZVER,2.10,'`; \
>         rm -f $generated $generated.tmp; \
>       done
> rm -f build-arch-stamp build-indep-stamp unpack-stamp
> rm -f -r build-base Zope-2.10.8-final z
> dh_clean
>  dpkg-source -b zope2.10-2.10.8
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building zope2.10 using existing 
> zope2.10_2.10.8.orig.tar.gz
> dpkg-source: info: building zope2.10 in zope2.10_2.10.8-1.diff.gz
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/deb-zopeconf.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/webdav.dpatch' 
> will not be represented in diff
> dpkg-source: info: building zope2.10 in zope2.10_2.10.8-1.dsc
>  debian/rules build
> tar xfz Zope-2.10.8-final.tgz
> test -d debian/patched || install -d debian/patched
> cd z && CFLAGS="-Wall -g -O2" ./configure \
>               
> --prefix=/build/user-zope2.10_2.10.8-1-amd64-315F5a/zope2.10-2.10.8/debian/zope2.10/usr/lib/zope2.10
>  \
>               --with-python=/usr/bin/python2.4
> /bin/sh: line 0: cd: z: No such file or directory
> make: *** [build-arch-stamp] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/zope2.10_2.10.8-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: zope2.11
Source-Version: 2.11.3-1

We believe that the bug you reported is fixed in the latest version of
zope2.11, which is due to be installed in the Debian FTP archive:

zope2.11-sandbox_2.11.3-1_all.deb
  to pool/main/z/zope2.11/zope2.11-sandbox_2.11.3-1_all.deb
zope2.11_2.11.3-1.diff.gz
  to pool/main/z/zope2.11/zope2.11_2.11.3-1.diff.gz
zope2.11_2.11.3-1.dsc
  to pool/main/z/zope2.11/zope2.11_2.11.3-1.dsc
zope2.11_2.11.3-1_amd64.deb
  to pool/main/z/zope2.11/zope2.11_2.11.3-1_amd64.deb
zope2.11_2.11.3.orig.tar.gz
  to pool/main/z/zope2.11/zope2.11_2.11.3.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 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <m...@debian.org> (supplier of updated zope2.11 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 03 Jul 2009 14:42:22 +0200
Source: zope2.11
Binary: zope2.11 zope2.11-sandbox
Architecture: source amd64 all
Version: 2.11.3-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Meurer <m...@debian.org>
Changed-By: Jonas Meurer <m...@debian.org>
Description: 
 zope2.11   - Open Source Web Application Server
 zope2.11-sandbox - sandbox instance for the zope2.11 web application server
Closes: 527030 534013
Changes: 
 zope2.11 (2.11.3-1) unstable; urgency=low
 .
   * New upstream release
   * Minor improvement to the long description of zope2.11-sandbox.
     (closes: #527030)
   * Don't delete lib/python/pytz/LICENSE.txt as it is not provided any longer.
   * Reorder targets and dependencies in debian/rules to actually fix
     parallel building. Still disable parallel building for now, as suggested
     by Lucas Nussbaum. (closes: #534013)
   * Migrate from python-central to python-support:
     - add debian/pyversions, remove debian/pycompat
     - add depends on ${python:Depends}
     - add pycentral cleanup code to debian/zopeZVER.preinst.in
   * Exclude lib/python/RestrictedPython/tests and lib/python/mechanize from
     byte-compiling with dh_pysupport, as both include code for python2.5+ that
     fails to compile with python2.4.
   * Bump standards-version to 3.8.2, no changes needed.
   * Check for /etc/default/zope2.10 before including it in initscript.
   * lintian cleanup:
     - zopeZVER-sandbox.copyright.in: link to GPL-2 instead of GPL.
     - *.{post|pre}{inst|rm}: use set -e instead of /bin/sh -e.
Checksums-Sha1: 
 209674b6e08ec6ef1880c7c4209164cb163ac0a2 1424 zope2.11_2.11.3-1.dsc
 382d0dc9db126feceef1d3c8f3e89a2cee18c3ff 7311704 zope2.11_2.11.3.orig.tar.gz
 ae86f7d0d572541dbc539aa89cd3f83821a4414f 14574 zope2.11_2.11.3-1.diff.gz
 b9831e60942049fd11d63cf32b12664fd9a286d4 7147646 zope2.11_2.11.3-1_amd64.deb
 5ca23bd4e66cd02d39485edb4113a3837f1caf85 70252 
zope2.11-sandbox_2.11.3-1_all.deb
Checksums-Sha256: 
 b9569b3e5ae3f1937388bd15d8fd64f098f81f77bbf3cfd21ca05c34b5a5af5e 1424 
zope2.11_2.11.3-1.dsc
 943eac16355a1d962cc43de254f2eb50a8bf81ee1b7ed45938b0646b3a3e7bd3 7311704 
zope2.11_2.11.3.orig.tar.gz
 19b0da286af4b8beccccd8b1d06b72a0863a7e6e1a66f2d7deaf66c5c46da36b 14574 
zope2.11_2.11.3-1.diff.gz
 b0d83cd7df6ef3eef00739a048bdae657da4dffb1fccbbdef8a1cb581a12099d 7147646 
zope2.11_2.11.3-1_amd64.deb
 60d872fda49e49fc3dc95d9e7c1f035f960ac8a255893e94237bc6762873a1a8 70252 
zope2.11-sandbox_2.11.3-1_all.deb
Files: 
 1cc2f148fb5c976369fe37f5fbc5ad6c 1424 zope optional zope2.11_2.11.3-1.dsc
 dbf9ff83f6fd7e2f89bd71c9ec43cb75 7311704 zope optional 
zope2.11_2.11.3.orig.tar.gz
 bedfa2b207cc5a3b6688cf18bc47dec1 14574 zope optional zope2.11_2.11.3-1.diff.gz
 324c988b7408286c2520f519516f7930 7147646 zope optional 
zope2.11_2.11.3-1_amd64.deb
 a9fc58c0b6b88dba07759b505adc28c3 70252 zope optional 
zope2.11-sandbox_2.11.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpN/5wACgkQd6lUs+JfIQIJPQCfYzmiC7vm08JlDSZiGWl6+YyL
vS0AnibgwpoRpy+FQX0CnnDR5G5AabEo
=MCIP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to