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 11-24-2019, 11:01 PM   #4036
Stanson
LQ Newbie
 
Registered: Jan 2016
Distribution: Slackware
Posts: 21

Rep: Reputation: Disabled

Not shure is this correct thread for this, but current slackware package keyutils-1.6 have strange pkgconfig and library path.
Code:
/lib64/libkeyutils.so.1.8
/lib64/pkgconfig/libkeyutils.pc
However in libkeyutils.pc we have
Code:
libdir=/usr/lib64
includedir=/usr/include

Name: libkeyutils
Description: keyutils library
Version: 1.6
Cflags: -I${includedir}
Libs: -L${libdir} -lkeyutils
Also there is /usr/lib64/libkeyutils.a - AFAIK Slackware getting rid of static libraries.

Shouldn't the place for this library and it pkgconfig file be in /usr/lib${LIB_SUFFIX} ?
 
4 members found this post helpful.
Old 11-25-2019, 06:54 AM   #4037
cycojesus
Member
 
Registered: Dec 2005
Location: Lyon, France
Distribution: Slackware-current
Posts: 116

Rep: Reputation: 79
Lightbulb Emacs' modules

It would be nice to compile Emacs enabling modules (add
Code:
--with-modules
)

I stumbled onto this while trying https://github.com/akermu/emacs-libvterm which needs this option (introduced in Emacs >25.)
 
2 members found this post helpful.
Old 11-25-2019, 12:01 PM   #4038
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
postfix-3.4.8 is released.
https://de.postfix.org/ftpmirror/off...x-3.4.8.tar.gz
https://de.postfix.org/ftpmirror/off....8.tar.gz.gpg2
 
Old 11-26-2019, 03:32 AM   #4039
nullptr
Member
 
Registered: Nov 2019
Posts: 50

Rep: Reputation: Disabled
Can this tiny color temperature adjustment utility become part of slackware?
Or https://github.com/Tookmund/setcolortemperature which is the sct debian choosing to package

Last edited by nullptr; 11-26-2019 at 07:19 PM.
 
Old 11-26-2019, 01:36 PM   #4040
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
Quote:
Originally Posted by nullptr View Post
Can this tiny color temperature adjustment utility become part of slackware?
Or https://github.com/Tookmund/setcolortemperature which is the sct debian choosing to package
I didn't know about this, I could replace redshift with it, it seems to work nicely on my machine. +1 for the addition
 
Old 11-27-2019, 05:05 PM   #4041
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,210

Rep: Reputation: 295Reputation: 295Reputation: 295
gtk+-3.24.13
https://download.gnome.org/sources/g...3.24.13.tar.xz
 
Old 11-27-2019, 05:09 PM   #4042
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
Quote:
Originally Posted by saxa View Post
Already...
Quote:
Wed Nov 27 19:39:46 UTC 2019
>..<
l/gtk+3-3.24.13-x86_64-1.txz: Upgraded.
 
Old 11-27-2019, 05:14 PM   #4043
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,210

Rep: Reputation: 295Reputation: 295Reputation: 295
Ups, sorry, didn't looked at the changelog.
 
Old 11-28-2019, 01:46 AM   #4044
jendralhxr
LQ Newbie
 
Registered: Nov 2019
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by volkerdi View Post
Make install for python-3 does not create a /usr/bin/python symlink or a /usr/bin/python-config symlink.

I think it's better to leave things as they are and assume that /usr/bin/python will always point to python2. That is, until python2 goes away, at which point I don't think there should be a /usr/bin/python symlink at all.
Drop python2 for good in the next release, pretty please.
 
4 members found this post helpful.
Old 11-28-2019, 06:37 PM   #4045
swaggboi
LQ Newbie
 
Registered: Oct 2017
Location: Northern VA
Distribution: Slackware, Fedora/RHEL, OpenBSD
Posts: 26

Rep: Reputation: Disabled
I came here to ask if restretto image viewer could be made apart of the Xfce install? https://slackbuilds.org/repository/1...ics/ristretto/
But also Re: python2, I believe support is going away soon: https://pythonclock.org/
 
Old 11-28-2019, 09:39 PM   #4046
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
This would be the first Slackware yet to release a "dead" peace of software, at least since the brand new fashion to "end of life" software, as if it has expiry date on it.

But i think the smart way is to move it to /pasture/ for the time. Innit funny and nice how our Slackware has convenient and readily available solutions for whatever comes along?
 
Old 11-29-2019, 12:31 AM   #4047
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 601

Rep: Reputation: 341Reputation: 341Reputation: 341Reputation: 341
PHP 7.4.0
 
Old 11-29-2019, 12:52 AM   #4048
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by teoberi View Post
PHP 7.4.0
this will actually need a little bit of massaging as some extensions have been deprecated or build options have changed, apart for a newly introduced dependency, oniguruma: I've built a local package for testing using this script (and took oniguruma from SBo).
 
1 members found this post helpful.
Old 11-29-2019, 01:34 AM   #4049
teoberi
Member
 
Registered: Jan 2018
Location: Romania
Distribution: Slackware64-current (servers)/Windows 11/Ubuntu (workstations)
Posts: 601

Rep: Reputation: 341Reputation: 341Reputation: 341Reputation: 341
In my configuration (compilation from sources) I have two changes:
1. oniguruma package is really needed, it can be added to Slackware.
2. --enable-zip -> --with-zip

Last edited by teoberi; 11-29-2019 at 04:13 AM. Reason: post completion
 
Old 11-29-2019, 05:37 AM   #4050
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by teoberi View Post
In my configuration (compilation from sources) I have two changes:
1. oniguruma package is really needed, it can be added to Slackware.
2. --enable-zip -> --with-zip
mainly there's also "--with-gd=shared" that becomes "--enable-gd=shared --with-external-gd" (or it won't build the gd.so extension) and the line "extension=wddx" that must be removed from the php.ini-development.diff.gz because the wddx extension has been moved to PECL.

Last edited by ponce; 11-29-2019 at 05:58 AM.
 
1 members found this post helpful.
  


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
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

All times are GMT -5. The time now is 12:07 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