LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-06-2017, 12:22 AM   #181
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260

Yes this is a full install of Slackware64 14.2, with AlienBob's multilib and WINE packages. I also have installed libvirt and virt-manager.

I believe there is an issue with which still hasn't been answered. libreadline.so.7 is a product of Readline 7.0 which is only available on the current branch of Slackware. libreadline in a stable 14.2 only uses readline 6.3. In going back through the build log's the request for libreadline.so.7 is needed by /usr/lib64/lua.so and it suggest using -rpath or -rpath-link. Also needed by liblua.so are libhistory.so.7, libncurses.so.6 and libtinfo.so.6 which are also not part of stable. So I'm wondering what package is missing or might need to be rebuilt? Or maybe there is a problem with this installation where a build tool has been lost or corrupted (although other packages build without issue). Slackpkg upgrade-all has been regularly run, so that should not be an issue. Perhaps just lua (version 5.1.5) needs to be rebuilt? Or is this an issue with OpenJRE-8u144 and the real jdk/jre needs to be installed?

Thanks for any advice.

Last edited by bamunds; 09-06-2017 at 12:23 AM.
 
Old 09-06-2017, 06:29 AM   #182
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
If you have something that is referring to these non-existent libraries on your system, the simple explanation is you accidentally installed something that was meant for -current and not 14.2 (simple, but it doesn't mean this is actually the case -- just the first place to look). But to figure out what package that is might be a lot of work. First thing I'd do is check your 3rd-party pre-compiled packages, possibly from Eric (Alien Bob). If you accidentally grabbed one of his -current packages and installed that, it could be causing all your problems.
 
Old 09-06-2017, 08:17 AM   #183
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Original Poster
Rep: Reputation: Disabled
Have you tried simply rebuilding all the deps for Enlightenment?
 
Old 09-06-2017, 09:00 AM   #184
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Terminology v1.1.1

Boris Faure announced the following on the Enlightenment-users mailing list:

Quote:
Hello fellow Terminology enthusiasts!
I am pleased to release Terminology 1.1.1!
This release introduces the following changes:

Additions:
- Danish translation

Fixes:
- Fix issues with bottom margins
- No longer add spurious newlines in selections in the backlog
- No longer add space when running command from -e option
- Fix -T option to set the title of the window

They are now at their usual place:
https://download.enlightenment.org/r...y-1.1.1.tar.gz
https://download.enlightenment.org/r...y-1.1.1.tar.xz

Security Hashes:
sha1sum:
eaade2ed3c8d6bbfbe9ec4e40d94a0ef8a57cd24 terminology-1.1.1.tar.gz
11cc987d67ae4852511fece82094f54864df3bee terminology-1.1.1.tar.xz

sha256sum:
a42133b216692bfc9d162fcbc14607c9db63f48e5d6edb476a081c155312758a terminology-1.1.1.tar.gz
da12b8a24ca5248b2d292d9b1e19cabc61ae29b21f96d4b6f4f3e7b4feeecc16 terminology-1.1.1.tar.xz

Happy compiling! (https://xkcd.com/303/)
 
Old 09-06-2017, 05:51 PM   #185
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Thank you for the feedback. I've checked all the 3rd party packages and have not found a -current version build. Attempting a re-build of all the dependencies has not resolved the failure or references.

I am wondering if instead I've hit an issue with the build of slackENLIGHTENMENT and its dependency SBo packages not being multilib aware.

To test this I'm going to re-evaluate if my ESET Nod32 for Linux can execute without 32 bit libraries (although they had to be present for the installation). If it is NOT required then I'll remove multilib and try this again. If it is required then I'll give more thought to the multilib impact on the lua and other dependency builds, since SBo FAQ talks to the issue of the correct library referencing.

Cheers

Last edited by bamunds; 09-06-2017 at 05:54 PM.
 
Old 09-06-2017, 05:56 PM   #186
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Original Poster
Rep: Reputation: Disabled
Have you added in LDFLAGS?

Code:
CFLAGS="$SLKCFLAGS" \
  CXXFLAGS="$SLKCFLAGS" \
  LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
  ./configure \
http://slackbuilds.org/faq/#multilib
 
Old 09-06-2017, 08:03 PM   #187
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
I did not apply that correction to the deps, or were you asking if I had opened slackENLIGHTENEMNT and added to each of those slackbuilds?

I am aware of that FAQ and what I'd have to do is to open each slackbuild for slackENLIGHTENMENT and add those references. When I contemplated which slackbuilds required that change I realized that I don't know which SBo packages actually require the change and which don't, i.e. which are package building impactful and which are not. The GCC and GLIB files are already multilib from Alien Bob.

Or are you suggesting that every SBo package I ever build should have that correction? My understanding was that only certain packages that won't build need that correcting entry.
 
Old 09-06-2017, 10:15 PM   #188
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bamunds View Post
I did not apply that correction to the deps, or were you asking if I had opened slackENLIGHTENEMNT and added to each of those slackbuilds?

I am aware of that FAQ and what I'd have to do is to open each slackbuild for slackENLIGHTENMENT and add those references. When I contemplated which slackbuilds required that change I realized that I don't know which SBo packages actually require the change and which don't, i.e. which are package building impactful and which are not. The GCC and GLIB files are already multilib from Alien Bob.

Or are you suggesting that every SBo package I ever build should have that correction? My understanding was that only certain packages that won't build need that correcting entry.
I would start with just adding it to the deps for slackENLIGHTENMENT that are installed with `sbopkg`. I always ran multilib and never had the error you mention.
 
Old 09-07-2017, 12:25 PM   #189
Candelabrus
Member
 
Registered: Apr 2015
Location: Ponta Grossa - PR
Distribution: Slackware64
Posts: 173

Rep: Reputation: 26
One more option.
https://github.com/ericfernandesferreira/enlightenment
 
Old 09-07-2017, 12:34 PM   #190
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Candelabrus View Post
Interesting, did not know about that one. What is different about it than slackENLIGHTENMENT?

Looks like it has a few more packages ... are there build changes? I see they are hard coding the MAKEFLAGS ... that's never a good idea unless you need to code `-j1` because of a build fail, but they have `-j5`, that won't necessarily work on all systems.
 
Old 09-07-2017, 12:44 PM   #191
Candelabrus
Member
 
Registered: Apr 2015
Location: Ponta Grossa - PR
Distribution: Slackware64
Posts: 173

Rep: Reputation: 26
Quote:
Originally Posted by ryanpcmcquen View Post
Interesting, did not know about that one. What is different about it than slackENLIGHTENMENT?

Looks like it has a few more packages ... are there build changes? I see they are hard coding the MAKEFLAGS ... that's never a good idea unless you need to code `-j1` because of a build fail, but they have `-j5`, that won't necessarily work on all systems.
I did this in 2015, after that i never looked again. Whether it's alike or not, i do not know, im sorry.
About -j5 i will remove later, like others .slackbuilds i have. Thanks for remember :-)

At the time I did i wanted all dependencies together with the build i think have some flags differents inside efl too

Last edited by Candelabrus; 09-07-2017 at 01:07 PM.
 
1 members found this post helpful.
Old 09-07-2017, 12:56 PM   #192
Candelabrus
Member
 
Registered: Apr 2015
Location: Ponta Grossa - PR
Distribution: Slackware64
Posts: 173

Rep: Reputation: 26
Guys what is this?
http://download.enlightenment.org/re...a-0.0.1.tar.gz
 
Old 09-07-2017, 06:10 PM   #193
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
Quote:
Originally Posted by Candelabrus View Post
I was about to answer something like "Hey, just have a look in the archive, or consult the enlightenment.org website, or ask them, this is a Slackware forum!"

But as your question gave me the occasion to find this little gem: https://www.enlightenment.org/docs/c/start that will help me begin to learn C, I'll just say: Thanks!
 
Old 09-08-2017, 09:05 PM   #194
Candelabrus
Member
 
Registered: Apr 2015
Location: Ponta Grossa - PR
Distribution: Slackware64
Posts: 173

Rep: Reputation: 26
Quote:
Originally Posted by Didier Spaier View Post
I was about to answer something like "Hey, just have a look in the archive, or consult the enlightenment.org website, or ask them, this is a Slackware forum!"

But as your question gave me the occasion to find this little gem: https://www.enlightenment.org/docs/c/start that will help me begin to learn C, I'll just say: Thanks!
Cool, i did one happy today :-)

