zsh-users
 help / color / mirror / code / Atom feed
* zsh: failed to load module: zle
@ 2000-01-07 10:26 Roland Jesse
  2000-01-07 15:20 ` Clint Adams
  2000-01-07 22:46 ` Josh Howard
  0 siblings, 2 replies; 6+ messages in thread
From: Roland Jesse @ 2000-01-07 10:26 UTC (permalink / raw)
  To: ZSH Mail List; +Cc: shige

Using the zsh 3.1.6 port on a fresh FreeBSD 3.4R machine leaves me
with the impossibility to load the zle module.

The machine: 

% uname -a
FreeBSD  3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan  6 19:31:03 CET 2000     root@:/usr/src/sys/compile/ARTHUR  i386

The problem:

% zmodload zle
zsh: failed to load module: zle
% echo $module_path
/usr/local/lib/zsh/3.1.6
% pwd
/usr/local/lib/zsh/3.1.6
% file zle.so
zle.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), stripped
% zmodload -e
zsh
comp1
% zmodload -ab
ulimit (rlimits)
zle
sched
compctl
compadd (compctl)
compset (compctl)
limit (rlimits)
vared (zle)
compgen (compctl)
unlimit (rlimits)

Loading other modules works fine:
% zmodload example
The example module has now been set up.

I would appreciate any pointers on whether or not this might be a
specific problem with the FreeBSD port.

Thanks.
		Roland


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zsh: failed to load module: zle
  2000-01-07 10:26 zsh: failed to load module: zle Roland Jesse
@ 2000-01-07 15:20 ` Clint Adams
  2000-01-08 10:37   ` Roland Jesse
  2000-01-07 22:46 ` Josh Howard
  1 sibling, 1 reply; 6+ messages in thread
From: Clint Adams @ 2000-01-07 15:20 UTC (permalink / raw)
  To: Roland Jesse; +Cc: ZSH Mail List, shige

> I would appreciate any pointers on whether or not this might be a
> specific problem with the FreeBSD port.

Well, it seems to work fine on 3.3-STABLE.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zsh: failed to load module: zle
  2000-01-07 10:26 zsh: failed to load module: zle Roland Jesse
  2000-01-07 15:20 ` Clint Adams
@ 2000-01-07 22:46 ` Josh Howard
  1 sibling, 0 replies; 6+ messages in thread
From: Josh Howard @ 2000-01-07 22:46 UTC (permalink / raw)
  To: Roland Jesse; +Cc: ZSH Mail List, shige

Sure you didn't use the 3.1.6 package? The port will work fine, but
the package probably won't.

Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> writes:

> Using the zsh 3.1.6 port on a fresh FreeBSD 3.4R machine leaves me
> with the impossibility to load the zle module.
> 
> The machine: 
> 
> % uname -a
> FreeBSD  3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Jan  6 19:31:03 CET 2000     root@:/usr/src/sys/compile/ARTHUR  i386
> 
> The problem:
> 
> % zmodload zle
> zsh: failed to load module: zle
> % echo $module_path
> /usr/local/lib/zsh/3.1.6
> % pwd
> /usr/local/lib/zsh/3.1.6
> % file zle.so
> zle.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), stripped
> % zmodload -e
> zsh
> comp1
> % zmodload -ab
> ulimit (rlimits)
> zle
> sched
> compctl
> compadd (compctl)
> compset (compctl)
> limit (rlimits)
> vared (zle)
> compgen (compctl)
> unlimit (rlimits)
> 
> Loading other modules works fine:
> % zmodload example
> The example module has now been set up.
> 
> I would appreciate any pointers on whether or not this might be a
> specific problem with the FreeBSD port.
> 
> Thanks.
> 		Roland
> 

-- 
Josh Howard <jrh@vicor-nb.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zsh: failed to load module: zle
  2000-01-07 15:20 ` Clint Adams
@ 2000-01-08 10:37   ` Roland Jesse
  2000-01-08 15:14     ` Shigeyuki Fukushima
  0 siblings, 1 reply; 6+ messages in thread
From: Roland Jesse @ 2000-01-08 10:37 UTC (permalink / raw)
  To: ZSH Mail List; +Cc: shige

Clint Adams wrote:

> Well, it seems to work fine on 3.3-STABLE.

Ok, I pkg_deleted the package and compiled it out of the ports collections
and it works fine. As far as I recall, I took the package out of the
-stable collection. Therefore, for future reference, this does not seem to
work flawlessly with a 3.4R system.

Sorry for the noise.

	Roland


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zsh: failed to load module: zle
  2000-01-08 10:37   ` Roland Jesse
@ 2000-01-08 15:14     ` Shigeyuki Fukushima
  2000-01-08 22:10       ` Josh Howard
  0 siblings, 1 reply; 6+ messages in thread
From: Shigeyuki Fukushima @ 2000-01-08 15:14 UTC (permalink / raw)
  To: jesse; +Cc: zsh-users

From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
Subject: Re: zsh: failed to load module: zle
Date: Sat, 8 Jan 2000 11:37:55 +0100

Hello.

I'm zsh-devel ports maintainer.

> Ok, I pkg_deleted the package and compiled it out of the ports collections
> and it works fine. As far as I recall, I took the package out of the
> -stable collection. Therefore, for future reference, this does not seem to
> work flawlessly with a 3.4R system.

After all, is zsh-3.1.6.tgz package for 3.4-RELEASE bad?
If true, I propose the substitution for new (non-broken) packages
in 3.4-RELEASE/packages directory.

--- shige (Shigeyuki Fukushima) <shige@FreeBSD.ORG>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: zsh: failed to load module: zle
  2000-01-08 15:14     ` Shigeyuki Fukushima
@ 2000-01-08 22:10       ` Josh Howard
  0 siblings, 0 replies; 6+ messages in thread
From: Josh Howard @ 2000-01-08 22:10 UTC (permalink / raw)
  To: Shigeyuki, Fukushima; +Cc: zsh-users

Just make sure that the package has the modules statically compiled.

Shigeyuki Fukushima (^[$BJ!EgLPG7^[(B) <shige@FreeBSD.org> writes:

> From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
> Subject: Re: zsh: failed to load module: zle
> Date: Sat, 8 Jan 2000 11:37:55 +0100
> 
> Hello.
> 
> I'm zsh-devel ports maintainer.
> 
> > Ok, I pkg_deleted the package and compiled it out of the ports collections
> > and it works fine. As far as I recall, I took the package out of the
> > -stable collection. Therefore, for future reference, this does not seem to
> > work flawlessly with a 3.4R system.
> 
> After all, is zsh-3.1.6.tgz package for 3.4-RELEASE bad?
> If true, I propose the substitution for new (non-broken) packages
> in 3.4-RELEASE/packages directory.
> 
> --- shige (Shigeyuki Fukushima) <shige@FreeBSD.ORG>
> 

-- 
Josh Howard <jrh@vicor-nb.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-01-08 22:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-07 10:26 zsh: failed to load module: zle Roland Jesse
2000-01-07 15:20 ` Clint Adams
2000-01-08 10:37   ` Roland Jesse
2000-01-08 15:14     ` Shigeyuki Fukushima
2000-01-08 22:10       ` Josh Howard
2000-01-07 22:46 ` Josh Howard

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).