Search Criteria
Package Details: amitools 0.8.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/amitools.git (read-only, click to copy) |
---|---|
Package Base: | amitools |
Description: | Various tools for using AmigaOS programs on other platforms |
Upstream URL: | https://github.com/cnvogelg/amitools |
Licenses: | GPL-2.0-only |
Submitter: | quellen |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-29 21:47 (UTC) |
Last Updated: | 2025-01-04 02:25 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-lhafile
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-machine68kAUR (optional) – cpu emulator for vamos
Latest Comments
1 2 Next › Last »
aiobofh commented on 2025-01-04 08:55 (UTC) (edited on 2025-01-04 08:57 (UTC) by aiobofh)
@xiota thanks man. Got it working after fiddling with python-machine68k a bit.
I'll check out the check-broken-packages-pacman-hook-git. Thanks for the tip! And your work.
xiota commented on 2025-01-03 22:00 (UTC) (edited on 2025-01-04 02:34 (UTC) by xiota)
@aiobofh The packages seem fine after rebuild, which was needed because Python was recently upgraded. I bumped pkgrel because there were some other minor updates to commit.
For future reference, you can try using
extra/rebuild-detector
andaur/check-broken-packages-pacman-hook-git
to detect packages that need to be rebuilt.Let me know if you still have problems after rebuilding.
aiobofh commented on 2025-01-03 21:51 (UTC) (edited on 2025-01-03 21:52 (UTC) by aiobofh)
Seems to be need for adaptation to newer Python again
$ vamos Traceback (most recent call last): File "/sbin/vamos", line 5, in <module> from amitools.tools.vamos import main ModuleNotFoundError: No module named 'amitools'
I suspect the same goes for "machine".xiota commented on 2024-07-16 09:01 (UTC)
When I build the package, the
.debug
file is in the-debug
package. I don't know why the.debug
file might end up elsewhere. You can check installed packages withpacman -Qqs debug | grep -- '-debug$'
aiobofh commented on 2024-07-16 08:34 (UTC)
I did remove the pre-AUR package before installing the new one. Nope I did not install machine68-debug. :) It was there anyways. But. That's not going to bother anyone in the future, i guess. Unless python-machine68k also produce it for some reason?
xiota commented on 2024-07-16 08:29 (UTC)
@aiobofh You're welcome.
The pre-AUR test package
machine68k
should be removed before installing the new one. Did you also installmachine68k-debug
? If so, that should be removed too. In general, don't install the-debug
packages unless you will be debugging withgdb
.aiobofh commented on 2024-07-16 08:18 (UTC)
Thanks @xiota. Works like a charm!
(Note: Had to manually remove /usr/lib/debug/usr/lib/python3.12/site-packages/machine68k.cpython-312-x86_64-linux-gnu.so.debug when installing the AUR package, since it already existed from the pre-AUR varsion)
xiota commented on 2024-07-16 07:41 (UTC) (edited on 2024-07-16 08:30 (UTC) by xiota)
@aiobofh Thank you for testing. Great to hear it's working. Wanted to make sure before adding yet another broken package to AUR.
New package is
python-machine68k
. The test package was misnamed.aiobofh commented on 2024-07-16 07:18 (UTC)
@xiota Vamos is awesome for using SAS/C, GemAm and AmCmp among others directly from command line in Arch <3 :)
AmiTools and Vamos should be part of the main repos imho :D :D :D Essential stuff
Your PKGBUILD works like a charm! Thank you, would you mind making a propper AUR?
Thanks xiota
1 2 Next › Last »