[imagemagick 0005170]: convert changes source time stamps
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Fri May 16 13:14:41 CEST 2014
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5170
======================================================================
Reported By: tt4l
Assigned To: laurent
======================================================================
Project: imagemagick
Issue ID: 5170
Category: packaging
Reproducibility: always
Severity: major
Priority: normal
Status: confirmed
======================================================================
Date Submitted: 2014-05-15 12:22 CEST
Last Modified: 2014-05-16 13:14 CEST
======================================================================
Summary: convert changes source time stamps
Description:
This does not happen with convert on Linux or with a compiled new version
Imagemagick 6.8.9-1 on Solaris. To reproduce create a simple Word
document:
$ stat test.doc|egrep "Modify|Change"
Modify: 2014-05-15 11:40:04.000000000 +0200
Change: 2014-05-15 11:41:39.929074900 +0200
$ /opt/csw/bin/convert test.doc test.jpg
convert: unable to open file `test.doc': No such file or directory @
error/fpx.c/ReadFPXImage/267.
convert: no images defined `test.jpg' @
error/convert.c/ConvertImageCommand/3147.
$ stat test.doc|egrep "Modify|Change"
Modify: 2014-05-15 11:58:40.748870081 +0200
Change: 2014-05-15 11:58:40.748870081 +0200
======================================================================
----------------------------------------------------------------------
(0010828) tt4l (reporter) - 2014-05-16 13:14
https://www.opencsw.org/mantis/view.php?id=5170#c10828
----------------------------------------------------------------------
I think I have less libraries/options compiled in, probably just because
some devel libs are not installed:
root at pictstore:/usr/local/stow/tmp/test# convert --version
Version: ImageMagick 6.8.8-7 Q16 i386 2014-03-03
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC HDRI Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype fpx gslib gvc jbig jng
jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml
zlib
root at pictstore:/usr/local/stow/tmp/test#
/usr/local/stow/ImageMagick-6.8.9-1/bin/convert -version
Version: ImageMagick 6.8.9-1 Q16 i386 2014-05-16
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib fftw jng jpeg lcms png tiff x xml zlib
More information about the bug-notifications
mailing list