Bug 70350

Summary: Error while compiling security/nessus-libnasl from ports on 4.9-RELEASE
Product: Ports & Packages Reporter: Alex Masterov <alex>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: Udo.Schweigert
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alex Masterov 2004-08-12 08:30:27 UTC
When I tried to make port security/nessus-libnasl (CVSup'ed 12.08.2004 
PORTVERSION=2.0.12, Makefile v 1.45) on FreeBSD 4.9-RELASE, 
this message was gotten:
...

/bin/sh /usr/local/bin/libtool13 --silent cc -pipe -O -pipe   `sh ./cflags` -c capture_packet.c
bison -d -v -t -p nasl nasl_grammar.y
/bin/sh /usr/local/bin/libtool13 --silent cc -pipe -O -pipe   `sh ./cflags` -c nasl_grammar.tab.c
/usr/share/misc/bison.simple: In function `naslparse':
/usr/share/misc/bison.simple:219: number of arguments doesn't match prototype
/usr/share/misc/bison.simple:153: prototype declaration
nasl_grammar.y:291: too many arguments to function `naslparse'
*** Error code 1

Stop in /usr/ports/security/nessus-libnasl/work/libnasl/nasl.
*** Error code 1

Stop in /usr/ports/security/nessus-libnasl/work/libnasl.
*** Error code 1

Stop in /usr/ports/security/nessus-libnasl.

How-To-Repeat: boot FreeBSD 4.9-RELEASE
cd /usr/ports/security/nessus-libnasl
make
Comment 1 Alex Masterov 2004-08-12 13:05:56 UTC
Please, excuse me.
I had ancient version of bison installed in /usr/bin, i didn't knew that 
it is not a part of base system.
When this ancient version was deleted, nessus port was compiled without 
any troubles.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-13 19:05:41 UTC
State Changed
From-To: open->closed

Submitter reports pilot error.