LinuxQuestions.org
Visit Jeremy's Blog.
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 04-28-2015, 10:04 PM   #91
Candelabrus
Member
 
Registered: Apr 2015
Location: Ponta Grossa - PR
Distribution: Slackware64
Posts: 173

Rep: Reputation: 26

Quote:
Originally Posted by ReaperX7 View Post
TigerVNC is updated to version 1.4.3.

https://github.com/TigerVNC/tigervnc...ses/tag/v1.4.3

Also, several packages may need rebuilds.

1. gst-plugins-base0 need a rebuild to fix a missing dependency for xfce4-mixer.

2. xorg-server needs the --disable-systemd-logind configure flag added to the build script. This silences an Error in X startup.
Hi,
Yesterday i compiled xfce 4.12 (with xfce4-mixer-4.11.0.tar.xz) using Slackware64 Current, and everythings are ok here. I did not need to recompile gst-plugins-base0.

On topic

My desire before Slack64 Current was quite, but now is only

1- glib2-2.44.0
2- atk-2.16.0
3- gtk+-3.16.2

Thanks
 
Old 04-29-2015, 04:04 AM   #92
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
Well, if needed, I can redownload the gst-plugins-base0 package and reinstall it and take a screenshot, provide an md5sum, and everything else if needed.
 
Old 04-29-2015, 04:01 PM   #93
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Any chance of updating libidn?

tl;dr there is a specific problem with libidn-1.25. libidn-1.30 has a fix, and makes the problem go away.

