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 03-02-2012, 11:26 AM   #1
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
One more reason to say thanks to Gnashley for the great app src2pkg...


Hello All,

Last October, I was given a super neat Kodak AIO printer. I found when I got it that it did all manner of amazing things except one: work with Linux. Kodak totally ignored it's Linux users and refused to acknowledge they even exist. An email from them back in November informed me they had no plans to introduce a Linux driver for their products.

Lo and Behold, about two weeks ago I found that someone had written a driver for it and it was available on SourceForge. At first I found only the Debian/Ubuntu version, but eventually found the source code. I tried and tried to install it but it simply would not find this wireless printer on the network. Then I remember src2pkg and converted it to a Slack package. The conversion worked first try and it installed like any other package, seamlessly, and viola! Cups found the printer immediately. Now this printer can be used as a printer instead of a place to stack books.

I found no idea what the changes were when I converted it with src2pkg, but it worked and this is yet one more time when Gnashley's absolutely brilliant program has saved me hours of headaches trying to get something to work.

So, thank you once again for this application.

Bob
 
Old 03-03-2012, 04:35 AM   #2
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Yeah, I agree fully! I'd not have any objections to see src2pkg (and also sbopkg, BTW) in future stock Slackware. These tools are incredibly helpful and save a lot of time. src2pkg, because it is much smarter than I am when it comes to using a C or C++ compiler , and sbopkg, because it makes installing quality assured stuff a breeze by automating the process and putting it all together in a very friendly and well designed UI.

gargamel
 
Old 03-03-2012, 06:23 AM   #3
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Although i havent used it i am sure src2pkg is great, but i think in this particular situation you could have also used deb2targz as well as some other applications.
I have the feeling libarchive (in stock Slackware) could do that as well, since deb's are ar archives. Never needed to convert a deb myself either.
 
Old 03-03-2012, 09:39 AM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I agree. The src2pkg utility is wonderful. Many thanks to gnashley for his work!
 
Old 02-13-2013, 07:39 AM   #5
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Without any shame I'm bumping this thread, because I also want to thank Gnashley.
I'm migrating my slackware from a 32 bit machine to a 64 bit machine, so there's plenty of re-compiles including stuff that I kept in my $HOME/local/bin directory because there were no packages for them.
I can now integrate them properly into the root system because src2pkg turns them into bona fide packages.
It is really a mature program - you know the sort of thing - you think you've discovered something that hadn't been thought of, then when you look closer in the documentation you see that is has
Thanks Gnashley
 
Old 02-13-2013, 10:23 AM   #6
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
sahko: "could have also used deb2targz" Could have simply used 'ar' as well. But, as harryhaller says: "bona fide packages" -that's where src2pkg makes a difference, because it does a bunch of sanity checks on the content instead of simply changing the package archiving and compression. There was a thread recently where someone had converted a package using rpm2tgz (or other tool) and, after installing it, nearly all his system was inoperable because of bad permissions in the original package -can't do much as a user when /usr/bin is chmodded 700!

Still BobNutfield, I'd like to help you get it built correctly from source for your system. Which driver are we talking about? This (c2esp)?:
http://sourceforge.net/projects/cupsdriverkodak/files/
or something else? (please provide link to package you downloaded or sources)
 
1 members found this post helpful.
Old 02-13-2013, 10:41 AM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Agree with all the above praising src2pkg. And gnashley is one of the most helpful people on these forums.
Quote:
Originally Posted by gargamel View Post
I'd not have any objections to see src2pkg (and also sbopkg, BTW) in future stock Slackware.
gargamel
Agree with that, too. They're useful and take up little space.

Last edited by brianL; 02-13-2013 at 10:46 AM.
 
Old 02-13-2013, 12:26 PM   #8
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
"I'd not have any objections to see src2pkg in future stock Slackware." Has anyone ever suggested this to PV? I noticed awhile back he said something about maybe coming up with another build system which used some sourced components, instead of having everything in one SlackBuild.
 
Old 02-13-2013, 03:16 PM   #9
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Originally Posted by gnashley View Post
"I'd not have any objections to see src2pkg in future stock Slackware." Has anyone ever suggested this to PV? I noticed awhile back he said something about maybe coming up with another build system which used some sourced components, instead of having everything in one SlackBuild.
I'm very interested in an answer for this too.
 
Old 02-13-2013, 03:30 PM   #10
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Well, we could send private messages to Pat or else open up a thread to discuss it, maybe to pose the question whether there were any objections to srcc2pkg being included in the distribution.
What do you think is best or are there any other suggestions?
 
Old 02-13-2013, 05:51 PM   #11
elvis4526
Member
 
Registered: Aug 2011
Posts: 114

Rep: Reputation: Disabled
Quote:
Originally Posted by harryhaller View Post
Well, we could send private messages to Pat or else open up a thread to discuss it, maybe to pose the question whether there were any objections to srcc2pkg being included in the distribution.
What do you think is best or are there any other suggestions?
Since volkerdi seems to be browsing the forum, I think it would be a better idea to make a thread here, so we could get input from him, and from the rest of the community (if there is any).
 
  


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
Port of great Mac app? dhave Linux - Software 4 11-25-2011 01:32 PM
LXer: Aupeo review: great music, disappointing app LXer Syndicated Linux News 0 06-03-2011 05:10 AM
LXer: New Mind Mapping App Freeplane Promises Great Features, Rapid Release Cycle LXer Syndicated Linux News 0 09-16-2009 11:20 AM
New src2pkg release available for download -Introducing the src2pkg WIKI gnashley Slackware 11 05-06-2008 11:09 AM
gnashley: src2pkg port to 64bit possible? (like for Bluewhite64 linux) GrapefruiTgirl Slackware - Installation 5 04-20-2008 09:38 AM

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

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