Bug 81026

Summary: vorbis.m4 compile test core dump
Product: [Retired] Red Hat Linux Reporter: Bruno Coudoin <bruno.coudoin>
Component: vorbisAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: marius.andreiana, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://ofset.sf.net/gcompris
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-21 14:53:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 79579    

Description Bruno Coudoin 2003-01-03 16:10:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830

Description of problem:
The C code in /usr/share/aclocal/vorbis.m4 has an error. When compiling it
through the configure process, it segfaults.

By replacing:
 vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
By :
  vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);

The correct value has been found (128000) in an example  (encoder_example.c )
given with the sources of libvorbis.

As an example, you can check out gcompris and start autogen.sh and you will see
the core in the configure.

Bruno.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.you can check out gcompris http://ofset.sf.net/gcompris
2.sh autogen.sh
3.see the core in the configure
    

Actual Results:  vorbis libs are not correctly detected and passed to the
compile process

Expected Results:  good vorbis libs in my makefile

Additional info:

Comment 1 Elliot Lee 2003-02-21 14:53:18 UTC
Fixed in libvorbis-1.0-6

Comment 2 Elliot Lee 2003-02-21 14:59:30 UTC
*** Bug 83214 has been marked as a duplicate of this bug. ***