[LLVMbugs] [Bug 11593] New: DragonEgg makefile uses svnversion to set REVISION, causing build failure with release tarball
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 15 16:54:15 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=11593
Bug #: 11593
Summary: DragonEgg makefile uses svnversion to set REVISION,
causing build failure with release tarball
Product: dragonegg
Version: 2.7
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
AssignedTo: baldrick at free.fr
ReportedBy: eric at brouhaha.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In the process of packaging DragonEgg for the Fedora Linux distribution, the
package reviewer encountered a build failure due to the Makefile's use of
svnversion to set the REVISION variable. If svnversion is present, it outputs
the string "unversioned directory", which breaks things due to the space
character.
For now we've patched the makefile to change the way REVISION is set. I'm not
sure what the correct solution in general is, but the Makefile in a release
tarball shouldn't be using svnversion on what obviously isn't a Subversion
working directory, or it should detect that condition and take an appropriate
action.
The problem description in the Fedora package review is at:
https://bugzilla.redhat.com/show_bug.cgi?id=759712#c2
--
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