lxml not downloading

You think you have found a bug? Let us know about it.
Post Reply
steve_g
Posts: 5
Joined: 5. Sep 2016, 09:26
Location: France

lxml not downloading

Post 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

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

Re: lxml not downloading

Post by laprjns »

Try refreshing the cache:

Code: Select all

$ sudo slapt-src --update
Then try installing again.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
steve_g
Posts: 5
Joined: 5. Sep 2016, 09:26
Location: France

Re: lxml not downloading

Post 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:
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: lxml not downloading

Post 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.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
Post Reply