Your message dated Sun, 17 Jan 2010 15:48:21 +0000
with message-id <e1nwxmt-0000zp...@ries.debian.org>
and subject line Bug#543001: fixed in euca2ools 1.1-1
has caused the Debian Bug report #543001,
regarding euca2ools: FTBFS: ImportError: No module named euca2ools
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.)


-- 
543001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543001
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: euca2ools
Version: 1.0+bzr20090731-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory 
> `/build/user-euca2ools_1.0+bzr20090731-1-amd64-PGfT5m/euca2ools-1.0+bzr20090731'
> Generating manpages...
> Traceback (most recent call last):
>   File "bin/euca-add-group", line 36, in <module>
>     from euca2ools import Util, Euca2ool
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-add-group
> Traceback (most recent call last):
>   File "bin/euca-add-keypair", line 36, in <module>
>     from euca2ools import Euca2ool, Util 
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-add-keypair
> Traceback (most recent call last):
>   File "bin/euca-allocate-address", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-allocate-address
> Traceback (most recent call last):
>   File "bin/euca-associate-address", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, 
> InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-associate-address
> Traceback (most recent call last):
>   File "bin/euca-attach-volume", line 36, in <module>
>     from euca2ools import Euca2ool, VolumeValidationError, 
> InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-attach-volume
> Traceback (most recent call last):
>   File "bin/euca-authorize", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, 
> ProtocolValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-authorize
> Traceback (most recent call last):
>   File "bin/euca-bundle-image", line 36, in <module>
>     from euca2ools import Euca2ool, FileValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-bundle-image
> Traceback (most recent call last):
>   File "bin/euca-bundle-vol", line 36, in <module>
>     from euca2ools import Euca2ool, FileValidationError, DirValidationError, 
> CopyError, MetadataReadError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-bundle-vol
> Traceback (most recent call last):
>   File "bin/euca-confirm-product-instance", line 36, in <module>
>     from euca2ools import Euca2ool, InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-confirm-product-instance
> Traceback (most recent call last):
>   File "bin/euca-create-snapshot", line 36, in <module>
>     from euca2ools import Euca2ool, VolumeValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-create-snapshot
> Traceback (most recent call last):
>   File "bin/euca-create-volume", line 36, in <module>
>     from euca2ools import Euca2ool, SizeValidationError, 
> SnapshotValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-create-volume
> Traceback (most recent call last):
>   File "bin/euca-delete-bundle", line 37, in <module>
>     from euca2ools import Euca2ool, FileValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-delete-bundle
> Traceback (most recent call last):
>   File "bin/euca-delete-group", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-delete-group
> Traceback (most recent call last):
>   File "bin/euca-delete-keypair", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-delete-keypair
> Traceback (most recent call last):
>   File "bin/euca-delete-snapshot", line 36, in <module>
>     from euca2ools import Euca2ool, SnapshotValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-delete-snapshot
> Traceback (most recent call last):
>   File "bin/euca-delete-volume", line 36, in <module>
>     from euca2ools import Euca2ool, VolumeValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-delete-volume
> Traceback (most recent call last):
>   File "bin/euca-deregister", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-deregister
> Traceback (most recent call last):
>   File "bin/euca-describe-addresses", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-addresses
> Traceback (most recent call last):
>   File "bin/euca-describe-availability-zones", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-availability-zones
> Traceback (most recent call last):
>   File "bin/euca-describe-groups", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-groups
> Traceback (most recent call last):
>   File "bin/euca-describe-image-attribute", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-image-attribute
> Traceback (most recent call last):
>   File "bin/euca-describe-images", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-images
> Traceback (most recent call last):
>   File "bin/euca-describe-instances", line 36, in <module>
>     from euca2ools import Euca2ool, InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-instances
> Traceback (most recent call last):
>   File "bin/euca-describe-keypairs", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-keypairs
> Traceback (most recent call last):
>   File "bin/euca-describe-regions", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-regions
> Traceback (most recent call last):
>   File "bin/euca-describe-snapshots", line 36, in <module>
>     from euca2ools import Euca2ool, SnapshotValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-snapshots
> Traceback (most recent call last):
>   File "bin/euca-describe-volumes", line 36, in <module>
>     from euca2ools import Euca2ool, VolumeValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-describe-volumes
> Traceback (most recent call last):
>   File "bin/euca-detach-volume", line 36, in <module>
>     from euca2ools import Euca2ool, VolumeValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-detach-volume
> Traceback (most recent call last):
>   File "bin/euca-disassociate-address", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-disassociate-address
> Traceback (most recent call last):
>   File "bin/euca-download-bundle", line 37, in <module>
>     from euca2ools import Euca2ool, FileValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-download-bundle
> Traceback (most recent call last):
>   File "bin/euca-get-console-output", line 36, in <module>
>     from euca2ools import Euca2ool, InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-get-console-output
> Traceback (most recent call last):
>   File "bin/euca-modify-image-attribute", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-modify-image-attribute
> Traceback (most recent call last):
>   File "bin/euca-reboot-instances", line 36, in <module>
>     from euca2ools import Euca2ool, InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-reboot-instances
> Traceback (most recent call last):
>   File "bin/euca-register", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-register
> Traceback (most recent call last):
>   File "bin/euca-release-address", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-release-address
> Traceback (most recent call last):
>   File "bin/euca-reset-image-attribute", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-reset-image-attribute
> Traceback (most recent call last):
>   File "bin/euca-revoke", line 36, in <module>
>     from euca2ools import Euca2ool, AddressValidationError, 
> ProtocolValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-revoke
> Traceback (most recent call last):
>   File "bin/euca-run-instances", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-run-instances
> Traceback (most recent call last):
>   File "bin/euca-terminate-instances", line 36, in <module>
>     from euca2ools import Euca2ool, InstanceValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-terminate-instances
> Traceback (most recent call last):
>   File "bin/euca-unbundle", line 36, in <module>
>     from euca2ools import Euca2ool, FileValidationError, DirValidationError, 
> Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-unbundle
> Traceback (most recent call last):
>   File "bin/euca-upload-bundle", line 37, in <module>
>     from euca2ools import Euca2ool, FileValidationError, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-upload-bundle
> Traceback (most recent call last):
>   File "bin/euca-version", line 36, in <module>
>     from euca2ools import Euca2ool, Util
> ImportError: No module named euca2ools
> help2man: can't get `--help' info from bin/euca-version
> make[1]: *** [man/euca-add-group.1] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/euca2ools_1.0+bzr20090731-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: euca2ools
Source-Version: 1.1-1

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

