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
1 2 3 4 Next › Last »
Pulec commented on 2025-01-12 09:23 (UTC)
build here runs fine, check too, but when doing package it compiles things again and fails on the last step: https://pastebin.com/RiR7aG5D
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
Dornhoeschen commented on 2024-12-11 14:42 (UTC) (edited on 2024-12-11 14:54 (UTC) by Dornhoeschen)
@tuxayo
yay -S lld
akapacman -S lld
solves this Problem.@bmwinger
With this new flag compiler flag
-fuse-ld=lld
the package has an additional dependency on the above mentioned packageI still fail to install the package even after installing
lld
, because the docs cant be generated.This can be solved with
yay -S python-appdirs
- another missing dependencytuxayo commented on 2024-12-07 02:29 (UTC)
I'm getting this error which seems related to what you had to workaround @bmwinger
Happens even with a default /etc/makepkg.conf.d/rust.conf.
Anyone else getting the same issue?
bmwinger commented on 2024-12-06 00:00 (UTC)
I managed to fix the issue blocking the update to 2.8. makepkg is setting '-flto=auto' in CFLAGS, but lto only works with zstd-rs if you're building with clang (see here). I've changed the C compiler to clang (alternatively it works with GCC if you set 'CFLAGS+=" -fno-lto"'). The 2.8 update also fixes the build issue on recent versions of rustc, so it should be working as normal again.
1 2 3 4 Next › Last »