Advanced search
Log In
New Account
  
 
Home My Page Project Tree Code Snippets Project Openings OpenVAS
 
 
Summary Tracker Lists News SCM Files
 

Bugs: Browse | Download .csv

[#860] Darwin build issues

Please login

State:
Closed
Date:
2008-12-29 20:58
Priority:
3
Submitted By:
Adrian Portelli (adrianp)
Assigned To:
Michael Wiegand (mwiegand)
Summary:
Darwin build issues

Detailed description
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.

Followup

Message
Date: 2009-01-20 12:25
Sender: Michael Wiegand

The gettext.sh issue has been resolved in SVN revision 2273 (see
http://wald.intevation.org/plugins/scmsvn/viewcvs.php?rev=2273&am
p;root=openvas&view=rev). All four scripts now use a more
robust method to identify the availability and location
of gettext.sh.
Date: 2009-01-02 12:11
Sender: Michael Wiegand

Parts of this issue have been solved in SVN revision 2132 (see
http://wald.intevation.org/plugins/scmsvn/viewcvs.php?rev=2132&am
p;root=openvas&view=rev). The missing includes have been
(re-)added.

I will look into the gettext.sh issue next.

Attached Files:

Name Download
No Files Currently Attached

Changes:

Field Old Value Date By
ResolutionAccepted As Bug2009-01-20 12:25mwiegand
close_date2009-01-20 12:252009-01-20 12:25mwiegand
status_idOpen2009-01-20 12:25mwiegand
ResolutionNone2009-01-02 10:04mwiegand
assigned_tonone2009-01-02 10:03mwiegand

This site is hosted by the Intevation GmbH