Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 09:21:30 -0500
From:      devin-freebsdquestions@rintrah.org
To:        Matthew Graybosch <matthew@starbreaker.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cdparanoia on FreeBSD? I can't find a port.
Message-ID:  <20011210092130.A5900@tharmas.rintrah.org>
In-Reply-To: <200112081122.03173@starbreaker.net>; from matthew@starbreaker.net on Sat, Dec 08, 2001 at 11:27:41AM -0500
References:  <200112081122.03173@starbreaker.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 08, 2001 at 11:27:41AM -0500, Matthew Graybosch wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Has anybody been able to build cdparanoia from source and use it? I 
> tried looking for it in the ports collection but it's not listed, 
> and I haven't been able to build from source. The xiph.org site 
> doesn't mention FBSD in its docs or faq.
> 
> I tried building it using "linux_base-6.1". Here's the output from 
> ./configure for cdparanoia III alpha 9.8:
> 
> creating cache ./config.cache
> checking host system type... i386-unknown-freebsd4.4
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for ranlib... ranlib
> checking for ar... ar
> checking for install... install
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking size of short... 2
> checking size of int... 4
> checking size of long... 4
> checking size of long long... 8
> checking for int16_t... yes
> checking for int32_t... yes
> checking for u_int16_t... yes
> checking for u_int32_t... yes
> checking for linux/sbpcd.h... no
> checking for linux/ucdrom.h... no
> checking whether make sets ${MAKE}... yes
> checking for working const... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating interface/Makefile
> creating paranoia/Makefile
> 
> and here's the result of gmake:
> 
> cd interface && gmake all
> gmake[1]: Entering directory 
> `/home/matthew/src/cdparanoia-III-alpha9.8/interface'
> gmake libcdda_interface.a CFLAGS="-O20 -fsigned-char " 
> gmake[2]: Entering directory 
> `/home/matthew/src/cdparanoia-III-alpha9.8/interface'
> gcc -O20 -fsigned-char  -c scan_devices.c
> In file included from scan_devices.c:18:
> low_interface.h:28: linux/major.h: No such file or directory
> low_interface.h:29: linux/version.h: No such file or directory
> low_interface.h:45: scsi/sg.h: No such file or directory
> low_interface.h:46: scsi/scsi.h: No such file or directory
> low_interface.h:48: linux/cdrom.h: No such file or directory
> low_interface.h:49: linux/major.h: No such file or directory
> In file included from scan_devices.c:20:
> utils.h:1: endian.h: No such file or directory
> gmake[2]: *** [scan_devices.o] Error 1
> gmake[2]: Leaving directory 
> `/home/matthew/src/cdparanoia-III-alpha9.8/interface'
> gmake[1]: *** [lib] Error 2
> gmake[1]: Leaving directory 
> `/home/matthew/src/cdparanoia-III-alpha9.8/interface'
> gmake: *** [all] Error 2
> 
> 

You might try /usr/ports/audio/tosha in the ports. I believe it does much
the same thing.

--devin

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011210092130.A5900>