zsh-workers
 help / color / mirror / code / Atom feed
From: Andrej Borsenkow <borsenkow.msk@sni.de>
To: Zoltan Hidvegi <hzoli@cs.elte.hu>
Cc: Zsh hacking and development <zsh-workers@math.gatech.edu>
Subject: Re: zsh-3.0.3-test1 and zsh-3.1.1-test1
Date: Tue, 31 Dec 1996 11:47:28 +0300 (MSK)	[thread overview]
Message-ID: <Pine.SV4.3.95.961231112412.10844B-100000@itsrm1.mow.sni.de> (raw)
In-Reply-To: <199612310239.DAA07466@hzoli.ppp.cs.elte.hu>

I experienced some problems with 3.1.1-test1. I am using Sinix 5.42 with
native C-DS compiler and GNU make 3.75. I have to use gmake, because I
make both static and dynamic version from single source and our make
doesn't handle VPATH :-(

Here is the story:

I. Static version.
 1. gmake doesn't make anything for $(MODBINS) (aka modules-bltin) target;
    that is, zsh just doesn't include any compiled modules. Here is
    excerpt from running gmake (note also sed error):


 ....
cc -W0 -c -I.. -I. -I../../zsh-3.1.1/Src -IModules -IZle -I../../zsh-3.1.1/Src/Zle  -DHAVE_CONFIG_H -O2  -o hist.o ../../zsh-3.1.1/Src/hist.c                   
Creating `bltinmods.list'.                                                      
sed: Cannot open modules-bltin: No such file or directory                       
sed: Label too long: :1;/\\$/{N;s/\\\n//;b1;};s/        / /g;/^ *$/d;/^[^#:>]*>[^#:>]*$/{s/>.*//;p;}                                                            
`zshpaths.h' is up to date.                                                     
Creating `zshxmods.h'.                                                          
sed: Cannot open modules-bltin: No such file or directory                       
sed: Label too long: :1;/\\$/{N;s/\\\n//;b1;};s/        / /g;/^ *$/d;/^[^#:>]*>[^#:>]*$/{s/>.*//;p;}                                                            
cc -W0 -c -I.. -I. -I../../zsh-3.1.1/Src -IModules -IZle -I../../zsh-3.1.1/Src/Zle  -DHAVE_CONFIG_H -O2  -o init.o ../../zsh-3.1.1/Src/init.c                   
  ......

    If I go into Src and do "gmake modules-bltin" it tells me
    "modules-bltin is up to date". Funny enough, our native make works in
    this case ;)

  2. Some problems with texi documentation

  ...

Making info file `zsh.info' from `../../zsh-3.1.1/Doc/zsh.texi'.                
../../zsh-3.1.1/Doc/zsh.texi:5295: This `table' doesn't have a matching `@end table'.                                                      
../../zsh-3.1.1/Doc/zsh.texi:6835: Unknown command `br'.                        
../../zsh-3.1.1/Doc/zsh.texi:6835: Misplaced `{'.                               
../../zsh-3.1.1/Doc/zsh.texi:6835: Misplaced `}'.                               
Info documentation cannot be compiled without makeinfo.                         
You can find precompiled info files in zsh-doc.tar.gz.                 
 
  ...

   I have texinfo-3.9 (makeinfo 1.67).

II. Dynamic version
 1. The same problem with mudules-bltin
 2. The same problem with makeinfo
 3. libzsh is not linked with any library; as I already said, we have
    static versions of some libraries (notably termcap; libc is also
    spplitted in static and dynamic parts). It generates run time error
    for any function, defined in this static libraries.

    Is there any objection against linking zsh against -lzsh and libzsh 
    against $(LIBS)? If it won't break things somewhere  else, it will add
    one more plattform on which zsh compiles out of the box.

  4. For some reasons compctl.so fails to load. I can load all other
     modules just fine. I don't know, how it was in 3.1.0, because
     this versions didn't run on my system (couldn't resolve trashzle at
     runtime). I have no idea, how to debug it - it all happens in
     dlload(); could it possibly be related to the problem with
     modules-bltin?

greetings


-------------------------------------------------------------------------
Andrej Borsenkow 		Fax:   +7 (095) 252 01 05
SNI ITS Moscow			Tel:   +7 (095) 252 13 88

NERV:  borsenkow.msk		E-Mail: borsenkow.msk@sni.de
-------------------------------------------------------------------------



      reply	other threads:[~1996-12-31  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-31  2:39 Zoltan Hidvegi
1996-12-31  8:47 ` Andrej Borsenkow [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SV4.3.95.961231112412.10844B-100000@itsrm1.mow.sni.de \
    --to=borsenkow.msk@sni.de \
    --cc=hzoli@cs.elte.hu \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).