From owner-freebsd-ports Thu Oct 24 20:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CBC37B442 for ; Thu, 24 Oct 2002 20:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 960E843E91 for ; Thu, 24 Oct 2002 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9P3A2x3035621 for ; Thu, 24 Oct 2002 20:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9P3A2Uo035620; Thu, 24 Oct 2002 20:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3C337B40B for ; Thu, 24 Oct 2002 20:09:17 -0700 (PDT) Received: from current.lemis.com (current.lemis.com [192.109.197.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4810043E97 for ; Thu, 24 Oct 2002 20:09:15 -0700 (PDT) (envelope-from grog@current.lemis.com) Received: from current.lemis.com (localhost [127.0.0.1]) by current.lemis.com (8.12.6/8.12.6) with ESMTP id g9P397S3002915 for ; Fri, 25 Oct 2002 12:39:07 +0930 (CST) (envelope-from grog@current.lemis.com) Received: (from grog@localhost) by current.lemis.com (8.12.6/8.12.6/Submit) id g9P397Po002914; Fri, 25 Oct 2002 12:39:07 +0930 (CST) Message-Id: <200210250309.g9P397Po002914@current.lemis.com> Date: Fri, 25 Oct 2002 12:39:07 +0930 (CST) From: "Greg 'groggy' Lehey" Reply-To: "Greg 'groggy' Lehey" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44449: audio/id3lib port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44449 >Category: ports >Synopsis: audio/id3lib port fails to build >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 24 20:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Greg 'groggy' Lehey >Release: FreeBSD 5.0-CURRENT i386 >Organization: LEMIS (SA) Pty. Ltd >Environment: System: FreeBSD current.lemis.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 24 11:57:57 CST 2002 grog@current.lemis.com:/usr/obj/src/FreeBSD/5-CURRENT-WANTADILLA/src/sys/WANTADILLA i386 Not machine dependent >Description: audio/id3lib no longer builds under recent -CURRENT. There are no problems with -STABLE, but at least two with -CURRENT: 1. gmake[2]: Entering directory `/src/FreeBSD/ports/audio/id3lib/work/id3lib-3.7.13/examples' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -O -pipe -mcpu=pentiumpro -c demo_info.cpp demo_info.cpp: In function `void PrintInformation(const ID3_Tag&)': demo_info.cpp:262: `strlen' undeclared (first use this function) 2. After including string.h from that file, the link phase fails with a large number of undefined references to C++ library functions. >How-To-Repeat: cd /usr/ports/audio/id3lib make install >Fix: I suspect this has something to do with recent changes to headers and libraries. I don't have time to investigate yet. In view of the impending release of 5.0, it should be investigated quickly, though. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message