Bernhard Wiedemann changed bug 1021353
What Removed Added
Status RESOLVED REOPENED
CC   schwab@suse.com
Resolution FIXED ---
Summary ocserv randomly misbuilds man pages ocserv randomly misbuilds man pages via autogen

Comment # 6 on bug 1021353 from
I still think, we could improve autogen in this regard.
e.g. if it would not strip all path and trailing dot components,
this race would not have happened

~/autogen/outdir # strace -s 200 -o ../autogen.strace autogen -DMAN_SECTION=8
-Tagman-cmd.tpl ../indir/args.in1.def ; grep \\.man ../autogen.strace          
                                                               WARNING: fserr 2
(No such file or directory) performing 'search for' on ../indir/args.in1.def
unlink("args.man")                      = -1 ENOENT (No such file or directory)
access("args.man", W_OK)                = -1 ENOENT (No such file or directory)
open("args.man", O_RDWR|O_CREAT|O_TRUNC, 0666) = 5
rename("args.man", "occtl.8")           = 0


You are receiving this mail because: