Bug 1444228
| Summary: | Autoconf leaves unexpanded variables in path names of non-shell-script text files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Csaba Henk <csaba> | ||||
| Component: | build | Assignee: | Csaba Henk <csaba> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | mainline | CC: | bugs, kkeithle | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | glusterfs-3.11.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1450947 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-05-30 18:51:22 UTC | Type: | Bug | ||||
| 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: | 1450947 | ||||||
| Attachments: |
|
||||||
|
Description
Csaba Henk
2017-04-20 22:44:51 UTC
REVIEW: https://review.gluster.org/17096 (ensure autoconf template expansions resolve variables) posted (#1) for review on master by Csaba Henk (csaba) REVIEW: https://review.gluster.org/17096 (build: ensure autoconf template expansions resolve variables) posted (#2) for review on master by Csaba Henk (csaba) COMMIT: https://review.gluster.org/17096 committed in master by Kaleb KEITHLEY (kkeithle) ------ commit a94b7df7b9308a590ebcac15536d22a386561f10 Author: Csaba Henk <csaba> Date: Fri Apr 21 19:11:24 2017 +0200 build: ensure autoconf template expansions resolve variables Make sure the following autotools managed variables: GLUSTERFS_LIBEXECDIR GLUSTERD_MISCDIR GLUSTERD_VOLFILE LOCALSTATEDIR get expanded to literal paths when the configure script generates the installed versions of certain text files from *.in templates. This change is partly implemented by restoring some of the "eval echo $variable" style forced expansions in configure that were removed in If5219cadc51ae316f7ba2e2831d739235c77902d. BUG: 1444228 Change-Id: I3b31b1259c5101252bbc37861683894e6eae29e6 Signed-off-by: Csaba Henk <csaba> Reviewed-on: https://review.gluster.org/17096 Smoke: Gluster Build System <jenkins.org> Reviewed-by: Niels de Vos <ndevos> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Tested-by: Kaleb KEITHLEY <kkeithle> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.11.0, please open a new bug report. glusterfs-3.11.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-May/000073.html [2] https://www.gluster.org/pipermail/gluster-users/ |