From owner-freebsd-ports Fri Mar 17 14:50: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E25337B6F5 for ; Fri, 17 Mar 2000 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA13707; Fri, 17 Mar 2000 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 423E537B532 for ; Fri, 17 Mar 2000 14:43:19 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id SAA18709 for FreeBSD-gnats-submit@freebsd.org; Fri, 17 Mar 2000 18:18:32 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id JAA21403 for FreeBSD-gnats-submit@freebsd.org; Fri, 17 Mar 2000 09:30:49 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id IAA67473; Fri, 17 Mar 2000 08:32:27 +0100 (CET) Message-Id: <200003170732.IAA67473@home.dinoex.sub.org> Date: Fri, 17 Mar 2000 08:32:27 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17443: audio/id3ed doesn not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17443 >Category: ports >Synopsis: audio/id3ed doesn not build >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: Fri Mar 17 14:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: FreeBSD 3.4-STABLE: Sat Mar 4 11:43:51 CET 2000 >Description: try to build port. it fail to comiles with an error. the files is uptodate with /usr/src/contrib/libg++/libio/iostream.h i try to build with new gcc: make CC=gcc295 but get the same result. it looks like an application or configure error to me. >How-To-Repeat: try to build port. ===> Extracting for id3ed-1.10 >Fix: apply quick+dirty fix: *** configure.in Wed Feb 23 02:48:11 2000 --- configure.in.neu Fri Mar 17 08:28:26 2000 *************** *** 31,37 **** dnl Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS(fcntl.h unistd.h set.h) dnl Checks for typedefs, structures, and compiler characteristics. --- 31,37 ---- dnl Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS(fcntl.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for id3ed-1.10.tar.gz. ===> id3ed-1.10 depends on executable: gmake - found ===> Patching for id3ed-1.10 ===> Configuring for id3ed-1.10 creating cache ./config.cache checking for c++... c++ checking whether the C++ compiler (c++ -O -pipe ) works... yes checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for tputs in -lcurses... yes checking for readline in -lreadline... yes checking for add_history in -lhistory... yes checking how to run the C++ preprocessor... c++ -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for unistd.h... yes checking for set.h... yes checking for working const... yes checking for off_t... yes checking for strerror... yes checking for strtol... yes checking for snprintf... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for id3ed-1.10 c++ -O -pipe -Wall -DOLD_READLINE -c -o id3ed.o id3ed.cc In file included from /usr/include/termios.h:281, from /usr/include/curses.h:80, from id3ed.cc:16: /usr/include/sys/ttydefaults.h:60: warning: `CTRL' redefined /usr/include/readline/chardefs.h:57: warning: this is the location of the previous definition In file included from /usr/include/g++/defalloc.h:23, from /usr/include/g++/set.h:21, from id3ed.cc:319: /usr/include/g++/iostream.h:95: `ostream::operator <<(char)' is already defined in class ostream /usr/include/g++/iostream.h:207: `istream::operator >>(char &)' is already defined in the class istream gmake: *** [id3ed.o] Error 1 *** Error code 2 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message