Error converting raw files

151 views
Skip to first unread message

Luis Mismo

unread,
Sep 1, 2015, 2:25:46 PM9/1/15
to EnterMedia
Hi,

I am testing the new version of entermedia (8.19) on CentOS 7 following the CentOS installer instructions. Everything is working properly except conversion of raw photos like .nef files. This is the error:

convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1332. convert: unable to open image `/tmp/magick-1290929DzIquGlSMs.ppm': No such file or directory @ error/blob.c/OpenBlob/2695. convert: no images defined `/opt/entermediadb/webapp/WEB-INF/data/media/catalogs/public/generated/users/201509/d5/b3c4beaa1/image550x350.jpg' @ error/convert.c/ConvertImageCommand/3230.

It seems a problem with ufraw and if I try to install it I get this:

[root@localhost ~]# yum install ufraw
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: sunsite.rediris.es
 * epel: mirror0.babylon.network
 * extras: sunsite.rediris.es
 * updates: sunsite.rediris.es
Resolving Dependencies
--> Running transaction check
---> Package ufraw.x86_64 0:0.18-13.el6 will be installed
--> Processing Dependency: ufraw-common = 0.18-13.el6 for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: gtkimageview >= 1.6.1 for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libpng12.so.0(PNG12_0)(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libtiff.so.3()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libpng12.so.0()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: liblcms.so.1()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libgtkimageview.so.0()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libexiv2.so.5()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libcfitsio.so.0()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Running transaction check
---> Package compat-libtiff3.x86_64 0:3.9.4-11.el7 will be installed
---> Package libpng12.x86_64 0:1.2.50-6.el7 will be installed
---> Package ufraw.x86_64 0:0.18-13.el6 will be installed
--> Processing Dependency: gtkimageview >= 1.6.1 for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: liblcms.so.1()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libgtkimageview.so.0()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libexiv2.so.5()(64bit) for package: ufraw-0.18-13.el6.x86_64
--> Processing Dependency: libcfitsio.so.0()(64bit) for package: ufraw-0.18-13.el6.x86_64
---> Package ufraw-common.x86_64 0:0.18-13.el6 will be installed
--> Finished Dependency Resolution
Error: Package: ufraw-0.18-13.el6.x86_64 (entermediadb)
           Requires: libgtkimageview.so.0()(64bit)
Error: Package: ufraw-0.18-13.el6.x86_64 (entermediadb)
           Requires: gtkimageview >= 1.6.1
Error: Package: ufraw-0.18-13.el6.x86_64 (entermediadb)
           Requires: liblcms.so.1()(64bit)
Error: Package: ufraw-0.18-13.el6.x86_64 (entermediadb)
           Requires: libcfitsio.so.0()(64bit)
Error: Package: ufraw-0.18-13.el6.x86_64 (entermediadb)
           Requires: libexiv2.so.5()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Can anyone help?

Thanks

todd...@gmail.com

unread,
Sep 1, 2015, 3:07:58 PM9/1/15
to EnterMedia

The 8.19 Installer I used on 07/24/15 to install on Centos 7 did not include ufraw. I installed it separately, rebooted and now all RAW formats seem to work.

sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7Server/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

sudo yum install ufraw


The programmers are aware of this and have added it back in for the next release.

Luis Mismo

unread,
Sep 3, 2015, 12:37:18 PM9/3/15
to EnterMedia
Hi Todd,

Thanks for the quick reply.

I installed ufraw following your instructions with no errors but after uploading a RAW file I have the following error:

convert: FailedToExecuteCommand `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=/tmp/magick-11074HVWVhIKkowqx.png" "/tmp/magick-11074NVDT5DSwKaQb"' (-1) @ error/delegate.c/ExternalDelegateCommand/483. convert: delegate failed `"ufraw-batch" --silent --create-id=also --out-type=png --out-depth=16 "--output=%u.png" "%i"' @ error/delegate.c/InvokeDelegate/1332. convert: unable to open image `/tmp/magick-11074HVWVhIKkowqx.ppm': No such file or directory @ error/blob.c/OpenBlob/2695. convert: no images defined `/opt/entermediadb/webapp/WEB-INF/data/media/catalogs/public/generated/users/201509/fb/8db85bb28/image1024x768.jpg' @ error/convert.c/ConvertImageCommand/3230.

Any other idea?

Thanks for your help.

Luis Mismo

unread,
Sep 5, 2015, 9:55:51 AM9/5/15
to EnterMedia
The problem was solved installing new version entermediadb-8.19-1006.x86_64
Seems that this version install ufraw and entermediadb without problems.

Thanks

Christopher Burkey

unread,
Sep 5, 2015, 8:08:36 PM9/5/15
to enter...@googlegroups.com
Yes, we finally got it all working late Friday on Redhat 6x and 7x as well as CentOS 6x and 7x

We had to recompile UFRAW and make a new RPM as well as upgrade everyone's LibreOffice. Was not easy!!!



--
You received this message because you are subscribed to the Google Groups "EnterMedia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to entermedia+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages