texstudio

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

texstudio

Post#16 by rych » 19 Nov 2021, 05:25

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.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#17 by Rava » 19 Nov 2021, 05:55

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:
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#18 by beny » 19 Nov 2021, 13:43

hi the direct link to browser work: https://ftp5.gwdg.de/pub/linux/archlinu ... kg.tar.zst

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#19 by Rava » 19 Nov 2021, 20:26

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?
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#20 by beny » 19 Nov 2021, 20:56

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.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#21 by Rava » 19 Nov 2021, 22:34

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
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#22 by beny » 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

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#23 by Rava » 19 Nov 2021, 23:19

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
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#24 by beny » 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.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#25 by Rava » 20 Nov 2021, 11:04

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.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#26 by beny » 20 Nov 2021, 11:28

hi, the arch package is without lib link, do not have inside so you can do the package in porteus way.

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

texstudio

Post#27 by rych » 22 Nov 2021, 05:06

Rava, My porteus/modules folder, can you access it?
https://mega.nz/folder/2oFFySLa#3YQMn9Xp105B7Y8PuZ1e7w

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

texstudio

Post#28 by Rava » 22 Nov 2021, 05:21

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".
Cheers!
Yours Rava

rych
Warlord
Warlord
Posts: 622
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

texstudio

Post#29 by rych » 22 Nov 2021, 09:53

Rava, try again, I think I fixed it, mega's fault

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

texstudio

Post#30 by beny » 22 Nov 2021, 11:07

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...

Post Reply