Your message dated Mon, 11 Feb 2008 03:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460258: fixed in turbogears 1.0.4.3-1
has caused the Debian Bug report #460258,
regarding python-turbogears: tg-admin quickstart fails (copydir problem)
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.)


-- 
460258: http://bugs.debian.org/cgi-bin//460258
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-turbogears
Version: 1.0.4~b3-1
Severity: important

*** Please type your report below this line ***
Running "tg-admin quickstart" gives me this output:

=== snip ===
Enter project name: wiki
Enter package name [wiki]: wiki
Do you need Identity (usernames/passwords) in this project? [no] no
Selected and implied templates:
  TurboGears#tgbase      tg base template
  TurboGears#turbogears  web framework

Variables:
  egg:               wiki
  elixir:            False
  identity:          none
  package:           wiki
  project:           wiki
  sqlalchemy:        False
  sqlobject:         True
  sqlobjectversion:  SQLObject>=0.8,<0.10dev
Creating template tgbase
Creating directory ./wiki
  Recursing into +einame+.egg-info
    Creating ./wiki/wiki.egg-info/
    Copying PKG-INFO to ./wiki/wiki.egg-info/PKG-INFO
    Copying paster_plugins.txt to ./wiki/wiki.egg-info/paster_plugins.txt
    Copying sqlobject.txt_tmpl to ./wiki/wiki.egg-info/sqlobject.txt
  Recursing into +package+
    Creating ./wiki/wiki/
    Copying __init__.py to ./wiki/wiki/__init__.py
    Copying release.py_tmpl to ./wiki/wiki/release.py
    Recursing into static
      Creating ./wiki/wiki/static/
      Recursing into css
        Creating ./wiki/wiki/static/css/
Skipping file 
/var/lib/python-support/python2.4/turbogears/qstemplates/qsbase/+package+/static/css/empty_tmpl
        Copying empty_tmpl to ./wiki/wiki/static/css/empty
Traceback (most recent call last):
  File "/usr/bin/tg-admin", line 7, in ?
    sys.exit(
  File "/var/lib/python-support/python2.4/turbogears/command/base.py", line 
379, in main
    command.run()
  File "/var/lib/python-support/python2.4/turbogears/command/quickstart.py", 
line 256, in run
    command.run(cmd_args)
  File "/var/lib/python-support/python2.4/paste/script/command.py", line 213, 
in run
    result = self.command()
  File "/var/lib/python-support/python2.4/paste/script/create_distro.py", line 
124, in command
    self.create_template(
  File "/var/lib/python-support/python2.4/paste/script/create_distro.py", line 
167, in create_template
    template.run(self, output_dir, vars)
  File "/var/lib/python-support/python2.4/turbogears/command/quickstart.py", 
line 34, in run
    super(TGTemplate, self).run(command, output_dirs, vars)
  File "/var/lib/python-support/python2.4/paste/script/templates.py", line 57, 
in run
    self.write_files(command, output_dir, vars)
  File "/var/lib/python-support/python2.4/paste/script/templates.py", line 126, 
in write_files
    template_renderer=self.template_renderer)
  File "/var/lib/python-support/python2.4/paste/script/copydir.py", line 94, in 
copy_dir
    svn_add=svn_add, template_renderer=template_renderer)
  File "/var/lib/python-support/python2.4/paste/script/copydir.py", line 94, in 
copy_dir
    svn_add=svn_add, template_renderer=template_renderer)
  File "/var/lib/python-support/python2.4/paste/script/copydir.py", line 94, in 
copy_dir
    svn_add=svn_add, template_renderer=template_renderer)
  File "/var/lib/python-support/python2.4/paste/script/copydir.py", line 126, 
in copy_dir
    f.write(content)
TypeError: argument 1 must be string or read-only buffer, not None
==== snip ====

This makes turbogears quite useless. I found no upstream bug releated to this.


