From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 07:24:03 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDA316A4CE for ; Wed, 12 Nov 2003 07:24:03 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id A692B43FBF for ; Wed, 12 Nov 2003 07:24:02 -0800 (PST) (envelope-from freebsd-current-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 138215D; Wed, 12 Nov 2003 10:24:01 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-current@freebsd.org References: <20031112151301.2547A3DDBE@server1.messagingengine.com> From: Lowell Gilbert Date: 12 Nov 2003 10:24:01 -0500 In-Reply-To: <20031112151301.2547A3DDBE@server1.messagingengine.com> Message-ID: <444qx9fw4u.fsf@be-well.ilk.org> Lines: 42 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: cdparanoia in the ports fails. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 15:24:03 -0000 "Sweetleaf" writes: > I am trying to get cdparanoia from the port to compile but am running > into the following: > > ===> Building for cdparanoia-3.9.8_5 > cd interface && gmake all > gmake[1]: Entering directory > `/usr/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' > gmake libcdda_interface.a CFLAGS="-O -O -mcpu=pentiumpro" > gmake[2]: Entering directory > `/usr/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' > cc -O -O -mcpu=pentiumpro -c scan_devices.c > cc -O -O -mcpu=pentiumpro -c common_interface.c > cc -O -O -mcpu=pentiumpro -c cooked_interface.c > cooked_interface.c: In function `cooked_read': > cooked_interface.c:204: error: storage size of `arg' isn't known > cooked_interface.c:215: error: `CDIOCREADAUDIO' undeclared (first use in > this function) > cooked_interface.c:215: error: (Each undeclared identifier is reported > only once > cooked_interface.c:215: error: for each function it appears in.) > gmake[2]: *** [cooked_interface.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' > gmake[1]: *** [lib] Error 2 > gmake[1]: Leaving directory > `/usr/ports/audio/cdparanoia/work/cdparanoia-III-alpha9.8/interface' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/audio/cdparanoia. > > > system: > > freebsd 5-current > > ports 5-current Well, no, the latest cdparanoia port is cdparanoia-3.9.8_6. That fixed the problem you're seeing.