New try and still blocked at 60% of the installation

[ 59%] Building CXX object drivers/focuser/CMakeFiles/indi_dmfc_focus.dir/dmfc.cpp.o
[ 60%] Building CXX object drivers/focuser/CMakeFiles/indi_esattoarco_focus.dir/primalucacommandset.cpp.o
[ 60%] Linking CXX executable indi_dmfc_focus


Read More...

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:

Read More...

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 ?

Read More...

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 :)

Read More...