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.
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.61 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2025-03-30 14:51 (UTC) |
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.
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.
@tuxayo you can run its app image until its next release comes.
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
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!
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
At the moment stellarium will not compile. It breaks with an error.
tmp/trizen-XXXXX/stellarium/src/stellarium-
1.2/plugins/TelescopeControl/src/INDI/INDIConnection.hpp:81:14: Fehler:
»void INDIConnection::newMessage(INDI::BaseDevice*, int)« als »override«
markiert, überschreibt aber nicht
81 | void newMessage(INDI::BaseDevice *dp, int messageID)
override;
| ^~~~~~~~~~
ninja: build stopped: subcommand failed.
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
:: Unable to build stellarium - makepkg exited with code: 4
=>> Try again? [y/N]:
@pavavlos Hi arch4edu just built it 4 hours ago. It should appear in the mirrors tomorrow. For now you can download the built package from https://github.com/arch4edu/cactus/actions/runs/3369746508
And for its dependency, https://github.com/arch4edu/cactus/actions/runs/3369707212
Thanks @carlosal1015 for temporary disabling QXlsx. Now makepkg completes without issues.
Because of clueless comments at github I have closed my case.
Regarding the arch4edu repo - could you please indicate any mirror containing stellarium? I have tried a few and none contained stellarium package.
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.