Your message dated Fri, 12 Jan 2007 09:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402451: fixed in flpsed 0.3.7-1.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: flpsed
Version: 0.3.7-1
Severity: important
Tags: patch
hi
when gs points to gs-gpl, flpsed does not display
anything, and this error appears:
GPL Ghostscript 8.54: Cannot get ghostview property.
GPL Ghostscript 8.54: Unrecoverable error, exit code 1
The reason is that the code
GsWidget::exec_gs()
sets an env var GHOSTSCRIPT
that does not work with gs-gpl ;
so I patched the code to directly call gs-esp ; and
now it works
moreover, you must include a dependency on gs-esp
in debian/control
see patch
a.
ps: newer versions such as 0.4.4 suffer the same problem
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Versions of packages flpsed depends on:
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libfltk1.1 1.1.7-2 Fast Light Toolkit shared librarie
ii libgcc1 1:4.1.1-19 GCC support library
ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-4 X11 client-side library
flpsed recommends no packages.
-- no debconf information
--
Andrea Mennucc
"E' un mondo difficile. Che vita intensa!" (Tonino Carotone)
diff -ur flpsed-0.3.7/debian/control flpsed-0.3.7.mine/debian/control
--- flpsed-0.3.7/debian/control 2006-12-10 16:20:05.000000000 +0100
+++ flpsed-0.3.7.mine/debian/control 2006-12-10 16:22:02.000000000 +0100
@@ -7,7 +7,7 @@
Package: flpsed
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gs-esp, ${shlibs:Depends}, ${misc:Depends}
Description: a WYSIWYG pseudo PostScript editor
flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you can't
remove or modify existing elements of a document. But flpsed lets you add
Only in flpsed-0.3.7.mine/debian: control~
diff -ur flpsed-0.3.7/src/GsWidget.cxx flpsed-0.3.7.mine/src/GsWidget.cxx
--- flpsed-0.3.7/src/GsWidget.cxx 2006-04-19 17:30:37.000000000 +0200
+++ flpsed-0.3.7.mine/src/GsWidget.cxx 2006-12-10 16:22:23.000000000 +0100
@@ -302,7 +302,7 @@
(int) fl_xid(window()), (int) offscreen);
putenv(gvenv);
- argv[0] = "gs";
+ argv[0] = "gs-esp";
argv[1] = "-dSAFER";
argv[2] = "-dQUIET";
argv[3] = "-sDEVICE=x11alpha";
Only in flpsed-0.3.7.mine/src: GsWidget.cxx~
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: flpsed
Source-Version: 0.3.7-1.1
We believe that the bug you reported is fixed in the latest version of
flpsed, which is due to be installed in the Debian FTP archive:
flpsed_0.3.7-1.1.diff.gz
to pool/main/f/flpsed/flpsed_0.3.7-1.1.diff.gz
flpsed_0.3.7-1.1.dsc
to pool/main/f/flpsed/flpsed_0.3.7-1.1.dsc
flpsed_0.3.7-1.1_amd64.deb
to pool/main/f/flpsed/flpsed_0.3.7-1.1_amd64.deb
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.
A Mennucc1 <[EMAIL PROTECTED]> (supplier of updated flpsed 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: Fri, 12 Jan 2007 09:37:15 +0100
Source: flpsed
Binary: flpsed
Architecture: source amd64
Version: 0.3.7-1.1
Distribution: unstable
Urgency: high
Maintainer: Morten Brix Pedersen <[EMAIL PROTECTED]>
Changed-By: A Mennucc1 <[EMAIL PROTECTED]>
Description:
flpsed - a WYSIWYG pseudo PostScript editor
Closes: 388318 398906 402451
Changes:
flpsed (0.3.7-1.1) unstable; urgency=high
.
* NMU, backported some changes from version 0.3.9
* debian/rules : use "make distclean" to delete .deps dirs and other cruft
* Add "Depends: gs-esp" and use gs-esp (Closes: #402451).
The lack of dependency is a RC bug, hence the urgency.
* GsWidget::setProps() : call XSync()
(this is done in 0.3.9 to use gs-gpl ; it does not solve bug 402451
in Debian; but it makes sense nonetheless)
* Add Recommends: xpdf-utils | poppler-utils ; this fixes bug
"pdftops needed for pdf import", thanks to Stephan Beyer (Closes: #388318).
* Bug fix: "flpsed generates postscript with references to an unknown
font 'HelveticaNeue-Roman'", thanks to Jochen Eisinger (Closes: #398906)
(this change is also part of the newer 0.3.9, so it is a backport)
Files:
9d1ab7c85286d4b0931e73c16be0377d 616 graphics extra flpsed_0.3.7-1.1.dsc
000b72002b8368bf637d1ed438cf93ce 4545 graphics extra flpsed_0.3.7-1.1.diff.gz
49711b6a7a60d9b4d1d2b46236ac2b27 32058 graphics extra
flpsed_0.3.7-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFp06V9B/tjjP8QKQRAmYGAKCJxEid9bEp7wlG3o8GXg6S/HCwBACeLQKj
jk7+15XtM4gGSUFzikZBMW0=
=zNOe
-----END PGP SIGNATURE-----
--- End Message ---