Package Details: stellarium 24.3-2

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: 73
Popularity: 1.00
First Submitted: 2022-04-01 18:43 (UTC)
Last Updated: 2024-09-24 01:42 (UTC)

Pinned Comments

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

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 .. 8 Next › Last »

thunderkiss65 commented on 2024-12-17 07:20 (UTC)

I verified the gpg sig manually using the instructions on the github page.

thunderkiss65 commented on 2024-12-17 07:04 (UTC)

there is a problem with gpg keys.

PhotoJim commented on 2024-10-19 21:32 (UTC)

Does not build; GPG error. Output from 'pamac upgrade':

==> Validating source files with md5sums... stellarium-24.3.tar.gz ... Passed stellarium-24.3.tar.gz.asc ... Skipped onetbb-compatibility.patch ... Passed ==> Validating source files with sha256sums... stellarium-24.3.tar.gz ... Passed stellarium-24.3.tar.gz.asc ... Skipped onetbb-compatibility.patch ... Passed ==> Verifying source file signatures with gpg... stellarium-24.3.tar.gz ... cat: write error: Broken pipe SIGNATURE NOT FOUND FAILED ==> ERROR: One or more PGP signatures could not be verified!

I did the 'gpg --recv-keys...' command above without any effect on the problem.

Problem has existed for about three weeks, maybe a bit more.

df8oe commented on 2024-09-25 07:49 (UTC)

Thank you for the very fast fix.

carlosal1015 commented on 2024-09-23 12:11 (UTC)

Looks like that when onetbb is installed as implicit makedependency is causing problems.

df8oe commented on 2024-09-23 07:58 (UTC)

Does not build
/usr/include/oneapi/tbb/profiling.h:229:15: Fehler: expected unqualified-id before »)« token
229 | void emit() { }
| ^
/usr/include/oneapi/tbb/profiling.h:231:22: Fehler: expected unqualified-id before »const«
231 | static void emit(const std::string &) { }
| ^
/usr/include/oneapi/tbb/profiling.h:231:22: Fehler: expected »)« before »const«
231 | static void emit(const std::string &) { }
| ~^
| )
ninja: build stopped: subcommand failed.
==> FEHLER: Ein Fehler geschah in build().
Breche ab...

carlosal1015 commented on 2024-09-23 02:18 (UTC) (edited on 2024-09-23 04:39 (UTC) by carlosal1015)

Thanks @dimich for report, let's wait two or three days if upstream research for a solution.

No issues when was compiled in GitHub runner.

dimich commented on 2024-09-22 22:21 (UTC)

@krachyon https://github.com/Stellarium/stellarium/issues/3905

krachyon commented on 2024-09-22 21:25 (UTC) (edited on 2024-09-22 21:25 (UTC) by krachyon)

Trying to build the latest version I got this error:

[...]
stellarium/src/stellarium-24.3/src/core/modules/SolarSystem.cpp'
In file included from /usr/include/oneapi/tbb/detail/_small_object_pool.h:23,
                 from /usr/include/oneapi/tbb/detail/_task.h:23,
                 from /usr/include/oneapi/tbb/parallel_for.h:23,
                 from /usr/include/tbb/parallel_for.h:17,
                 from /usr/include/c++/14.2.1/pstl/parallel_backend_tbb.h:25,
                 from /usr/include/c++/14.2.1/pstl/parallel_backend.h:20,
                 from /usr/include/c++/14.2.1/pstl/algorithm_impl.h:22,
                 from /usr/include/c++/14.2.1/pstl/glue_execution_defs.h:50,
                 from /usr/include/c++/14.2.1/execution:39,
                 from stellarium/src/stellarium-24.3/src/core/modules/SolarSystem.cpp:51:
/usr/include/oneapi/tbb/profiling.h:229:15: error: expected unqualified-id before ‘)’ token
  229 |     void emit() { }

Looks like QT's emit-macro is getting in the way of TBB defining that as a function name. Wrapping the include in src/core/modules/SolarSystem.cpp fixes it:

#undef emit
#include <execution>
#define emit

As this seems to be specific to building with TBB, not sure where that should be fixed. Is there even a way to use <execution> without linking against TBB?

ng0177 commented on 2024-04-28 12:56 (UTC)

sorry about the unformatted log:

:: (2/2) Parsing SRCINFO: stellarium gpg: error reading key: No public key

:: PGP keys need importing: -> 79151C2E6351E7278DA1A730BF38D4D02A328DFF, required by: stellarium :: Import? [Y/n] :: Importing keys with gpg... gpg: error writing keyring '[keyboxd]': Attempt to write a readonly SQL database gpg: error reading '[stream]': Attempt to write a readonly SQL database gpg: Total number processed: 0 -> problem importing keys