bug-zile
[Top][All Lists]
Advanced

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

Re: [Bug-zile] Running bleeding-edge github Zile [WAS Re: Problems gener


From: Stefan Husmann
Subject: Re: [Bug-zile] Running bleeding-edge github Zile [WAS Re: Problems generating manpage]
Date: Wed, 30 Jul 2014 20:51:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Am 30.07.2014 um 16:12 schrieb Gary V. Vaughan:
Hi Stefan,

For now, I pushed a PKGBUILD to the AUR[1] to make zile3 more pupular among 
Arch Linux users.

[1] https://aur.archlinux.org/packages/zile-git/

That's great, and much appreciated.  Thanks also for building the supporting 
packages.  I think you can remove some of the zile-git dependencies though:

   - you forgot to depend on Lua :-o
   - acl shouldn't be needed;
   - gc is definitely not require (though it was for the earlier C 
implementation of Zile);
   - gpgme isn't required by Zile itself, nor the vanilla build process (not 
sure if it's required by Arch during fetching?);
   - ldoc is only required at make time to generate the html api docs;
   - lua-socket is not used by Zile (although one of the other make-time 
dependencies might pull it in?);
   - ncurses is not a Zile requirement, but it is missing from Arch's lua-posix 
package dependencies;
   - specl is only a make-time requirement (for verifying Zile meets its 
specifications), but the package itself is missing from AUR at the moment.

Cheers,

Hello,

thanks again, I followed your advices:

   - you forgot to depend on Lua :-o
Oh yeah, I'll add it, though it is pulled in by the other dependencies.
   - acl shouldn't be needed;
   - gc is definitely not require (though it was for the earlier C 
implementation of Zile);
maybe a leftover from the C-written zile package in the official 
[community]-Repo, removed
   - gpgme isn't required by Zile itself, nor the vanilla build process (not 
sure if it's required by Arch during fetching?);
I removed it, it is pulled by pacman, the Arch Linux package manager, so anyone 
will have it anyway.
   - ldoc is only required at make time to generate the html api docs;
moved to makedependencies
   - lua-socket is not used by Zile (although one of the other make-time 
dependencies might pull it in?);
I removed it
   - ncurses is not a Zile requirement, but it is missing from Arch's lua-posix 
package dependencies;
I could file a bug report for lua-posix (official package), but would need some 
evidence for this statement
   - specl is only a make-time requirement (for verifying Zile meets its 
specifications), but the package itself is missing from AUR at the moment.
Uploaded to the AUR, and moved to makedependencies

I'm surprised about the -j3 issue though, having fixed something similar with 
the docs directory recently.
I also was surprised.
I must have missed it in the logs you put on hastebin.
I do not find anything relevant in them either, sorry.

Best Regards,
Stefan





reply via email to

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