Package Details: stellarium 24.4-4

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.97
First Submitted: 2022-04-01 18:43 (UTC)
Last Updated: 2025-01-04 13:49 (UTC)

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:

$ gpg --recv-keys BF38D4D02A328DFF

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

FMB commented on 2025-03-06 08:58 (UTC)

Indeed! Thanks.

mpy commented on 2025-03-05 21:00 (UTC) (edited on 2025-03-05 21:00 (UTC) by mpy)

@FMB After recompilation stellarium should work fine, also with libnlopt.so.1.

jfaulknercourt commented on 2025-03-01 18:41 (UTC)

@FMB I had the same error and I got it working on Manjaro by creating a symbolic link from libnlopt.so.0 to libnlopt.so.1

FMB commented on 2025-02-28 18:23 (UTC)

I get this error when I launch stellarium : stellarium: error while loading shared libraries: libnlopt.so.0: cannot open shared object file: No such file or directory

The version of nlopt installed on my system is 2.10.0-2. These are the installed versions of libnlopt:

/usr/lib/libnlopt.so /usr/lib/libnlopt.so.1 /usr/lib/libnlopt.so.1.0.0

armadillo commented on 2025-01-05 13:33 (UTC)

@vkulikov I suspect you may need to remove stellarium, than allow the upgrade that replaces qxlsx-qt6 with extra/qxlsx, and then reinstall stellarium which now has the new dependency

vkulikov commented on 2025-01-05 10:24 (UTC)

:: Replace qxlsx-qt6 with extra/qxlsx? [Y/n] resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: removing qxlsx-qt6 breaks dependency 'qxlsx-qt6' required by stellarium

lemust83 commented on 2025-01-04 22:23 (UTC)

Sorry for my broken English... Under Manjaro with QT6 installed I was able to compile by replacing the “qxlsx” dependency with “libqxp” in PKGBUILD. The program runs correctly, but I haven't explored in depth

simona commented on 2025-01-04 13:33 (UTC)

missing qxlsx-qt6

armadillo commented on 2025-01-04 11:52 (UTC)

Dependency qxlsx-qt6 needs to be replaced by the renamed qxlsx

macdems commented on 2024-12-23 10:14 (UTC)

By now, the problem can walked around by changing

    -DPREFER_SYSTEM_INDILIB=Yes \

to

    -DPREFER_SYSTEM_INDILIB=No \

in PKGBUILD.

The package compiles then. I don't know what negative effects it would have, but if one does not control telescopes with it, I don't expect any problems.