LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-01-2016, 10:37 AM   #16
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled

https://www.youtube.com/watch?v=uqcSWI6Ppks
 
Old 02-01-2016, 11:22 AM   #17
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
Besides the choices by Design (i.e. our INIT System is BSD like by inception, then it never can be friendly with SystemD), I can't see any serious lack of modernity under (current) Slackware, excluding the LinuxPAM and its Kerberos friend.

Instead, I would like to argue, for example, that P.V. should be more conservatory about GCC, which is so modern that can create possible compilation problems, in my opinion.

Even for those who blame the lack of dependencies, I don't know if is not already know, that Slackware sports a fully functional RPM, and someone who grow a pair of balls, can literally rebuild the Slackware into RPM packages and get his dependencies goodness in a native way, with no additional package.

Then, either our resident Grandpas aren't too efficient in their protests...

OR, much better, as I like to believe, our resident Grandpas are some cool guys, ready to teach lessons of modernity to their nephews.

PS. Only a single example, there, if my memory isn't wrong: a brave French Grandpa, our friend Didier, works to modernize the Slackware installer and make it multi-language.

Last edited by Darth Vader; 02-01-2016 at 11:38 AM.
 
Old 02-01-2016, 12:10 PM   #18
blancamolinos
Member
 
Registered: Mar 2011
Distribution: Slackware
Posts: 109

Rep: Reputation: 70
Besides the choice of compiler version I have also struck by the fact choose the new 4.4 kernel. I guess Patrick has not chosen the 4.1 series because their EOL is Sep 2017 (a little too close in time).
 
Old 02-01-2016, 12:10 PM   #19
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by Darth Vader View Post
Why do you ALWAYS write like THIS?
 
2 members found this post helpful.
Old 02-01-2016, 12:28 PM   #20
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Question

could it be that there is a clash of 'sense of humor' somewhere hidden in this thread
 
Old 02-01-2016, 01:35 PM   #21
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Darth Vader View Post
Even for those who blame the lack of dependencies, I don't know if is not already know, that Slackware sports a fully functional RPM, and someone who grow a pair of balls, can literally rebuild the Slackware into RPM packages and get his dependencies goodness in a native way, with no additional package.
Seriously? would you mind providing a reference?
 
Old 02-01-2016, 01:50 PM   #22
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
Quote:
Originally Posted by travis82 View Post
Seriously? would you mind providing a reference?
It is true that Slackware includes RPM.

Code:
PACKAGE NAME:  rpm-4.12.0.1-x86_64-1.txz
PACKAGE LOCATION:  ./slackware64/ap
PACKAGE SIZE (compressed):  808 K
PACKAGE SIZE (uncompressed):  3720 K
PACKAGE DESCRIPTION:
rpm: rpm (RPM package format tool)
rpm:
rpm: RPM is a tool from Red Hat Software used to install and remove
rpm: packages in the .rpm format.  When installing RPM packages on
rpm: Slackware, you may need to use the --nodeps and --force options.
rpm: Before installing any binary package, it's wise to examine it to
rpm: see what it's going to do, and if it will overwrite any files.  You
rpm: can use rpm2tgz to convert .rpm packages to .tgz packages so you
rpm: can look them over.
rpm:
http://ftp.oregonstate.edu/pub/slack...t/PACKAGES.TXT

Last edited by dugan; 02-01-2016 at 02:08 PM.
 
Old 02-01-2016, 02:42 PM   #23
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
Pat takes care of allowing its users to manage RPM packages with rpm tools if they want.

He also wrote scripts to convert these packages from RPM format to standard GNU tar + GNU zip format, so users can use the Slackware tools to manage them (this is recommended).

Just type one of these commands to know their usage:
Code:
rpm2tgz
rpm2txz
rpm2targz

Last edited by Didier Spaier; 02-01-2016 at 02:43 PM.
 
Old 02-01-2016, 02:46 PM   #24
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by dugan View Post
It is true that Slackware includes RPM.

