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

Issue 423002: Makefile update for gtest update vs. pthreads (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by glandium
Modified:
11 years, 8 months ago
Reviewers:
Ted Mielczarek
Visibility:
Public.

Description

The external svn repo checked out under src/testing is old and makes unit tests
fail to build with gcc 4.7. Svn updating src/testing solves the problem at
compilation time, but unveils linkage problems (undefined symbols for various
pthread_* functions), which are solved with this patch.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M Makefile.am View 19 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 3
glandium
11 years, 9 months ago #1
Ted Mielczarek
The gtest update was fixed in r1019: http://code.google.com/p/google-breakpad/source/detail?r=1019 Can you re-test with that?
11 years, 8 months ago #2
glandium
11 years, 8 months ago #3
On 2012/09/14 12:16:46, Ted Mielczarek wrote:
> The gtest update was fixed in r1019:
> http://code.google.com/p/google-breakpad/source/detail?r=1019
> 
> Can you re-test with that?

It was fixed in r1034:
https://breakpad.appspot.com/448002
Sign in to reply to this message.

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