bug-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-zile] Problems generating manpage


From: Stefan Husmann
Subject: Re: [Bug-zile] Problems generating manpage
Date: Mon, 28 Jul 2014 20:55:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Am 28.07.2014 um 10:36 schrieb Gary V. Vaughan:
Hi Stefan,

On 27 Jul 2014, at 13:09, Stefan Husmann <address@hidden> wrote:

Hello,

compiling the zile master branch from git under Arch Linux, I get the following 
error:

checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating .travis.yml
config.status: creating Makefile
config.status: creating build-aux/config.ld
config.status: creating lib/zile/version.lua
config.status: creating lib/zemacs/zemacs
config.status: creating lib/zz/zz
  ZLC      lib/zemacs/commands.lua
test -f 'lib/zemacs/commands.lua'
  GEN      doc/zemacs.1
help2man: can't get `--help' info from ./lib/zemacs/help2man-wrapper
Try `--no-discard-stderr' if option outputs to stderr
Makefile:1612: recipe for target 'doc/zemacs.1' failed
make: *** [doc/zemacs.1] Error 255
==> ERROR: A failure occurred in build().
    Aborting...

Process makepkg exited abnormally with code 2

You can find the full build log under http://hastebin.com/jopokoreke

Help is appreciated.

This sometimes happens when the zlc compiler fails to produce output to
lib/zemacs/commands.lua.  If there is nothing in that file, then remove the
empty file and run make in verbose mode to see the command line that
was called by make, and run it again from your shell to see if there are any
error messages.

The other problem I can think of is that help2man-wrapper is not able to
run the zemacs --help command; again you can get the error messages
from that failure mode by first trying 'lib/zemacs/zemacs --help'.

If you're still stuck after that, please paste your error messages in a reply
to this list, and I should be able to help you further.

Cheers,

Hello,

thanks for the hint, I think a lib is missing.

address@hidden zemacs]$ ./zemacs --help
/usr/bin/lua: /usr/share/lua/5.2/std/string.lua:177: module 'rex_gnu' not found:
        no field package.preload['rex_gnu']
        no file 
'/home/haawda/paketierung/maintained_by_me/zile-git/src/zile/lib/rex_gnu.lua'
        no file 
'/home/haawda/paketierung/maintained_by_me/zile-git/src/zile/lib/rex_gnu.lua'
        no file '/usr/share/lua/5.2/rex_gnu.lua'
        no file '/usr/share/lua/5.2/rex_gnu/init.lua'
        no file '/usr/lib/lua/5.2/rex_gnu.lua'
        no file '/usr/lib/lua/5.2/rex_gnu/init.lua'
        no file '/usr/lib/lua/5.2/rex_gnu.so'
        no file '/usr/lib/lua/5.2/loadall.so'
        no file './rex_gnu.so'
stack traceback:
        [C]: in function 'require'
        /usr/share/lua/5.2/std/string.lua:177: in function 'require_version'
        ...aketierung/maintained_by_me/zile-git/src/zile/bin/zemacs:102: in 
main chunk
        [C]: in ?

Indeed I have something installed that is named lrexlib-pcre, but Arch Linux 
does not
come with an official package, so it is maybe packaged incorrectly. I will try 
to dig
into this.

Other problem could be a race condidtion. The output of make-d seems to suggest 
this.
   http://hastebin.com/hevecekalo

Thanks also for the hint to the verbose run of make, I did not know about this.

Best Regards
Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]