Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 09:57:08 -0700 (PDT)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31012: security/aide doesn't compile
Message-ID:  <200110031657.f93Gv8964190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31012
>Category:       ports
>Synopsis:       security/aide doesn't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 03 10:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        4.4-RELEASE on i386
>Organization:
>Environment:
FreeBSD telonius.lan.raisdorf.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001     murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386
>Description:
The aide port stops compiling with the following error message:

In file included from /usr/ports/security/aide/work/aide-0.7/src/conf_lex.l:18:
/usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h:1: warning: `#ifndef' argument starts with punctuation
/usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h:2: invalid macro name
*** Error code 1

Compiling on 4.3-STABLE and 4.4-STABLE works !
>How-To-Repeat:
Get 4.4-RELEASE and "make" in security/aide.

>Fix:
The first two lines in /usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h are:

#ifndef /USR/PORTS/SECURITY/AIDE/WORK/AIDE-0_7/SRC/CONF_YACC_H
# define /USR/PORTS/SECURITY/AIDE/WORK/AIDE-0_7/SRC/CONF_YACC_H

On 4.4-STABLE the lines are missing.
Deleting the lines works. I removed the leading / and it works too.

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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