I verified the gpg sig manually using the instructions on the github page.
Search Criteria
Package Details: stellarium 24.3-2
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: | 73 |
Popularity: | 1.00 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2024-09-24 01:42 (UTC) |
Dependencies (18)
- calcmyskyAUR
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gpsd
- libglvnd (libglvnd-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- nlopt
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-charts
- qt6-multimedia
- qt6-positioning
- qt6-serialport
- qt6-webengine
- qxlsx-qt6
- cmake (cmake-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, 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)
thunderkiss65 commented on 2024-12-17 07:20 (UTC)
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.
dimich commented on 2024-09-22 22:21 (UTC)
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
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 version2.0.0
andstellarium
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:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.