Search found 6 matches

by mkienenb
17 Jan 2021, 05:09
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

It looks like I'm now close to getting i-heart-vanilla-directors-cut working. minecraft@linux-n7ak:~/Games> portmod openmw merge i-heart-vanilla-directors-cut Calculating Dependencies... Done! These are the packages to be installed, in order: [N] patches/omwllf-1.0-r1 [N] meta-momw/i-heart-vanilla-0...
by mkienenb
17 Jan 2021, 04:30
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

Nevermind.

I remembered that the wiki said to use "pip" to update portmod, and sure enough that also works for upgrading virtualenv.

Code: Select all

sudo pip install virtualenv --upgrade
The processes marches onward....
by mkienenb
17 Jan 2021, 04:27
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

I'm not all that familiar with python, but it looks like the lib64 issue is related to this: https://github.com/pypa/virtualenv/issues/1751 lib64 directory is no longer symlinked to lib? #1751 when using virtualenv==16.7.10 or simply python -m venv, the lib64 directory was a symlink to the lib direc...
by mkienenb
17 Jan 2021, 04:05
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

Also, I am willing to help update the wiki if you want to give me access. And the install hit this error: Installing collected packages: fontTools Successfully installed fontTools-4.18.2 >>> Preparing source in /tmp/portmod/modules/openmw-fonts-0.2.3/work/openmw-fonts-0.2.3/openmw-fonts-0.2.3 ... >>...
by mkienenb
17 Jan 2021, 03:58
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

Thanks for your quick reply! I was able to progress the i-heart-vanilla-directors-cut using these commands under OpenSUSE Leap 15.2 -- it's still going. portmod openmw merge bin/tes3cmd sudo zypper install paython3-virtualenv sudo zypper install unrar I also saw someone on reddit had the same issue ...
by mkienenb
16 Jan 2021, 21:53
Forum: General Modding
Topic: Portmod - Mod Manager
Replies: 76
Views: 97558

Re: Portmod - Mod Manager

I also finally worked through the hoops to get this closer to working, although some of my final clues came from reading ezze's posts. It'd be more helpful if the wiki gave a complete working example. Here's the ones I used. # select default repo portmod openmw select repo list portmod openmw select...