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.000025 |
First Submitted: | 2019-08-11 01:45 (UTC) |
Last Updated: | 2025-01-12 22:46 (UTC) |
Dependencies (31)
- bubblewrap (bubblewrap-gitAUR, bubblewrap-overlayfsAUR, 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
« First ‹ Previous 1 2 3 4 Next › Last »
bmwinger commented on 2023-01-19 01:40 (UTC)
@gyscos, is it related to those tests requiring network access?
gyscos commented on 2023-01-03 14:52 (UTC)
Two tests are failing for me:
test/test_log.py
andtest/test_prefix_cli.py
. Both seem to be failing when callinggit pull -v --rebase origin
.bmwinger commented on 2022-05-24 22:59 (UTC)
@silverhikari haven't been able to reproduce that. The current package still seems to work fine right after updating the rest of my system.
silverhikari commented on 2022-05-20 01:15 (UTC) (edited on 2022-05-20 01:16 (UTC) by silverhikari)
hey, just wanted to inform you the location of the file "portmod.cpython-310-x86_64-linux-gnu.so" is now back to being located at "/portmod-v2.3.4/build/lib/portmodlib/"
bmwinger commented on 2022-05-18 00:00 (UTC)
Something must have changed. It would be useful if the python-setuptools-rust package would get updated so that we can go back to using the more reliable
python setup.py --build_rust --inplace --release
.I've updated it to use the new path.
churro commented on 2022-05-17 23:13 (UTC)
I'm having the same issue as ubervision, in my case the folder where the .so file is being built is different, instead of "$PWD/portmod/src/portmod-v2.3.3/build/lib/portmodlib/" the actual folder is "$PWD/portmod/src/portmod-v2.3.3/build/lib.linux-x86_64-3.10/portmodlib/" and as a result it can't find it.
gyscos commented on 2022-03-31 19:40 (UTC)
For info, tests were failing for me because patool was last installed when I still had python 3.9 (I now have python 3.10), and was not properly detected by python 3.10. Re-building and installing patool solved the issue.
bmwinger commented on 2022-03-31 13:37 (UTC)
@ubervision: That's what I get for not doing a clean build... It's fixed now. The other directory must have been generated by a different command.
Also, I did see your other build error, but I wasn't able to reproduce it.
ubervison commented on 2022-03-31 07:57 (UTC) (edited on 2022-03-31 07:58 (UTC) by ubervison)
Me again :) The command
cp "$PWD/build/lib.linux-$CARCH-${python_version}/portmodlib/portmod.cpython-${python_version/./}-$CARCH-linux-gnu.so" portmodlib/
at line 29 in the PKGBUILD fails with afile not found
error. Changing this line tocp "$PWD/build/lib/portmodlib/portmod.cpython-${python_version/./}-$CARCH-linux-gnu.so" portmodlib/
fixes the issue.ubervison commented on 2022-03-24 08:52 (UTC)
When running the build() stage of the PKGBUILD, I encouter the following error with stacktrace :
commit 79aea27563d2 (latest version)
« First ‹ Previous 1 2 3 4 Next › Last »