From owner-freebsd-ports Wed Oct 3 10: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 124F237B407 for ; Wed, 3 Oct 2001 10:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H03M64580; Wed, 3 Oct 2001 10:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7B37B405 for ; Wed, 3 Oct 2001 09:57:08 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Gv8964190; Wed, 3 Oct 2001 09:57:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200110031657.f93Gv8964190@freefall.freebsd.org> Date: Wed, 3 Oct 2001 09:57:08 -0700 (PDT) From: Hendrik Scholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31012: security/aide doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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