Page 1 of 1
ufraw and jdk 7u9 - SOLVED
Posted: 21. Dec 2012, 19:55
by ElderDryas
Using Sourcery to get ufraw gives "There was an error while downloading source files for jdk 7u9" (a dependency)...trying to get jdk 7u9 (in sourcery) gives the same error. gslapt only has openjdk 7u9. I'm guessing I can't substitute w/o changing the scripts?
Re: ufraw and jdk 7u9
Posted: 21. Dec 2012, 20:51
by laprjns
You could try installing ufraw without the dependencies using:
slapt-src -n -i ufraw
then install all the other dependencies individually.
Re: ufraw and jdk 7u9
Posted: 21. Dec 2012, 21:02
by laprjns
actually you should do the following:
slapt-get -i openjdk
slapt-src --i lensfun
slapt-src --i gtkimageview
slapt-src -n -i dcraw
slapt-src -n -i ufraw
Re: ufraw and jdk 7u9
Posted: 21. Dec 2012, 21:47
by ElderDryas
laprjns wrote:actually you should do the following:
As root (sudo did <NOT> work for me

Re: ufraw and jdk 7u9
Posted: 24. Dec 2012, 01:07
by ElderDryas
laprjns wrote:actually you should do the following:
slapt-get -i openjdk
slapt-src --i lensfun
slapt-src --i gtkimageview
slapt-src -n -i dcraw
slapt-src -n -i ufraw
According to the Slackbuild Information:
***
You can add "--enable-extras" to the configure arguments in the build
script to use the included dcraw and avoid the recommended dependency
dcraw.
***
So, using "slapt-src -n -i --enable-extras ufraw" should negate the need for the openjdk and dcraw lines/packages (the original jdk was a dependency of dcraw).
I tried it this way and everything worked just fine. Teaches me to read the Slackbuild information <first> next time.