Search Criteria
Package Details: portmod 2.8.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/portmod.git (read-only, click to copy) |
---|---|
Package Base: | portmod |
Description: | A cli tool to manage mods for OpenMW |
Upstream URL: | https://gitlab.com/portmod/portmod |
Licenses: | GPL3 |
Replaces: | openmmm |
Submitter: | bmwinger |
Maintainer: | bmwinger |
Last Packager: | bmwinger |
Votes: | 8 |
Popularity: | 0.000005 |
First Submitted: | 2019-08-11 01:45 (UTC) |
Last Updated: | 2025-03-29 13:30 (UTC) |
Dependencies (31)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-suid)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-colorama (python-colorama-gitAUR)
- python-fasteners (python-fasteners-gitAUR)
- python-gitpython
- python-progressbar
- python-python-satAUR
- python-redbaronAUR
- python-requests
- python-restrictedpythonAUR
- python-setuptools
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- lld (llvm-gitAUR) (make)
- make (make-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-autodocsummAUR (make)
- python-packaging (make)
- python-setuptools (make)
- Show 11 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
Dornhoeschen commented on 2025-03-29 08:13 (UTC) (edited on 2025-03-29 08:15 (UTC) by Dornhoeschen)
Thank you, I could reinstall
python-baron
withyay -S python-baron --mflags "--nocheck"
.I have no clue about what
python-baron
orpython-redbaron
does, but I can see that the git ofpython-baron
has its last commit 4 years ago - there is several PRs not merged and I would say this package is abandoned. Maybe you could rely on other packages instead.Fixing the baron error leads me to:
There is two warning
I am not sure what fails the build.
Note: im running
python-sphinx-8.2.3-1
bmwinger commented on 2025-03-03 01:44 (UTC)
Still working for me, with the exception that the manpage generation was producing a warning that was being treated as an error and making the build fail (the warning doesn't appear to have a negative effect, though I don't know exactly what's causing it). I've pushed a quick change to the package that makes that warning nonfatal.
The simple workaround for baron is just to edit the PKGBUILD and remove the tests. If you're using makepkg directly you can use
--nocheck
instead. I'm not sure if any of the AUR helpers let you skip checks, but yay at least will let you edit the PKGBUILD through its interface with--editmenu
.Dornhoeschen commented on 2025-03-03 00:30 (UTC) (edited on 2025-03-03 00:31 (UTC) by Dornhoeschen)
With the latest update to python-restrictedpython 8.0-1 i get further.
The following warning appears:
I then had to rebuild
python-python-sat
,python-redbaron
andpython-baron
. The later failed to build because of some tests.You reported a workaround on the package page - but I am unsure if I can apply it. Hence I reported the error.
In conclusion: Still no portmod available on arch
Pulec commented on 2025-01-12 09:23 (UTC) (edited on 2025-01-16 06:53 (UTC) by Pulec)
build here runs fine, check too, but when doing package it compiles things again and fails on the last step: https://pastebin.com/RiR7aG5D
I guess I rebooted and it built fine now, oh well.
Dornhoeschen commented on 2024-12-31 01:59 (UTC) (edited on 2024-12-31 01:59 (UTC) by Dornhoeschen)
I am stuck at the same point as https://aur.archlinux.org/packages/portmod#comment-1004446
Trying to force a reinstall of
python-restrictedpython
withyay -S python-restrictedpython
answeringRebuild [A]ll
results inPortmod is one of two dependent on https://aur.archlinux.org/packages/python-restrictedpython
bmwinger commented on 2024-12-30 16:09 (UTC)
Python was updated to 3.13, so you may need to rebuild AUR python packages: https://wiki.archlinux.org/title/Python#Module_not_found_after_Python_version_update
tuxayo commented on 2024-12-30 16:03 (UTC)
Thanks, the latest release fixed the PyO3 issue.
Now there is a failure at the end of the compilation about RestrictedPython not being found. Even if python-restrictedpython is installed. That's very weird.
tuxayo commented on 2024-12-27 16:31 (UTC) (edited on 2024-12-27 16:42 (UTC) by tuxayo)
edit 2: reported upstream: https://gitlab.com/portmod/portmod/-/issues/433
edit: I though python 3.13 was already in the repos a while ago. But no, it's super fresh. So I guess everyone should be hitting that same error now.
Thanks for the package update, adding lld in the deps makes the build go further.
Unfortunately, now I'm getting another error about PyO3. Anyone else got this?:
Dornhoeschen commented on 2024-12-11 15:35 (UTC)
Followup on https://aur.archlinux.org/packages/portmod#comment-1001909
Reason for this seems:
Dornhoeschen commented on 2024-12-11 14:56 (UTC) (edited on 2024-12-11 15:10 (UTC) by Dornhoeschen)
Followup of https://aur.archlinux.org/packages/portmod#comment-1001906
Which results in
Which can be solved with
rm -rf /tmp/portmod.test/
- see https://aur.archlinux.org/packages/portmod#comment-994980This makes things install successfully, which results in
1 2 3 4 Next › Last »