I'm seeing the same error as reported by gnaggnoyll. I have libindi 2.1.1-1 installed, and checked the package, and libs/indiclient/baseclient.h is not there. It does have /usr/include/libindi/baseclient.h.
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: | 75 |
Popularity: | 0.95 |
First Submitted: | 2022-04-01 18:43 (UTC) |
Last Updated: | 2025-01-04 13:49 (UTC) |
Dependencies (19)
- calcmyskyAUR
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gpsd
- libglvnd (libglvnd-gitAUR)
- libindi (libindi-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- nlopt
- openssl (openssl-staticAUR, openssl-gitAUR)
- 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, mesa-gitAUR, amdonly-gaming-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)
glenjo commented on 2024-12-22 22:32 (UTC)
gnaggnoyil commented on 2024-12-22 18:07 (UTC)
I ran into the following error when building this package in a clean chroot:
In file included from /build/stellarium/src/build/plugins/TelescopeControl/src/INDI/TelescopeControl_INDI_autogen/EWIEGA46WW/moc_INDIConnection.cpp:9,
from /build/stellarium/src/build/plugins/TelescopeControl/src/INDI/TelescopeControl_INDI_autogen/mocs_compilation.cpp:2:
/build/stellarium/src/build/plugins/TelescopeControl/src/INDI/TelescopeControl_INDI_autogen/EWIEGA46WW/../../../../../../../stellarium-24.4/plugins/TelescopeControl/src/INDI/INDIConnection.hpp:23:10: fatal error: libs/indiclient/baseclient.h: No such file or directory
23 | #include <libs/indiclient/baseclient.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Does anyone know what was happening there?
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.
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.