:: [DNG] package issue between install…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: crichmon
Fecha:  
A: dng
Asunto: [DNG] package issue between installs (apt issue?)
Hi,

I tried searching this question to no avail. So. I've got one physical
machine that's
been running Devuan since ASCII that I've pulled forward to Daedalus.
Somewhere
along the line I installed image-magick6 as well as ufraw-batch. I recently
set up
a Daedalus VM from scratch on fancier hardware, and when I tried to futz
with some
raw image files it failed. After a bit, I realized that the problem was
that ufraw-batch
was missing. The problem is that apt search can't find it. Both instances
have the
same apt sources in /etc/apt/sources.list I'm guessing that ufraw-batch was
installed
from an older release at some point and has since been dropped. I was able
to find:
/var/cache/apt/archives/ufraw-batch_0.22-4_amd64.deb on the one machine, and
tried
to install thusly:

devuanvm_/home/crichmon/Downloads> sudo apt install -f
./ufraw-batch_0.22-4_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'ufraw-batch' instead of './ufraw-batch_0.22-4_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ufraw-batch : Depends: libexiv2-14 (>= 0.25) but it is not installable
               Depends: libtiff5 (>= 4.0.3) but it is not installable


I do have these on the older machine that works with raw images:
d /var/cache/apt/archives/libtiff5_4.*
-rw-r--r-- 1 root root 272916 Feb 21 2023
/var/cache/apt/archives/libtiff5_4.1.0+git191117-2~deb10u7_amd64.deb
-rw-r--r-- 1 root root 290448 Feb 23 2023
/var/cache/apt/archives/libtiff5_4.2.0-1+deb11u4_amd64.deb

-rw-r--r-- 1 root root 701092 Jan 10 2023
/var/cache/apt/archives/libexiv2-14_0.25-4+deb10u4_amd64.deb
-rw-r--r-- 1 root root 1619756 Aug 6 2021
/var/cache/apt/archives/libexiv2-27_0.27.3-3+deb11u1_amd64.deb

Suggestions?

More to the point, what happened to support for image-magick?  FWIW, I'm
installing the server ISO or whatever the
non-desktop image is.  These are the apt sources enabled on both boxes.
deb     http://deb.devuan.org/merged daedalus main
deb     http://deb.devuan.org/merged daedalus-security main
deb     http://deb.devuan.org/merged daedalus-updates main
deb     http://deb.devuan.org/merged daedalus-backports main


Thx, Chris