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
:-/
Slackbuild for conky-manager fails.
Re: Slackbuild for conky-manager fails.
Try doing this:
Then install conky-manaager again using sourcery
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
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
-
- Posts: 16
- Joined: 18. May 2016, 04:42
Re: Slackbuild for conky-manager fails.
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!