Hi @JohnRobson, no error from my side. Please try again.
Search Criteria
Package Details: wxmaxima 23.08.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wxmaxima.git (read-only, click to copy) |
---|---|
Package Base: | wxmaxima |
Description: | A wxWidgets GUI for the computer algebra system Maxima |
Upstream URL: | https://github.com/wxmaxima-developers/wxmaxima |
Licenses: | GPL2 |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 18 |
Popularity: | 2.67 |
First Submitted: | 2022-04-01 18:53 (UTC) |
Last Updated: | 2023-08-22 15:07 (UTC) |
Dependencies (7)
- maxima (maxima-git)
- webkit2gtk (webkit2gtk-hvml, webkit2gtk-imgpaste)
- wxwidgets-gtk3 (wxwidgets3.0, wxwidgets-gtk3-git, wxwidgets-gtk3-light, wxwidgets-gtk3-wayland-perf)
- cmake (cmake-git) (make)
- xorg-server-xvfb (xorg-server-xvfb-git) (check)
- bash-completion (bash-completion-git) (optional) – for completion when using bash
- man-db (optional) – manual pages for wxMaxima
Required by (0)
Sources (2)
carlosal1015 commented on 2023-07-22 04:19 (UTC)
JohnRobson commented on 2023-07-21 21:59 (UTC)
[100%] Linking CXX executable wxmaxima
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.3.0/../../../../lib/libwx_gtk3u_richtext-3.2.so: undefined reference to `std::ios_base_library_init()@GLIBCXX_3.4.32'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/wxmaxima.dir/build.make:2018: src/wxmaxima] Error 1
make[1]: *** [CMakeFiles/Makefile2:2526: src/CMakeFiles/wxmaxima.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: wxmaxima-exit status 4
-> Failed to install the following packages. Manual intervention is required:
wxmaxima - exit status 4
carlosal1015 commented on 2023-04-17 15:24 (UTC)
Thanks folks, I made a mistake renaming with the source with .tar.gz I forgot that only works without this prefix.
Armag67 commented on 2023-04-17 12:42 (UTC) (edited on 2023-04-17 12:46 (UTC) by Armag67)
@porcaror, @matschi, @jrohwer
In PKGBUILD:
- source = wxmaxima-23.04.1.tar.gz::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.04.1/wxmaxima-Version-23.04.1.tar.gz
+ source = wxmaxima-23.04.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.04.0/wxmaxima-Version-23.04.0.tar.gz
Or more simply, remove the first .tar.gz
porcaror commented on 2023-04-17 10:04 (UTC)
Sorry to disturb you. I receive the following error message:
==> Retrieving sources... -> Found wxmaxima-23.04.1.tar.gz -> Found wxmaxima-23.04.1.asc ==> Validating source files with sha512sums... wxmaxima-23.04.1.tar.gz ... Passed wxmaxima-23.04.1.asc ... Skipped ==> Verifying source file signatures with gpg... wxmaxima-23.04.1 ... SOURCE FILE NOT FOUND ==> ERROR: One or more PGP signatures could not be verified! -> error making: wxmaxima-exit status 1 -> Failed to install the following packages. Manual intervention is required: wxmaxima - exit status 1
matschi commented on 2023-04-17 09:17 (UTC)
Thanks for the update, but I'm getting an error
==> Verifying source file signatures with gpg... wxmaxima-23.04.1 ... SOURCE FILE NOT FOUND
jrohwer commented on 2023-04-17 08:21 (UTC)
The build fails on checking the PGP signature:
==> Making package: wxmaxima 23.04.1-1 (Mon 17 Apr 2023 10:05:24 SAST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found wxmaxima-23.04.1.tar.gz
-> Found wxmaxima-23.04.1.asc
==> Validating source files with sha512sums...
wxmaxima-23.04.1.tar.gz ... Passed
wxmaxima-23.04.1.asc ... Skipped
==> Verifying source file signatures with gpg...
wxmaxima-23.04.1 ... SOURCE FILE NOT FOUND
==> ERROR: One or more PGP signatures could not be verified!
-> error making: wxmaxima-exit status 1
-> Failed to install the following packages. Manual intervention is required:
wxmaxima - exit status 1
It seems to be looking for a source file wxmaxima-23.04.1
, but this does not exist, only the .tar.gz
and the .asc
. Using --skippgpcheck
it compiles and installs fine.
jrohwer commented on 2023-03-14 13:51 (UTC) (edited on 2023-03-14 13:51 (UTC) by jrohwer)
It works now for me after removing po4a. But I did not install po4a manually - maybe it got installed as a dependency after a perl upgrade...
carlosal1015 commented on 2023-03-12 19:26 (UTC)
Hi both @wakamue, @jrohwer. Looks like related with this issue.
jrohwer commented on 2023-03-12 10:08 (UTC)
Should that then not be listed as a build dependency in PKGBUILD?
Pinned Comments
carlosal1015 commented on 2022-04-10 20:36 (UTC)
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.