×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Error installation indi-full ubuntu 22.04

  • Posts: 4
  • Thank you received: 0
Hello,
I'm running Ubuntu 22.04 Jammy on my raspberry 3+ model b and i have some error whith installation of packages. Repository "ppa:mutlaqja/ppa" is correctly added and present in my "/etc/apt/sources.list".
But gsc package is not found and indi-full got a lot of dependencies problems :
Gsc:
hamham@astroloutre:/var/lib/apt/lists$ sudo apt install gsc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gsc
If i'm checking ig gsc is present :
hamham@astroloutre:/var/lib/apt/lists$ grep ^Package /var/lib/apt/lists/ppa.launchpadcontent.net_mutlaqja_ppa_ubuntu_dists_jammy*_Packages | awk '{print $2}' | sort -u
gsc-data
indi-bin
# etc...
Should i install gsc-data instead ?

And for installation of indi-full
hamham@astroloutre:/var/lib/apt/lists$ sudo apt install indi-full
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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.
 indi-full : Depends: libindi1 (>= 1.9) but it is not going to be installed
             Depends: indi-bin (>= 1.9) but it is not going to be installed
             Depends: indi-eqmod but it is not going to be installed
             Depends: indi-sx but it is not going to be installed
             Depends: indi-sbig but it is not going to be installed
             Depends: indi-gphoto but it is not going to be installed
             Depends: indi-qsi but it is not going to be installed
             Depends: indi-fishcamp but it is not going to be installed
             Depends: indi-maxdomeii but it is not going to be installed
             Depends: indi-ffmv but it is not going to be installed
             Depends: indi-qhy but it is not going to be installed
             Depends: indi-gpsd but it is not going to be installed
             Depends: indi-mi but it is not going to be installed
             Depends: indi-duino but it is not installable
             Depends: indi-fli but it is not going to be installed
             Depends: indi-nexdome but it is not going to be installed
             Depends: indi-gpsnmea but it is not going to be installed
             Depends: indi-mgen but it is not going to be installed
             Depends: indi-shelyak but it is not going to be installed
             Depends: indi-nightscape but it is not going to be installed
             Depends: indi-toupbase but it is not going to be installed
             Depends: indi-atik but it is not installable
             Depends: indi-starbook but it is not going to be installed
             Depends: indi-starbook-ten but it is not going to be installed
             Depends: indi-talon6 but it is not going to be installed
             Depends: indi-pentax but it is not going to be installed
             Depends: indi-celestronaux but it is not installable
             Depends: indi-sv305 but it is not going to be installed
             Depends: indi-playerone but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
hamham@astroloutre:/var/lib/apt/lists$ 
Thank you :)
1 year 2 months ago #90424

Please Log in or Create an account to join the conversation.

  • Posts: 54
  • Thank you received: 5
If you are running ubuntu 22.04 and you dare to build from scratch, which is by far the best way to have a rock stable system, I strongly recommend you to try Nou's build scripts (gitea.nouspiro.space/nou/astro-soft-build).

In particular the "stable build". I use nothing but those together with Timeshift to get back to a working configuration if updates go awry.
1 year 2 months ago #90429

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
HI, i'm trying your scripts (even if i would prefer installation with package) and i have this error about one package :
hamham@astroloutre:~$ sudo apt install libdc1394-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed
  libdc1394-dev
0 to upgrade, 1 to newly install, 0 to remove and 26 not to upgrade.
Need to get 0 B/112 kB of archives.
After this operation, 415 kB of additional disk space will be used.
(Reading database ... 416596 files and directories currently installed.)
Preparing to unpack .../libdc1394-dev_2.2.6-4_armhf.deb ...
Unpacking libdc1394-dev:armhf (2.2.6-4) ...
dpkg: error processing archive /var/cache/apt/archives/libdc1394-dev_2.2.6-4_armhf.deb (--unpack):
 trying to overwrite '/usr/include/dc1394/camera.h', which is also in package libdc1394-22-dev:armhf 2.2.5-2.1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libdc1394-dev_2.2.6-4_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Does it matter ?
1 year 2 months ago #90478

Please Log in or Create an account to join the conversation.

  • Posts: 362
  • Thank you received: 114
Is this upgraded installation? Because libdc1394-22-dev is no longer available in 22.04 yeah remove that then install libdc1394-dev
The following user(s) said Thank You: Astro
1 year 2 months ago #90480

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
Yes, it's upgraded from 20.04 :) and ok for not install it.
After run compilation of indi git repository, it seems it's blocking at
[ 60%] Building CXX object drivers/focuser/CMakeFiles/indi_esattoarco_focus.dir/primalucacommandset.cpp.o
[ 60%] Built target indi_lakeside_focus
[ 60%] Building CXX object drivers/focuser/CMakeFiles/indi_dmfc_focus.dir/dmfc.cpp.o
I' trying it later.
However i would like to uderstand why i cant install package with apt :unsure:
1 year 2 months ago #90483

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
Issue open on github.com/indilib/indi/issues/1849

But still can't install package "indi-full" even with
<code>sudo apt-get -o Dpkg::Options::="--force-overwrite" -f install</code>
like explained in indilib.org/get-indi/download-ubuntu.html
Last edit: 1 year 2 months ago by Astro.
1 year 2 months ago #90529

Please Log in or Create an account to join the conversation.

Time to create page: 0.521 seconds