Slackbuild for conky-manager fails.

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
m1rr0r5h4d35
Posts: 16
Joined: 18. May 2016, 04:42

Slackbuild for conky-manager fails.

Post by m1rr0r5h4d35 »

I think Sourcery is pulling everything down, but it fails at the point where it tries to untar an archive in the directory. I am not sure exactly what the problem is, but my first guess is the goofy naming of the archive. Below is a copy of the exact error I get from Sourcery's Slackbuild Log.

tar: /usr/src/slapt-src/desktop/conky-manager/conky-manager_2.3.3~132~ubuntu15.04.1.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
fakeroot -- sh conky-manager.SlackBuild Failed

:-/
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Slackbuild for conky-manager fails.

Post by laprjns »

Try doing this:

Code: Select all

cd /usr/src/slapt-src/desktop/conky-manager/
sudo mv conky-manager_2.3.3%7E132%7Eubuntu15.04.1.tar.xz conky-manager_2.3.3~132~ubuntu15.04.1.tar.xz 
Then install conky-manaager again using sourcery
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
m1rr0r5h4d35
Posts: 16
Joined: 18. May 2016, 04:42

Re: Slackbuild for conky-manager fails.

Post by m1rr0r5h4d35 »

Thank you so much! Most of the little quirks I have run into with Sourcery I have managed to figure out on my own, but this one had me stumped. Nice save!
Post Reply