Martin Nilsson (Coppermist) @ Pike (-) developers forum wrote:
Looks fine to me.
Ah. Well, it appears to work in the compilation tree.
But once you do "make install", the installation crashes at 42.3% and shows something like this:
Installing Pike in /usr/local/pike/8.1.11, please wait...
Precompiling: |==================== | 42.3 % Dumping of some modules failed (not fatal) (0x00000001): "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/XML.pmod/Tree.pmod" "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/C.pmod" "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/CSV.pike" "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/Pike.pmod" "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/Python.pmod" "/usr/local/pike/8.1.11/lib/modules/Parser.pmod/RCS.pike"
I.e. it ends with: Pike installation completed successfully.
But that's a lie. Because running the installed pike, then shows that something is wrong in Parser.XML. More specifically, this is what I get:
Pike v8.1 release 11 running Hilfe v3.5 (Incremental Pike Frontend)
Parser.XML.Simple;
/usr/local/pike/8.1.11/lib/modules/Parser.pmod/XML.pmod/Tree.pmod:1536:Illegal program pointer. /usr/local/pike/8.1.11/lib/modules/Parser.pmod/XML.pmod/NSTree.pmod.o:-: Warning: Decode failed: Cannot resolve "Parser.XML.Tree". /usr/local/pike/8.1.11/lib/modules/Parser.pmod/XML.pmod/NSTree.pmod:7:Illegal program pointer.
(And a lot more).