Search Criteria
Package Details: wla_dx 10.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wla_dx.git (read-only, click to copy) |
---|---|
Package Base: | wla_dx |
Description: | Multi Platform Cross Assembler Package for GB-Z80 (Game Boy), Z80 (GG, SMS, MSX, Spectrum, Ti86, etc), 6502 (NES, etc), 65C02 (VIC-20, etc), 6510 (C64, etc), 65816 (SNES, etc), HUC6280 (PC-Engine) and SPC-700 (SNES sound chip) |
Upstream URL: | https://github.com/vhelin/wla-dx |
Licenses: | GPL2 |
Submitter: | prurigro |
Maintainer: | prurigro |
Last Packager: | prurigro |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-06 07:40 (UTC) |
Last Updated: | 2023-11-20 02:59 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
Latest Comments
prurigro commented on 2020-01-31 21:25 (UTC)
Ahh, I'm not sure how I missed the first message by lazycrypt, but thanks for bringing this my attention both of you, and thanks for the solution potatoe. I need to remember to test in a clean chroot before pushing updates.
Clean chroot build was successful with the python-sphinx dep on that note- cheers!
potatoe commented on 2020-01-31 18:24 (UTC) (edited on 2020-01-31 18:26 (UTC) by potatoe)
This package needs
python-sphinx
added to the makedepends. Man pages seem to be (automatically) generated ONLY if the sphinx-build binary is available when cmake is run but (silently) NOT generated if it's not available, which causes themv: cannot stat 'usr/man': No such file or directory
error in the PKGBUILD. Installingpython-sphinx
then allows the package to build.Yamashiro commented on 2018-11-14 12:30 (UTC)
There seems to be an issue with the PKGBUILD that prevents the package from building/installing. Namely, this particular line:
I would always receive this message:
Now even if the move command is changed to
and the man directory is manually created it would still fail with an error about not having permission (since Arch does not allow makepkg to be run with sudo).Omitting the move command makes the package build and install just fine, it's just the manual that is missing now.