From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 9 20:00:42 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B8B16A416 for ; Sat, 9 Sep 2006 20:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E63043D4C for ; Sat, 9 Sep 2006 20:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k89K0eBe033932 for ; Sat, 9 Sep 2006 20:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k89K0dP3033931; Sat, 9 Sep 2006 20:00:40 GMT (envelope-from gnats) Resent-Date: Sat, 9 Sep 2006 20:00:40 GMT Resent-Message-Id: <200609092000.k89K0dP3033931@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Václav Haisman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB5316A407 for ; Sat, 9 Sep 2006 19:50:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D95243D73 for ; Sat, 9 Sep 2006 19:50:25 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k89JoOgY007021 for ; Sat, 9 Sep 2006 19:50:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k89JoO44007018; Sat, 9 Sep 2006 19:50:24 GMT (envelope-from nobody) Message-Id: <200609091950.k89JoO44007018@www.freebsd.org> Date: Sat, 9 Sep 2006 19:50:24 GMT From: Václav Haisman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/103080: Problems building devel/mico. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 20:00:42 -0000 >Number: 103080 >Category: ports >Synopsis: Problems building devel/mico. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 09 20:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Václav Haisman >Release: 6.1 >Organization: SU SH >Environment: FreeBSD logout.sh.cvut.cz 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu Aug 10 00:33:03 CEST 2006 root@logout.sh.cvut.cz:/usr/obj/usr/src/sys/LOGOUT i386 >Description: I get errors when updating devel/mico port. c++ -I../include -O2 -fno-strict-aliasing -pipe -march=pentium4 -Wall -Wno-unused -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -DPIC -fPIC -c security/ODMConfig.cc -o security/ODMConfig.pic.o ODMConfig.cc: In member function `virtual int ODMConfig::yylex()': ODMConfig.cc:536: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc:536: error: (Each undeclared identifier is reported only once for each function it appears in.) ODMConfig.cc: In constructor `odmFlexLexer::odmFlexLexer(std::istream*, std::ostream*)': ODMConfig.cc:923: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In destructor `virtual odmFlexLexer::~odmFlexLexer()': ODMConfig.cc:935: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `virtual void odmFlexLexer::switch_streams(std::istream*, std::ostream*)': ODMConfig.cc:942: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `int odmFlexLexer::yy_get_next_buffer()': ODMConfig.cc:995: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `void odmFlexLexer::yyunput(int, char*)': ODMConfig.cc:1184: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `int odmFlexLexer::yyinput()': ODMConfig.cc:1226: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `virtual void odmFlexLexer::yyrestart(std::istream*)': ODMConfig.cc:1285: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `virtual void odmFlexLexer::yy_switch_to_buffer(yy_buffer_state*)': ODMConfig.cc:1295: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `void odmFlexLexer::yy_load_buffer_state()': ODMConfig.cc:1320: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `virtual void odmFlexLexer::yy_delete_buffer(yy_buffer_state*)': ODMConfig.cc:1357: error: `yy_current_buffer' undeclared (first use this function) ODMConfig.cc: In member function `void odmFlexLexer::yy_flush_buffer(yy_buffer_state*)': ODMConfig.cc:1399: error: `yy_current_buffer' undeclared (first use this function) gmake[1]: *** [security/ODMConfig.pic.o] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/orb' gmake: *** [system] Error 1 *** Error code 2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: