Bug 42214
Summary: | syntax errors in db3/configure for rpm-4.0.3-0.26 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Nathan Owen <owenna> | ||||
Component: | rpm | Assignee: | Jeff Johnson <jbj> | ||||
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: | 2001-07-17 20:20:50 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: | |||||||
Attachments: |
|
Description
Nathan Owen
2001-05-24 20:35:23 UTC
As you can see the db3 configure is a bit (ahem) minimalistic at the moment. Hmmm, no wonder I was having trouble setting CFLAGS ... Sure back tics work fine. Will catch the CC as well as the CFALGS in a bit. Thanks for noticing. Fixed in rpm-4.0.3-0.29 (or thereabouts). Created attachment 21565 [details]
changes the db configure to default to different compiler
The CC fix did not work, I am attaching a patch that changes the behavior of the configure in db/dist (default compiler is cc) to match the rest of rpm (default compiler is gcc). The patch is against rpm-4.0.3-0.42 The leading space in the sed script around line 12 is causing configure to break on both my solaris and rh7.1 systems: `echo $* | sed -e "s% --cache-file=.*$% --enable-shared --enable-static ... ^^ getting rid of it seems to work fine that should be the space between "s% and --cache This problem appears to be resolved. Please reopen if I'm wrong. |