Bug 30965 - startup error: "Cannot open file 11544@."
Summary: startup error: "Cannot open file 11544@."
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: drakon (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 18:15 MSK by Ivan Zakharyaschev
Modified: 2015-04-24 20:27 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).