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


Reply
  Search this Thread
Old 11-12-2015, 06:28 PM   #1
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Rep: Reputation: 47
Instant pkgsrc-on-slack


This package (https://code.google.com/p/pkgsrc-on-slack/) is available for Slackware version 12.2 but not later. Is it possible to install pkgsrc on Slackware 14.1?
 
Old 11-12-2015, 07:21 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Well, not as is but you can build one easily:
Code:
cd /tmp
svn checkout http://pkgsrc-on-slack.googlecode.com/svn/trunk/ pkgsrc-on-slack-read-only
cd pkgsrc-on-slack-read-only/pkgsrc-bootstrap
chmod 755 pkgsrc-bootstrap.SlackBuild
VERSION=2015Q3 ./pkgsrc-bootstrap.SlackBuild
The package is built, but my advice is: do not try it unless/until you be very acquainted with Slackware.

Why not first try to use Slackware as it is?
 
Old 11-12-2015, 07:33 PM   #3
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Will following work:

Quote:
Install Slackware package sets A, D, L, N only.
Boot Slackware
Install pkgsrc as suggested by you (@DidierSpaier) above.
Install further software using pkgsrc only.
Will it be a usable system?
 
Old 11-12-2015, 07:40 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by rng View Post
Will it be a usable system?
No. No. And No.

Do a full installation.
 
Old 11-12-2015, 07:45 PM   #5
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
It will be useful if you can briefly mention why it will NOT be a usable system.
 
Old 11-12-2015, 07:56 PM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Sorry, I m tired to repeat again and again the same explanations, so please just read these documents:
http://docs.slackware.com/slackware:beginners_guide
http://docs.slackware.com/howtos:mis...with_slackware

Furthermore I have absolutely no idea if pkgsrc works or not, but I very much doubt that you can get all Slackware packages this way.

Last edited by Didier Spaier; 11-12-2015 at 07:59 PM.
 
Old 11-12-2015, 08:02 PM   #7
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Your time and advice is much appreciated.
 
Old 11-13-2015, 12:30 AM   #8
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
I think you *could* build a usable system that way. You may want/need some stuff from the 'ap' series before proceeding. Don't let the 'only a full install' fellows scare you off.
 
Old 11-13-2015, 01:56 AM   #9
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
You have asked many questions that are all focussed around minimal systems. Could I ask what you are trying to achieve? Is it just a learning exercise or do you have some other specific goal? Having some frame of reference, would make it easier for people to assist you.

P.S. a/, d/, l/, n/ will certainly give you a bootable system. You might want to consider adding slackpkg from /ap to ease updating the system and to allow you to quickly install further packages. You might also want to consider installing groff, man and man-pages (also found in the ap/), if you want access to man pages.
 
Old 11-13-2015, 05:38 AM   #10
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
Since Slackware installation procedure offers choice of package sets, I thought a smaller selected install would be a good idea. This particular question regarding pkgsrc is from dependency management point of view. Since pkgsrc is a tool having access to a large number of binary packages and that too with dependency resolution, I thought it could fit in well with Slackware.
 
Old 11-13-2015, 06:01 AM   #11
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Quote:
Originally Posted by rng View Post
large number of binary packages and that too with dependency resolution
I think you want Salix, not Slackware.
 
1 members found this post helpful.
Old 11-13-2015, 06:05 AM   #12
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by rng View Post
Since Slackware installation procedure offers choice of package sets, I thought a smaller selected install would be a good idea.
well, IMHO, if you're starting with Slackware and you come from other distributions it isn't.
but when you got more confident on how it works yes, you can do that and more.
Quote:
This particular question regarding pkgsrc is from dependency management point of view. Since pkgsrc is a tool having access to a large number of binary packages and that too with dependency resolution, I thought it could fit in well with Slackware.
that too is not a good idea because:
- you shouldn't mix packages from different repositories: this is the fastest way to break your setup as they are built on different systems and they link to different libraries.
- Slackware doesn't do dependency resolution so anything that provides automatic dependency resolution doesn't "fit well".
 
Old 11-13-2015, 06:15 AM   #13
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
Quote:
Originally Posted by rng View Post
I thought a smaller selected install would be a good idea.
Why did you think that though?

It is a good idea if you have a need for less packages or you are teaching yourself about how packages interrelate. It is not a good idea in and of itself.
 
Old 11-13-2015, 06:29 AM   #14
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by rng View Post
Since pkgsrc is a tool having access to a large number of binary packages and that too with dependency resolution, I thought it could fit in well with Slackware.
There are many other tools for Slackware, but randomly you have chosen a tool that nobody else has used on Slackware since 2008. If you insist on using pkgsrc, you will need to solve your own problems, because nobody else knows or cares.

I agree with Slax-Dude. I think you want Salix, not Slackware.
 
Old 11-13-2015, 06:35 AM   #15
rng
Senior Member
 
Registered: Aug 2011
Posts: 1,198

Original Poster
Rep: Reputation: 47
pkgsrc is claimed to be compatible with linux. How can I use it with linux?
 
  


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
LFS with pkgsrc merchtemeagle Linux From Scratch 2 07-04-2007 12:15 AM
PKGSRC Questions JMJ_coder *BSD 1 03-27-2007 01:30 PM
pkgsrc on slackware Zmyrgel Slackware 2 11-10-2006 02:45 AM
NetBSD, pkgsrc: Getting only some of the sources. jaakkop *BSD 2 09-04-2006 08:58 AM
Slackware Linux with pkgsrc Packages [gentoo-like Slack] Anonymo Slackware 1 12-19-2005 09:46 AM

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

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