k9copy installation FAILURE

General talk about packaging procedures and packages.
User avatar
fizzy-logic
Posts: 35
Joined: 10. Dec 2013, 20:16

k9copy installation FAILURE

Post by fizzy-logic »

Hi all,
After a 1 year hiatus I am back. :twisted:
Trying to install k9copy thru Sourcery. It starts out OK and ends up with fetching http://downloads.sourceforge.net/k9copy ... rce.tar.gz FAILED
What me do now ?
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: k9copy installation FAILURE

Post by mimosa »

Find out what the latest version is and edit the SlackBuild accordingly, then run it manually.

To download the SlackBuild and other files, use the -f option with slapt-src. It is probably more convenient to crate a temporary directory in which to do so and to run the build there. Then (as root) call the edited SlackBuild:

Code: Select all

sudo sh k9copy.SlackBuild
EDIT By the way please don't double post. I just looked at the post where you say you're back with Salix, and you mention the same problem there. This separate thread is the right place for it. And anyway, welcome back! :)
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: k9copy installation FAILURE

Post by laprjns »

k9copy is not in the slackbuild 14.1 repo. This is why,
http://www.linuxquestions.org/questions ... 175432194/
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
fizzy-logic
Posts: 35
Joined: 10. Dec 2013, 20:16

Re: k9copy installation FAILURE

Post by fizzy-logic »

Fortunately this project is NOT dead yet ! ;)
At least according to here : http://sourceforge.net/p/k9copy-reloaded/wiki/Home/
That's very good news as this is a great application.
User avatar
fizzy-logic
Posts: 35
Joined: 10. Dec 2013, 20:16

Re: k9copy installation FAILURE

Post by fizzy-logic »

mimosa wrote:Find out what the latest version is and edit the SlackBuild accordingly, then run it manually.

To download the SlackBuild and other files, use the -f option with slapt-src. It is probably more convenient to crate a temporary directory in which to do so and to run the build there. Then (as root) call the edited SlackBuild:

Code: Select all

sudo sh k9copy.SlackBuild
EDIT By the way please don't double post. I just looked at the post where you say you're back with Salix, and you mention the same problem there. This separate thread is the right place for it. And anyway, welcome back! :)
The latest version of k9copy is 3.0.3
It appears to use cmake for the installation.
Any help for using cmake to install this package in salix 64 KDE ?
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: k9copy installation FAILURE

Post by laprjns »

Here's a package for x86_64 systems.

http://people.salixos.org/laprjns/k9cop ... 64-1rl.txz

Just download it, cd to the the directory you downloaded it to and do the following to install:

Code: Select all

$ sudo spkg -i k9copy-3.0.3-x86_64-1rl.txz
The only one I had to install was xine-lib

Code: Select all

$ sudo spi -i xine-lib
There maybe more, check the deps file so see if you need to install more

'''Homepage:'''
http://sourceforge.net/projects/k9copy-reloaded

'''Package:'''
http://people.salixos.org/laprjns/k9cop ... 64-1rl.md5
http://people.salixos.org/laprjns/k9cop ... 64-1rl.txz
http://people.salixos.org/laprjns/k9cop ... 64-1rl.dep
http://people.salixos.org/laprjns/k9cop ... 64-1rl.src

'''Log:'''
http://people.salixos.org/laprjns/k9cop ... 64-1rl.log

'''Buildscript and source:'''
http://people.salixos.org/laprjns/k9copy/3.0.3/SLKBUILD
http://sourceforge.net/projects/k9copy- ... 0.3.tar.gz
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: k9copy installation FAILURE

Post by laprjns »

k9copy is now available via spi. All you need to do is:

Code: Select all

$ sudo spi -u
$ sudo spi -i k9copy
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
fizzy-logic
Posts: 35
Joined: 10. Dec 2013, 20:16

Re: k9copy installation FAILURE

Post by fizzy-logic »

When invoking sudo, the following is showing up myself is not in the sudoers file. This incident will be reported.
As I understand it, I should have been added to the wheel during installation.
What gives ?
Last edited by fizzy-logic on 5. Nov 2014, 19:59, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: k9copy installation FAILURE

Post by gapan »

What version of salix are you using?
Image
Image
User avatar
fizzy-logic
Posts: 35
Joined: 10. Dec 2013, 20:16

Re: k9copy installation FAILURE

Post by fizzy-logic »

gapan wrote:What version of salix are you using?
14.1 x64 KDE
Post Reply