euca2ools_1.1-1.diff.gz
  to main/e/euca2ools/euca2ools_1.1-1.diff.gz
euca2ools_1.1-1.dsc
  to main/e/euca2ools/euca2ools_1.1-1.dsc
euca2ools_1.1-1_all.deb
  to main/e/euca2ools/euca2ools_1.1-1_all.deb
euca2ools_1.1.orig.tar.gz
  to main/e/euca2ools/euca2ools_1.1.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 543...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Charles Plessy <ple...@debian.org> (supplier of updated euca2ools 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: Sun, 17 Jan 2010 21:36:04 +0900
Source: euca2ools
Binary: euca2ools
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Grzegorczyk <g...@eucalyptus.com>
Changed-By: Charles Plessy <ple...@debian.org>
Description: 
 euca2ools  - managing cloud instances for Eucalyptus
Closes: 543001
Changes: 
 euca2ools (1.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #543001).
   * Delete euca2ools/euca2ools.egg-info/ at clean time (debian/rules).
   * Disabled upstream manpage regeneration in the clean target of debian/rules,
     since it generates a big diff for no clear benefit. Dropped the build
     dependency on help2man (debian/control).
   * Use Debhelper 7 (debian/control, debian/compat).
   * Dropped version constraint in build deps. that are satisfied in Lenny.
   * Build-depend on python-all instead of python-all-dev, blindly trusting the
     advice ‘build-depends-on-python-dev-with-no-arch-any’ from Lintian.
   * Raised the package’s Priority to optional (debian/control).
   * Depends on python-boto >= 1.8d instead of 1.8c according to the INSTALL
     file (debian/control).
   * Updated Standards-Version after checking conformance with Policy 3.8.3
     (debian/control, no other changes needed).
   * Added myself to Uploaders (debian/control).
Checksums-Sha1: 
 f10ed9f68a79702f3884d2fde086dbcdbb15c2a0 1115 euca2ools_1.1-1.dsc
 7f37f1c84110e4998f65ce143263e34981c38aa5 45169 euca2ools_1.1.orig.tar.gz
 82c28b5b80912bebe5c734bfe7d301daecf338fd 2553 euca2ools_1.1-1.diff.gz
 8e9c6c1ad804167ac3c4f2fa74d7637be95346a1 66402 euca2ools_1.1-1_all.deb
Checksums-Sha256: 
 235f29365058871c4e474dbd9fa49dc46884d5c3e7acc8e6146567125ff91479 1115 
euca2ools_1.1-1.dsc
 87ed69dcb418427519020cdcf0616ce7caf5567e79c80287a2af63c139d04f48 45169 
euca2ools_1.1.orig.tar.gz
 3fe57da28c803d690e39f6d95a671594e35fb4b3f245e6c7c2dab13db7ddd64a 2553 
euca2ools_1.1-1.diff.gz
 b604b5e3a2588f3c5ca8d527a253f09475d8bbf468654c50eb7e3cca0fc25546 66402 
euca2ools_1.1-1_all.deb
Files: 
 49c0613ce9539a2c9ec1042706ec6655 1115 utils optional euca2ools_1.1-1.dsc
 70dd0cb344e5fd0374d934eeda2ef730 45169 utils optional euca2ools_1.1.orig.tar.gz
 3b969c292dba8fd0d572ed48e5b80652 2553 utils optional euca2ools_1.1-1.diff.gz
 c48c7b18d87129e0cb099f291b3dfc15 66402 utils optional euca2ools_1.1-1_all.deb

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

iEYEARECAAYFAktTGS4ACgkQdYl1krr+x/Iv2QCfeY6FH/ORGPPUnxBHguvDW1Fp
3nMAoIkTO/sQBXkn0eqTLSQrv2IDF0sS
=2Dkd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to