Page 2 of 6

texstudio

Posted: 19 Nov 2021, 05:25
by rych
New texstudio is released
https://archlinux.pkgs.org/rolling/arch ... r.zst.html

It works until I diactivate `qt5-dev-5.15.2-x86_64_10-xfce-cinnamon-openbox-lxde-mate.xzm`. Then:

Code: Select all

root@porteus:~# texstudio
texstudio: error while loading shared libraries: libQt5Qml.so.5: cannot open shared object file: No such file or directory
root@porteus:~# ldd /usr/bin/texstudio | grep not
	libQt5Qml.so.5 => not found
ncmprhnsbl wrote:
03 Oct 2021, 12:28
I would recommend extracting that lib (test that it's all you need) and either add it to one of the modules or just create a module just for it.
I extracted the relevant libs and made a 1.2MB module `qt5-dev-5.15.2-x86_64_10-extralib.xzm` containing:

Code: Select all

root@porteus:~# ls -a /mnt/sda2/porteus/modules/qt5-dev-5.15.2-x86_64_10-extralib/usr/lib64
./   libQt5Qml.so@    libQt5Qml.so.5.15@
../  libQt5Qml.so.5@  libQt5Qml.so.5.15.2*
texlive appear to be working after that. Thank you ncmprhnsbl, please keep providing both qt5-base and a qt5-dev dump from which to extract a missing rare lib.

texstudio

Posted: 19 Nov 2021, 05:55
by Rava
rych wrote:
19 Nov 2021, 05:25
New texstudio is released
https://archlinux.pkgs.org/rolling/arch ... r.zst.html

It works
Can you please upload the texstudio-4.0.4-1-x86_64.xzm and your qt5-dev-5.15.2-x86_64_10-extralib.xzm ?

I am unable to download the https://archlinux.pkgs.org/rolling/arch ... r.zst.html package from https://ftp5.gwdg.de/pub/linux/archlinu ... kg.tar.zst :

Code: Select all

guest@porteus:/bin/linux/texstudio$ wget https://ftp5.gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst
--2021-11-19 06:56:35--  https://ftp5.gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst
Resolving ftp5.gwdg.de (ftp5.gwdg.de)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp5.gwdg.de’

guest@porteus:/bin/linux/texstudio$ wget https://gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst
--2021-11-19 06:57:18--  https://gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst
Resolving gwdg.de (gwdg.de)... 134.76.9.48
Connecting to gwdg.de (gwdg.de)|134.76.9.48|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://www.gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst [following]
--2021-11-19 06:57:19--  https://www.gwdg.de/pub/linux/archlinux/community/os/x86_64/texstudio-4.0.4-1-x86_64.pkg.tar.zst
Resolving www.gwdg.de (www.gwdg.de)... 134.76.9.48
Connecting to www.gwdg.de (www.gwdg.de)|134.76.9.48|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-11-19 06:57:19 ERROR 404: Not Found.
:cry:

texstudio

Posted: 19 Nov 2021, 13:43
by beny
hi the direct link to browser work: https://ftp5.gwdg.de/pub/linux/archlinu ... kg.tar.zst

texstudio

Posted: 19 Nov 2021, 20:26
by Rava
beny wrote:
19 Nov 2021, 13:43
hi the direct link to browser work: https://ftp5.gwdg.de/pub/linux/archlinu ... kg.tar.zst
Indeed, now, how does one convert a pkg.tar.zst into a xzm?

texstudio

Posted: 19 Nov 2021, 20:56
by beny
you can try to extract the tar.zst and you can use the dir2xzm i think, in nemesis or Aporteus do not exist a standalone script to convert packages,maybe.

texstudio

Posted: 19 Nov 2021, 22:34
by Rava
beny wrote:
19 Nov 2021, 20:56
you can try to extract the tar.zst and you can use the dir2xzm i think
I did so, but I am not sure if some paths are compatible with how Slackware manages things (using Porteus 5.0rc3 x86-64)
especially these ones:
./usr/share/texstudio/ [lots of files in there]
./usr/share/metainfo/texstudio.metainfo.xml


That should be okay:
./usr/share/icons/hicolor/ and subfolders

texstudio

Posted: 19 Nov 2021, 23:04
by beny
you have to use in arch the lib link is different from arch to slackware and slackware have the package in sbo

texstudio

Posted: 19 Nov 2021, 23:19
by Rava
beny wrote:
19 Nov 2021, 23:04
you have to use in arch the lib link is different from arch to slackware and slackware have the package in sbo
Can you translate that into simpler terms, e.g like this

path/from/tar.zst/filename.example path/for/Porteus/module/filename.example

texstudio

Posted: 19 Nov 2021, 23:23
by beny
where you have to run the package texstudio arch or slackware? ok you can do the package like porteus way dir2xzm the package do not have the lib linked to lib instead lib64.

texstudio

Posted: 20 Nov 2021, 11:04
by Rava
beny wrote:
19 Nov 2021, 23:23
where you have to run the package texstudio arch or slackware? ok you can do the package like porteus way dir2xzm the package do not have the lib linked to lib instead lib64.
I want to use it in Porteus 5.0rc3 aka a Slackware system, so lib64 it should be.

texstudio

Posted: 20 Nov 2021, 11:28
by beny
hi, the arch package is without lib link, do not have inside so you can do the package in porteus way.

texstudio

Posted: 22 Nov 2021, 05:06
by rych
Rava, My porteus/modules folder, can you access it?
https://mega.nz/folder/2oFFySLa#3YQMn9Xp105B7Y8PuZ1e7w

texstudio

Posted: 22 Nov 2021, 05:21
by Rava
rych wrote:
22 Nov 2021, 05:06
Rava, My porteus/modules folder, can you access it?
https://mega.nz/folder/2oFFySLa#3YQMn9Xp105B7Y8PuZ1e7w
I see one "undecrypted folder" and two "undecrypted file" with the below popup info:
Image
So no, not access as in "download files".

texstudio

Posted: 22 Nov 2021, 09:53
by rych
Rava, try again, I think I fixed it, mega's fault

texstudio

Posted: 22 Nov 2021, 11:07
by beny
hi rich your link work i can access to the download page,Rava you like to use wget this are a direct link i think or am i wrong...