Bugs item #860, was opened at 2008-12-29 19:58
Status: Open
Priority: 3
Submitted By: Adrian Portelli (adrianp)
Assigned to: Nobody (None)
Summary: Darwin build issues 
Resolution: None
Severity: blocker
Version: v2.0
Component: openvas-libraries
Operating System: MacOS X
Product: OpenVAS
Hardware: Other
URL: 


Initial Comment:
While packaging OpenVAS for pkgsrc I came across a few issues on OS/X 
(10.5.6/i386)

openvas-libraries:
* compilation fails on libopenvas/plugutils.c as it tries to do #include 
<wait.h> which needs to be #include <sys/wait.h>

* compilation fails on libopenvas/bpf_share.h as the u_char type is not 
defined.  I had to add an #include <sys/types.h> to the top of bpf_share.h to 
get this to work.

openvas-server:
* openvas-adduser.in, openvas-mkcert-client.in, openvas-mkcert.in and 
openvas-rmuser.in all assume that gettext.sh is under /usr/bin which is not 
always the case.  Without this pointing to the correct location, at least 
openvas-adduser does not work correctly.

----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=220&aid=860&group_id=29
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to