Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: ikrase on September 08, 2015, 04:48:19 PM

Title: python-dev can't be loaded due to missing libXss-dev
Post by: ikrase on September 08, 2015, 04:48:19 PM
I've been unable to install python-dev, which apparently has as a dependency libXss-dev. However, this doesn't seem to exist and fails with an error 404.

libXss does exist.



What's going on here? It doesn't look like libXss-dev existed in previous distributions, either.
Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: gordon64 on September 08, 2015, 07:13:13 PM
in case it helps the dev team, it appears to stand for X Screen Saver and its source can be found here

http://ftp.x.org/pub/individual/lib/

http://ftp.x.org/pub/individual/lib/libXScrnSaver-1.2.2.tar.bz2

Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: Rich on September 08, 2015, 10:03:55 PM
Hi ikrase
Try changing the entry in the dependency file to  libXss.tcz, the dev files appear to be included in there.
Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: Juanito on September 09, 2015, 04:28:28 AM
the problem was in the tk-dev dep file - corrected now.

You'll either need to remove "libXss-dev.tcz" from your local copy of tk-dev.tcz.dep or use the update deps function of the Apps gui.
Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: ikrase on September 09, 2015, 07:29:42 PM
I tried update deps... and it didn't seem to have any effect. But I'm not sure I did quite the right thing?
Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: Rich on September 09, 2015, 08:22:15 PM
Hi ikrase
If you are using one of the mirror sites and not  repo.tinycorelinux.net  it might take 24 hours for the change to get there.
Title: Re: python-dev can't be loaded due to missing libXss-dev
Post by: ikrase on September 10, 2015, 01:39:42 PM
Ahhh. OK. Thank you. It works.