WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: python-dev can't be loaded due to missing libXss-dev  (Read 2210 times)

Offline ikrase

  • Newbie
  • *
  • Posts: 5
python-dev can't be loaded due to missing libXss-dev
« 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.

gordon64

  • Guest
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #1 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


Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11634
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #2 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.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14819
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #3 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.

Offline ikrase

  • Newbie
  • *
  • Posts: 5
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #4 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?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11634
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #5 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.

Offline ikrase

  • Newbie
  • *
  • Posts: 5
Re: python-dev can't be loaded due to missing libXss-dev
« Reply #6 on: September 10, 2015, 01:39:42 PM »
Ahhh. OK. Thank you. It works.