Page 1 of 1

Slackbuild for conky-manager fails.

Posted: 31. May 2016, 16:12
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

:-/

Re: Slackbuild for conky-manager fails.

Posted: 1. Jun 2016, 00:34
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

Re: Slackbuild for conky-manager fails.

Posted: 1. Jun 2016, 02:20
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!