Your message dated Sun, 30 Sep 2007 04:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433156: fixed in sqlfairy 0.08.001-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: sqlfairy
Version: 0.08-1
Severity: normal
Tags: patch
Hi,
When using the following command :
[EMAIL PROTECTED]:~/db$ sqlt-diagram --from=MySQL -o test.png
--natural-join db_prod_scheme_14072007.sql
Error: translate: Error with producer 'SQL::Translator::Producer::Diagram':
Can't locate object method "new" via package "Graph::Directed" (perhaps you
forgot to load "Graph::Directed"?) at /usr/share/perl5/SQL/Translator/Schema.pm
line 95.
The --natural-join command causes problem. The correction in the code is
simple. You only need to add a "use Graph::Directed" at line 95 of the
Schema.pm file (see patch in attachement).
Didrik
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
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 sqlfairy depends on:
ii libgraphviz-perl 2.02-1 Perl interface to the GraphViz gra
ii libsql-translator-perl 0.08-1 SQL translation library
ii perl 5.8.8-7 Larry Wall's Practical Extraction
sqlfairy recommends no packages.
-- no debconf information
--- /home/did/debian/Schema.pm 2007-07-15 01:04:56.000000000 +0200
+++ /usr/share/perl5/SQL/Translator/Schema.pm 2007-07-15 01:06:07.000000000
+0200
@@ -91,6 +91,7 @@
=cut
+ use Graph::Directed;
my $self = shift;
my $g = Graph::Directed->new;
--- End Message ---
--- Begin Message ---
Source: sqlfairy
Source-Version: 0.08.001-1
We believe that the bug you reported is fixed in the latest version of
sqlfairy, which is due to be installed in the Debian FTP archive:
libsql-translator-perl_0.08.001-1_all.deb
to pool/main/s/sqlfairy/libsql-translator-perl_0.08.001-1_all.deb
sqlfairy_0.08.001-1.diff.gz
to pool/main/s/sqlfairy/sqlfairy_0.08.001-1.diff.gz
sqlfairy_0.08.001-1.dsc
to pool/main/s/sqlfairy/sqlfairy_0.08.001-1.dsc
sqlfairy_0.08.001-1_all.deb
to pool/main/s/sqlfairy/sqlfairy_0.08.001-1_all.deb
sqlfairy_0.08.001.orig.tar.gz
to pool/main/s/sqlfairy/sqlfairy_0.08.001.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.
Eric Dorland <[EMAIL PROTECTED]> (supplier of updated sqlfairy 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: Sat, 29 Sep 2007 23:51:26 -0400
Source: sqlfairy
Binary: sqlfairy libsql-translator-perl
Architecture: source all
Version: 0.08.001-1
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <[EMAIL PROTECTED]>
Changed-By: Eric Dorland <[EMAIL PROTECTED]>
Description:
libsql-translator-perl - SQL translation library
sqlfairy - SQL translation utilities
Closes: 427309 433156
Changes:
sqlfairy (0.08.001-1) unstable; urgency=low
.
* New upstream release. (Closes: #427309)
* debian/control:
- Upgrade to Standards-Version to 3.7.2.2.
- Add Homepage and XS-Vcs-* headers.
- Use ${source:Version} instead of ${Source-Version}
* lib/SQL/Translator/Schema.pm, debian/control: Patch from Didrik Pinte to
fix sqlt-diagram failure. Add libgraph-perl to the depends and
build-depends (Closes: #433156)
* debian/watch: Update for new location on CPAN.
Files:
fad7772e2a32d0ba95025a750aa9e388 1231 perl optional sqlfairy_0.08.001-1.dsc
bd51e20786e77096560ca6faee779da4 537878 perl optional
sqlfairy_0.08.001.orig.tar.gz
c88bcb445658fca3e40b05c0a7f61a14 2820 perl optional sqlfairy_0.08.001-1.diff.gz
5d06376c0f4de1555a6324ca0c496ffd 402484 perl optional
libsql-translator-perl_0.08.001-1_all.deb
490cdd1b5d8f5cfc8fae8a4c5b7a6732 32208 perl optional
sqlfairy_0.08.001-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG/x7cYemOzxbZcMYRAp9FAKCUwd42jCyjjqxy4v0NjBr0rZJ+6wCgmoA6
xh2XrnI2625tn+V1giCgXzw=
=Kwqo
-----END PGP SIGNATURE-----
--- End Message ---