D6846: packaging: script the building of a MacOS installer using a custom python

2022-05-14 Thread xcintax (xcintax)
xcintax added a comment. yukcuan88 , Agen Judi Online Resmi 5000 , Slot Pragmatic Gacor pakai ovo , Slot Cq9 Terbaru Via Linkaja , Link PGSLOT Online

D6846: packaging: script the building of a MacOS installer using a custom python

2020-04-17 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. mharbison72 planned changes to this revision. In D6846#126171 , @marmoute wrote: > So as I understand this is not ready to land and should be moved to change-requested (or change planned), right ? Yeah, I'll

D6846: packaging: script the building of a MacOS installer using a custom python

2020-04-17 Thread marmoute (Pierre-Yves David)
marmoute added a comment. So as I understand this is not ready to land and should be moved to change-requested (or change planned), right ? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6846/new/ REVISION DETAIL

D6846: packaging: script the building of a MacOS installer using a custom python

2020-03-20 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6846#124054 , @marmoute wrote: > What's the status of this ? @mharbison72 id the linking problem got solved ? I've been too busy to get back to this, and probably won't for the short term, anyway.

D6846: packaging: script the building of a MacOS installer using a custom python

2020-03-19 Thread marmoute (Pierre-Yves David)
marmoute added a comment. What's the status of this ? @mharbison72 id the linking problem got solved ? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6846/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6846 To: mharbison72, #hg-reviewers Cc:

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-12 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6846#120513 , @indygreg wrote: > macOS supports a `@loader_path` and related magic tokens in rpath to load libraries relative to the current binary. See e.g.

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-11 Thread indygreg (Gregory Szorc)
indygreg added inline comments. INLINE COMMENTS > downloads.py:29 > +'openssl': { > +'url': 'https://www.openssl.org/source/openssl-1.0.2t.tar.gz', > +'size': 5355422, 1.0.2u is out and should be used. > python.py:54 > + "darwin64-x86_64-cc", > +

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-11 Thread indygreg (Gregory Szorc)
indygreg added a comment. macOS supports a `@loader_path` and related magic tokens in rpath to load libraries relative to the current binary. See e.g. https://blogs.oracle.com/dipol/dynamic-libraries,-rpath,-and-mac-os and

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-06 Thread marmoute (Pierre-Yves David)
marmoute added a comment. Ha, ok. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6846/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6846 To: mharbison72, #hg-reviewers Cc: marmoute, mercurial-devel

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-05 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6846#119328 , @marmoute wrote: > are we talking about python library or compiled library ? Go you have any "empty" item in the various PATH used for the build ? See

D6846: packaging: script the building of a MacOS installer using a custom python

2020-02-05 Thread marmoute (Pierre-Yves David)
marmoute added a comment. are we talking about python library or compiled library ? Go you have any "empty" item in the various PATH used for the build ? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6846/new/ REVISION DETAIL

D6846: packaging: script the building of a MacOS installer using a custom python

2020-01-30 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6846#118733 , @marmoute wrote: > What's the latest with this diff ? It seems to still be a work in progress. Should it be in the "need-review" state? The hangup here is that the installed code seems to

D6846: packaging: script the building of a MacOS installer using a custom python

2020-01-30 Thread marmoute (Pierre-Yves David)
marmoute added a comment. What's the latest with this diff ? It seems to still be a work in progress. Should it be in the "need-review" state? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6846/new/ REVISION DETAIL

D6846: packaging: script the building of a MacOS installer using a custom python

2019-09-13 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. In D6846#100478 , @mharbison72 wrote: > This seems to work (though the shebang line hack is painful)- until the original python build directory is deleted. Then a lot of things complain about unsupported hash

D6846: packaging: script the building of a MacOS installer using a custom python

2019-09-12 Thread mharbison72 (Matt Harbison)
mharbison72 added a comment. This seems to work (though the shebang line hack is painful)- until the original python build directory is deleted. Then a lot of things complain about unsupported hash type for md5 and sha{1,224,256,384,512}. Other modules like `json` can be imported with the

D6846: packaging: script the building of a MacOS installer using a custom python

2019-09-12 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The intent here is to get away from relying on system python (which is going away in 10.16), so that an installer can easily be built to work on multiple