Re: macOS Sierra / 10.12 support - where are we?

2016-09-22 Thread Ryan Schmidt

> On Sep 21, 2016, at 2:18 PM, Brandon Allbery  wrote:
> 
>> On Wed, Sep 21, 2016 at 3:15 PM, Lawrence Velázquez  
>> wrote:
>> > I recall Ryan mentioning that he was doing so.
>> 
>> I think that was just for Python modules.
>> 
> No, the one I recall was yesterday immediately after Apple released Sierra, 
> and specifically said he was kicking the buildbots to get Sierra builds going.

We've had a buildbot worker set up for Sierra since shortly after Apple 
released the Sierra GM on September 7. Any ports added or updated since then 
have already been built and packaged there, assuming the builds were 
successful. I've also manually kicked off several builds: some compilers, lots 
of libraries, all the python modules.

As of right now, we have packages for the following numbers of ports:

$ for DARWIN in $(seq 9 16); do printf "darwin_$DARWIN: " && find 
/opt/local/var/rsync/macports/packages -name "*darwin_$DARWIN*.rmd160" | cut -d 
/ -f 8 | sort -u | wc -l; done
darwin_9: 3577
darwin_10:15334
darwin_11:12955
darwin_12:16013
darwin_13:16203
darwin_14:19415
darwin_15:12546
darwin_16: 4948

I'm not kicking off a build of "all" ports yet, because we've never tested that 
on our new buildbot configuration. I don't know if it would work at all; don't 
know if we brought over the necessary parts of the old config that knew what to 
do when the port name "all" was provided. We also haven't finished bringing 
over optimizations from the old setup that allowed the previous builds of all 
ports to complete in "only" several weeks. Specifically, we still need the 
optimization that tells the buildbot to skip builds of already-installed ports. 
Without those optimizations, trying to build all ports would just take too 
long. We also still need build failure emails to be sending correctly, so that 
maintainers will know about failures and can look into them. I'm working on 
that now.

Developers are welcome to kick off builds they think would be helpful, by 
logging in here and filling in the name of the port(s) in the "port list" field:

https://build.macports.org/builders/ports-10.12_x86_64-watcher

It's probably best not to try to build more than 100 ports at a time. And 
please try to verify beforehand that the ports you're triggering builds of have 
not already been built.

Developers with commit access who don't yet have access to log in to the 
buildbot may request access by emailing me.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread William H. Magill
I’ve successfully updated to Sierra on my late 2010 iMac and installed Mac 
ports.
Currently waiting for the download to complete on my 2012 Mac Mini.

The re-install of Mac ports was delayed only by the inordinate amount of time 
it takes to download Xcode 8!

The actual install of the Mac Ports pkg was the fastest and cleanest install of 
Mac Ports I can remember over many years of working with Mac Ports.

Cudos to all those involved.


T.T.F.N.
William H. Magill
# iMac11,3 Core i7 [2.93GHz - 8 GB 1067MHz] OS X 10.12
# Macmini6,1 Intel Core i5 [2.5 Ghz - 4GB 1600MHz] OS X 10.12

mag...@icloud.com
mag...@mac.com
whmag...@gmail.com








___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Brandon Allbery
On Wed, Sep 21, 2016 at 3:15 PM, Lawrence Velázquez 
wrote:

> > I recall Ryan mentioning that he was doing so.
>
> I think that was just for Python modules.


No, the one I recall was yesterday immediately after Apple released Sierra,
and specifically said he was kicking the buildbots to get Sierra builds
going.


-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Clemens Lang
On Wed, Sep 21, 2016 at 02:54:35PM -0400, Richard L. Hamilton wrote:
> Are the build-bots building binary packages for Sierra yet,

Yes, see
  https://build.macports.org/builders/ports-10.12_x86_64-watcher

> and if they aren't already there, may we be notified when they're at a
> level of completeness approximating that of El Capitan builds?

I think Ryan will send an announcement when builds for all ports have
been attempted; note that this make take a considerable while; IIRC it
took a couple of weeks for the El Capitan builds.

Our new buildbot setup will however deploy new packages faster and
earlier, while the 'all' build is still in progress. Packages for the
most common dependencies (except qt, which failed) are probably there
already.

> A migration would take hours less if one could get mostly binary
> packages. :-)

You could write a script that checks whether
packges.macports.org/$portname contains darwin_16 for the ports you have
installed to get an overview of how many binary archives you'd get.

-- 
Clemens
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Lawrence Velázquez
> On Sep 21, 2016, at 3:14 PM, Brandon Allbery  wrote:
> 
>> On Wed, Sep 21, 2016 at 3:09 PM, Lawrence Velázquez  
>> wrote:
>> 
>> I don't believe anyone has set off a build for the express purpose of 
>> creating Sierra archives, but the Sierra worker is nonetheless quite busy.
> 
> I recall Ryan mentioning that he was doing so.

I think that was just for Python modules.

vq
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Brandon Allbery
On Wed, Sep 21, 2016 at 3:09 PM, Lawrence Velázquez 
wrote:

> I don't believe anyone has set off a build for the express purpose of
> creating Sierra archives, but the Sierra worker is nonetheless quite busy.


I recall Ryan mentioning that he was doing so.


-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Rainer Müller
On 09/21/2016 08:54 PM, Richard L. Hamilton wrote:
> Are the build-bots building binary packages for Sierra yet, and if they
> aren't already there, may we be notified when they're at a level of
> completeness approximating that of El Capitan builds?  A migration would take
> hours less if one could get mostly binary packages. :-)

Yes, the buildbots for Sierra have already been up for a week. As of now, over
2300 binary archives for Sierra have been uploaded to the mirrors.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-21 Thread Lawrence Velázquez
> On Sep 21, 2016, at 2:54 PM, Richard L. Hamilton  wrote:
> 
> Are the build-bots building binary packages for Sierra yet

I don't believe anyone has set off a build for the express purpose of creating 
Sierra archives, but the Sierra worker is nonetheless quite busy.

https://build.macports.org/builders/ports-10.12_x86_64-builder
https://build.macports.org/builders/ports-10.12_x86_64-watcher

vq
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-20 Thread Brandon Allbery
On Tue, Sep 20, 2016 at 7:45 PM, Arno Hautala  wrote:

> Is an installer coming soon?


/topic on IRC:
https://sourceforge.net/projects/macports/files/MacPorts/2.3.4/MacPorts-2.3.4-10.12-Sierra.pkg/download
- Read: https://trac.macports.org/wiki/Migration
Sounds like they're updating the website now.

-- 
brandon s allbery kf8nh   sine nomine associates
allber...@gmail.com  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-20 Thread Arno Hautala
It looks like there's already a build bot running and several packages
are already available to download. That's leagues ahead of past years.

Is an installer coming soon?

On Tue, Sep 20, 2016 at 4:01 PM, Sinan Karasu  wrote:
> If you install from sources, it works.
>
> Sent from my iPad
>
> On Sep 20, 2016, at 12:30, Kennedy, Smith (Wireless Architect)
>  wrote:
>
> Hello,
>
> Where is the MacPorts project concerning supporting macOS Sierra? The main
> page doesn't mention it but I have to assume at least some users have been
> testing MacPorts against the betas...? ETA for formal support?
>
> Thanks for any help,
>
> Smith
>
>
>
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>
>
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>



-- 
arno  s  hautala/-|   a...@alum.wpi.edu

pgp b2c9d448
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-20 Thread Clemens Lang
Hi,

(re-sending from subscribed address)

On Tue, Sep 20, 2016 at 07:30:04PM +, Kennedy, Smith (Wireless Architect) 
wrote:
> Where is the MacPorts project concerning supporting macOS Sierra? The
> main page doesn't mention it but I have to assume at least some users
> have been testing MacPorts against the betas...? ETA for formal
> support?

An installer package of 2.3.4 for Sierra has been built, but isn't
available on our main mirrors yet. I expect this to happen in the next
few days as soon as Ryan has time.

A buildbot for Sierra has been set up a couple of days ago and has
already been building binary packages; note that the full set of ports
has not been built yet, so binary availability may be spotty, but should
improve over the coming weeks.

HTH,
-- 
Clemens
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: macOS Sierra / 10.12 support - where are we?

2016-09-20 Thread Sinan Karasu
If you install from sources, it works.

Sent from my iPad

> On Sep 20, 2016, at 12:30, Kennedy, Smith (Wireless Architect) 
>  wrote:
> 
> Hello,
> 
> Where is the MacPorts project concerning supporting macOS Sierra? The main 
> page doesn't mention it but I have to assume at least some users have been 
> testing MacPorts against the betas...? ETA for formal support?
> 
> Thanks for any help,
> 
> Smith
> 
> 
> 
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


macOS Sierra / 10.12 support - where are we?

2016-09-20 Thread Kennedy, Smith (Wireless Architect)
Hello,

Where is the MacPorts project concerning supporting macOS Sierra? The main page 
doesn't mention it but I have to assume at least some users have been testing 
MacPorts against the betas...? ETA for formal support?

Thanks for any help,

Smith





smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users