Bug#524452: Bug#523596: problem of 523596 is in graphicsmagick

2009-05-08 Thread Thomas Viehmann
tag 524452 + patch
thanks

Thanks Daniel for the update.

 Unfortunately, psiconv still fails to build with this version because
 it apparently makes use of a prehistoric and long deprecated API
 function. It doesn't really make sense to schedule another bin-NMU
 until this is problem fixed with a psiconv upload.

Then lets move the conversation to #524452. Tested with the Clipart file
in tarball's examples directory. I will not comment on the nature of
that file, though.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/
diff -u psiconv-0.9.8/debian/changelog psiconv-0.9.8/debian/changelog
--- psiconv-0.9.8/debian/changelog
+++ psiconv-0.9.8/debian/changelog
@@ -1,3 +1,11 @@
+psiconv (0.9.8-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change DestroyImages to DestroyImageList in psiconv.
+Closes: #524452
+
+ -- Thomas Viehmann t...@beamnet.de  Fri, 08 May 2009 08:22:48 +0200
+
 psiconv (0.9.8-4) unstable; urgency=low
 
   * Added psiconv.1 manpage.
only in patch2:
unchanged:
--- psiconv-0.9.8.orig/program/psiconv/gen_image.c
+++ psiconv-0.9.8/program/psiconv/gen_image.c
@@ -165,8 +165,8 @@
   DestroyExceptionInfo(exc);
   DestroyImageInfo(image_info);
   if (image != images)
-DestroyImages(image);
-  DestroyImages(images);
+DestroyImageList(image);
+  DestroyImageList(images);
 }
 
 void gen_clipart(const psiconv_config config,psiconv_list list,


Bug#524452: Bug#523596: problem of 523596 is in graphicsmagick

2009-05-08 Thread Adeodato Simó
+ Thomas Viehmann (Fri, 08 May 2009 08:39:41 +0200):

 tag 524452 + patch
 thanks

 Thanks Daniel for the update.

  Unfortunately, psiconv still fails to build with this version because
  it apparently makes use of a prehistoric and long deprecated API
  function. It doesn't really make sense to schedule another bin-NMU
  until this is problem fixed with a psiconv upload.

 Then lets move the conversation to #524452. Tested with the Clipart file
 in tarball's examples directory. I will not comment on the nature of
 that file, though.

Ah, great, thanks Thomas. Daniel, do you think you could make an upload?

Cheers,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523596: problem of 523596 is in graphicsmagick

2009-05-07 Thread Adeodato Simó
Hey, Daniel.

 reassign 523596 libgraphicsmagick1-dev
 retitle 523596 Bogus cflags returned by GraphicsMagick-config

 $ GraphicsMagick-config --cflags
 -fopenmp -Wall -g -fno-strict-aliasing -Wformat -Werror=format-security
 -D_FORTIFY_SOURCE=2 -fstack-protector -fPIE -O2 -Wall -pthread

 Not good. Here it is -fPIE causing trouble (FTBFS), but I do not think
 that it has any business specifying any of the above. Similar
 considerations probably apply to other options and other -config.

Do you have an estimation of when you'll be able to address this issue?
It seems to be the last bit needed for the graphicsmagick transition to
become a candidate to be tried for migration (in particular, the fix is
needed so that psiconv can be rebuilt, and it's the last reverse
dependency needing to be built).

If not, Thomas has offered to prepare a fix to be uploaded. I'm told he
could prepare an upload that would just provide under debian/ -config
executables that completely substitute upstream's, or a patch that fixes
the upstream code itself.

Please let us know what you prefer: upload yourself, and in this case
let us know an approximate ETA, or a NMU, and in this case let us know
your preferred approach.

Thanks!

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523596: problem of 523596 is in graphicsmagick

2009-05-07 Thread Daniel Kobras
Hi!

On Thu, May 07, 2009 at 08:59:33AM +0200, Adeodato Simó wrote:
  reassign 523596 libgraphicsmagick1-dev
  retitle 523596 Bogus cflags returned by GraphicsMagick-config
 
  $ GraphicsMagick-config --cflags
  -fopenmp -Wall -g -fno-strict-aliasing -Wformat -Werror=format-security
  -D_FORTIFY_SOURCE=2 -fstack-protector -fPIE -O2 -Wall -pthread
 
  Not good. Here it is -fPIE causing trouble (FTBFS), but I do not think
  that it has any business specifying any of the above. Similar
  considerations probably apply to other options and other -config.
 
 Do you have an estimation of when you'll be able to address this issue?
 It seems to be the last bit needed for the graphicsmagick transition to
 become a candidate to be tried for migration (in particular, the fix is
 needed so that psiconv can be rebuilt, and it's the last reverse
 dependency needing to be built).

I've only briefly looked into this problem so far. Actually, I'd prefer
to see psiconv change from the (deprecated) Magick-config to pkgconfig.
I'm tempted to remove GraphicsMagick-config completely, and only provide
Magick-config in the -dev-compat package. It still needs tweaked --cflags
to prevent build failures, of course (and an update to the man page
that correctly documents --cflags as Print the compiler flags that were
used to compile libMagick).

One way or another, I'll see to get the packages in shape to complete
the transition later tonight.

Regards,

Daniel.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523596: problem of 523596 is in graphicsmagick

2009-05-07 Thread Daniel Kobras
Hi Dato!

On Thu, May 07, 2009 at 08:59:33AM +0200, Adeodato Simó wrote:
 Do you have an estimation of when you'll be able to address this issue?
 It seems to be the last bit needed for the graphicsmagick transition to
 become a candidate to be tried for migration (in particular, the fix is
 needed so that psiconv can be rebuilt, and it's the last reverse
 dependency needing to be built).

I've just uploaded graphicsmagick 1.3.5-5 with a sanitised
GraphicsMagick-config. Unfortunately, psiconv still fails to build with
this version because it apparently makes use of a prehistoric and long
deprecated API function. It doesn't really make sense to schedule
another bin-NMU until this is problem fixed with a psiconv upload.

Regards,

Daniel.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523596: problem of 523596 is in graphicsmagick

2009-05-07 Thread Adeodato Simó
+ Daniel Kobras (Thu, 07 May 2009 20:44:16 +0200):

 Hi Dato!

Hello!

 On Thu, May 07, 2009 at 08:59:33AM +0200, Adeodato Simó wrote:
  Do you have an estimation of when you'll be able to address this issue?
  It seems to be the last bit needed for the graphicsmagick transition to
  become a candidate to be tried for migration (in particular, the fix is
  needed so that psiconv can be rebuilt, and it's the last reverse
  dependency needing to be built).

 I've just uploaded graphicsmagick 1.3.5-5 with a sanitised
 GraphicsMagick-config.

Great, thanks Daniel.

 Unfortunately, psiconv still fails to build with this version because
 it apparently makes use of a prehistoric and long deprecated API
 function. It doesn't really make sense to schedule another bin-NMU
 until this is problem fixed with a psiconv upload.

Ah, good thing that you tried to build it, then. Thomas, is this
something you could tackle? As I said elsewhere, I'd rather not remove
psiconv from testing since it provides a library with a reverse
dependency.

Cheers,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#523596: problem of 523596 is in graphicsmagick

2009-05-04 Thread Thomas Viehmann
reassign 523596 libgraphicsmagick1-dev
retitle 523596 Bogus cflags returned by GraphicsMagick-config

Hi Daniel,

thanks for maintaining graphicsmagick
$ GraphicsMagick-config --cflags
-fopenmp -Wall -g -fno-strict-aliasing -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2 -fstack-protector -fPIE -O2 -Wall -pthread

Not good. Here it is -fPIE causing trouble (FTBFS), but I do not think
that it has any business specifying any of the above. Similar
considerations probably apply to other options and other -config.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org