The present version libidn-1.25-x86_64-2 seems to cause hangs when /usr/bin/idn is called from Emacs, for some bizarre reason (no fflush, see below). Normally I wouldn't give a stuff about Emacs but unfortunately this is happening in a couple of SlackBuilds (magit and org-mode).
Code:
root     30807 30806  0 18:55 pts/1    00:00:00 sh ./magit.SlackBuild
root     30817 30807  0 18:55 pts/1    00:00:00 make
root     30818 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit.el")
root     30819 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit-svn.el")
root     30820 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit-topgit.el")
root     30824 30820  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
root     30825 30818  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
root     30826 30819  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
The /usr/bin/idn processes are not blocked on console input (ctrl/d doesn't fulfil their craving ;-) and have to be killed.

Google shows people complaining about this for many many years, but a year and a half ago someone finally identified a cause and a fix: http://lists.gnu.org/archive/html/he.../msg00000.html

So I've looked at the source of the latest libidn ( http://ftp.gnu.org/gnu/libidn/libidn-1.30.tar.gz ) and it includes the "fflush (stdout)" from that mailing list post. So I built it and tried it and the hanging problem goes away!

The soname changes from libidn.so.11.6.8 to 11.6.13. Everything still seems to work, fsvo everything but fyi these are the packages that seem to be built against libidn ...
GConf aaa_elflibs curl gcc-java ghostscript glib2 gnutls gst-plugins-base gst-plugins-base0 gstreamer gstreamer0 idnkit kopete lftp libgsf loudmouth mcabber moc mutt pidgin pycurl tumbler wget whois
... so maybe it might fail the potentially intrusive test. No harm in asking, though?
 
3 members found this post helpful.
Old 04-30-2015, 07:25 AM   #94
Xsane
Member
 
Registered: Jan 2014
Posts: 186

Rep: Reputation: 134Reputation: 134
Util-linux released v2.26.2 today. It has some significant regression fixes;
notably in *fdisk and logger.


v2.26.2 Release Notes
v2.26.1 Release Notes
v2.26 Source
 
1 members found this post helpful.
Old 05-01-2015, 04:23 AM   #95
sanjioh
Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 92

Rep: Reputation: Disabled
git 2.4.0 is out
 
1 members found this post helpful.
Old 05-01-2015, 04:34 AM   #96
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
Also, if ConsoleKit2 is considered for inclusion, LoginKit might be a worthwhile add-on to support the Inhibit() functions ConsoleKit2 still doesn't handle from systemd-logind. The software has not set release other than git pulls, but it could be tested for usefulness.
 
Old 05-02-2015, 12:36 PM   #97
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
The version of curl (7.41) in current has a bug for downloading files newer than a certain date breaking scripts relying on this. This is fixed in the version just released: http://curl.haxx.se/changes.html#7_42_1

The problematic bug is with the z-option: https://github.com/bagder/curl/issues/237 that appears introduced in 7.38.
 
Old 05-04-2015, 01:25 AM   #98
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
Quote:
Originally Posted by 55020 View Post
Any chance of updating libidn?

tl;dr there is a specific problem with libidn-1.25. libidn-1.30 has a fix, and makes the problem go away.

The present version libidn-1.25-x86_64-2 seems to cause hangs when /usr/bin/idn is called from Emacs, for some bizarre reason (no fflush, see below). Normally I wouldn't give a stuff about Emacs but unfortunately this is happening in a couple of SlackBuilds (magit and org-mode).
Code:
root     30807 30806  0 18:55 pts/1    00:00:00 sh ./magit.SlackBuild
root     30817 30807  0 18:55 pts/1    00:00:00 make
root     30818 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit.el")
root     30819 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit-svn.el")
root     30820 30817  0 18:55 pts/1    00:00:00 emacs -batch -q -no-site-file -eval (setq load-path (cons (expand-file-name ".") load-path)) --eval (byte-compile-file "magit-topgit.el")
root     30824 30820  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
root     30825 30818  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
root     30826 30819  0 18:55 ?        00:00:00 /usr/bin/idn --quiet --idna-to-ascii --usestd3asciirules
The /usr/bin/idn processes are not blocked on console input (ctrl/d doesn't fulfil their craving ;-) and have to be killed.

Google shows people complaining about this for many many years, but a year and a half ago someone finally identified a cause and a fix: http://lists.gnu.org/archive/html/he.../msg00000.html

So I've looked at the source of the latest libidn ( http://ftp.gnu.org/gnu/libidn/libidn-1.30.tar.gz ) and it includes the "fflush (stdout)" from that mailing list post. So I built it and tried it and the hanging problem goes away!

The soname changes from libidn.so.11.6.8 to 11.6.13. Everything still seems to work, fsvo everything but fyi these are the packages that seem to be built against libidn ...
GConf aaa_elflibs curl gcc-java ghostscript glib2 gnutls gst-plugins-base gst-plugins-base0 gstreamer gstreamer0 idnkit kopete lftp libgsf loudmouth mcabber moc mutt pidgin pycurl tumbler wget whois
... so maybe it might fail the potentially intrusive test. No harm in asking, though?
This has been fixed in -current
 
Old 05-04-2015, 02:09 AM   #99
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
wooOOOOoooo!! Thanks!!
(now I'm waiting for the hate mail if it broke something else)
 
Old 05-04-2015, 02:19 AM   #100
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
I wonder if is possible also, in the context of all those huge upgrades, to add gdbm-1.11 to the list...

This upgrade have advantage to have a little to none impact on the operating system, musing that GDBM is almost not used by another packages.

But, yet, there, the GDBM is used by us, for some (custom) applications.

Last edited by Darth Vader; 05-04-2015 at 02:23 AM.
 
Old 05-04-2015, 02:54 AM   #101
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
Unless it has an impact for core Slackware packages, it would be better to include it in SBo
 
Old 05-04-2015, 02:56 AM   #102
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by willysr View Post
Unless it has an impact for core Slackware packages, it would be better to include it in SBo
To note that GDBM is part of the Slackware tree, from long time ago. That's WHY I suggest this GDBM upgrade.
 
Old 05-04-2015, 03:28 AM   #103
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
my apologies, never used it before, so not so familiar with it.
 
Old 05-04-2015, 08:41 AM   #104
xflow7
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 215

Rep: Reputation: 45
Any chance of a bump to kernel 3.18.12? This fixes several issues with trackpoint buttons on 2015 Lenovo laptops. See the 17APR2015 commits here:

https://git.kernel.org/cgit/linux/ke...h=linux-3.18.y

Thanks!

Dave
 
Old 05-05-2015, 12:24 PM   #105
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
NetworkManager 1.0.2

Might be a good candidate: https://mail.gnome.org/archives/netw.../msg00005.html
 
2 members found this post helpful.
  


Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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] vdso_time error after current updates chrissi29 Slackware 4 03-20-2013 04:09 AM
xfce 4.10 and latest updates to current BCarey Slackware 7 07-16-2012 10:56 AM
wget error with new current updates fogpipe Slackware 2 07-14-2012 03:16 PM
Massive updates in -current mlangdn Slackware 53 07-01-2012 08:15 AM
Slackware current updates today! neo Slackware 2 04-22-2005 05:32 PM

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

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