From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 06:30:09 2003 Return-Path: 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 29ADA37B401 for ; Sat, 12 Apr 2003 06:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB0243FBF for ; Sat, 12 Apr 2003 06:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CDU5Up063599 for ; Sat, 12 Apr 2003 06:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CDU5Xv063598; Sat, 12 Apr 2003 06:30:05 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 06:30:05 -0700 (PDT) Resent-Message-Id: <200304121330.h3CDU5Xv063598@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, jimd@siu.edu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAAA737B401 for ; Sat, 12 Apr 2003 06:21:18 -0700 (PDT) Received: from 255-141.ip.ll.net (255-141.ip.ll.net [209.131.255.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5C243FDD for ; Sat, 12 Apr 2003 06:21:17 -0700 (PDT) (envelope-from root@255-141.ip.ll.net) Received: from 255-141.ip.ll.net (localhost [127.0.0.1]) by freebsd2.localnet10 (8.12.9/8.12.7) with ESMTP id h3BNKAGb066789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 Apr 2003 23:20:10 GMT Received: (from root@localhost) by 255-141.ip.ll.net (8.12.9/8.12.7/Submit) id h3BNK98a066779; Fri, 11 Apr 2003 23:20:09 GMT Message-Id: <200304112320.h3BNK98a066779@255-141.ip.ll.net> Date: Fri, 11 Apr 2003 23:20:09 GMT From: jimd_NOSPAM@siu.edu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50858: compile of ecasound-2.2.2 fails with undeclared functions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jimd@siu.edu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 13:30:09 -0000 >Number: 50858 >Category: ports >Synopsis: compile of ecasound-2.2.2 fails with undeclared functions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 06:30:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: J.D. >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD 255-141.ip.ll.net 4.7-RELEASE FreeBSD 4.7-RELEASE #2: Sat Jan 25 19:54:21 CST 2003 x@freebsd2.localnet10:/usr/src/sys/compile/XSYSTEM i386 >Description: It appears that two ecasound function calls to READLINE are using function names that don't match the installed FBSD-4.7 READLINE: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Making all in ecasound gmake[2]: Entering directory `/usr/ports/audio/ecasound/work/ecasound-2.2.2/ecas ound' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/readline -I. -I.. -I../libecasou nd -I../kvutils -D_THREAD_SAFE -O -pipe -g -D_REENTRANT -D_REENTRANT -pthread -DNDEBUG -DENABLE_DBC -c ecasound.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/readline -I. -I.. -I../libecasou nd -I../kvutils -D_THREAD_SAFE -O -pipe -g -D_REENTRANT -D_REENTRANT -pthread -DNDEBUG -DENABLE_DBC -c eca-curses.cpp eca-curses.cpp: In method `void ECA_CURSES::init_readline_support()': eca-curses.cpp:117: `rl_completion_func_t' undeclared (first use this function) eca-curses.cpp:117: (Each undeclared identifier is reported only once eca-curses.cpp:117: for each function it appears in.) eca-curses.cpp:117: syntax error before `)' eca-curses.cpp: In function `char ** ecasound_completion(char *, int, int)': eca-curses.cpp:148: `rl_compentry_func_t' undeclared (first use this function) eca-curses.cpp:148: syntax error before `)' eca-curses.cpp:148: implicit declaration of function `int rl_completion_matches( ...)' gmake[2]: *** [eca-curses.o] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/ecasound/work - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - grep rl_completion /usr/include/readline/* /usr/include/readline/readline.h:extern Function *rl_completion_entry_function; /usr/include/readline/readline.h: rl_completion_entry_function to try to match , otherwise use the /usr/include/readline/readline.h:extern VFunction *rl_completion_display_matches _hook; /usr/include/readline/readline.h:extern int rl_completion_type; /usr/include/readline/readline.h:extern int rl_completion_append_character; /usr/include/readline/readline.h:extern int rl_completion_query_items; >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: