Re: OWL - wayland for mac

2021-12-06 Thread Jeremy Huddleston Sequoia via macports-dev
Yes, he let me know about the release and I was chatting with him about it.  
Due to the license (GPL-3), I will need to talk to legal counsel before I can 
do anything related to it.

> On Nov 30, 2021, at 03:10, René J.V. Bertin via X11-users 
>  wrote:
> 
> FYI,
> 
> Someone has been making progress in getting a functional Wayland on Mac.
> 
> HTH
> R.
> 
> ---
> Forwarded message:
> Date: Tuesday November 30 2021
> From: Mastodon 
> To: rjvber...@gmail.com
> Cc: 
> Subject: 1 new notification since your last visit 
> 
> 
> RJVB,
> 
> Here is a brief summary of the messages you missed since your last visit on 
> Aug 25, 2021, 18:37
> 
> * ajitsinghmalra mentioned you in:
> 
>  @bugaevc @RJVB  I'm trying to use wayland for mac and cloned 
> https://github.com/owl-compositor/wayland.  Any help would be higely 
> appreciated because I'm stuck at meson.build:83:3: ERROR: Problem 
> encountered: SFD_CLOEXEC is needed to compile Wayland libraries**
> 
>  View: https://mastodon.technology/web/statuses/107288330557594849
> 
> ---
> 
> Mastodon hosted on mastodon.technology
> Change e-mail preferences: https://mastodon.technology/settings/preferences
> ___
> Do not post admin requests to the list. They will be ignored.
> X11-users mailing list  (x11-us...@lists.apple.com)
> Help/Unsubscribe/Update your Subscription: 
> https://lists.apple.com/mailman/options/x11-users/jeremyhu%40freedesktop.org
> 
> This email sent to jerem...@freedesktop.org



Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones


> The builds from the previous commit were fine, and completed successfully. If 
> the builders are smart enough to detect that nothing was changed in the 
> Portfile and are able to skip trying to recompile the package, then I suppose 
> it would be fine to simply leave the build requests in the queue.

Yes, that is the case. 

> 
> -- 
> Jason Liu
> 
> 
>> On Mon, Dec 6, 2021 at 2:40 PM Chris Jones  wrote:
>> 
>> Normally making a commit that does not change the revision or version will 
>> not trigger a rebuild, assuming the previous port revision built OK on a 
>> given platform. If this is the case then again the builds do not need to be 
>> cancelled. If the previous builds in fact did not build, then yes another 
>> rebuild will be attempted, so if nothing has changed to fix the previous 
>> build failure it will fail again. If this is the case then its best not 
>> avoid making such commits until you are able to do so at the same times as 
>> fixing the build failures. If this cannot be done the the port should use 
>> the known_fail pattern for the OSes known to fail, to avoid needless failing 
>> rebuilds.
>> 
>> Chris
>> 
 On 6 Dec 2021, at 7:35 pm, Jason Liu  wrote:
 
