Re: external build progress reporting cli utility?

2024-03-19 Thread David Gilman
You can run the build under screen / tmux. David Gilman :DG< On Tue, Mar 19, 2024 at 10:42 AM René J.V. Bertin wrote: > Hi, > > Does anyone else ever launch a substantial build on the "local console" > and then leaves the Mac, but would like to monitor progress

Re: Support for ancient machines and operating systems

2024-01-08 Thread David Gilman
, you also have some quality assurance that the patched repo works and can minimize time spent on testing. David Gilman :DG< On Mon, Jan 8, 2024 at 9:53 AM Kirill A. Korinsky wrote: > Hi Perry, > > > On 8. Jan 2024, at 15:50, Perry E. Metzger wrote: > > > > I'd lik

muniversal and destroot paths

2023-12-20 Thread David Gilman
passed to ./configure. What is the best way to get the right zic path (the worksrcpath for the archictecture of the host system, not the worksrcpath for the arch it happens to be building for) into the configure stage? -- David Gilman :DG<

urllib3 2.0 and Python 3.12

2023-10-06 Thread David Gilman
and nobody spends any brain cycles on assessing their compatibility with urllib3 2.0. [1] If you look on pypi you can see that urllib4 and urllib5 are taken, maybe it was too much to ask to go directly from urllib3 to urllib6. -- David Gilman :DG<

Re: Regarding github CI

2023-09-06 Thread David Gilman
nabling the execution > of port tests on GitHub will ensure that such automatically generated PRs are > of sufficient quality to be merged. > > What's the ultimate goal? To keep MacPorts dynamically updated. > > -- > wbr, Kirill > -- David Gilman :DG<

Re: Commit Messages

2023-07-15 Thread David Gilman
he standard. > The output of commands like "git log --oneline" and "git branch -v" > becomes quite annoying with this error. > > Fred Wright -- David Gilman :DG<

Re: The State of Rust in MacPorts Today

2022-12-13 Thread David Gilman
org/pipermail/macports-dev/2022-April/044243.html > , but ultimately per the responses he decided to just host it in his > personal account himself. > > Since this massive change to the Rust port at 1.60.0, it's only seen one > update since then to 1.61.0 ( > https://github.com/mac

Re: The State of Rust in MacPorts Today

2022-12-13 Thread David Gilman
3.html , > but ultimately per the responses he decided to just host it in his personal > account himself. > > Since this massive change to the Rust port at 1.60.0, it's only seen one > update since then to 1.61.0 ( > https://github.com/macports/macports-ports/commit/8431ccb48eec4

Re: Upgrading py-poetry-core and pep517

2022-09-13 Thread David Gilman
-poetry-core @1.0.8_0 > ---> Cleaning py310-poetry-core > ---> Activating py310-poetry-core @1.1.0_0 > ---> Cleaning py310-poetry-core > > - Josh > > On 2022-9-13 10:20 , David Gilman wrote: > > So I note that if I drop the --no-isolation from the `python -m build

Re: Upgrading py-poetry-core and pep517

2022-09-12 Thread David Gilman
this problem cropping up under any of them. I think the ability to bootstrap its own wheel compilation is not going to bitrot as I imagine they use it frequently for their own CI and release builds. On Mon, Sep 12, 2022 at 2:40 AM Joshua Root wrote: > > On 2022-9-12 06:22 , David Gilman wrote: &

Re: Upgrading py-poetry-core and pep517

2022-09-11 Thread David Gilman
Log attached. It is a pure upgrade started with "port upgrade poetry". (to the mailing list this time) On Sun, Sep 11, 2022 at 2:20 PM Joshua Root wrote: > > On 2022-9-12 03:40 , David Gilman wrote: > > There's a new release of poetry and py-poetry-core and poetry. I

Upgrading py-poetry-core and pep517

2022-09-11 Thread David Gilman
oetry-core on py-poetry-core. -- David Gilman :DG<

Re: Nodejs 16.16+: error:0308010C:digital envelope routines::unsupported

2022-08-19 Thread David Gilman
://build.macports.org/builders/ports-12_x86_64-builder/builds/39078/steps/install-port/logs/stdio > Ticket: https://trac.macports.org/ticket/65691 > Upstream issue: https://github.com/filebrowser/filebrowser/issues/2029 > > Thanks, > Zhenfu -- David Gilman :DG<

New features in Git 2.37

2022-06-28 Thread David Gilman
ports repo. https://github.blog/2022-06-27-highlights-from-git-2-37/#a-builtin-filesystem-monitor-for-windows-and-macos -- David Gilman :DG<

A bunch of failures with nodejs on the builders

2022-04-25 Thread David Gilman
referenced from: v8::base::OS::AllocatePageSize() in libv8_libbase.a(platform-posix.o) v8::base::OS::Allocate(void*, unsigned long, unsigned long, v8::base::OS::MemoryPermission) in libv8_libbase.a(platform-posix.o) -- David Gilman :DG<

10.15 buildbot and nodejs17

2022-01-14 Thread David Gilman
not sure if a restart of the build would fix it, but it doesn't seem to hurt to try. Otherwise, the builder may need some intervention with its xcode install. -- David Gilman :DG<

Re: [PATCH] databases/redis

2021-09-24 Thread David Gilman
A. Osokin wrote: > > Hi, > > here's the update to update databases/redis to the recent version. > > Thank you. > > -- > Sergey Osokin -- David Gilman :DG<

Re: Framing the MacPorts discussion

2021-05-19 Thread David Gilman
Three distributed machines is a great goal, I agree with you, but maybe the right mindset here is to do the best with what we've got. If we have three or more trusted volunteers and the CI can support it let's do it, if we have fewer, we'll live with it. On Wed, May 19, 2021, 8:57 AM Bjarne D

Framing the MacPorts discussion

2021-05-17 Thread David Gilman
of this discussion and maybe it is a non-starter for MacPorts. -- David Gilman :DG<

Re: [macports/macports-ports] fontconfig: use system uuid.h (#7086)

2020-05-31 Thread David Gilman
pect you'll see a lot of these go away. 5 Install MacPorts ossp-uuid in ${prefix}/ossp/ and libossp-uuid.dylib. 6 The remaining ports on ossp-uuid get patched to handle the new name. I think I can do 1-3 in a PR, 4 in its own PR, and 5-6 in its own PR to make this not quite as intimidating. -- David Gilman :DG<

Re: Github macportsbot not running

2020-04-29 Thread David Gilman
er there is some other indicator when > postgres has finished its startup, or prbot should retry if it encounters this > error message, or as a last resort we have to add some arbitrary delay. > > Rainer -- David Gilman :DG<

Re: Packaging py-keyring

2020-02-07 Thread David Gilman
al with the fallout across everything that depends on keyring anyway and Poetry will piggyback on whatever you do for that. -- David Gilman :DG<

Re: Packaging py-keyring

2020-02-01 Thread David Gilman
everyone else deal with the fallout. So doing a sed on the poetry package metadata to allow it to use v21 of keyring is also a choice here and it might even work but has its own awful tradeoffs. -- David Gilman :DG<

Packaging py-keyring

2020-02-01 Thread David Gilman
to support all of this? I can copy the entire Portfile and rename it py-keyring20 and depend on that but I wonder if there's a way to extend the existing Portfile. The good news is that once this issue is fixed the poetry portfile is ready for release. -- David Gilman :DG<

Re: Livecheck regex with version in url path

2019-12-23 Thread David Gilman
t; MacPorts to download. For ghc, https://downloads.haskell.org/~ghc/ looks > >> like a reasonable URL to use. Of course you'll have to change the regex to > >> match directories rather than files. > > > > Would you or someone please provide a one-liner on how to do that? The > > stuff I’ve tried hasn’t worked. > -- David Gilman :DG<

Packaging mesos

2018-11-19 Thread David Gilman
as much as possible. -- David Gilman :DG<

Re: Adding a Code of Conduct to MacPorts

2018-09-27 Thread David Gilman
le of good > will, there is no need for such a thing: good behavior is just common sense. > > Vincent > -- David Gilman :DG<

Ports without matching .a/.dylib files

2018-08-31 Thread David Gilman
in the github PR. -- David Gilman :DG<

nettle: update to 3.3

2017-08-14 Thread David Gilman
Ryan, Can you please take a look at ticket #52820 (nettle @3.1.1: update to 3.3)? I have attached a patch both updating the port to the latest upstream version and also enabling some more functionality. -- David Gilman :DG< http://gilslotd.com