Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1283)

Issue 592002: Fix mac dump_syms after r1163. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by Lei Zhang (chromium)
Modified:
11 years, 4 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/mac/dump_syms.h View 3 chunks +7 lines, -2 lines 0 comments Download
M src/common/mac/dump_syms.mm View 1 7 chunks +24 lines, -13 lines 0 comments Download
M src/tools/mac/dump_syms/dump_syms_tool.mm View 4 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 5
Lei Zhang (chromium)
Whoops, I was running ./configure && make on mac, and that didn't build the mac ...
11 years, 4 months ago #1
Mark Mentovai
LGTM https://breakpad.appspot.com/592002/diff/2001/src/common/mac/dump_syms.mm File src/common/mac/dump_syms.mm (right): https://breakpad.appspot.com/592002/diff/2001/src/common/mac/dump_syms.mm#newcode400 src/common/mac/dump_syms.mm:400: Extra blank line nit.
11 years, 4 months ago #2
Lei Zhang (chromium)
https://breakpad.appspot.com/592002/diff/2001/src/common/mac/dump_syms.mm File src/common/mac/dump_syms.mm (right): https://breakpad.appspot.com/592002/diff/2001/src/common/mac/dump_syms.mm#newcode400 src/common/mac/dump_syms.mm:400: On 2013/05/08 13:10:16, Mark Mentovai wrote: > Extra blank ...
11 years, 4 months ago #3
Lei Zhang (chromium)
Committed patchset #2 manually as r1175 (presubmit successful).
11 years, 4 months ago #4
icodestuff
11 years, 4 months ago #5
Message was sent while issue was closed.
On 2013/05/08 04:25:12, thestig wrote:
> Whoops, I was running ./configure && make on mac, and that didn't build the
mac
> stuff.
> 
> I had to change src/common/mac/Breakpad.xcconfig:
> 
> SDKROOT = macosx10.7
> GCC_VERSION = com.apple.compilers.llvm.clang.1_0
> 
> and run:
> 
> xcodebuild -project src/tools/mac/dump_syms/dump_syms.xcodeproj
> 
> to make sure mac dump_syms builds. Maybe I need to run against other
.xcodeproj
> files to make sure everything builds?

That would be good, thanks. As of right now there are 10 files which don't
compile on Mac in the project: 
The following build commands failed: (filtered to CompileC)
	CompileC
build/Breakpad.build/Release/handler_test.build/Objects-normal/i386/BreakpadFramework_Test.o
tests/BreakpadFramework_Test.mm normal i386 objective-c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/Breakpad.build/Release/UnitTests.build/Objects-normal/i386/GTMSenTestCase.o
../../common/mac/testing/GTMSenTestCase.m normal i386 objective-c
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/dump_syms.build/Release/dump_syms.build/Objects-normal/i386/dump_syms.o
../../../common/mac/dump_syms.mm normal i386 objective-c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/crash_report.build/Release/crash_report.build/Objects-normal/i386/crash_report.o
crash_report.mm normal i386 objective-c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/crash_report.build/Release/crash_report.build/Objects-normal/i386/on_demand_symbol_supplier.o
on_demand_symbol_supplier.mm normal i386 objective-c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/crash_report.build/Release/crash_report.build/Objects-normal/i386/dump_syms.o
../../../common/mac/dump_syms.mm normal i386 objective-c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/crash_report.build/Release/crash_report.build/Objects-normal/i386/functioninfo.o
../../../common/dwarf/functioninfo.cc normal i386 c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/crash_report.build/Release/crash_report.build/Objects-normal/i386/x86_disasm.o
../../../third_party/libdisasm/x86_disasm.c normal i386 c
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/dump_syms.build/Release/gtestmockall.build/Objects-normal/i386/gmock-all.o
../../../testing/src/gmock-all.cc normal i386 c++
com.apple.compilers.llvm.clang.1_0.compiler
	CompileC
build/dump_syms.build/Release/gtestmockall.build/Objects-normal/i386/gtest-all.o
../../../testing/gtest/src/gtest-all.cc normal i386 c++
com.apple.compilers.llvm.clang.1_0.compiler

That with xcodebuild -sdk macosx10.7 -project src/client/mac/Breakpad.xcodeproj
-configuration Release -target All ARCHS=i386 ONLY_ACTIVE_ARCH=NO
MACOSX_DEPLOYMENT_TARGET=10.6 GCC_VERSION=com.apple.compilers.llvm.clang.1_0
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted