Page 1 of 1

lxml not downloading

Posted: 6. Sep 2016, 19:11
by steve_g
http://download.salixos.org/sbo/14.2/py ... SlackBuild

Trying to install lxml, but the build fails, it doesn't appear to be downloading the source package.

Code: Select all

The following packages will be fetched:
 lxml 
Fetching README...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
Fetching lxml.SlackBuild...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
Fetching lxml.info...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
Fetching slack-desc...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
The following packages will be installed:
 lxml 
Fetching README...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
Fetching lxml.SlackBuild...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0% 37% 37% 50% 50%100%100%100%100%Done
Fetching lxml.info...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
Fetching slack-desc...  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%  0%100%100%100%100%Done
tar: /usr/src/slapt-src/python/lxml/lxml-3.6.4.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
fakeroot -- sh lxml.SlackBuild Failed


Re: lxml not downloading

Posted: 6. Sep 2016, 23:30
by laprjns
Try refreshing the cache:

Code: Select all

$ sudo slapt-src --update
Then try installing again.

Re: lxml not downloading

Posted: 7. Sep 2016, 15:51
by steve_g
Thank you, that did it.

Is "--update" the same as the "reload" arrow in Sourcery?

I'm more used to apt-get and synaptic, and I should have known that, always do apt-get update before apt-get install, sorry for the momentary lack of sense :oops:

Re: lxml not downloading

Posted: 7. Sep 2016, 22:47
by laprjns
steve_g wrote:Is "--update" the same as the "reload" arrow in Sourcery?
Yes, although when I hover my mouse pointer over the circular arrow in sourcery, the tool tips says "Update local Slackbuild cache" Not sure where you are getting "reload" from unless it a translation thing.