LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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


Closed Thread
  Search this Thread
Old 06-04-2016, 08:34 PM   #1186
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784

It will stay at 2.7 for 14.2
 
1 members found this post helpful.
Old 06-04-2016, 11:03 PM   #1187
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
There's a lot of stuff that still defaults to Python 2 for bindings, so probably not.
 
1 members found this post helpful.
Old 06-04-2016, 11:26 PM   #1188
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Looking at https://rawgit.com/mythmon/twisted-p...ter/index.html I see much of Twisted is still not ported to python 3. https://twistedmatrix.com/trac/milestone/Python-3.x estimates 67% done, and it's taken them years to get that far. Twisted is the basis for a constellation of essential python-based apps.

A lot of other libraries have yet to be ported to python 3 as well.

Shipping python 2 makes good sense while the python folks get more libraries ported over.
 
1 members found this post helpful.
Old 06-05-2016, 05:01 PM   #1189
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866
It would be nice to make samba's doinst.sh to move the contents of /etc/samba/private to the new location /var/lib/samba/private.

Just in case someone who upgrades from 14.1 and has a bunch of samba users didn't look at the ChangeLog.


Cheers
 
1 members found this post helpful.
Old 06-05-2016, 05:03 PM   #1190
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Some minutes a go , appears message arround 4.4.13-stable
https://lkml.org/lkml/2016/6/5/311
http://www.mail-archive.com/linux-ke...sg1159130.html

99 patches

Last edited by USUARIONUEVO; 06-05-2016 at 05:08 PM.
 
Old 06-05-2016, 05:42 PM   #1191
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Why are aspell-word-lists packages tagged "noarch"?

I ask because I see files installed in /usr/lib for Slackware-current but in /usr/lib64 for Slackware64-current inside these packages.

I thought that in such a case Patrick's rule was to tag the packages i486 or x86_64 respectively.

Am I wrong, or is there a specific reason not to follow that rule in this case?
 
Old 06-06-2016, 01:40 AM   #1192
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by Hasek39 View Post
Will there be Python 3.x by default in upcoming stable release of 14.2 or will it remains on 2.7.x branch?
Python 2 for 14.2, for sure.

If you're a desktop user, you should be aware that one program that you won't be able to run on a Python 3-only system is Calibre.

Last edited by dugan; 06-06-2016 at 01:50 AM.
 
1 members found this post helpful.
Old 06-06-2016, 10:01 AM   #1193
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
im not understand talking arround python..

cause 2.x and 3.x series can coexist in same system...then the way is, when python3 arrives as a default slackware package.

not python2 or python3 // two better tan one.
 
Old 06-06-2016, 10:11 AM   #1194
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I think they means any package that can use Python 3.x should be built against Python 3.x. While a good case can be made for that, there are some packages known to have issues when defaulting against Python 3.x. Python 2.x is still the default for many packages, so generally, until Python 3.x is the default and Python 2.x is the option, the defaults should stay as-is for sanity in packages and dependencies.
 
Old 06-06-2016, 11:46 AM   #1195
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by USUARIONUEVO View Post
im not understand talking arround python..

cause 2.x and 3.x series can coexist in same system...then the way is, when python3 arrives as a default slackware package.

not python2 or python3 // two better tan one.
If Slackware ships both, then I want every Python library that it ships (PyQt, PyGTK, etc) to be built for both.

I'd prefer is Slackware holds off shipping Python 3 until it's ready to make it the standard. (And honestly, I think that can happen by the next release after 14.2).

Last edited by dugan; 06-06-2016 at 11:55 AM.
 
Old 06-07-2016, 04:32 AM   #1196
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
gnutls-3.4.13:

http://permalink.gmane.org/gmane.com...tls.devel/8572

ftp://ftp.gnutls.org/gcrypt/gnutls/v...-3.4.13.tar.xz
 
Old 06-07-2016, 05:39 AM   #1197
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
smartmontools Version 6.5

Builds and runs fine with the slackware64 smartmontools.SlackBuild without changes except for the new tar-ball.

https://www.smartmontools.org/

Thanks All !

-- kjh
 
Old 06-07-2016, 06:15 AM   #1198
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998
maybe too late:

gkrellm-2.3.7:

http://git.srcbox.net/gkrellm/log/

http://gkrellm.srcbox.net/releases/g...-2.3.7.tar.bz2
 
1 members found this post helpful.
Old 06-07-2016, 06:51 AM   #1199
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
samba-4.4.4 is released:

https://download.samba.org/pub/samba...a-4.4.4.tar.gz
https://download.samba.org/pub/samba...-4.4.4.tar.asc
 
Old 06-07-2016, 08:30 PM   #1200
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Quote:
Originally Posted by kjhambrick View Post
smartmontools Version 6.5

Builds and runs fine with the slackware64 smartmontools.SlackBuild without changes except for the new tar-ball.

https://www.smartmontools.org/

Thanks All !

-- kjh
Quote:
Originally Posted by gmgf View Post
Quote:
Tue Jun 7 21:39:07 UTC 2016
a/smartmontools-6.5-x86_64-1.txz: Upgraded.
n/gnutls-3.4.13-x86_64-1.txz: Upgraded.
Use secure_getenv() where available to obtain environment variables to
fix an issue where setuid programs could potentially allow an attacker
to overwrite and corrupt arbitrary files.
This issue was only present in gnutls-3.4.12.
For more information, see:
http://cve.mitre.org/cgi-bin/cvename...=CVE-2016-4456
(* Security fix *)
n/samba-4.4.4-x86_64-1.txz: Upgraded.
Migrate any .tdb files in /etc/samba/private to /var/lib/samba/private.
Thanks to ivandi.
xap/gkrellm-2.3.7-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-45.2.0esr-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
http://www.mozilla.org/security/know...irefoxESR.html
(* Security fix *)
All done!
Thank you!
 
1 members found this post helpful.
  


Closed Thread



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] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

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