WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sce-import -l wrong error message  (Read 1611 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
sce-import -l wrong error message
« on: December 19, 2015, 11:43:06 AM »
Code: [Select]
jls@box:/mnt/sdc1/tce/sce$ sce-import -pl e20-terminology
cp: can't stat '/mnt/sdc1/tce/sce/e20-terminology': File o directory non esistente
Existing dep file found.
Using the -r option.
Using the -n option.
Using the -p option.

Please specify a target file when using the -l option.  Exiting..


even is wrong, I have specified a target file,
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-import -l wrong error message
« Reply #1 on: December 19, 2015, 11:58:21 AM »
cp is saying that file does not exist.  Are you trying to use e20-terminology.sce.lst?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: sce-import -l wrong error message
« Reply #2 on: December 19, 2015, 12:17:42 PM »
yes
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-import -l wrong error message
« Reply #3 on: December 19, 2015, 02:00:40 PM »
Ok, fixed in the latest RC.  If "sce-import -l file2" for instance, first there is a check for the existence of a file named file2.  If not, it looks for the existence of file2.sce.lst in the scedir.  Then if file2 is neither of those and is also not an importable package, sce-import exits.