ufraw and jdk 7u9 - SOLVED
- ElderDryas
- Posts: 144
- Joined: 3. Nov 2011, 22:06
- Location: Lincoln, Nebraska USA
ufraw and jdk 7u9 - SOLVED
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.
Re: ufraw and jdk 7u9
You could try installing ufraw without the dependencies using:
slapt-src -n -i ufraw
then install all the other dependencies individually.
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
― George Orwell, 1984
Re: ufraw and jdk 7u9
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
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
― George Orwell, 1984
- ElderDryas
- Posts: 144
- Joined: 3. Nov 2011, 22:06
- Location: Lincoln, Nebraska USA
Re: ufraw and jdk 7u9
As root (sudo did <NOT> work for melaprjns wrote:actually you should do the following:

- ElderDryas
- Posts: 144
- Joined: 3. Nov 2011, 22:06
- Location: Lincoln, Nebraska USA
Re: ufraw and jdk 7u9
According to the Slackbuild Information: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
***
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.