-- System Information:
Debian Release: broken
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-dom-acpipatch (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-turbogears depends on:
ii  python                2.4.4-6            An interactive high-level object-o
ii  python-celementtree   1.0.5-9            Light-weight toolkit for XML proce
ii  python-cheetah        2.0.1-1            text-based template engine and Pyt
ii  python-cherrypy       2.2.1-3            Python web development framework
ii  python-configobj      4.4.0-2            a simple but powerful config file
ii  python-decoratortools 1.6-1              version-agnostic decorators suppor
ii  python-dispatch       0.5a.svn20070626-3 Rule-based Dispatching and Generic
ii  python-elementtree    1.2.6-11           Light-weight toolkit for XML proce
ii  python-formencode     0.9-1              validation and form generation pyt
ii  python-kid            0.9.6-1            simple Pythonic template language
ii  python-nose           0.10.0-1           test discovery and running for Pyt
ii  python-paste          1.6-1              Tools for using a Web Server Gatew
ii  python-pastedeploy    1.3.1-2            Load, configure, and compose WSGI
ii  python-pastescript    1.6.1-1            serving web applications, creating
ii  python-setuptools     0.6c7-1            Python Distutils Enhancements
ii  python-simplejson     1.7.3-1            Simple, fast, extensible JSON enco
ii  python-sqlalchemy     0.4.2p3-1          SQL toolkit and Object Relational
ii  python-sqlobject      0.9.1-1            python module for SQLObject
ii  python-support        0.7.6              automated rebuilding support for p
ii  python-turbojson      1.0-1              TurboGears template plugin that su
ii  python-turbokid       1.0.1-1            TurboGears template plugin that su

Versions of packages python-turbogears recommends:
ii  python-elixir                 0.5.0-1    Declarative Mapper for SQLAlchemy
ii  python-pysqlite2              2.4.0-2    python interface to SQLite 3

-- no debconf information

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: turbogears
Source-Version: 1.0.4.3-1

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

python-turbogears_1.0.4.3-1_all.deb
  to pool/main/t/turbogears/python-turbogears_1.0.4.3-1_all.deb
turbogears_1.0.4.3-1.diff.gz
  to pool/main/t/turbogears/turbogears_1.0.4.3-1.diff.gz
turbogears_1.0.4.3-1.dsc
  to pool/main/t/turbogears/turbogears_1.0.4.3-1.dsc
turbogears_1.0.4.3.orig.tar.gz
  to pool/main/t/turbogears/turbogears_1.0.4.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gustavo Noronha Silva <[EMAIL PROTECTED]> (supplier of updated turbogears 
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: Mon, 11 Feb 2008 00:08:02 -0200
Source: turbogears
Binary: python-turbogears
Architecture: source all
Version: 1.0.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Changed-By: Gustavo Noronha Silva <[EMAIL PROTECTED]>
Description: 
 python-turbogears - Python-based web framework
Closes: 460258 462599 463490
Changes: 
 turbogears (1.0.4.3-1) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
 .
   [ Piotr Ożarowski ]
   * Bump required python-pastescript version to 1.6.1.1-1 (Closes: #460258)
 .
   [ Gustavo Noronha Silva ]
   * New upstream release (Closes: #462599, 463490)
   * debian/control:
   - remove -1 from setuptools' version requirement on build-deps
Files: 
 079edb62c18e6f3f7f3da57917041061 964 python optional turbogears_1.0.4.3-1.dsc
 a19eb069bd8dde75c23ec8f9eceef38e 1103967 python optional 
turbogears_1.0.4.3.orig.tar.gz
 7b91f88d6d305e91e5033071e76d4d21 8776 python optional 
turbogears_1.0.4.3-1.diff.gz
 57b41c698171ab520fc136a0d5742313 1093076 python optional 
python-turbogears_1.0.4.3-1_all.deb

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

iD8DBQFHr7bUt1anjIgqbEsRAvROAJ9Awv794xREU4mA0PaCFhqXStGQ7wCeJsff
4DGcMOmswo9yH58uu3+yUE8=
=0CTm
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to