Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573470 - mail-filter/rspamd-1.1.2 - add lua dependency and/or use flag
Summary: mail-filter/rspamd-1.1.2 - add lua dependency and/or use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-31 11:39 UTC by Florent Peterschmitt
Modified: 2016-02-01 14:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florent Peterschmitt 2016-01-31 11:39:00 UTC
Hello,

mail-filter/rspamd seems to be missing a lua USE:

-- Check for lua 5.2
-- Check for lua 5.1
CMake Error at CMakeLists.txt:617 (MESSAGE):
  Lua not found, lua support is required


Thanks
Comment 1 Florent Peterschmitt 2016-01-31 11:40:45 UTC
Forgot to tell I have lua installed:

$ eix -I lua
[I] dev-lang/lua
     Available versions:  
     (0)    5.1.4-r8 5.1.5 ~5.1.5-r1 5.1.5-r3
     (5.1)  [M]~5.1.5-r2 [M]~5.1.5-r100
     (5.2)  [M]~5.2.3 [M]~5.2.3-r1
       {+deprecated emacs readline static ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
     Installed versions:  5.1.5-r3(12:47:05 26/08/2015)(deprecated readline -emacs -static ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 64 -x32")
     Homepage:            http://www.lua.org/
     Description:         A powerful light-weight programming language designed for extending applications
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2016-01-31 13:59:25 UTC
The dependency is already there:

DEPEND="dev-libs/openssl:0
        jit? (
            dev-libs/libpcre[jit]
            dev-lang/luajit:2
        )
        !jit? (
            dev-libs/libpcre[-jit]
            >=dev-lang/lua-5.1:0
        )
        dev-libs/libevent
        dev-db/sqlite:3
        dev-libs/glib:2
        dev-libs/gmime
        sys-apps/file
        virtual/libiconv"

So I guess there is some other problem in finding it?
Comment 3 Florent Peterschmitt 2016-02-01 14:52:25 UTC
Well, let's forget this, seems that a recent update has fixed the build.

Sorry for the noise.