LinuxQuestions.org
Help answer threads with 0 replies.
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 02-12-2018, 01:22 PM   #406
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,500

Rep: Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453

Quote:
Originally Posted by TurboBlaze View Post
/n/samba-4.7.5-x86_64-1.txz in slackware64-current does not have
Code:
guest@porteus:~$ ldd /usr/bin/smbclient | grep found | sort | uniq
	libtalloc.so.2 => not found
	libtevent.so.0 => not found
guest@porteus:~$
Anybody knows why Slackware-current not "make talloc" and "make tevent" + symbolic links of these libs when they are build samba package???
Try installing the tevent and talloc packages. And probably tdb as well, I'll guess you probably upgraded from 14.2 without installing the added packages... might want to make sure you aren't missing anything else.
 
5 members found this post helpful.
Old 02-12-2018, 01:47 PM   #407
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
pcre2-10.31:

http://www.pcre.org/changelog.txt
ftp://ftp.csx.cam.ac.uk/pub/software...-10.31.tar.bz2
 
1 members found this post helpful.
Old 02-13-2018, 05:59 AM   #408
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748Reputation: 2748
Almost official.
From https://alien.slackbook.org/blog/your-feedback/
Comment from alienbob
Posted: February 13, 2018 at 10:11
Quote:
In due time, Slackware 15.0 will be released and when it does, it will have Plasma5
 
3 members found this post helpful.
Old 02-13-2018, 10:55 AM   #409
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,089

Rep: Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263
Quote:
Originally Posted by allend View Post
Almost official.
From https://alien.slackbook.org/blog/your-feedback/
Comment from alienbob
Posted: February 13, 2018 at 10:11
Most unfortunate.
 
Old 02-13-2018, 01:15 PM   #410
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
I trust you all saw this (Plasma 5-related) ridiculousness?

https://www.kde.org/info/security/ad...20180208-2.txt
 
3 members found this post helpful.
Old 02-13-2018, 02:07 PM   #411
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by dugan View Post
I trust you all saw this (Plasma 5-related) ridiculousness?

https://www.kde.org/info/security/ad...20180208-2.txt
Ha! That sounds like a fun trick. Anyway, it says it is fixed in Plasma 5.12.
 
Old 02-13-2018, 06:08 PM   #412
HQuest
Member
 
Registered: Jan 2018
Location: 2001:470:c2d0::/56
Distribution: Anyone that I can interface with
Posts: 87

Rep: Reputation: Disabled
I would trade Plasma for module_http2 at Apache in a heartbeat!
 
1 members found this post helpful.
Old 02-13-2018, 10:20 PM   #413
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
gtk+-3.22.27
sources --> http://ftp.gnome.org/pub/gnome/sourc...3.22.27.tar.xz
news --> http://ftp.gnome.org/pub/gnome/sourc...+-3.22.27.news
 
Old 02-14-2018, 04:56 AM   #414
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
Quote:
Originally Posted by HQuest View Post
I would trade Plasma for module_http2 at Apache in a heartbeat!
I'd really like to have nghttp2 too. So Apache, Curl, and probably others tools, can work with http2.
 
Old 02-14-2018, 04:55 PM   #416
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866
a/pkgtools-15.0-noarch-2.txz: Rebuilt

installpkg
Code:
if [ "$MODE" = "warn" ]; then
    ...
    'txz' )
      packagecompression="xz --threads=threads=${THREADS}"
      ;;
    esac
    ...

# Main loop:
for package in $* ; do
  ...
  'txz' )
    packagecompression=xz
    ;;
  esac
  ...

Cheers
 
1 members found this post helpful.
Old 02-14-2018, 05:16 PM   #417
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
whois-5.3.0
https://github.com/rfc1036/whois/archive/v5.3.0.tar.gz
 
Old 02-14-2018, 10:17 PM   #418
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
gtk+-3.22.28
http://ftp.gnome.org/pub/gnome/sourc...3.22.28.tar.xz

changes
http://ftp.gnome.org/pub/gnome/sourc....22.28.changes
 
Old 02-15-2018, 02:35 AM   #419
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
pycairo-1.16.2:

https://pypi.python.org/packages/5d/...-1.16.2.tar.gz
 
Old 02-15-2018, 02:50 AM   #420
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,205

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
system-config-printer, on a fresh current install, the root auth authentication dialog box is broken, and need this patch:

https://git.archlinux.org/svntogit/p...config-printer

Last edited by gmgf; 02-15-2018 at 03:29 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 10:25 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