WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sce-debpurge error  (Read 1521 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
sce-debpurge error
« on: January 10, 2016, 12:41:23 AM »
Get this error related to line #41 with first run of sce-debpurge, subsequent runs okay:
Code: [Select]
can't open /tmp/debinx_security: no such file.

Commenting out the line appears to fix, as the next line obtains DEBINX_SECURITY.
Query solution:
Code: [Select]
#read DEBINX_SECURITY < /tmp/debinx_security    # remove, causing error, read DEBINX_SECURITY next line                         
DEBINX_SECURITY="/etc/sysconfig/tcedir/import/debinx/"$DEBINX_SECURITY""


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-debpurge error
« Reply #1 on: January 10, 2016, 10:00:07 AM »
Thanks.  But if we comment that line, then DEBINX_SECURITY would be an empty variable.  It appears that the issue is those lines are before debGetEnv is run.  And before the first run, /tmp/debinx_security does not exist therefore the error.

Will be fixed in next release candidate. 

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: sce-debpurge error
« Reply #2 on: January 11, 2016, 01:39:19 AM »
Fixed, thanks again.