Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2003 16:04:17 -0700
From:      BSD baby <bsdlap@hitmedia.com>
To:        Herbert <herbert@bugat.at>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FLAC audio port in FreeBSD: boom. crash. core dump.
Message-ID:  <20030606230417.GA39993@mail.hitmedia.com>
In-Reply-To: <20030606075143.GA1275@TK212017121218.teleweb.at>
References:  <20030606035009.GA43070@mail.hitmedia.com> <20030606075143.GA1275@TK212017121218.teleweb.at>

next in thread | previous in thread | raw e-mail | index | archive | help
> > On a virgin FreeBSD 4.8 system, I've tried to use the FLAC audio compression port:
> > /usr/ports/audio/flac
> > Using no special options on a .wav file:
> > flac mysong.wav
> > I get "Illegal instruction (core dumped)".
> > I've tried it on 3 different FreeBSD 4.8 boxes, and many different .wav files.
> > Has anyone gotten it to work?
> 
> Of course!
> % flac cdda.wav
> 
> ----[snip]----
> 
> options: -P 4096 -b 4608 -m -l 8 -q 0 -r 3,3
> cdda.wav: wrote 39604764 bytes, ratio=0.598
> 
> % uname -rs
> FreeBSD 5.1-RELEASE
> 
> % uname -rs
> FreeBSD 4.7-STABLE
> 
> Maybe you are building world/kernel/ports with the wrong optimisations
> (/etc/make.conf).


Very strange.

When I went and built from source the non-ports way it worked fine:

./configure ; gmake ; gmake install

(but crashed when using make instead of gmake.)

But still the standard port on a FreeBSD 4.8 system doesn't work.



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