Re: MacPorts 2.7.1 - Availability for GitHub CI Jobs, as well as Buildbots?

2021-05-28 Thread Rainer Müller
On 27/05/2021 20.10, Ryan Schmidt wrote:
> On May 27, 2021, at 02:34, Joshua Root wrote:
> 
>> On 2021-5-27 08:52 , Christopher Nielsen wrote:
>>> While I realize MacPorts 2.7.1 was just released, is there an ETA on when 
>>> it will be available for both CI, as well as our buildbots?
>>> There’s certainly no rush. But the bug fix for issue 56793 (slow installs 
>>> of ports with tens of thousands of files) would be hugely beneficial 
>>> across-the-board.
>>> Also, it looks like the GitHub CI jobs may still be utilizing 2.6.4…?
>>
>> Buildbots selfupdate once a day. For CI, someone needs to automate up a 
>> replacement for Bintray.
> 
> Oh right. In the absence of automation, I'm happy to replace the files 
> manually, but I don't know how to generate them.

The tarball was built with this workflow from the travis-ci branch,
which also deployed it to bintray. This automation needs a replacement.

https://github.com/macports/macports-base/blob/travis-ci/.github/azure-workflows/main.yml

It was originally running on Travis CI, hence the name of the branch,
but this was actually running on Azure.

Rainer


Re: mailutils: update to version 3.12 - building from command line but failing to build using macports

2021-05-28 Thread Giuseppe 'ferdy' Miceli
i will open a ticket, sure thing! (actually,i was told on irc/rocket.chat to 
send the mail).
i will rerun everything as you suggested, diff the different outputs as well 
and open a ticket.
—


> On 28 May 2021, at 12:41, Christopher Jones  > wrote:
> 
> OK, then please open a ticket.
> 
> Can you also rerun your builds with the  
> 
>  --disable-silent-rules 
> 
> configure option appended, and compare the two builds to see what exactly is 
> different between the two.
> 
> Chris
> 
>> On 28 May 2021, at 11:17 am, Giuseppe 'ferdy' Miceli > > wrote:
>> 
>> ciao! thanks for the prompt reply.
>> 
>> i have checked and if i am not mistaken there is no ticket for this port.
>> —
>> 
>> 
>>> On 28 May 2021, at 12:13, Christopher Jones >> > wrote:
>>> 
>>> Hi,
>>> 
>>> Please check for open tickets against this port at
>>> 
>>> https://trac.macports.org/wiki/Tickets 
>>> 
>>> 
>>> and if there is none open one with the relevant information.
>>> 
>>> Chris
>>> 
 On 28 May 2021, at 11:09 am, Giuseppe 'ferdy' Miceli >>> > wrote:
 
Ciao,
 
 as mentioned this afternoon on irc/rocket.chat i stumbled in a weird 
 behaviour which i am too newbie to understand and i would really 
 appreciate any help about.
 
 context: couple of years ago, i submit the Portfile for GNU mailutils 3.6, 
 which is still in the repository, which i needed to build emacs from git.
 having changed hardware and osx version, i found out it doesn’t build on 
 osx 11.x (https://ports.macports.org/port/mailutils/summary 
 ), thus i thought to 
 update the portfile to the last version 3.12.
 
 status: i can successfully build mailutils 3.12 on macOS 11.3.1 20E241 
 with Xcode 12.5 12E262 from command line yet using macports (whist it 
 configures correctly with the same configure output summary), it fails to 
 build.
 
 all the relevant files are here: http://ferdy.it/mp-mailutils-3.12/ 
  
 
 thank you very much in advance for any support you can provide.
 
 cheers,
 —
 ferdy
 
 
>>> 
>> 
> 



Re: mailutils: update to version 3.12 - building from command line but failing to build using macports

2021-05-28 Thread Christopher Jones
OK, then please open a ticket.

Can you also rerun your builds with the  

 --disable-silent-rules 

configure option appended, and compare the two builds to see what exactly is 
different between the two.

Chris

> On 28 May 2021, at 11:17 am, Giuseppe 'ferdy' Miceli  wrote:
> 
> ciao! thanks for the prompt reply.
> 
> i have checked and if i am not mistaken there is no ticket for this port.
> —
> 
> 
>> On 28 May 2021, at 12:13, Christopher Jones > > wrote:
>> 
>> Hi,
>> 
>> Please check for open tickets against this port at
>> 
>> https://trac.macports.org/wiki/Tickets 
>> 
>> 
>> and if there is none open one with the relevant information.
>> 
>> Chris
>> 
>>> On 28 May 2021, at 11:09 am, Giuseppe 'ferdy' Miceli >> > wrote:
>>> 
>>> Ciao,
>>> 
>>> as mentioned this afternoon on irc/rocket.chat i stumbled in a weird 
>>> behaviour which i am too newbie to understand and i would really appreciate 
>>> any help about.
>>> 
>>> context: couple of years ago, i submit the Portfile for GNU mailutils 3.6, 
>>> which is still in the repository, which i needed to build emacs from git.
>>> having changed hardware and osx version, i found out it doesn’t build on 
>>> osx 11.x (https://ports.macports.org/port/mailutils/summary 
>>> ), thus i thought to 
>>> update the portfile to the last version 3.12.
>>> 
>>> status: i can successfully build mailutils 3.12 on macOS 11.3.1 20E241 with 
>>> Xcode 12.5 12E262 from command line yet using macports (whist it configures 
>>> correctly with the same configure output summary), it fails to build.
>>> 
>>> all the relevant files are here: http://ferdy.it/mp-mailutils-3.12/ 
>>>  
>>> 
>>> thank you very much in advance for any support you can provide.
>>> 
>>> cheers,
>>> —
>>> ferdy
>>> 
>>> 
>> 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: mailutils: update to version 3.12 - building from command line but failing to build using macports

