Date: Fri, 17 Mar 2000 08:32:27 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17443: audio/id3ed doesn not build Message-ID: <200003170732.IAA67473@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003170732.IAA67473>