About extra
Quote:
Extra is a app which allows you to install elementary themes on your computer

The app is based on elementary and uses efl libraries to download the theme.
It does so by fetching themes from extra.enlightenment.org.
https://github.com/ericfernandesferr...e/master/extra

Last edited by Candelabrus; 09-08-2017 at 09:43 PM.
 
Old 09-20-2017, 07:30 AM   #195
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
EFL 1.20.4 release (Stefan Schmidt)

Our fourth update on the 1.20 release. This fixes some recent crashes
with Enlightenment.

Fixes:

* elm focus manager - dont leak child lists when updating focus order (T5800)
* evas: handle object names with a list hash
* evas: fix event grabber child stacking
* evas: proceed glyph iterator to handle next index properly
* filters: Safety++
* eo: only return NULL when the object is destructed. (T5968)
* edje: Add legacy compatibility code (T5944)
* ecore exe - fix fix malloc fail handling
* wayland: fix xdg-shell popup windows


Download:

http://download.enlightenment.org/re...-1.20.4.tar.gz
5f05ae8e14c84fed6622cc07793cfb39551eab13d536ed2267ae0ff1982d85e2

http://download.enlightenment.org/re...-1.20.4.tar.xz
316135c402758945d51d3b316addbeb1d537a0d75f9cf593868646fd8251b0cb
 
  


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
Enlightenment E19 To Have Full Wayland Support jeremy Linux - News 0 03-19-2014 03:08 PM
LXer: Bodhi Linux 3.0.0 Alpha Release - Give E19 a try LXer Syndicated Linux News 0 03-03-2014 12:51 AM
LXer: Enlightenment E19 Going Into Feature Freeze Soon LXer Syndicated Linux News 0 02-01-2014 06:00 PM
LXer: Enlightenment E19 Can Act As A Wayland Compositor LXer Syndicated Linux News 0 08-25-2013 03:11 PM

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

All times are GMT -5. The time now is 01:34 PM.

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