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-01-2015, 03:07 AM   #556
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled

Hi,

Quote:
but at least the major stuff in already done as far as anyone can tell, and mostly now it's just stray libraries here and there.
I enjoy your optimism

--
Best regards,
Andrzej Telszewski
 
1 members found this post helpful.
Old 12-01-2015, 08:41 AM   #557
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
tar 1.28 is out:

http://ftp.gnu.org/gnu/tar/tar-1.28.tar.xz
 
1 members found this post helpful.
Old 12-01-2015, 12:38 PM   #558
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
Speaking of tar, has any way been found to work around the symlink issue with pkgtools requiring tar-1.13? Does bsdtar from libarchive clobber symlinks like tar does?
 
Old 12-01-2015, 12:43 PM   #559
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
Speaking of tar, has any way been found to work around the symlink issue with pkgtools requiring tar-1.13? Does bsdtar from libarchive clobber symlinks like tar does?
tar has a --dereference flag that may do the trick, but when I asked Pat about it he didn't think it was worth upgrading until tar-1.13 was unable to compile, exact response:

Quote:
> I am curious if tar 1.13 could be replaced by a shell script running:
>
> # tar --dereference

Possibly, but then the package system would be at risk from any new bugs
in future versions of tar. As tar-1.13 is tried and true for our
purposes, I'd rather not go down that road until such time that it
develops too much bitrot to compile on a modern toolchain.

Take care,

Pat
 
1 members found this post helpful.
Old 12-01-2015, 02:42 PM   #560
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

libarchive does not package examples/*.
Could they be added?

--
Best regards,
Andrzej Telszewski
 
Old 12-02-2015, 02:52 AM   #561
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,215

Rep: Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002
New librsvg-2.40.12, bugs fix and enhancement:

http://ftp.gnome.org/pub/gnome/sourc...g-2.40.12.news

http://ftp.gnome.org/pub/gnome/sourc...2.40.12.tar.xz
 
Old 12-02-2015, 03:02 AM   #562
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,215

Rep: Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002Reputation: 1002
New dbus-1.10.6.tar.gz

http://dbus.freedesktop.org/releases...-1.10.6.tar.gz

work here.
 
Old 12-02-2015, 10:37 AM   #563
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
Quote:
Originally Posted by ryanpcmcquen View Post
tar has a --dereference flag that may do the trick, but when I asked Pat about it he didn't think it was worth upgrading until tar-1.13 was unable to compile, exact response:
Sounds reasonable. I have been studying how other packagers works and most seem to use libarchive (possibly for bsdtar). Pacman and others use it I think. Interesting...
 
Old 12-02-2015, 03:32 PM   #564
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
I'm happy to leave GNU tar 1.13 alone for Pkgtool usage but I do think we should upgrade tar 1.26 to 1.28 as it has some decent fixes. I would also suggest upgrading GNU cpio to 2.12.

I had actually started another thread as I missed (or more likely forgot) about this one. Details of these two updates in that thread.
 
1 members found this post helpful.
Old 12-02-2015, 03:53 PM   #565
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by ReaperX7 View Post
Speaking of tar, has any way been found to work around the symlink issue with pkgtools requiring tar-1.13? Does bsdtar from libarchive clobber symlinks like tar does?
The newest GNU tar has the the option --keep-directory-symlink. From the manual:

Quote:
This option changes the behavior of tar when it encounters a symlink with the same name as the directory that it is about to extract. By default, in this case tar would first remove the symlink and then proceed extracting the directory.

The `--keep-directory-symlink' option disables this behavior and instructs tar to follow symlinks to directories when extracting from the archive.

It is mainly intended to provide compatibility with the Slackware installation scripts.
But again, for clarity I am still not suggesting that Slackware replace tar 1.13, only that it replaces tar 1.26.

That said, new behaviours and switches such as this are encouraging in case we ever find ourselves in a situation where we have to change. Very nice that the maintainer actually considered Slackware when adding this option
 
2 members found this post helpful.
Old 12-02-2015, 03:58 PM   #566
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Quote:
Originally Posted by ReaperX7 View Post
Sounds reasonable. I have been studying how other packagers works and most seem to use libarchive (possibly for bsdtar). Pacman and others use it I think. Interesting...
Pretty sure pacman just uses libarchive directly. It does not care about bsdtar. bsdtar just gets installed on all Arch systems as it is part of the libarchive package.

Still it is handy to know that bsdtar is pre-installed on Arch and Slackware as it is pretty powerful (it can open debs and rpms directly for example).
 
Old 12-02-2015, 05:07 PM   #567
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
The good thing is we know there are options.

It's also a bit ironically humorous Slackware was, in a sense, catered to by upstream.

Last edited by ReaperX7; 12-03-2015 at 01:25 AM.
 
Old 12-03-2015, 04:18 AM   #568
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
For compression I am used to lzip, instead of xz. But I prefer the multithreaded version of lzip : plzip .
Why is lzip in slackware, but not plzip ?
 
Old 12-03-2015, 09:17 AM   #569
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,181

Rep: Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763Reputation: 1763
Quote:
Originally Posted by Toutatis View Post
For compression I am used to lzip, instead of xz. But I prefer the multithreaded version of lzip : plzip .
Why is lzip in slackware, but not plzip ?
Presumably for the same reason many other things are not in Slackware: you can easily install it yourself. It has been clearly stated over and over again that Slackware provides you with a base upon which you can build. It does not provide you with everything out of the box. If you want that then download and install all Debian DVDs instead.
 
Old 12-03-2015, 10:42 AM   #570
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Question:
Quote:
Why is lzip in slackware, but not plzip ?
Answer:
Quote:
If you want that then download and install all Debian DVDs instead.
@gezley aren't you too harsh?

--
Best regards,
Andrzej Telszewski
 
  


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] 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 03:13 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