LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-29-2021, 12:15 PM   #16
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 20

Compiling Inkscape 1.1 with ponce's slackbuild worked fine.

After checking again that all dependencies are installed, Alien's version still does not work, since libpoppler.so.104 is still missing (even with libpoppler-compatlibpoppler.so.106 seems to be the oldest one I can get).

I will use version 1.1 from now on, but I'm quite confused that Alien's version seems to work on other machines...
 
Old 10-19-2021, 11:01 AM   #17
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 20
the compiled 1.1 worked fine for a while, now it broke again

Code:
/usr/bin/inkscape: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory
since I use Inkscape stuff like this seems to happen every few months...
 
Old 10-21-2021, 10:05 PM   #18
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,073

Rep: Reputation: 149Reputation: 149
In another thread on AlienBOB's packages, someone said you have to find a package.dep file to see dependencies. I didn't find that file nor an .info file in his package nor in his repository, so I'm also stuck about using his packages.
 
Old 10-22-2021, 12:00 AM   #19
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Quote:
Originally Posted by dchmelik View Post
In another thread on AlienBOB's packages, someone said you have to find a package.dep file to see dependencies. I didn't find that file nor an .info file in his package nor in his repository, so I'm also stuck about using his packages.
Here is a script I built to install Alien bobs stuff and it will show you the dependencies list.
Run it as a user when ready to install put in your password

Seems multiple programs have multiple dependencies . I love Eric's work.
Attached Files
File Type: txt alienb-get.sh.txt (3.5 KB, 7 views)
 
Old 10-22-2021, 12:27 AM   #20
adcdam
Member
 
Registered: Aug 2020
Location: Berisso, Argentina
Distribution: Slackware
Posts: 255

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by M0M0 View Post
the compiled 1.1 worked fine for a while, now it broke again

Code:
/usr/bin/inkscape: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory
since I use Inkscape stuff like this seems to happen every few months...
thats because icu was upgraded from version 68 to version 69.1 you can although no pretty symlink the old library to the new one. And the package would work again. In the Slackers repository is available the latest version of inkscape which is 1.1.1.
 
Old 10-22-2021, 12:44 AM   #21
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 593

Rep: Reputation: Disabled
Quote:
Originally Posted by adcdam View Post
thats because icu was upgraded from version 68 to version 69.1 you can although no pretty symlink the old library to the new one. And the package would work again. In the Slackers repository is available the latest version of inkscape which is 1.1.1.
From https://slackware.nl/people/alien/sl.../ChangeLog.txt :
Code:
+--------------------------+
Thu Oct 21 20:07:02 UTC 2021
inkscape: updated to 1.1.l (package for -current).
  Depends on double-conversion, gdl, graphicsmagick, libcdr, potrace, pstoedit,
  python-lxml, python-numpy, scour.
libcdr: updated to 0.1.7 (package for -current).
python-lxml: updated to 4.6.3 (package for -current).
python-numpy: updated to 1.21.3 (package for -current).
  This means dropping support for Python 2.x because the older versions 1.16.x
  could not be made compatible with Python 3.10.
  Depends on OpenBLAS.
scour: updated to 0.38.2 (package for -current).
Have not tried this in my computer yet, I do not have a need for it.
 
Old 10-22-2021, 04:03 AM   #22
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
Eric have annouced the availability of his new inkscape package in this blog post..

Last edited by Didier Spaier; 10-22-2021 at 04:06 AM.
 
1 members found this post helpful.
Old 10-22-2021, 04:03 AM   #23
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,078

Rep: Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748Reputation: 748
From Eric's /sbrepos/Changelog:
Quote:
-----------------------+
Thu Oct 21 20:07:02 UTC 2021
inkscape: updated to 1.1.l (package for -current).
Depends on double-conversion, gdl, graphicsmagick, libcdr, potrace, pstoedit,
python-lxml, python-numpy, scour.
libcdr: updated to 0.1.7 (package for -current).
python-lxml: updated to 4.6.3 (package for -current).
python-numpy: updated to 1.21.3 (package for -current).
This means dropping support for Python 2.x because the older versions 1.16.x
could not be made compatible with Python 3.10.
Depends on OpenBLAS.
scour: updated to 0.38.2 (package for -current).

Last edited by kgha; 10-22-2021 at 04:05 AM.
 
1 members found this post helpful.
Old 10-31-2021, 01:08 AM   #24
M0M0
Member
 
Registered: Sep 2020
Location: Germany
Distribution: Slackware
Posts: 230

Original Poster
Rep: Reputation: 20
I'm normaly using slackpkg+ to install software from Eric's repo, however I now get

Code:
localhost# slackpkg search inkscape

Looking for inkscape in package list. Please wait... DONE

No package name matches the pattern.
 
Old 10-31-2021, 04:28 AM   #25
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 593

Rep: Reputation: Disabled
Quote:
Originally Posted by M0M0 View Post
I'm normaly using slackpkg+ to install software from Eric's repo, however I now get

Code:
localhost# slackpkg search inkscape

Looking for inkscape in package list. Please wait... DONE

No package name matches the pattern.
May be an issue on your end:
Code:
# slackpkg search inkscape

Looking for inkscape in package list. Please wait... DONE

The list below shows all packages with name matching "inkscape".

[unin] alienbob : inkscape-1.1.1-x86_64-1alien

You can search specific files using "slackpkg file-search file".
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FYI - Inkscape-1.0.2 does not compile on -current due to Glib2-2.68 change EdGr Slackware 11 04-19-2021 10:34 AM
Mount error - works with Slackware 14.2, does not work with Slackware -current Ook Slackware 7 02-13-2021 06:16 AM
Cannot compile inkscape 0.92.3 on slackware-current using sboinstall ganjaplanet Linux - Software 1 09-20-2018 02:22 PM
[SOLVED] SBo-Webkit does not compile on current; inkscape need gcc-4.8 patched source brobr Slackware 4 04-03-2013 08:38 AM
[SOLVED] slackware current refuses to inkscape slackbuild?? trademark91 Slackware 1 12-08-2010 10:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration