Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Fred Wright
On Sun, 13 Oct 2019, Joshua Root wrote: On 2019-10-13 02:41 , Ryan Schmidt wrote: On Oct 12, 2019, at 10:20, Steven Smith wrote: I see that the build is trying to download CPAN stuff Add the needed dependencies so that that does not happen. It would be nice if we could somehow prevent

Re: implementation of configure.env-append

2019-10-12 Thread Ken Cunningham
> > On Tue, Oct 8, 2019 at 9:25 AM Blair Zajac wrote: > > > > >> Maybe the MacPorts could raise an error if one attempts to set a variable > >> like LDFLAGS outside of configure.* ? > > Yes, MacPorts could do that. I don't think anybody's tried to write code to > do that yet. > > and

Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Joshua Root
On 2019-10-13 02:41 , Ryan Schmidt wrote: > > > On Oct 12, 2019, at 10:20, Steven Smith wrote: > >> I see that the build is trying to download CPAN stuff > > Add the needed dependencies so that that does not happen. It would be nice if we could somehow prevent that from happening like we do

Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Ryan Schmidt
On Oct 12, 2019, at 10:20, Steven Smith wrote: > I see that the build is trying to download CPAN stuff Add the needed dependencies so that that does not happen.

Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Steven Smith
Thanks. I did this: > sudo port -pNf deactivate active and 'p5*' And sanity checked to make sure I had absolutely no p5* ports active. But the install still works. Looking at the log file https://paste.z0k.xyz/0b334360ab7f , I see that the build is trying

Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Joshua Root
On 2019-10-12 23:30 , Steven Smith wrote: > There must be a dependency on one of the p5-* ports that I’ve already > installed locally. > > Is there an efficient way of tracking down the Perl module dependency tree? > > I suppose I could just do something like: > > sudo port deactivate p5-* > >

Re: Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Steven Smith
There must be a dependency on one of the p5-* ports that I’ve already installed locally. Is there an efficient way of tracking down the Perl module dependency tree? I suppose I could just do something like: sudo port deactivate p5-* (How do I restrict this to just the ones I’ve installed).

Perl module Privileges::Drop Portfile Fails to Build on Azure

2019-10-12 Thread Steven Smith
I have a simple perl module Privileges::Drop Portfile as part of PR https://github.com/macports/macports-ports/pull/5482 that builds fine on multiple boxes locally, but fails on azure. The error is: https://paste.z0k.xyz/0b334360ab7f Use of uninitialized value $_[0] in substitution (s///) at

Re: Lazarus port

2019-10-12 Thread Karl-Michael Schindler
Hallo > Am 12.10.2019 um 03:56 schrieb Ryan Schmidt : > > I am not familiar with Lazarus but it sounds like a very strange program > indeed if it requires its own files to be modified at runtime. Normally > software shouldn't do anything like that. > > Normally in MacPorts we want to ensure