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)
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 ~]$
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 ~]$
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).