Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Test fails on HP-UX



Hi,

I try to build Zsh 4.0.6 on HP-UX 11.11. Before asking the admin to
install it, I wanted to make sure the test are running ok. However,
they aren't. It seems that some modules cannot be loaded and Zsh
somehow chokes on that. Here is the last part of make's output :

- - - Schnipp - - -
./V01zmodload.ztst: starting.
*** /tmp/zsh.ztst.err.828       Wed Apr 23 11:18:51 2003
--- /tmp/zsh.ztst.terr.828      Wed Apr 23 11:18:51 2003
***************
*** 0 ****
--- 1,7 ----
+ ZTST_execchunk:2: failed to load module: zsh/complete
+ ZTST_execchunk:2: failed to load module: zsh/complete
+ ZTST_execchunk:2: failed to load module: zsh/complete
+ ZTST_execchunk:2: failed to load module: zsh/complete
+ ZTST_execchunk:2: failed to load module: zsh/complete
+ ZTST_execchunk:2: failed to load module: zsh/deltochar
+ ZTST_execchunk:2: failed to load module: zsh/zleparameter
Test ./V01zmodload.ztst failed: error output differs from expected as shown above for:
 for m in $mods
 do
   zmodload -i $m || mods[(r)$m]=()
 done
Was testing: Test loading of all compiled modules
./V01zmodload.ztst: test failed.
./V02zregexparse.ztst: starting.
ZTST_execchunk:2: failed to load module: zsh/complete
Test ./V02zregexparse.ztst failed: non-zero status from preparation code:
  zmodload zsh/zutil
./V02zregexparse.ztst: test failed.
Test ./V02zregexparse.ztst failed: bad status 1, expected 0 from:
  zregexparse p1 p2 ''
Error output:
ZTST_execchunk:2: failed to load module: zsh/complete
ZTST_execchunk:zregexparse:2: autoload failed
Was testing: empty
./V02zregexparse.ztst: test failed.
./Y01completion.ztst: starting.
- - - Schnapp - - -

At this point, the test freezes.


This my be related to the problem described in
http://www.zsh.org/mla/workers/2003/msg00012.html. I tried to include
zpty in the build as suggested by Andrey (is s/dynamic/static/ in
Zpty's line sufficient?), but that changes nothing.

This is from my config.h:
- - - Schnipp - - -
/* Define to 1 if you want to use dynamically loaded modules on HPUX 10 */
/* #undef HPUXDYNAMIC */
- - - Schnapp - - -

What can I do to learn more about the problem?


Thorsten
-- 
The reasonable man adapts himself to the world;
the unreasonable one persists in trying to adapt the world to himself.
Therefore all progress depends on the unreasonable man.
    - George Bernard Shaw



Messages sorted by: Reverse Date, Date, Thread, Author