Bug 106453

Summary: gaim SRPM does not build against what is actually in rawhide
Product: [Retired] Red Hat Raw Hide Reporter: Max Kanat-Alexander <mkanat>
Component: gaimAssignee: Christopher Blizzard <blizzard>
Status: CLOSED WORKSFORME QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-09 18:04:47 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: 100643, 106452    

Description Max Kanat-Alexander 2003-10-07 10:01:35 UTC
Description of problem:
Rawhide does not contain pspell as its own package. This is as it should be,
since the new aspell provides pspell compatibility.

However, attempting to build the gaim-0.70-1 SRPM in rawhide on a system that
doesn't have the old pspell package (and only the new aspell-0.50.3-15) results
in an error at link time, saying that one of the pspell libraries couldn't be
found. (I don't have the exact error message on hand, but I'm sure that this is
what it was saying.)

The problem seems to be that the gaim SRPM is libtoolize'd against the wrong
libraries.

The solution would probably be:
Either:
A) Re-libtoolize the gaim package with the correct spelling packages installed.
or
B) Have the gaim SRPM run the aclocal, libtoolize... bit in its %build section.

Also, if that was done, a dependency on the newer aspell would probably be a
good idea, too.


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

How reproducible:
Always

Steps to Reproduce:
1. Remove old pspell and aspell from your system by forcing an upgrade to the
newest aspell in rawhide.
2. Build the gaim SRPM currently in rawhide with rpmbuild --rebuild.

Actual Results:  Building the RPM fails with a linking error.

Expected Results:  The RPM builds sucessfully.

Comment 1 Christopher Blizzard 2003-10-09 18:04:47 UTC
I just built on a system without any pspell libs on it - no problems.  Same with
the red hat build roots.  Are you sure you're just not running into some
problems on your system?