Re: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
That's a great tip, I had no idea someone was uploading the macOS SDKs
onto GitHub! Thanks, Kirill!

-- 
Jason Liu


On Wed, Aug 23, 2023 at 2:22 PM Kirill A. Korinsky  wrote:

> You may use github "mirror" of SDK for difference macOS, for example
>
>
> https://github.com/search?q=repo%3Aphracker%2FMacOSX-SDKs%20kCGImageByteOrder32Big=code
> 
>
> --
> wbr, Kirill
>
> On 23. Aug 2023, at 20:14, Jason Liu  wrote:
>
>
> -- Forwarded message -
> From: 
> Date: Wed, Aug 23, 2023 at 9:07 AM
> Subject: Re: Quick favor for those with access to 10.12 machines
> To: Jason Liu 
>
>
> On 8/23/23 at 1:18 AM, Jason Liu wrote:
>
> > Hi all,
> >
> > I have what is hopefully a quick favor to ask of people who have access
> to
> > a machine with 10.12. Could someone search for whether the string
> > "kCGImageByteOrder32Big" can be found anywhere inside of
> > /System/Library/Frameworks/CoreGraphics.framework?
> >
> > In other words, run a
> >
> > grep -R kCGImageByteOrder32Big
> > /System/Library/Frameworks/CoreGraphics.framework
> >
> > and let me know whether you get any hits.
> >
> > --
> > Jason Liu
> >
>
>
>
> I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is
> defined in CGImage.h in the SDKs for 10.12 and later. There were many
> constants introduced in 10.12 which are equivalent to and/or replacements
> for earlier ones. In the case of kCGImageByteOrder32Big it has the same
> value as kCGBitmapByteOrder32Big.
>
>
>
> Could you please forward this to the macports-dev list? It is currently
> rejecting my email.
>
>
>


Re: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Kirill A. Korinsky via macports-dev
You may use github "mirror" of SDK for difference macOS, for example

https://github.com/search?q=repo%3Aphracker%2FMacOSX-SDKs%20kCGImageByteOrder32Big=code
 


--
wbr, Kirill

> On 23. Aug 2023, at 20:14, Jason Liu  wrote:
> 
> 
> -- Forwarded message -
> From: mailto:chrischa...@gmx.us>>
> Date: Wed, Aug 23, 2023 at 9:07 AM
> Subject: Re: Quick favor for those with access to 10.12 machines
> To: Jason Liu mailto:jason...@umich.edu>>
> 
> 
> On 8/23/23 at 1:18 AM, Jason Liu wrote:
> 
> > Hi all,
> >
> > I have what is hopefully a quick favor to ask of people who have access to
> > a machine with 10.12. Could someone search for whether the string
> > "kCGImageByteOrder32Big" can be found anywhere inside of
> > /System/Library/Frameworks/CoreGraphics.framework?
> >
> > In other words, run a
> >
> > grep -R kCGImageByteOrder32Big
> > /System/Library/Frameworks/CoreGraphics.framework
> >
> > and let me know whether you get any hits.
> >
> > --
> > Jason Liu
> >
> 
> 
> 
> I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is 
> defined in CGImage.h in the SDKs for 10.12 and later. There were many 
> constants introduced in 10.12 which are equivalent to and/or replacements for 
> earlier ones. In the case of kCGImageByteOrder32Big it has the same value as 
> kCGBitmapByteOrder32Big.
> 
> 
> 
> Could you please forward this to the macports-dev list? It is currently 
> rejecting my email.



signature.asc
Description: Message signed with OpenPGP


Fwd: Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
-- Forwarded message -
From: 
Date: Wed, Aug 23, 2023 at 9:07 AM
Subject: Re: Quick favor for those with access to 10.12 machines
To: Jason Liu 


On 8/23/23 at 1:18 AM, Jason Liu wrote:

> Hi all,
>
> I have what is hopefully a quick favor to ask of people who have access to
> a machine with 10.12. Could someone search for whether the string
> "kCGImageByteOrder32Big" can be found anywhere inside of
> /System/Library/Frameworks/CoreGraphics.framework?
>
> In other words, run a
>
> grep -R kCGImageByteOrder32Big
> /System/Library/Frameworks/CoreGraphics.framework
>
> and let me know whether you get any hits.
>
> --
> Jason Liu
>



I do not have access macOS 10.12, but I know kCGImageByteOrder32Big is
defined in CGImage.h in the SDKs for 10.12 and later. There were many
constants introduced in 10.12 which are equivalent to and/or replacements
for earlier ones. In the case of kCGImageByteOrder32Big it has the same
value as kCGBitmapByteOrder32Big.



Could you please forward this to the macports-dev list? It is currently
rejecting my email.


Re: Build bot notifications

