ufraw and jdk 7u9 - SOLVED

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

ufraw and jdk 7u9 - SOLVED

Post 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?
Last edited by ElderDryas on 21. Dec 2012, 21:47, edited 1 time in total.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: ufraw and jdk 7u9

Post by laprjns »

You could try installing ufraw without the dependencies using:
slapt-src -n -i ufraw

then install all the other dependencies individually.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: ufraw and jdk 7u9

Post 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
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

Re: ufraw and jdk 7u9

Post by ElderDryas »

laprjns wrote:actually you should do the following:
As root (sudo did <NOT> work for me :(
User avatar
ElderDryas
Posts: 144
Joined: 3. Nov 2011, 22:06
Location: Lincoln, Nebraska USA

Re: ufraw and jdk 7u9

Post 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.
Post Reply