Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: jls on December 19, 2015, 11:43:06 AM

Title: sce-import -l wrong error message
Post by: jls 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,
Title: Re: sce-import -l wrong error message
Post by: Jason W 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?
Title: Re: sce-import -l wrong error message
Post by: jls on December 19, 2015, 12:17:42 PM
yes
Title: Re: sce-import -l wrong error message
Post by: Jason W 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.