[LLVMbugs] [Bug 11531] New: "make dist" fails on gzip
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 9 19:02:17 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11531
Bug #: 11531
Summary: "make dist" fails on gzip
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: scott+llvm+bugzilla at pakin.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Makefile.rules (and, where I actually first noticed the problem,
projects/sample/Makefile.llvm.rules) uses $(ZIP), $(BZIP2) and $(GZIP) to
produce various tarballs when "make dist" is invoked. However,
autoconf/configure.ac (respectively, projects/sample/autoconf/configure.ac)
does an AC_PATH_PROG of ZIP, BZIP2, and *GZIPBIN*. Apparently, this
inconsistency is due to the fix for Bug 8758. However, as a result, running
"make dist" for my project, derived from sample, fails with a "/bin/sh: -c: not
found" error.
I believe the solution is simply to rename GZIP to GZIPBIN in Makefile.rules
and projects/sample/Makefile.llvm.rules.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list