WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Minor sce-import -d issue  (Read 2919 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Minor sce-import -d issue
« on: December 11, 2016, 12:33:20 PM »
When attempting to import an extension using the dependency option, an /sce/*.sce.dep is created as soon as the dependency(s) are selected, even if the package already exists in the selected dependency SCE(s) and this message is received:
Code: [Select]
WARNING: mupdf already exists in below dependency SCE(s), exiting..
bootlist

In above example, mupdf never gets imported as it's already in bootlist.sce, but an orphaned  mupdf.sce.dep  file gets left in the sce/ directory.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Minor sce-import -d issue
« Reply #1 on: December 11, 2016, 02:08:12 PM »
Thanks for the find, I will look into it.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: Minor sce-import -d issue
« Reply #2 on: December 15, 2016, 01:01:31 PM »
Retested in latest RC and it appears fixed, thank-you.