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 |
| Resolution | Accepted As Bug | 2009-01-20 12:25 | mwiegand |
| close_date | 2009-01-20 12:25 | 2009-01-20 12:25 | mwiegand |
| status_id | Open | 2009-01-20 12:25 | mwiegand |
| Resolution | None | 2009-01-02 10:04 | mwiegand |
| assigned_to | none | 2009-01-02 10:03 | mwiegand | |
|