Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 791993005: Set ZERO_AR_DATE=1 when running libtool. (Closed)

Created:
6 years ago by Sébastien Marchand
Modified:
5 years, 10 months ago
Reviewers:
Nico, M-A Ruel, Olivier
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -9 lines) Patch
M pylib/gyp/mac_tool.py View 1 2 1 chunk +15 lines, -1 line 0 comments Download
A + test/mac/gyptest-libtool-zero.py View 2 chunks +10 lines, -4 lines 0 comments Download
A + test/mac/libtool-zero/mylib.c View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
A + test/mac/libtool-zero/test.gyp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
Sébastien Marchand
PTAL. Does this approach sgty ?
6 years ago (2014-12-10 23:14:22 UTC) #3
M-A Ruel
Sounds good, lgtm. Nico, is the iOS check fine? https://codereview.chromium.org/791993005/diff/20001/pylib/gyp/mac_tool.py File pylib/gyp/mac_tool.py (right): https://codereview.chromium.org/791993005/diff/20001/pylib/gyp/mac_tool.py#newcode230 pylib/gyp/mac_tool.py:230: ...
6 years ago (2014-12-11 00:41:35 UTC) #5
Sébastien Marchand
Thanks, waiting for Nico's review. https://codereview.chromium.org/791993005/diff/20001/pylib/gyp/mac_tool.py File pylib/gyp/mac_tool.py (right): https://codereview.chromium.org/791993005/diff/20001/pylib/gyp/mac_tool.py#newcode230 pylib/gyp/mac_tool.py:230: # epoch=0, e.g. 1970-1-1 ...
6 years ago (2014-12-11 18:37:45 UTC) #6
Sébastien Marchand
I've removed the iOS condition, PTAnL.
5 years, 11 months ago (2015-01-06 16:31:41 UTC) #9
M-A Ruel
lgtm
5 years, 11 months ago (2015-01-06 17:05:45 UTC) #10
Nico
lgtm assuming you have a chromium/ios build set up somewhere to debug problems. Since this ...
5 years, 11 months ago (2015-01-06 17:35:07 UTC) #11
Sébastien Marchand
On 2015/01/06 at 17:35:07, thakis wrote: > lgtm assuming you have a chromium/ios build set ...
5 years, 11 months ago (2015-01-07 16:30:42 UTC) #12
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 11 months ago (2015-01-07 16:50:26 UTC) #15
Sébastien Marchand
Committed patchset #5 (id:120001) manually as r2020 (presubmit successful).
5 years, 11 months ago (2015-01-07 16:57:52 UTC) #16
scottmg
Hi, I'm getting a non-noop build on Mac related to this. Building gcapi_lib, it runs ...
5 years, 10 months ago (2015-01-28 21:04:33 UTC) #17
Nico
5 years, 10 months ago (2015-01-29 19:29:21 UTC) #18
Message was sent while issue was closed.
On 2015/01/28 21:04:33, scottmg wrote:
> Hi, I'm getting a non-noop build on Mac related to this.
> 
> Building gcapi_lib, it runs
> 
> rm -f libgcapi_lib.a && ./gyp-mac-tool filter-libtool libtool  -static -o
> libgcapi_lib.a arch/libgcapi_lib.i386.a arch/libgcapi_lib.x86_64.a
> 
> but mac_tool.py doesn't touch the output because there's multiple .as when it
> looks for len(archives).
> 
> Should we instead be parsing for the -o?

(scott fixed this in https://codereview.chromium.org/879343004/ )

Powered by Google App Engine
This is Rietveld 408576698