Bug 104017 - vorbis-tools-1.0-3 fails rebuild with current
Summary: vorbis-tools-1.0-3 fails rebuild with current
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: vorbis-tools
Version: 3.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-09 00:30 UTC by Pasi Pirhonen
Modified: 2014-03-17 02:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-09 02:36:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Pasi Pirhonen 2003-09-09 00:30:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030830
Debian/1.4-3.he-1

Description of problem:
Seems that ogg123 is dependend of ssl-libs, but comfigure fails to detect it.

make[1]: Entering directory `/local/src/redhat/BUILD/vorbis-tools-1.0/ogg123'
<CLIP CLIP CLIP CLIP CLIP CLIP>
gcc -O2 -g -pipe -march=i386 -mcpu=i686 -fsigned-char -O2 -g -pipe -march=i386
-mcpu=i686 -o ogg123 audio.o buffer.o callbacks.o cfgfile_options.o
cmdline_options.o file_transport.o format.o http_transport.o ogg123.o
oggvorbis_format.o playlist.o status.o transport.o  ../share/libutf8.a
../share/libgetopt.a -L/usr/lib -lvorbisfile -lvorbis -lm -logg -lao -ldl -lnsl
-lcurl -lpthread
/usr/lib/libcurl.a(sendf.o)(.text+0x35a): In function `Curl_write':
: undefined reference to `SSL_write'
/usr/lib/libcurl.a(sendf.o)(.text+0x38d): In function `Curl_write':
: undefined reference to `SSL_get_error'

.... and lot lot more of this. manuall adding '-lssl' fixes the build.


Version-Release number of selected component (if applicable):
vorbis-tools-1.0-3

How reproducible:
Always

Steps to Reproduce:
1.try to recompile
    

Actual Results:  fails to recompile


Additional info:

Comment 1 Bill Nottingham 2003-09-09 02:36:29 UTC
Fixed in -5 and later.


Note You need to log in before you can comment on or make changes to this bug.