Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 13:46:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192580] New: security/ossec-hids-server:  Fix compile under 11.0 after switching readline to INTERNALLIB
Message-ID:  <bug-192580-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192580

            Bug ID: 192580
           Summary: security/ossec-hids-server:  Fix compile under 11.0
                    after switching readline to INTERNALLIB
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: olevole@olevole.ru

Created attachment 145661
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145661&action=edit
fix path to readline header

On http://svnweb.freebsd.org/base?view=revision&revision=268461, base system is
no longer produce /usr/include/readline/*.h files which is essential for the
building security/ossec-hids-server:

--
cc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX  -c linit.c
ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o
llex.o  lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o 
ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o
liolib.o  lmathlib.o loslib.o lstrlib.o ltablib.o loadlib.o linit.o 
ranlib liblua.a
cc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX  -c lua.c
lua.c:67:10: fatal error: 'readline/readline.h' file not found
#include <readline/readline.h>
         ^
1 error generated.
*** Error code 1

Stop.
make[5]: stopped in
/tmp/usr/ports/security/ossec-hids-server/work/ossec-hids-2.8/src/external/lua-5.2.3/src
--

We need to specify the correct path to searching header files in
external/lua/Makefile (which is static)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192580-13>