You're welcome.
Search Criteria
Package Details: wxmaxima 24.11.0-2
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: | GPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 18 |
Popularity: | 0.003413 |
First Submitted: | 2022-04-01 18:53 (UTC) |
Last Updated: | 2024-11-16 13:03 (UTC) |
Dependencies (7)
- maxima (maxima-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake-gitAUR) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
- bash-completion (bash-completion-gitAUR) (optional) – for completion when using bash
- man-db (optional) – manual pages for wxMaxima
Required by (0)
Sources (1)
carlosal1015 commented on 2024-11-16 21:07 (UTC)
Armag67 commented on 2024-11-16 19:47 (UTC)
Yep, now it works, and without the *.asc file (as viewed in PKGBUILD). Thanks!
OpusOne commented on 2024-11-13 22:00 (UTC)
It may be just temporary, but the wxmaxima maintainers haven't put the 'Version-24.11.0.tar.gz.asc' file in the github release artefacts for 24.11.0 (contrary to older releases), so the download fails.
Looking at past releases, the artefacts (beyond just the source code archives) seem to vary every time.
carlosal1015 commented on 2024-11-13 21:19 (UTC)
ng0177 commented on 2024-06-30 16:49 (UTC) (edited on 2024-06-30 16:49 (UTC) by ng0177)
It still fails.
carlosal1015 commented on 2024-06-11 13:39 (UTC)
Thanks @jankoh for look up. Let's do it
jankoh commented on 2024-06-11 11:25 (UTC) (edited on 2024-06-11 11:26 (UTC) by jankoh)
I just re-checked dependencies. The culprit is the unneded dependency to webkit2gtk, the correct package is webkit2gtk-4.1.
so the line should read:
depends=(maxima wxwidgets-gtk3 webkit2gtk-4.1)
jankoh commented on 2024-06-10 18:16 (UTC)
Build fails for me, too stating linker errors as described by @kbk. According to https://gitlab.archlinux.org/archlinux/packaging/packages/wxwidgets/-/issues/2, a dependency to webkit2gtk is missing; this is declared optional in wxwidgets-gtk3, so it might not be available on the target system.
Best, Jan
IInatas commented on 2024-05-15 20:32 (UTC) (edited on 2024-05-15 20:38 (UTC) by IInatas)
Failed to build wxmaxima 24.05.0-1 due to a problem with pandoc missing the file "wxmaxima.zh_CN.md". I created an issue report #1917 upstream and Wolfgang Dautermann from the wxmaxima team already comitted a fix to git 71ef86f. Is there a change the AUR package might receive that fix ?
regards, Marcus
error log from compile run: .... [11%] Generating wxmaxima.zh_CN.html pandoc: wxmaxima.zh_CN.md: withBinaryFile: does not exist (No such file or directory) make[2]: *** [info/CMakeFiles/build_wxmaxima.zh_CN.html.dir/build.make:73: info/wxmaxima.zh_CN.html] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:1376: info/CMakeFiles/build_wxmaxima.zh_CN.html.dir/all] Fehler 2
Pinned Comments
carlosal1015 commented on 2024-11-13 21:19 (UTC)
https://github.com/wxMaxima-developers/wxmaxima/issues/1970
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.