Bug 30965

Summary: startup error: "Cannot open file 11544@."
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: drakonAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: lav
Version: unstable   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2015-04-24 18:15:27 MSK
drakon-1.14-alt1

When I start "drakon", the error message appears: "Cannot open file 11544@."

From the trace "$ strace -e trace=file -fF drakon":


[pid 25124] access("11544@", F_OK)      = -1 ENOENT (No such file or directory)
Comment 1 Ivan Zakharyaschev 2015-04-24 18:16:58 MSK
Here is the source of this strange thing:

[imz@z ~]$ rpm -q drakon -l | parallel -- fgrep 11544 2>/dev/null 
exec tclsh /usr/share/drakon/drakon_editor.tcl 11544@
exec tclsh /usr/share/drakon/drakon_gen.tcl 11544@
[imz@z ~]$
Comment 2 Ivan Zakharyaschev 2015-04-24 18:17:42 MSK
With filenames:

[imz@z ~]$ rpm -q drakon -l | xargs fgrep 11544 2>/dev/null 
/usr/bin/drakon:exec tclsh /usr/share/drakon/drakon_editor.tcl 11544@
/usr/bin/drakon_gen:exec tclsh /usr/share/drakon/drakon_gen.tcl 11544@
[imz@z ~]$
Comment 3 Repository Robot 2015-04-24 20:19:20 MSK
drakon-1.14-alt2 -> sisyphus:

* Fri Apr 24 2015 Ivan Zakharyaschev <imz@altlinux> 1.14-alt2
- bin/drakon*: fix the invocation (ALT #30965).
- (spec) Correct RPM group (Development, not Office) (ALT #30964).