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


Closed Thread
  Search this Thread
Old 12-06-2014, 05:45 PM   #46
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,062

Rep: Reputation: Disabled

In extra, /brltty deserves an upgrade 4.5 => 5.2: lot of bug fixes, enhancements and new drivers. Just changing the VERSION is enough to build it on Slackware 14.1.

As a side note, I fail to see the purpose of brltty.brlapi.pyx.diff.gz. even though patching that succeeds on the new version as well.

FYI I'm trying to ship brltty in an installer so that blind folks can install Slint/Slackware by themselves.

Last edited by Didier Spaier; 12-06-2014 at 05:54 PM.
 
Old 12-06-2014, 05:49 PM   #47
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by heiser891 View Post
flac -> 1.3.1
lzip -> 1.16
Got 'em; thanks!
 
1 members found this post helpful.
Old 12-06-2014, 06:19 PM   #48
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Speek View Post
libogg 1.3.2
libvorbis 1.3.4
wavpack 4.70.0
audacious (+ plugins) 3.5.2
xf86-video-intel 2.99.916
cdrtools 3.01a25
All queued up; thanks!
 
1 members found this post helpful.
Old 12-06-2014, 06:25 PM   #49
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by andrew.46 View Post
Two worthwhile point upgrades would be:
  1. slrn upgraded to 1.0.2
  2. irssi upgraded to 0.8.17
Both queued up; thanks!
 
1 members found this post helpful.
Old 12-06-2014, 06:26 PM   #50
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,376

Rep: Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756
Has anybody tried the latest rdesktop-1.8.3? I have not bothered, as 1.8.2 is fine for me, but there some enhancements.
 
Old 12-06-2014, 06:32 PM   #51
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by MadMaverick9 View Post
dmeventd wants to create its fifos in /var/run. But when /var is a separate partition, dmeventd will not start.

May I humbly request that lvm2 be rebuild with the following parameter:

Code:
--with-default-dm-run-dir=/run/lvm \
Done, along with quite a few other changes to the LVM2 build since 14.1.

Quote:
And can the following line be added to "/etc/rc.d/rc.S":
Code:
--- rc.S.old    2014-11-29 10:42:00.912305356 +0700
+++ rc.S.new    2014-11-29 10:43:22.456498581 +0700
@@ -65,6 +65,7 @@
 # create some VGs and LVs).
 if [ -r /etc/lvmtab -o -d /etc/lvm/backup ]; then
   echo "Initializing LVM (Logical Volume Manager):"
+  mkdir -p /run/lvm /run/lock/lvm
   # Check for device-mapper support.
   if ! grep -wq device-mapper /proc/devices ; then
     # Try to load a device-mapper kernel module:
I don't understand why this is needed - with all of the rundir stuff set to a subdir of /run, it's created automatically.

Quote:
I also had to add "/sbin/modprobe -q dm-raid" to be able to setup a raid1 mirror with lvm2.
Hrm, if this is still an issue after the new lvm2 changes go into the tree, let me know and we'll investigate.
 
1 members found this post helpful.
Old 12-06-2014, 06:35 PM   #52
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by ReaperX7 View Post
Here's one good one:

procps-3.2.8 > procps-ng-3.3.10

Procps hasn't been developed on in a few years. Procps-ng is now the focus.

The newer version will have to probably be packaged separate from psmisc, but here's the build instructions for a SlackBuild targeting procps-ng only...

Code:
./configure --prefix=/usr                           \
            --exec-prefix=                          \
            --libdir=/usr/lib                       \
            --docdir=/usr/doc/procps-ng-3.3.10      \
            --disable-static                        \
            --disable-kill &&
make &&
make install &&
mv -v /usr/bin/pidof /bin
mv -v /usr/lib64/libprocps.so.* /lib64
ln -sfv ../../lib64/$(readlink /usr/lib64/libprocps.so) /usr/lib64/libprocps.so
Flag --disable-kill is used to avoid installing the kill utility which is included with util-linux.

No patches were required.
Aside from "there's something newer and more maintained" - is there a reason that we need procps-ng instead? I'm not suggesting that it's off the table, but it would be nice to have a real reason for it.
 
1 members found this post helpful.
Old 12-06-2014, 06:43 PM   #53
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Didier Spaier View Post
gettext and gettext-tools packages can be upgraded to version 0.19.3. No change needed in the SlackBuilds beyond the VERSION. No issue to compile nor run that on a Slackware 14.1, I assume that stands for -current as well. The fixes and enhancements since 0.18.2.1 are worth the upgrade IMO (see relevant part of the NEWS file attached).
Looking into these now.
 
1 members found this post helpful.
Old 12-06-2014, 06:46 PM   #54
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by allend View Post
Has anybody tried the latest rdesktop-1.8.3? I have not bothered, as 1.8.2 is fine for me, but there some enhancements.
Checking on this one now too, as I also use it occasionally...
 
1 members found this post helpful.
Old 12-07-2014, 01:10 AM   #55
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'll look into what's been added since the fork of procps to procps-ng, but I do know there were some major updates made to clean up certain parts of the code that resulted in a few patches.
 
Old 12-07-2014, 01:29 AM   #56
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
I'd like to see xf86-video-sis updated with this patch to fix a segfault. Upstream isn't really maintaining it anymore.
 
Old 12-07-2014, 02:01 AM   #57
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by elyk View Post
I'd like to see xf86-video-sis updated with this patch to fix a segfault. Upstream isn't really maintaining it anymore.
Got it; thanks!
 
1 members found this post helpful.
Old 12-07-2014, 03:28 AM   #58
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
xf86-video-sis and various other drivers are probably not going to be maintained since Mesa3D dropped a lot of the drivers related to DRI1 support. It's really a sad state that support has been reduced to using the vesa/modesetting driver for many non-mainstream video cards over the lack of willingness by the developers to bring the drivers up to modern specs even for EXA.

Last edited by ReaperX7; 12-07-2014 at 03:29 AM.
 
Old 12-07-2014, 04:27 AM   #59
_gin
Member
 
Registered: Aug 2012
Distribution: Oracle Linux
Posts: 106

Rep: Reputation: Disabled
maybe an upgrade on these:

d/rcs --> 9.3
l/readline --> 6.3
y/bsd-games --> 2.17
 
1 members found this post helpful.
Old 12-07-2014, 04:49 AM   #60
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
Readline 6.3 should have been updated when Bash was originally updated to 4.3. Weird.
 
  


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
slackpkg updated from current rotke Slackware 2 11-05-2012 01:30 PM
[SOLVED] when will -current be updated? danielldaniell Slackware 5 09-05-2009 10:15 AM
Updated Xorg now in -current chess Slackware 55 07-02-2009 07:39 PM
thread title not updated when edited nadroj LQ Suggestions & Feedback 12 12-15-2005 04:34 PM
UPDATED B3D Thread maximalred Linux - Software 0 12-20-2003 11:18 AM

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

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