[LLVMbugs] [Bug 10479] New: Dragonegg is failing to build under Debian KFreebsd
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 25 02:49:52 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10479
Summary: Dragonegg is failing to build under Debian KFreebsd
Product: dragonegg
Version: 2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
AssignedTo: baldrick at free.fr
ReportedBy: sylvestre at debian.org
CC: llvmbugs at cs.uiuc.edu
This bug could be reported to llvm since it seems to come from
<llvm/ADT/Triple.h>.
Under Kfreebsd, the line:
std::cout << T.getOSTypeName(T.getOS()) << "\n";
will returns unknown.
In the Makefile at the root directory, the following command:
-I$(SRC_DIR)/$(shell $(TARGET_UTIL) -o)
returns "unknown" causing the unknown/OS.h file (which fails on purpose).
It has been reported here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635288
--
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