diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-10 13:55:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-10 13:55:24 -0400 |
commit | e6a689311742d2a8c1d05bdb5850ef40c06cec68 (patch) | |
tree | 693496d317a5edea304cbe394351c78b5fd316ff /doc | |
parent | c48efcf8a4ac83df6355423ddd856190a9c868d1 (diff) |
followup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/2.45_Compilation_error.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn index d4b520657..b83d7c793 100644 --- a/doc/bugs/2.45_Compilation_error.mdwn +++ b/doc/bugs/2.45_Compilation_error.mdwn @@ -97,3 +97,8 @@ After running `make` (and having it fail as described above): open("blib/lib/IkiWiki.pm", O_RDONLY|O_LARGEFILE) = 3 I don't know what is going on, but I'll run any more tests you need me to. + +> No help. +> The only further thing I can think to try is `strace -f` the entire failing +> `make` run (or the ikiwiki command that's failing in it, if you can +> reproduce the failure at the command line). --[[Joey]] |