+ -DPREFER_SYSTEM_INDILIB=No \
Search Criteria
Package Details: stellarium 24.4-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/stellarium.git (read-only, click to copy) |
---|---|
Package Base: | stellarium |
Description: | Software which renders realistic skies in real time with OpenGL |
Upstream URL: | https://stellarium.org |
Licenses: | GPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 75 |
Popularity: | 0.95 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2025-01-04 13:49 (UTC) |
Dependencies (19)
- calcmyskyAUR
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gpsd
- libglvnd (libglvnd-gitAUR)
- libindi (libindi-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- nlopt
- openssl (openssl-staticAUR, openssl-gitAUR)
- qt6-charts
- qt6-multimedia
- qt6-positioning
- qt6-serialport
- qt6-webengine
- qxlsx
- cmake (cmake-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amber) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt6-tools (make)
- man-db (optional) – manual pages for stellarium
Required by (0)
Sources (3)
astrograzl commented on 2023-03-06 23:23 (UTC)
Lubiquity commented on 2023-03-03 17:45 (UTC) (edited on 2023-03-03 17:50 (UTC) by Lubiquity)
As Stellarium is not yet available for libindi-2.0.0 (3038-issue not solved), a solution is to downgrade libindi to 1.9:
- Uninstall libindi and stellarium
- Download a libindi package from the archive repository (example ;
libindi-1.9.9-1-x86_64.pkg.tar.zst
) - Install the local package with
pacman -U <local package>
(example :pacman -U /tmp/libindi-1.9.9-1-x86_64.pkg.tar.zst
) - Add libindi to the Ignore package list (
IgnorePkg = libindi
in/etc/pacman.conf
) - Build and install the stellarium package
warren.isaac commented on 2023-02-12 02:12 (UTC)
@HoonSol Yes, though being notified here helps a lot. Imho libindi is a perfect example for what should actually be an optional dependency.
HoonSol commented on 2023-02-11 15:45 (UTC) (edited on 2023-02-11 15:45 (UTC) by HoonSol)
You like to live dangerously, I see, @warren.isaac.
Just for reference to anyone reading this page, I too am getting the same error, and for the same reasons.
Divert commented on 2023-02-10 17:32 (UTC)
Fails to build with an errors related to plugins/TelescopeControl/src/INDI/CMakeFiles/TelescopeControl_INDI.dir/INDIConnection.cpp.o "it is marked as override but does not do override.
Bkasthapa commented on 2023-02-08 14:17 (UTC)
@tuxayo you can run its app image until its next release comes.
tuxayo commented on 2023-02-04 04:03 (UTC)
At the moment stellarium will not compile. It breaks with an error.
And existing installs don't launch:
stellarium: error while loading shared libraries: libindiclient.so.1: cannot open shared object file: No such file or directory
warren.isaac commented on 2023-02-03 04:20 (UTC) (edited on 2023-02-03 04:22 (UTC) by warren.isaac)
Hi @carlosal1015, thanks for your effort. As I am bad in waiting and always upset when people tell me what to do, I suggest you'd rather say something like you decided to wait. I instead decided to slightly modify the PKGBUILD of libindi-git from the AUR to use https://github.com/indilib/indi/releases/tag/v1.9.9, e.g. 'git checkout 8ec6fd7' as last command within pkgver() Not recommended if one didn't know what they were doing (I don't) and especially if pacman -Qi libindi showed something else but stellarium at Required by. And I hope I don't forget to switch to regular libindi, when stellarium got fixed. Have fun!
carlosal1015 commented on 2023-02-01 18:12 (UTC) (edited on 2024-09-23 04:39 (UTC) by carlosal1015)
Hi @waldbaer59, the reason is that libindi
reached version 2.0.0
and stellarium
is not compatible.
We must wait the next release. See https://github.com/Stellarium/stellarium/issues/3038
Pinned Comments
carlosal1015 commented on 2022-11-01 05:22 (UTC)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.
carlosal1015 commented on 2022-04-02 19:14 (UTC) (edited on 2022-07-07 16:46 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.