[LLVMbugs] [Bug 4145] New: Bulds fail on Cygwin with error message about dwarf version
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon May 4 00:52:38 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4145
Summary: Bulds fail on Cygwin with error message about dwarf
version
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: magnus.reftel at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2940)
--> (http://llvm.org/bugs/attachment.cgi?id=2940)
Output from "make > dwarf_error.txt 2>&1" after a failing build
Since Wednesday or Thursday last week, builds have failed on Cygwin with error
messages like the following:
/usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../i686-pc-cygwin/bin/ld: Dwarf
Error: found dwarf version '8242', this reader only handles version 2
information.
/c/temp/llvm-svn/Debug/lib/LLVMXCore.o:XCoreTargetMachine.cpp:(.rdata$_ZTVN4llvm18XCoreTargetMachineE[vtable
for llvm::XCoreTargetMachine]+0x4c): undefined reference to
`llvm::LLVMTargetMachine::addPassesToEmitMachineCode(llvm::PassManagerBase&,
llvm::MachineCodeEmitter&, llvm::CodeGenOpt::Level)'
I'm attaching the make output from building again after a failure.
I am currently running revision 70826, but have had autobuild running since
around 15:00 UTC on April 30. No builds have succeeded. The last revision that
I know did not have this problem was 70374. Current svn info output:
$ svn info
Path: .
URL: http://llvm.org/svn/llvm-project/llvm/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 70826
Node Kind: directory
Schedule: normal
Last Changed Author: evancheng
Last Changed Rev: 70821
Last Changed Date: 2009-05-04 05:30:11 +0200 (Mon, 04 May 2009)
And config.status --version:
$ ./config.status --version
llvm config.status 2.6svn
configured by ./configure, generated by GNU Autoconf 2.60,
with options "'--prefix=/opt/llvm-svn' 'CC=gcc-4'
'CFLAGS=-I/opt/llvm-svn/lib/libffi-3.0.8/include/'
'LDFLAGS=-L/opt/llvm-svn/lib/'
'CPPFLAGS=-I/opt/llvm-svn/lib/libffi-3.0.8/include/' 'CXX=g++-4'
'CXXFLAGS=-I/opt/llvm-svn/lib/libffi-3.0.8/include/'"
Copyright (C) 2006 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
--
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