Bug 52680 - Compilation hangs
Summary: Compilation hangs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: w3c-libwww
Version: 1.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Crutcher Dunnavant
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-08-27 22:02 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-08-27 22:02:21 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2001-08-27 22:02:15 UTC
Description of Problem:
Fails to build from source

Version-Release number of selected component (if applicable):
w3c-libwww-5.2.8-9

How Reproducible:
Every time

Steps to Reproduce:
1. rpm --rebuild w3c-libwww-5.2.8-9.src.rpm
2. 
3. 

Actual Results:
....
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -O2 -march=i686 -c xmltok.c  -fPIC
-DPIC -o .libs/xmltok.lo
mv -f .libs/xmltok.lo xmltok.o
(cd . && ln -s xmltok.o xmltok.lo)
/bin/sh ../../../libtool --mode=link gcc  -O2 -march=i686 -version-info
"1:0:1" -o libxmltok.la  -rpath /usr/lib xmlrole.lo xmltok.lo  -ldl  -lz
rm -fr .libs/libxmltok.la .libs/libxmltok.* .libs/libxmltok.*


Expected Results:
Successful compile

Additional Information:
Could it be the :'s in the version-info string that confuses libtool?

Comment 1 Crutcher Dunnavant 2001-08-28 05:12:24 UTC
the fix is:

add the following line to the spec file, before %configure

%define __libtoolize /bin/true


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