Bug 617419
Summary: | libtool fails, missing echo | ||
---|---|---|---|
Product: | [Retired] 389 | Reporter: | Ulf Weltman <ulf.weltman> |
Component: | Directory Server | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED WORKSFORME | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 1.2.6 | CC: | benl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Other | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-23 20:11:34 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: |
Description
Ulf Weltman
2010-07-23 01:11:17 UTC
I compared to a libtool from an earlier build and the new failure seems to happen because this line: # An echo program that does not interpret backslashes. echo="print -r" Has become this: # An echo program that does not interpret backslashes. ECHO="print -r" Any ideas? Oops, Rich's checkin *fixes* this error, I didn't realize it wasn't checked into master so I didn't have the fix. Pulling new configure after Noriko pushed to master fixes it. |