Code:
PACKAGE NAME:  rpm-4.12.0.1-x86_64-1.txz
PACKAGE LOCATION:  ./slackware64/ap
PACKAGE SIZE (compressed):  808 K
PACKAGE SIZE (uncompressed):  3720 K
PACKAGE DESCRIPTION:
rpm: rpm (RPM package format tool)
rpm:
rpm: RPM is a tool from Red Hat Software used to install and remove
rpm: packages in the .rpm format.  When installing RPM packages on
rpm: Slackware, you may need to use the --nodeps and --force options.
rpm: Before installing any binary package, it's wise to examine it to
rpm: see what it's going to do, and if it will overwrite any files.  You
rpm: can use rpm2tgz to convert .rpm packages to .tgz packages so you
rpm: can look them over.
rpm:
http://ftp.oregonstate.edu/pub/slack...t/PACKAGES.TXT
I am familiar with rpm and rpm2tgz. Darth Vader comment was about rebuilding the whole Slackware system into rpm packages. I didn't hear such a thing before.

Last edited by travis82; 02-01-2016 at 02:50 PM.
 
Old 02-01-2016, 02:57 PM   #25
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
Quote:
Originally Posted by travis82 View Post
I am familiar with rpm and rpm2tgz. Darth Vader comment was about rebuilding the whole Slackware system into rpm packages. I didn't hear such a thing before.
He said it was theoretically possible. Which it is. I don't think he meant it as a serious suggestion
 
Old 02-01-2016, 03:22 PM   #26
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
If I remember correctly, he was in the process of converting Darkstar Linux to a RPM based distro when his employer pulled the plug. I also remember that he was not using the actual RPM source but his own forked version.
But, nobody cared enough to preserve the Darkstar sources, or else someone thought there was still monetary value in the work done so far and went private with all of it.
 
1 members found this post helpful.
Old 02-01-2016, 04:35 PM   #27
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
Am I noticing a repeated topic as of recent? "How can someone make Slackware, not Slackware?"
 
Old 02-01-2016, 04:38 PM   #28
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
Quote:
Originally Posted by ReaperX7 View Post
Am I noticing a repeated topic as of recent? "How can someone make Slackware, not Slackware?"
I'd summarize the trend as "lots of trolling", personally. I'd explain it as the wait (and possibly the late inclusion of Pulseaudio) making people restless.

Last edited by dugan; 02-01-2016 at 04:41 PM.
 
1 members found this post helpful.
Old 02-01-2016, 04:53 PM   #29
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 Alien Bob View Post
If I remember correctly, he was in the process of converting Darkstar Linux to a RPM based distro when his employer pulled the plug. I also remember that he was not using the actual RPM source but his own forked version.
Well, DPM is not RPM based. It is suite of package management, written in C++, not C. Practically, under top-end, something able to use repositories. Using a very own script, package and repository format, dependencies and able to compute dependencies from repositories. A very un-Slackware tool, probably with no interest for this community, anyway...

Quote:
Originally Posted by Alien Bob View Post
But, nobody cared enough to preserve the Darkstar sources, or else someone thought there was still monetary value in the work done so far and went private with all of it.
Eric, considered that part of those sources was public available even into KDE-APPS, what you suppose for me to do as plus?

http://kde-apps.org/content/show.php...?content=56982
http://kde-apps.org/content/show.php...?content=70149
http://kde-apps.org/content/show.php...?content=70150

Finally, I even tried to promote a Package Builder, specially written to generate Slackware packages using specs similar to rpmbuild, right there, in this forum.

https://www.linuxquestions.org/quest...-linux-810053/

Everything developed by DARKSTAR was for years in your hands, why you, guys, do not have a copy, for example, of the applications, which are much more smaller than the distribution, sine die?

Last edited by Darth Vader; 02-01-2016 at 05:18 PM.
 
Old 02-01-2016, 08:00 PM   #30
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Useless url deleted

EDIT: The wayback machine appears to just save the directory links but none of the contents of the files. It's difficult to think of a more useless exercise.

Last edited by Richard Cranium; 02-02-2016 at 08:55 AM. Reason: Link was worthless.
 
  


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
Ten years of Ubuntu: How Linux’s beloved newcomer became its criticized king jeremy Linux - News 1 10-23-2014 12:36 PM
beloved XV doesn't work right on Slackware 14 wevl Slackware 4 05-30-2013 07:43 PM
[SOLVED] Installing Slackware Linux/LILO but keeping things intact on Lenovo notebook dimm0k Slackware 10 05-29-2010 11:48 PM
Dear all beloved Linux helpers silentlinuxuser LinuxQuestions.org Member Intro 2 03-17-2010 04:15 AM
Forking under Slackware 10 DD32 Slackware 10 07-16-2004 03:30 PM

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

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