Hi, I get a build error with the latest version: https://pastebin.com/6b9H4qjh
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: | 74 |
Popularity: | 1.36 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2025-01-04 13:49 (UTC) |
Dependencies (19)
- calcmyskyAUR
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- gpsd
- libglvnd (libglvnd-gitAUR)
- libindi (libindi-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- nlopt
- openssl (openssl-gitAUR, openssl-staticAUR)
- 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, amdonly-gaming-mesa-gitAUR, 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)
PhotonX commented on 2022-10-08 13:42 (UTC)
afontenot commented on 2022-10-02 18:26 (UTC) (edited on 2022-10-02 18:27 (UTC) by afontenot)
@carlosal1015 I do think it would be a good idea to backport the patch and bump the pkgrel after switching it back to QT6.
leo_sk commented on 2022-10-02 17:58 (UTC)
@kecef, I added the key to my own user. As a precaution I even added in root user. Didn't solve the problem though
carlosal1015 commented on 2022-10-02 13:19 (UTC) (edited on 2022-10-02 13:20 (UTC) by carlosal1015)
Hi @OctopusET, please see further discussion here https://github.com/Stellarium/stellarium/issues/2709 I can use the patch for run with Qt6 if users wants it.
OctopusET commented on 2022-10-02 12:56 (UTC)
What about make this package build with QT6?
kecef commented on 2022-09-13 20:43 (UTC) (edited on 2022-09-13 20:46 (UTC) by kecef)
@MidnightStarSign, @GaalDornick, @leo_sk and others who have problems with:
FAILED (unknown public key 9380E47C0374E169)
ERROR: One or more PGP signatures could not be verified!
Please, check on which account you add the key. I made that mistake, by adding it on root instead of regular user, which I used to build that package ;)
tiziodcaio commented on 2022-08-01 07:21 (UTC) (edited on 2022-08-01 07:21 (UTC) by tiziodcaio)
Maybe add -GNinja
to cmake options to accelerate the makefile generation process...
leo_sk commented on 2022-07-26 17:01 (UTC) (edited on 2022-07-26 17:02 (UTC) by leo_sk)
I successfully imported the key :
gpg -v --keyserver keys.openpgp.org --recv-keys BF38D4D02A328DFF
gpg: data source: http://keys.openpgp.org:11371
gpg: pub rsa4096/BF38D4D02A328DFF 2012-04-07
gpg: key BF38D4D02A328DFF: no user ID
gpg: Total number processed: 1
However I still get error of PGP signature could not be verified. Is there some way to edit the pkgbuild to skip PGP verification?
GaalDornick commented on 2022-07-10 17:51 (UTC) (edited on 2022-07-10 17:51 (UTC) by GaalDornick)
Yesterday I tried to install Stellarium using the Pikaur packet manager, and had the key error we are talking about. Then I tried the manual procedure and the PGP key verification had success. Don't know why. In the past months I tried to reinstall the keys many times.
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.