>>> 
>>> Neither the revision nor the version numbers were changed in the Portfile 
>>> (in fact, no changes were made to the Portfile at all), only the new file 
>>> got added to the files/ folder. But builds got queued up on the buildbot 
>>> anyway after the PR got merged.
>>> 
>>> Adding the file to the port (PR #12976) was only in preparation for the PR 
>>> that actually includes bugfixes (PR #13266), which obviously will change 
>>> what is installed, and do indeed need builds to be rerun. I'm trying to get 
>>> the queued builds for PR #12976 removed from the builders.
>>> 
>>> -- 
>>> Jason Liu
>>> 
>>> 
 On Mon, Dec 6, 2021 at 2:02 PM Chris Jones  
 wrote:
 Hi,
 
 If the revision and version numbers have changed, because what is 
 installed on disc has changed, then the builds need to be rerun, otherwise 
 you are forcing the long builds on users, which is worse than tying up the 
 buildbots for a while.
 
 Cheers Chris
 
>> On 6 Dec 2021, at 6:10 pm, Jason Liu  wrote:
>> 
> 
> Hi all,
> 
> Would it be possible to remove the queued builds for my PR that was 
> recently merged on the 10.13 and 12_x86_64 watchers? That PR only added 
> an auxiliary file, and really shouldn't be re-built. Since there's such a 
> long queue on the 10.13 and 12 builders, I'm thinking that cancelling a 
> fairly length build that isn't needed would help clear up the backlog a 
> bit faster. If there's an easy way to cancel the build on all of the 
> builders (not just 10.13 and 12), that would probably be even better. On 
> the other hand, if cancelling the build would be a hassle, then don't 
> worry about it.
> 
> The commit is identified by the hash
> 
> 14e7b489f630...
> (Jason Liu )
> 
> -- 
> Jason Liu


Re: Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
The builds from the previous commit were fine, and completed successfully.
If the builders are smart enough to detect that nothing was changed in the
Portfile and are able to skip trying to recompile the package, then I
suppose it would be fine to simply leave the build requests in the queue.

-- 
Jason Liu


On Mon, Dec 6, 2021 at 2:40 PM Chris Jones  wrote:

>
> Normally making a commit that does not change the revision or version will
> not trigger a rebuild, assuming the previous port revision built OK on a
> given platform. If this is the case then again the builds do not need to be
> cancelled. If the previous builds in fact did not build, then yes another
> rebuild will be attempted, so if nothing has changed to fix the previous
> build failure it will fail again. If this is the case then its best not
> avoid making such commits until you are able to do so at the same times as
> fixing the build failures. If this cannot be done the the port should use
> the known_fail pattern for the OSes known to fail, to avoid needless
> failing rebuilds.
>
> Chris
>
> On 6 Dec 2021, at 7:35 pm, Jason Liu  wrote:
>
> 
> Neither the revision nor the version numbers were changed in the Portfile
> (in fact, no changes were made to the Portfile at all), only the new file
> got added to the files/ folder. But builds got queued up on the buildbot
> anyway after the PR got merged.
>
> Adding the file to the port (PR #12976
> ) was only in
> preparation for the PR that actually includes bugfixes (PR #13266
> ), which obviously
> will change what is installed, and do indeed need builds to be rerun. I'm
> trying to get the queued builds for PR #12976 removed from the builders.
>
> --
> Jason Liu
>
>
> On Mon, Dec 6, 2021 at 2:02 PM Chris Jones 
> wrote:
>
>> Hi,
>>
>> If the revision and version numbers have changed, because what is
>> installed on disc has changed, then the builds need to be rerun, otherwise
>> you are forcing the long builds on users, which is worse than tying up the
>> buildbots for a while.
>>
>> Cheers Chris
>>
>> On 6 Dec 2021, at 6:10 pm, Jason Liu  wrote:
>>
>> 
>> Hi all,
>>
>> Would it be possible to remove the queued builds for my PR that was
>> recently merged on the 10.13
>>  and
>> 12_x86_64  
>> watchers?
>> That PR only added an auxiliary file, and really shouldn't be re-built.
>> Since there's such a long queue on the 10.13 and 12 builders, I'm thinking
>> that cancelling a fairly length build that isn't needed would help clear up
>> the backlog a bit faster. If there's an easy way to cancel the build on all
>> of the builders (not just 10.13 and 12), that would probably be even
>> better. On the other hand, if cancelling the build would be a hassle, then
>> don't worry about it.
>>
>> The commit is identified by the hash
>>
>> 14e7b489f630...
>> (Jason Liu )
>>
>> --
>> Jason Liu
>>
>>


Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones

Normally making a commit that does not change the revision or version will not 
trigger a rebuild, assuming the previous port revision built OK on a given 
platform. If this is the case then again the builds do not need to be 
cancelled. If the previous builds in fact did not build, then yes another 
rebuild will be attempted, so if nothing has changed to fix the previous build 
failure it will fail again. If this is the case then its best not avoid making 
such commits until you are able to do so at the same times as fixing the build 
failures. If this cannot be done the the port should use the known_fail pattern 
for the OSes known to fail, to avoid needless failing rebuilds.

Chris

> On 6 Dec 2021, at 7:35 pm, Jason Liu  wrote:
> 
> 
> Neither the revision nor the version numbers were changed in the Portfile (in 
> fact, no changes were made to the Portfile at all), only the new file got 
> added to the files/ folder. But builds got queued up on the buildbot anyway 
> after the PR got merged.
> 
> Adding the file to the port (PR #12976) was only in preparation for the PR 
> that actually includes bugfixes (PR #13266), which obviously will change what 
> is installed, and do indeed need builds to be rerun. I'm trying to get the 
> queued builds for PR #12976 removed from the builders.
> 
> -- 
> Jason Liu
> 
> 
>> On Mon, Dec 6, 2021 at 2:02 PM Chris Jones  wrote:
>> Hi,
>> 
>> If the revision and version numbers have changed, because what is installed 
>> on disc has changed, then the builds need to be rerun, otherwise you are 
>> forcing the long builds on users, which is worse than tying up the buildbots 
>> for a while.
>> 
>> Cheers Chris
>> 
 On 6 Dec 2021, at 6:10 pm, Jason Liu  wrote:
 
>>> 
>>> Hi all,
>>> 
>>> Would it be possible to remove the queued builds for my PR that was 
>>> recently merged on the 10.13 and 12_x86_64 watchers? That PR only added an 
>>> auxiliary file, and really shouldn't be re-built. Since there's such a long 
>>> queue on the 10.13 and 12 builders, I'm thinking that cancelling a fairly 
>>> length build that isn't needed would help clear up the backlog a bit 
>>> faster. If there's an easy way to cancel the build on all of the builders 
>>> (not just 10.13 and 12), that would probably be even better. On the other 
>>> hand, if cancelling the build would be a hassle, then don't worry about it.
>>> 
>>> The commit is identified by the hash
>>> 
>>> 14e7b489f630...
>>> (Jason Liu )
>>> 
>>> -- 
>>> Jason Liu


Re: Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
Neither the revision nor the version numbers were changed in the Portfile
(in fact, no changes were made to the Portfile at all), only the new file
got added to the files/ folder. But builds got queued up on the buildbot
anyway after the PR got merged.

Adding the file to the port (PR #12976
) was only in
preparation for the PR that actually includes bugfixes (PR #13266
), which obviously
will change what is installed, and do indeed need builds to be rerun. I'm
trying to get the queued builds for PR #12976 removed from the builders.

-- 
Jason Liu


On Mon, Dec 6, 2021 at 2:02 PM Chris Jones  wrote:

> Hi,
>
> If the revision and version numbers have changed, because what is
> installed on disc has changed, then the builds need to be rerun, otherwise
> you are forcing the long builds on users, which is worse than tying up the
> buildbots for a while.
>
> Cheers Chris
>
> On 6 Dec 2021, at 6:10 pm, Jason Liu  wrote:
>
> 
> Hi all,
>
> Would it be possible to remove the queued builds for my PR that was
> recently merged on the 10.13
>  and
> 12_x86_64  
> watchers?
> That PR only added an auxiliary file, and really shouldn't be re-built.
> Since there's such a long queue on the 10.13 and 12 builders, I'm thinking
> that cancelling a fairly length build that isn't needed would help clear up
> the backlog a bit faster. If there's an easy way to cancel the build on all
> of the builders (not just 10.13 and 12), that would probably be even
> better. On the other hand, if cancelling the build would be a hassle, then
> don't worry about it.
>
> The commit is identified by the hash
>
> 14e7b489f630...
> (Jason Liu )
>
> --
> Jason Liu
>
>


Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
Hi,

If the revision and version numbers have changed, because what is installed on 
disc has changed, then the builds need to be rerun, otherwise you are forcing 
the long builds on users, which is worse than tying up the buildbots for a 
while.

Cheers Chris

> On 6 Dec 2021, at 6:10 pm, Jason Liu  wrote:
> 
> 
> Hi all,
> 
> Would it be possible to remove the queued builds for my PR that was recently 
> merged on the 10.13 and 12_x86_64 watchers? That PR only added an auxiliary 
> file, and really shouldn't be re-built. Since there's such a long queue on 
> the 10.13 and 12 builders, I'm thinking that cancelling a fairly length build 
> that isn't needed would help clear up the backlog a bit faster. If there's an 
> easy way to cancel the build on all of the builders (not just 10.13 and 12), 
> that would probably be even better. On the other hand, if cancelling the 
> build would be a hassle, then don't worry about it.
> 
> The commit is identified by the hash
> 
> 14e7b489f630...
> (Jason Liu )
> 
> -- 
> Jason Liu


Remove pending builds from buildbot?

2021-12-06 Thread Jason Liu
Hi all,

Would it be possible to remove the queued builds for my PR that was
recently merged on the 10.13
 and
12_x86_64 
watchers?
That PR only added an auxiliary file, and really shouldn't be re-built.
Since there's such a long queue on the 10.13 and 12 builders, I'm thinking
that cancelling a fairly length build that isn't needed would help clear up
the backlog a bit faster. If there's an easy way to cancel the build on all
of the builders (not just 10.13 and 12), that would probably be even
better. On the other hand, if cancelling the build would be a hassle, then
don't worry about it.

The commit is identified by the hash

14e7b489f630...
(Jason Liu )

-- 
Jason Liu