Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
-
Rava
- Contributor

- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Post#1
by Rava » 28 Feb 2016, 03:49
Hi,
tried to txz2xzm a txz, that is a python program called FSlint. (
http://www.pixelbeat.org/fslint/ http://pkgs.org/slackware-14.1/slackonl ... k.txz.html http://en.flossmanuals.net/FSlint/ )
This is from its install script that causes the error:
Code: Select all
( cd usr/man/man1 ; rm -rf fslint.1.gz )
( cd usr/man/man1 ; ln -sf /usr/man/man1/fslint-gui.1.gz fslint.1.gz )
Since txz2xzm removes the gz zipped man pages and replaces them with the non zipped manpages (here: /usr/man/man1/fslint.1 ) the above install part sure fails.
In the resulting Porteus module, the fslint.1 is fine, but the existing symlink named fslint-gui.1.gz points to the non existing fslint.1.gz
Is there a safe way to fix such Slackware install scripts?
Cheers!
Yours Rava
Rava
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#2
by brokenman » 28 Feb 2016, 18:24
I remember Ahau addressed this with his super txz2xzm. If you want to emend the code in txz2xzm I will be happy to include it.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
Ed_P
- Contributor

- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Post#3
by Ed_P » 29 Feb 2016, 03:44
brokenman wrote:Ahau addressed this with his super txz2xzm.
For viewers looking for Ahau's script:
viewtopic.php?f=53&t=957
Ed_P
-
Rava
- Contributor

- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Post#4
by Rava » 29 Feb 2016, 10:46
^
Wow, that is quite the complex script. Will take me a while to understand what it does...
Cheers!
Yours Rava
Rava