2023-08-23 Thread Chris Jones




On 23/08/2023 1:41 pm, Kirill A. Korinsky wrote:

Chris,

Which seems good idea when build bot works fast.

Right now they are delayed and some ports after its merged will be build 
in days, that means that I need to double check its status in days.


Thus, I can't select "all builders", I should check one-by-one. :(

A bit more easy way which I'm using is going to 
https://github.com/macports/macports-ports/commits?author=catap 
 and 
see mark on commit. If it isn't green => I may see on popup which 
builder fails to start investiage.


That github link though only shows you recent commits, made by yourself. 
If someone else makes an OpenMaintainer commit to a port you maintain, 
you won't see it there, where as the ports web site will show you 
everything you maintain, regardless of who triggered the latest builds, 
which for me is more useful.




But it still requires some time to wait before check it.


They both rely on the same buildbot builds, so both will come after the 
same delay. There is no way around the fact at times the buildbots are 
busy and might take a while to get to a new commit.


Chris




--
wbr, Kirill

On 23. Aug 2023, at 14:35, Chris Jones > wrote:



Hi,

I don't know about emails, but you can almost use the ports web page 
for this.


Go to

https://ports.macports.org 

Sign in, and then follow the link in your profile to the ports you 
maintain


https://ports.macports.org/accounts/my_ports/github/

There you can get a summary of the latest builds, etc.

Chris

On 23/08/2023 1:25 pm, Kirill A. Korinsky via macports-dev wrote:

Folks,
Is it possible to have a email notification when build bot have 
failed to build a port where I'm a maintainer?

--
wbr, Kirill




Re: Build bot notifications

2023-08-23 Thread Joshua Root

On 23/8/2023 22:25, Kirill A. Korinsky via macports-dev wrote:

Folks,

Is it possible to have a email notification when build bot have failed 
to build a port where I'm a maintainer?


This is a feature that our buildbot has, but it stopped working at some 
point and most of us don't have the access needed to debug it. Probably 
at minimum it needs to be updated to submit mail with authentication via 
mail.macports.org.


- Josh


Re: Build bot notifications

2023-08-23 Thread Kirill A. Korinsky via macports-dev
Chris,

Which seems good idea when build bot works fast.

Right now they are delayed and some ports after its merged will be build in 
days, that means that I need to double check its status in days.

Thus, I can't select "all builders", I should check one-by-one. :(

A bit more easy way which I'm using is going to 
https://github.com/macports/macports-ports/commits?author=catap 
 and see mark 
on commit. If it isn't green => I may see on popup which builder fails to start 
investiage.

But it still requires some time to wait before check it.

--
wbr, Kirill

> On 23. Aug 2023, at 14:35, Chris Jones  wrote:
> 
> 
> Hi,
> 
> I don't know about emails, but you can almost use the ports web page for this.
> 
> Go to
> 
> https://ports.macports.org
> 
> Sign in, and then follow the link in your profile to the ports you maintain
> 
> https://ports.macports.org/accounts/my_ports/github/
> 
> There you can get a summary of the latest builds, etc.
> 
> Chris
> 
> On 23/08/2023 1:25 pm, Kirill A. Korinsky via macports-dev wrote:
>> Folks,
>> Is it possible to have a email notification when build bot have failed to 
>> build a port where I'm a maintainer?
>> --
>> wbr, Kirill



signature.asc
Description: Message signed with OpenPGP


Re: Build bot notifications

2023-08-23 Thread Chris Jones



Hi,

I don't know about emails, but you can almost use the ports web page for 
this.


Go to

https://ports.macports.org

Sign in, and then follow the link in your profile to the ports you maintain

https://ports.macports.org/accounts/my_ports/github/

There you can get a summary of the latest builds, etc.

Chris

On 23/08/2023 1:25 pm, Kirill A. Korinsky via macports-dev wrote:

Folks,

Is it possible to have a email notification when build bot have failed 
to build a port where I'm a maintainer?


--
wbr, Kirill



Build bot notifications

2023-08-23 Thread Kirill A. Korinsky via macports-dev
Folks,

Is it possible to have a email notification when build bot have failed to build 
a port where I'm a maintainer?

--
wbr, Kirill



signature.asc
Description: Message signed with OpenPGP


Quick favor for those with access to 10.12 machines

2023-08-23 Thread Jason Liu
Hi all,

I have what is hopefully a quick favor to ask of people who have access to
a machine with 10.12. Could someone search for whether the string
"kCGImageByteOrder32Big" can be found anywhere inside of
/System/Library/Frameworks/CoreGraphics.framework?

In other words, run a

grep -R kCGImageByteOrder32Big
/System/Library/Frameworks/CoreGraphics.framework

and let me know whether you get any hits.

-- 
Jason Liu