2021-05-28 Thread Giuseppe 'ferdy' Miceli
ciao! thanks for the prompt reply.

i have checked and if i am not mistaken there is no ticket for this port.
—


> On 28 May 2021, at 12:13, Christopher Jones  > wrote:
> 
> Hi,
> 
> Please check for open tickets against this port at
> 
> https://trac.macports.org/wiki/Tickets 
> 
> 
> and if there is none open one with the relevant information.
> 
> Chris
> 
>> On 28 May 2021, at 11:09 am, Giuseppe 'ferdy' Miceli > > wrote:
>> 
>>  Ciao,
>> 
>> as mentioned this afternoon on irc/rocket.chat i stumbled in a weird 
>> behaviour which i am too newbie to understand and i would really appreciate 
>> any help about.
>> 
>> context: couple of years ago, i submit the Portfile for GNU mailutils 3.6, 
>> which is still in the repository, which i needed to build emacs from git.
>> having changed hardware and osx version, i found out it doesn’t build on osx 
>> 11.x (https://ports.macports.org/port/mailutils/summary 
>> ), thus i thought to 
>> update the portfile to the last version 3.12.
>> 
>> status: i can successfully build mailutils 3.12 on macOS 11.3.1 20E241 with 
>> Xcode 12.5 12E262 from command line yet using macports (whist it configures 
>> correctly with the same configure output summary), it fails to build.
>> 
>> all the relevant files are here: http://ferdy.it/mp-mailutils-3.12/ 
>>  
>> 
>> thank you very much in advance for any support you can provide.
>> 
>> cheers,
>> —
>> ferdy
>> 
>> 
> 



Re: mailutils: update to version 3.12 - building from command line but failing to build using macports

2021-05-28 Thread Christopher Jones
Hi,

Please check for open tickets against this port at

https://trac.macports.org/wiki/Tickets 

and if there is none open one with the relevant information.

Chris

> On 28 May 2021, at 11:09 am, Giuseppe 'ferdy' Miceli  wrote:
> 
>   Ciao,
> 
> as mentioned this afternoon on irc/rocket.chat i stumbled in a weird 
> behaviour which i am too newbie to understand and i would really appreciate 
> any help about.
> 
> context: couple of years ago, i submit the Portfile for GNU mailutils 3.6, 
> which is still in the repository, which i needed to build emacs from git.
> having changed hardware and osx version, i found out it doesn’t build on osx 
> 11.x (https://ports.macports.org/port/mailutils/summary), thus i thought to 
> update the portfile to the last version 3.12.
> 
> status: i can successfully build mailutils 3.12 on macOS 11.3.1 20E241 with 
> Xcode 12.5 12E262 from command line yet using macports (whist it configures 
> correctly with the same configure output summary), it fails to build.
> 
> all the relevant files are here: http://ferdy.it/mp-mailutils-3.12/ 
> 
> thank you very much in advance for any support you can provide.
> 
> cheers,
> —
> ferdy
> 
> 



smime.p7s
Description: S/MIME cryptographic signature


mailutils: update to version 3.12 - building from command line but failing to build using macports

2021-05-28 Thread Giuseppe 'ferdy' Miceli
Ciao,

as mentioned this afternoon on irc/rocket.chat i stumbled in a weird behaviour 
which i am too newbie to understand and i would really appreciate any help 
about.

context: couple of years ago, i submit the Portfile for GNU mailutils 3.6, 
which is still in the repository, which i needed to build emacs from git.
having changed hardware and osx version, i found out it doesn’t build on osx 
11.x (https://ports.macports.org/port/mailutils/summary), thus i thought to 
update the portfile to the last version 3.12.

status: i can successfully build mailutils 3.12 on macOS 11.3.1 20E241 with 
Xcode 12.5 12E262 from command line yet using macports (whist it configures 
correctly with the same configure output summary), it fails to build.

all the relevant files are here: http://ferdy.it/mp-mailutils-3.12/ 

thank you very much in advance for any support you can provide.

cheers,
—
ferdy