Re: 10.5 and gcc8 x86-64 ok but ppc bails with dlerror

2024-04-05 Thread Chris Jones
> On 5 Apr 2024, at 7:03 PM, Riccardo Mottola via macports-dev > wrote: > > Hi, > > Ryan Schmidt wrote: >>> I propose to keep even versions, because they are stable ones >> Do you have a source for this claim? It's the first I've heard of it. As far >> as I know, all gcc version numbers

Re: 10.5 and gcc8 x86-64 ok but ppc bails with dlerror

2024-04-05 Thread Chris Jones
On 05/04/2024 1:45 pm, Ryan Schmidt wrote: On Apr 5, 2024, at 03:52, Riccardo Mottola wrote: I propose to keep even versions, because they are stable ones Do you have a source for this claim? It's the first I've heard of it. As far as I know, all gcc version numbers are stable. They

Re: 10.5 and gcc8 x86-64 ok but ppc bails with dlerror

2024-04-05 Thread Chris Jones
Hi, On 05/04/2024 12:30 pm, Ken Cunningham wrote: It’s important you understand how the libgcc ports work now, to see how this libgcc chain is set up and the problems it might cause on slower older systems that have no buildbot. Go to an Intel system like 10.7, uninstall all ports. Disable

how to handle 'internal' logs for failed builds

2024-04-04 Thread Chris Jones
Hi, I recently pushed an update to the root6 port. It works fine for me but fails on all build bots, e.g. https://build.macports.org/builders/ports-12_arm64-builder/builds/17/steps/install-port/logs/stdio the only error is this './configure' '--prefix'

Re: librsvg, and what MacPorts is for

2023-10-10 Thread Chris Jones
Hi, I am not sure what you are complaining about. Version 2.56.3, whilst not the absolute latest version a pretty up to date rust based version, is already used on Darwin 10 and newer. Your mail below seems to imply the old C version is used everywhere, which just isn't the case. What am I

Re: [MacPorts] #68346: scotch-7.0.4_0+mpich.darwin_23.arm64 configure fails

2023-10-03 Thread Chris Jones
> On 3 Oct 2023, at 9:32 pm, Murray Eisenberg wrote: > > Then what _are_ useful keywords?? "sonoma"? "arm64" ? what? > > (I'm not trying to be disputatious, just trying to learn!) The full list can be found in the ticket guidelines, you can find linked at the top of

Re: Xcode 15.0 on Ventura builders

2023-09-29 Thread Chris Jones
Hi, For me, I would hold off updating the macOS13 buildbots until the linker issues with Xcode 15 are resolved, as otherwise you are likely to see increased build failures, e.g. with ports that use gcc built binaries. At least at the moment the buildbots are still able to provide binary

Re: Build bot notifications

2023-08-23 Thread Chris Jones
new commit. Chris -- wbr, Kirill On 23. Aug 2023, at 14:35, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> 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 <https://ports.macports.org> Sign in

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

Re: How to rebuild after failed install-dependencies

2023-08-04 Thread Chris Jones
On 04/08/2023 2:16 pm, Dave Allured - NOAA Affiliate via macports-dev wrote: I am monitoring several ports after a broken dependency was fixed.  I notice that the dependent ports remain broken, and there does not seem to be an automatic trigger to rebuild and update their port health as

Re: Clang Clang Clang Went the Buildbots

2023-04-18 Thread Chris Jones
Hi, On 18/04/2023 1:58 am, Fred Wright wrote: It probably wasn't a good plan to push simultaneous updates to every clang version in sight.  I imagine the buildbots are still struggling to catch up, and meanwhile users doing "upgrade outdated" are stuck doing long builds from source.  My

Re: qt 6.5.0 removes support for macOS 10.14 and macOS 10.15

2023-04-05 Thread Chris Jones
Hi, Just to add, it would also be useful to know a bit on the reasons for dropping the older OSes, what exactly are the tehcnical reasons for it, as within macports we have a number of build options available to us, like newer builds of the compilers which can be used instead of the Xcode

Re: PyTorch CI Build Issue Request for Help

2023-03-23 Thread Chris Jones
On 23/03/2023 2:13 pm, Joshua Root wrote: On 23/3/2023 23:26, Steven Smith wrote: PyTorch build and runs fine locally, but the CI consistently fails with error below. This issue has created unnecessary delays in merging new PT versions. 2023-03-18T18:24:32.7624930Z CMake Error at

Re: Location to store Rust binaries

2022-12-22 Thread Chris Jones
to build and distribute the bootstrap binaries seems to me to well outweigh this small disadvantage. > > -Marcus > >>> On Dec 22, 2022, at 9:28 AM, Chris Jones wrote: >>> >>> >>> >>>> On 22 Dec 2022, at 1:28 pm, mcalh...@macports.or

Re: Location to store Rust binaries

2022-12-22 Thread Chris Jones
> On 22 Dec 2022, at 4:38 pm, Chris Jones wrote: > >  > > >>> On 22 Dec 2022, at 4:29 pm, Chris Jones wrote: >>> >>  >> >> >>>> On 22 Dec 2022, at 1:28 pm, mcalh...@macports.org wrote: >>>> >>> 

Re: Location to store Rust binaries

2022-12-22 Thread Chris Jones
> On 22 Dec 2022, at 4:29 pm, Chris Jones wrote: > >  > > >>> On 22 Dec 2022, at 1:28 pm, mcalh...@macports.org wrote: >>> >>  >> Please forgive me if I am misunderstanding your question. >> As Ken pointed out, the rust-bootstrap bina

Re: Location to store Rust binaries

2022-12-22 Thread Chris Jones
t; > -Marcus > >>> On Dec 22, 2022, at 2:30 AM, Chris Jones wrote: >>> >>> >>> >>>> On 22 Dec 2022, at 4:02 am, mcalh...@macports.org wrote: >>>> >>>  >>> As many of you know, the Rust compiler is self-hosti

Re: Location to store Rust binaries

2022-12-22 Thread Chris Jones
> On 22 Dec 2022, at 4:02 am, mcalh...@macports.org wrote: > >  > As many of you know, the Rust compiler is self-hosting, so Rust is required > to build Rust. > The problem is that the Rust binaries provided by upstream only work on macOS > 10.9 and above. > > To get around this, there is a

Re: Xcode (14.0.1) is too old

2022-11-01 Thread Chris Jones
Xcode 14.1 is indeed the recommended version for macOS13, as its the only one containing the macOS13 SDK (AKAIK). However, Apple apparently hit a few issues with it last minute and thus has not released a public version of it yet, so for now you need to download and install the 14.1 Xcode RC2

Re: Selfupdate to MacPorts 2.8.0 Throws Error 'Couldn't change permissions of the MacPorts sources'

2022-10-23 Thread Chris Jones
 Hi, Already reported. See https://lists.macports.org/pipermail/macports-users/2022-October/051518.html which includes a link to https://trac.macports.org/ticket/66031 Chris > On 22 Oct 2022, at 1:09 pm, Steven Smith wrote: > I’m consistently getting this error across multiple boxes when

Re: MacPorts 2.8.0-beta1 now available for testing

2022-10-21 Thread Chris Jones
Hi Josh, I've made some progress in understanding the cause of the hang ups I have been having. Its related to the use of a new feature in recent git versions https://github.blog/2022-06-27-highlights-from-git-2-37/#a-builtin-filesystem-monitor-for-windows-and-macos I enabled this feature a

Re: MacPorts 2.8.0-beta1 now available for testing

2022-10-20 Thread Chris Jones
(or for that matter port selfupdate), > unless my local tree is clean. > >> On Oct 20, 2022, at 10:37 AM, Chris Jones wrote: >> >> Hi >> >> Go to your person checkout >> >> /Users/marius/Development/MacPorts/ports >> >> And then r

Re: MacPorts 2.8.0-beta1 now available for testing

2022-10-20 Thread Chris Jones
Hi Go to your person checkout /Users/marius/Development/MacPorts/ports And then run /opt/local/bin/git pull --rebase --autostash You will I bet see the same issue, so the problem is nothing to do with macports but your local checkout. Chris > On 20 Oct 2022, at 3:22 pm, Marius Schamschula

Re: ports.macports.org gives strange port dependencies

2022-09-26 Thread Chris Jones
> On 26 Sep 2022, at 7:35 pm, Arjun Salyan wrote: > >  > >> On 26-Sep-2022, at 3:06 AM, Chris Jones wrote: >> >> Its always been a limitation of the site that it can only report the deps >> for a single platform, but its a bit of a shame that plat

Re: ports.macports.org gives strange port dependencies

2022-09-26 Thread Chris Jones
> On 26 Sep 2022, at 7:35 pm, Arjun Salyan wrote: > >  > >> On 26-Sep-2022, at 3:06 AM, Chris Jones wrote: >> >> Its always been a limitation of the site that it can only report the deps >> for a single platform, but its a bit of a shame that plat

Re: ports.macports.org gives strange port dependencies

2022-09-26 Thread Chris Jones
> On 25 Sep 2022, at 10:27 pm, Joshua Root wrote: > > On 2022-9-25 01:13 , Christopher Jones wrote: On 24 Sep 2022, at 3:52 pm, Arjun Salyan >>> > wrote: >>> >>> The output of "port info pciids” from the same Docker container says: >> Can you please run >> >

Re: ports.macports.org gives strange port dependencies

2022-09-24 Thread Chris Jones
> On 24 Sep 2022, at 9:52 am, Mojca Miklavec > wrote: > > On Sat, 24 Sept 2022 at 10:30, Chris Jones wrote: >> >> Hi, >> >> I have noticed the ports web site appears to give some odd looking >> dependencies between ports. Take as a random exam

ports.macports.org gives strange port dependencies

2022-09-24 Thread Chris Jones
Hi, I have noticed the ports web site appears to give some odd looking dependencies between ports. Take as a random example https://ports.macports.org/port/pciids/details/ clang-15 is listed as a build dep. if you check the port file though I see no reason for this at all, in fact the port

Re: what's with the C++ extension?

2022-09-19 Thread Chris Jones
> On 19 Sep 2022, at 6:12 pm, René J.V. Bertin wrote: > > never mind, I discovered port:macports-libcxx and the trac ticket that led > to its creation (which mentions the filesystem extension...) > > The port does exactly what I think should be done, but at a port-specific > level.

Re: what's with the C++ extension?

2022-09-19 Thread Chris Jones
> On 19 Sep 2022, at 3:08 pm, René J.V. Bertin wrote: > > On Monday September 19 2022 13:56:01 Chris Jones wrote: > >> But anyway, I m sure you will think you are right, so please feel free to >> experiment on your own system, as you get to own the pieces

Re: what's with the C++ extension?

2022-09-19 Thread Chris Jones
> On 19 Sep 2022, at 11:53 am, René J.V. Bertin wrote: > > On Sunday September 18 2022 23:57:53 Chris Jones wrote: > >> Follow the above at your own risk. > > As I said, there is no need to update the system libc++ on systems that > already have it; `port:libcxx

Re: what's with the C++ extension?

2022-09-18 Thread Chris Jones
> On 18 Sep 2022, at 11:58 pm, Chris Jones wrote: > >  > > >>> On 18 Sep 2022, at 1:29 pm, René J.V. Bertin wrote: >>> >> Hi, >> >> Building C++ code that does >> >> #include >> >> I get either a file-not-foun

Re: what's with the C++ extension?

2022-09-18 Thread Chris Jones
> On 18 Sep 2022, at 1:29 pm, René J.V. Bertin wrote: > > Hi, > > Building C++ code that does > > #include > > I get either a file-not-found error or a bunch of errors that the functions > are 10.15+ only. What's with that? Seems pretty clear to me… > If the implementation is provided

Re: Issues with config.h

2022-08-04 Thread Chris Jones
Please provide a full log file for the build in Macports, and also one for exactly what commands you run and output you get when built outside ? On 04/08/2022 2:36 pm, Robert Kennedy wrote: I am working on creating a new port that uses its own *config.h*.  See attached.  The project

Re: include files for cgxCADTools

2022-08-01 Thread Chris Jones
The makefile here is very poorly written. You should never directly reference standard headers like that… > On 1 Aug 2022, at 4:52 pm, Mark Brethen wrote: > > This Makefile has the following lines: > > CadReader.o: /usr/include/stdlib.h /usr/include/bits/libc-header-start.h > CadReader.o:

Re: SPOOLES MT routines

2022-07-30 Thread Chris Jones
> On 30 Jul 2022, at 5:11 pm, Mark Brethen wrote: > > Now that I think about it, a subport would not work since the ccx makefile > expects spooles.a in its workpath. No, it would still be perfectly fine. Just make the subport a build dependency, and then pre-build just copy the static

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-28 Thread Chris Jones
> On 28 Jul 2022, at 5:21 pm, Chris Jones wrote: > >  > > >>> On 28 Jul 2022, at 5:17 pm, Mark Brethen wrote: >>> >>  >> ~ $ cd >> /opt/local/var/macports/build/_Users_marbre_ports_cad_CalculiX/CalculiX/work/CalculiX/cgx_2.18/src >

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-28 Thread Chris Jones
> On 28 Jul 2022, at 5:17 pm, Mark Brethen wrote: > >  > ~ $ cd > /opt/local/var/macports/build/_Users_marbre_ports_cad_CalculiX/CalculiX/work/CalculiX/cgx_2.18/src > src $ sudo ack DrawCommandLine > Password: > cgx.c > 5009: DrawCommandLine(keystroke, strlen(keystroke)+curshft); > 5071:

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
<mailto:mark.bret...@gmail.com> On Jul 27, 2022, at 7:23 AM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: Latest clang compilers probably default to a 'recent' c standard, unless otherwise told. If the code in question only builds using the less restrictive

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
On 27/07/2022 1:49 pm, Mark Brethen wrote: As you can see in the makefile (post-patch), it only makes use of CFLAGS and LDFLAGS. Then you should at least set these as well pre-build CFLAGS="${configure.cflags} [get_canonical_archflags cc]" LDFLAGS="${configure.ldflags}

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
Mark Brethen mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 27, 2022, at 3:49 AM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: Please post a complete, clean, build log for the port in question. In general GCC should not be used to build c++ (*) as doing so

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
ld address, by properly declaring the method before using it. A common reason for these errors is not including the require header with said declaration everywhere it is required. On 27/07/2022 1:23 pm, Chris Jones wrote: Latest clang compilers probably default to a 'recent' c standard, unless othe

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
en mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 27, 2022, at 3:49 AM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: Please post a complete, clean, build log for the port in question. In general GCC should not be used to build c++ (*) as doing so lead

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Chris Jones
Please post a complete, clean, build log for the port in question. In general GCC should not be used to build c++ (*) as doing so leads to these c++ runtime mis-matches. You should use clang for c++ (and c as well, although there is no runtime issues there). cheers Chris * The latest GCC

Re: CalculiX build error using clang

2022-07-26 Thread Chris Jones
-1) is needed? Nope, the opposite. That one call to the method ignores the return value. So the void signature is valid and the return statement should just omit the value. I.e. return; Chris > > Mark Brethen > mark.bret...@gmail.com > > > >>> On Jul 26, 2022,

Re: CalculiX build error using clang

2022-07-26 Thread Chris Jones
> On 26 Jul 2022, at 6:27 pm, Mark Brethen wrote: > > would a ‘return;’ instead of ‘return(-1);’ suffice>? Depends on what the intentions of the developers are here… If callees of the function expect a return value, then the method should instead be updated to declare a return type, and

Re: compilers PortGroup

2022-07-17 Thread Chris Jones
> looked at the compilers group and with it set, and gfortran variant is > selected, chooses ${compilers.gcc_default}. Which in my case was gcc12—which > is already installed. > > Mark Brethen > mark.bret...@gmail.com > > > >>> On Jul 17, 2022, at 6:15 AM,

Re: compilers PortGroup

2022-07-17 Thread Chris Jones
> On 17 Jul 2022, at 1:59 am, Mark Brethen wrote: > > I’ve tested the build with gfortran-mp-12 which fails: > > :info:build /opt/local/bin/gfortran-mp-12 -Wall -O2 -c gencontelem_n2f.f > :info:build gencontelem_n2f.f:595:39: > :info:build 184 |call >

Re: fetch timeout

2022-07-15 Thread Chris Jones
pher spec (1): >>>> } [1 bytes data] >>>> * TLSv1.2 (OUT), TLS handshake, Finished (20): >>>> } [16 bytes data] >>>> * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): >>>> { [1 bytes data] >>>> * TLSv1.2 (IN), TLS ha

Re: fetch timeout

2022-07-15 Thread Chris Jones
On 15/07/2022 4:16 pm, Mark Brethen wrote: cert.perm has the same date very surprised ... and. does the curl fetch also fail ? Mark Brethen mark.bret...@gmail.com On Jul 15, 2022, at 10:11 AM, Chris Jones wrote: On 15/07/2022 4:08 pm, Mark Brethen wrote: I checked big sur

Re: fetch timeout

2022-07-15 Thread Chris Jones
://trac.macports.org/ticket/51516 Mark Brethen mark.bret...@gmail.com On Jul 15, 2022, at 9:55 AM, Chris Jones wrote: On 15/07/2022 3:49 pm, Mark Brethen wrote: -rw-r--r--1 root wheel 346545 Jan 1 2020 cert.pem The above could be your problem, as that is very old, 2.5 years or so now

Re: fetch timeout

2022-07-15 Thread Chris Jones
is notorious for not updating to the latest versions of software with each new OS. Mark Brethen mark.bret...@gmail.com On Jul 15, 2022, at 9:55 AM, Chris Jones wrote: On 15/07/2022 3:49 pm, Mark Brethen wrote: -rw-r--r--1 root wheel 346545 Jan 1 2020 cert.pem The above could

Re: fetch timeout

2022-07-15 Thread Chris Jones
imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets Mark Brethen mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 15, 2022, at 9:44 AM,

Re: fetch timeout

2022-07-15 Thread Chris Jones
Boot Volume:Macintosh HD   Boot Mode:Normal   Computer Name:brethen-air   User Name:Mark Brethen (marbre)   Secure Virtual Memory:Enabled   System Integrity Protection:Enabled   Time since boot:10 days 18:45 Mark Brethen mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 1

Re: fetch timeout

2022-07-15 Thread Chris Jones
very surprised you are seeing SSL issues can anyone else on this OS confirm if they see the same issue... Mark Brethen mark.bret...@gmail.com On Jul 15, 2022, at 9:14 AM, Chris Jones wrote: On 15/07/2022 3:08 pm, Mark Brethen wrote: ~ $ /usr/bin/curl -L -v -o tetgen1.5.1.tar.gz

Re: fetch timeout

2022-07-15 Thread Chris Jones
On 15/07/2022 3:08 pm, Mark Brethen wrote: ~ $ /usr/bin/curl -L -v -o tetgen1.5.1.tar.gz https://wias-berlin.de/software/tetgen/1.5/src/tetgen1.5.1.tar.gz   % Total    % Received % Xferd  Average Speed   Time    Time    

Re: fetch timeout

2022-07-15 Thread Chris Jones
a try ? I only have access to macOS12 and its fine there for me. Chris Mark Brethen mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 15, 2022, at 8:49 AM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: :debug:fetch Fetching distfile faile

Re: fetch timeout

2022-07-15 Thread Chris Jones
On 15/07/2022 2:49 pm, Chris Jones wrote: :debug:fetch Fetching distfile failed: error:14008410:SSL routines:CONNECT_CR_KEY_EXCH:sslv3 alert handshake failure that is your problem. Can you reproduce the above by using the system curl (which is effectively) what macports uses /usr/bin

Re: fetch timeout

2022-07-15 Thread Chris Jones
://www.tetgen.org/1.5/src/tetgen1.5.1.tar.gz On 15/07/2022 2:44 pm, Chris Jones wrote: That is not what I asked... You shouldn't have to override the fetch phase. I think you are probably looking in the wrong place for your issue, but without seeing the portfile and the exact error you get no one

Re: fetch timeout

2022-07-15 Thread Chris Jones
apologies, just saw the attachments.. On 15/07/2022 2:44 pm, Chris Jones wrote: That is not what I asked... You shouldn't have to override the fetch phase. I think you are probably looking in the wrong place for your issue, but without seeing the portfile and the exact error you get

Re: fetch timeout

2022-07-15 Thread Chris Jones
Brethen wrote: Overriding fetch in the portfile does work. Mark Brethen mark.bret...@gmail.com On Jul 15, 2022, at 8:26 AM, Chris Jones wrote: OK, so next please post the portfile you are testing, and exactly what you get from the fetch phase when you run sudo port -d fetch xyz On 15/07

Re: fetch timeout

2022-07-15 Thread Chris Jones
, at 8:10 AM, Mark Brethen <mailto:mark.bret...@gmail.com>> wrote: ~ $ which curl /opt/local/bin/curl Mark Brethen mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> On Jul 15, 2022, at 8:09 AM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: what curl a

Re: fetch timeout

2022-07-15 Thread Chris Jones
what curl are you using ? System of macports version ? What OS are you on ? On 15/07/2022 2:01 pm, Mark Brethen wrote: Have to follow a redirected file. This worked in terminal: ~ $ curl -L -o tetgen1.5.1.tar.gz http://www.tetgen.org/1.5/src/tetgen1.5.1.tar.gz

Re: How about a MacPorts "system" (generic) python port?

2022-07-15 Thread Chris Jones
Some users have objected to being made to install multiple versions of python, especially python27 which is EOL, so when possible we usually choose to use a recommended version of python3x (as specified in the python portgroup) rather than python27. I'd be among those users (save for the

Re: bazel 4.2 and 3.7 no longer building with native clang

2022-07-14 Thread Chris Jones
ous versions can be obtained from binary downloads from github. Personally, I have also adopted the stance of avoiding bazel entirely unless absolutely necessary. On Jul 14, 2022, at 05:54, Chris Jones wrote: Hi On 13/07/2022 10:50 pm, Ryan Schmidt wrote: On Jul 13, 2022, at 11:46, Steven Sm

Re: bazel 4.2 and 3.7 no longer building with native clang

2022-07-14 Thread Chris Jones
Hi On 13/07/2022 10:50 pm, Ryan Schmidt wrote: On Jul 13, 2022, at 11:46, Steven Smith wrote: How does one reconfigure the bazel Portfile to use a previous version of clang that has a chance of working to build previous versions of bazel, which are in turn necessary to build the tensor flow

Re: build.macports.org - certificate expired

2022-07-12 Thread Chris Jones
Can you post a link to the ticket if you do find/create one ? > On 12 Jul 2022, at 4:18 pm, Christopher Nielsen > wrote: > > FYI, It looks like the SSL cert for build.macports.org expired today, > preventing access to the site. > > I’ll add a Trac ticket, if one doesn’t exist already.

Re: +universal for x864+arm64 on Macintel

2022-06-13 Thread Chris Jones
> On 13 Jun 2022, at 1:06 pm, René J.V. Bertin wrote: > > Ryan Schmidt wrote on 20220613::04:34:46 re: "Re: +universal for x864+arm64 > on Macintel" > >> As far as I know, the SDK would also need to support arm64, which SDKs prior >> to macOS 11 don't. Therefore MacPorts doesn't support

Re: +universal for x864+arm64 on Macintel

2022-06-13 Thread Chris Jones
> On 13 Jun 2022, at 1:06 pm, René J.V. Bertin wrote: > > Ryan Schmidt wrote on 20220613::04:34:46 re: "Re: +universal for x864+arm64 > on Macintel" > >> As far as I know, the SDK would also need to support arm64, which SDKs prior >> to macOS 11 don't. Therefore MacPorts doesn't support

Re: +universal for x864+arm64 on Macintel

2022-06-13 Thread Chris Jones
I assume you have tried removing these two line from your portfile ? On 13/06/2022 8:48 am, Ryan Schmidt wrote: On Jun 10, 2022, at 11:23, René J.V. Bertin wrote: When I

Re: Fastly Mirrors Throttled to 1 MB/sec?

2022-06-08 Thread Chris Jones
On 07/06/2022 3:09 pm, Joshua Root wrote: On 2022-6-7 21:43 , Christopher Nielsen wrote: On 2022-06-06-M, at 13:53, Joshua Root wrote: Try fetching the same file twice in a row. In my experience, the first fetch from a cold cache is quite slow, but once the local node has the file, it

Re: Reason for rpath usage on arm64

2022-05-24 Thread Chris Jones
> On 24 May 2022, at 4:22 pm, Ken Cunningham > wrote: > >  >> >> Does anyone know why things seem to be using rpath on arm64 builds > > Basically, it comes down to the fact that Apple has disallowed > DYLD_LIBRARY_PATH to work on newer systems. > > gcc for Darwin has one developer

Re: privoxy-pki-bundle not Behaving as Desired – Request for Assistance

2022-05-23 Thread Chris Jones
> On 23 May 2022, at 9:59 pm, Steven Smith wrote: > >  >> >> What has changed between the time that the buildbot built the package and >> the time that the user installs it? > > The certs in curl-ca-bundle are updated regularly to clear out expired certs. > > Per the previous discussion,

Re: Location to store binaries

2022-04-16 Thread Chris Jones
Maybe i am missing some detail here, but why cannot this bootstrap compiler just be a port like everything else, and thus the binary hosting is just the same as any other binary tarball macports distributes ? > On 15 Apr 2022, at 11:16 pm, Herby G wrote: > >  > Since this would be adding a

Re: latest git version no longer detected by base

2022-04-16 Thread Chris Jones
> On 14 Apr 2022, at 11:16 pm, Joshua Root wrote: > > On 2022-4-14 23:56 , Christopher Jones wrote: >> Hi All, >> Does anyone have any ideas on >> https://github.com/macports/macports-ports/commit/053dbb666a57972ceefba10b1edd12f16d886fd4#commitcomment-71271508 >> >>

Re: macOS 12 x86_64 buildbot weirdness

2022-04-08 Thread Chris Jones
The errors below to me more suggest issues with free disk space than memory or cpu. But yes it seems the build should be checked. Chris > On 8 Apr 2022, at 4:06 pm, Herby G wrote: > >  > Hello, > > Something weird might be going on with the macOS 12 x86_64 buildbot > > Two builds of

Re: python2.7 pip install fails with SSLError

2022-03-17 Thread Chris Jones
Does the port *have* to use python 2.7 ? Is it not compatible with python 3.x ? On 15/03/2022 12:09 am, Steven Smith wrote: I’m trying to update calendar-contacts-server to macOS 12.3. This requires installing a bunch of stuff with python2.7’s pip. I’m hitting an SSLError at the command:

Re: LLVM port mp-llvm-* select groups mislinks certain programs

2022-03-14 Thread Chris Jones
E > On 14 Mar 2022, at 8:10 pm, Ryan Schmidt wrote: > > On Mar 14, 2022, at 14:02, Christopher Jones wrote: > >> You can easily see the issue with >> >>> sudo port -d select llvm mp-llvm-13 >> >> the linkage starts out in sync, but then starts to diverge.. >> >> >> DEBUG: ln -sf

Re: M1 MacPorts failures, "configure: error: C compiler cannot create executables"

2022-03-11 Thread Chris Jones
I recently ran into something similar, albeit on an intel machine running the latest macOS12 release, not an M1 machine. In the end I 'brute force' fixed it by completely removing Xcode and the CLT, then reinstalling both. Chris On 11/03/2022 3:15 pm, Steven Smith wrote: I’m recently

Re: "port upgrade" error message usability

2022-01-31 Thread Chris Jones
Hi, On 30/01/2022 8:24 am, Andrew Janke wrote: Hi, MacPorts developers, Long-time Homebrew user and recent MacPorts convert here. Minor usability issue with the `port` program, I think: I suspect that a common operation for regular MacPorts users to do is "upgrade all my stuff to the latest

Re: Detecting Apple Silicon (vs. legacy Intel)

2021-12-31 Thread Chris Jones
I > On 31 Dec 2021, at 5:13 pm, Vincent Habchi wrote: > > Folks, > > finally put my hands on my brand new MacBook Pro 14”! (Well, not really mine, > rather my company’s, but let’s pretend…) > > I was wondering if there is a simple scheme to detect on which type of > architecture MacPorts

Re: gcc11-devel and our buildbots

2021-12-30 Thread Chris Jones
Hi Before arm came along the gccdevel ports indeed did not update that regularly. Normally in the run up to a new major release they might see more activity, as we take a look as to if the upcoming release has any issues, but outside that they perhaps would go a month or two between updates.

Re: [10.6.8] MySQL 5.7.36_1 compile hell

2021-12-20 Thread Chris Jones
> On 20 Dec 2021, at 2:42 pm, Renee Otten wrote: > > Please don’t use the mailing list for this stuff - Trac is the appropriate > medium for this IMHO… Agreed. Please open a trac ticket and post any logs you wish to share there. > > > >> On Dec 20, 2021, at 9:17 AM, Bjarne D Mathiesen

Re: deleting -DNDEBUG added by cmake PG

2021-12-18 Thread Chris Jones
Hi > On 17 Dec 2021, at 12:14 am, Kurt Hindenburg wrote: > > Hello, > The cmake PG adds -DNDEBUG to various flags. For the next release of ipbt > I need to remove it. Just curious but why ? Its usual to specify these flags in production releases builds, which by default is what macports

Re: Question about `platforms` and `${os.platform}`

2021-12-12 Thread Chris Jones
> On 12 Dec 2021, at 6:51 pm, Jason Liu wrote: > >  >> On Sun, Dec 12, 2021 at 3:03 AM Joshua Root wrote: >>> On 2021-12-12 11:54 , Jason Liu wrote: >>> On Sat, Dec 11, 2021 at 6:41 PM Chris Jones >> <mailto:jon...@hep.phy.cam.ac.uk>> wro

Re: Question about `platforms` and `${os.platform}`

2021-12-11 Thread Chris Jones
> On 11 Dec 2021, at 10:42 pm, Jason Liu wrote: > >  >> On Sat, Dec 11, 2021 at 5:20 PM Ryan Schmidt wrote: >> >> >>> On Dec 10, 2021, at 15:07, Jason Liu wrote: >>> >>> A conversation in one of my PRs has brought up an interesting question that >>> I've been wondering about for a long

Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
ild 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 prev

Re: Remove pending builds from buildbot?

2021-12-06 Thread Chris Jones
e 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

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

Re: 10.15 Xcode version: Buildbot, vs. GitHub CI

2021-12-01 Thread Chris Jones
on of the macOS 10.12 SDK being installed on macOS 10.11, then it won't add my AppKit compatibility wrapper file. I suspect a similar technique might need to be put in place to account for Xcode 11 vs 12 being installed on macOS 10.15. -- Jason  Liu On Wed, Dec 1, 2021 at 10:32 AM Ch

Re: 10.15 Xcode version: Buildbot, vs. GitHub CI

2021-12-01 Thread Chris Jones
Hi, On 01/12/2021 3:18 pm, Christopher Nielsen wrote: Just encountered an interesting situation, where a Swift-based port builds successfully via 10.15 CI, but fails on our buildbot. This appears to be related to Xcode versions: Presently our 10.15 buildbot has Xcode 11.7, whereas 10.15 CI

rmd160 deprecated with openssl 3

2021-11-09 Thread Chris Jones
Hi, One thing that became apparent with the recent migration to openssl 3 is that rmd160 has been declared obsolete. Openssl3 has done this, and moved this algorithm to its ‘legacy’ set of providers, such that by default it is not available. I ‘fixed’ this in the openssl3 port with

Re: ports.macports.org not showing macOS12 builds

2021-10-31 Thread Chris Jones
> On 31 Oct 2021, at 2:33 pm, Arjun Salyan wrote: > >  > >> On 31-Oct-2021, at 6:15 PM, Chris Jones wrote: >> >> Hi, >> >> I’ve noticed the macOS12 buildbot builds are starting to run, but the ports >> site >> >> https://port

ports.macports.org not showing macOS12 builds

2021-10-31 Thread Chris Jones
Hi, I’ve noticed the macOS12 buildbot builds are starting to run, but the ports site https://ports.macports.org/all_builds/ Doesn’t seem to be picking up these builds. Does it need updating to do this ? Cheers Chris

Re: libgcc11 on macOS monterey

2021-10-28 Thread Chris Jones
> On 28 Oct 2021, at 6:27 pm, Enrico Maria Crisostomo > wrote: > >  > Hi Brian, > > My system just finished building it and I had no issues: > > libgcc11 @11.2.0_1 > > Have you updated your port installation and your ports tree? There have been > quite a lot of

Re: Recent OpenSSL changes and CA certs

2021-10-13 Thread Chris Jones
Ah yes, I know what’s wrong. Cannot right now but will address when I can. > On 13 Oct 2021, at 4:25 pm, Blair Zajac wrote: > > Upgrading from before the latest changes now gets on the openssl port: > > Error: Failed to activate openssl: Image error: > /opt/local/etc/openssl/cert.pem is

Re: macOS 12 Beta

2021-10-10 Thread Chris Jones
> On 10 Oct 2021, at 3:49 pm, Mark Anderson wrote: > >  > I'm currently finding time to work on the problems I'm having with macOS 12 > Monterey. I want to start a wiki page, but I was wondering if I could make it > invite only based on people with the Beta to avoid running afoul of apple.

Re: upgrade to openssl 3.0.0

2021-10-04 Thread Chris Jones
selected course I will watch from the sidelines as others proceed down that path. K On Oct 2, 2021, at 12:02 PM, Chris Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: Hi, Personally I would strongly recommend following a migration path that does not require an enmass chang

Re: upgrade to openssl 3.0.0

2021-10-02 Thread Chris Jones
Hi, Personally I would strongly recommend following a migration path that does not require an enmass change but allows ports to migrate at their own pace. I would personally very much recommend an approach similar to that we used for boost recently 1. Introduced a set of new isolated

Re: Issues handling Python 3.10 in portfiles

2021-09-10 Thread Chris Jones
Hi > On 10 Sep 2021, at 7:04 pm, Christopher Chavez wrote: > > Python 3.10.0 is expected to be released 2021-10-04, which will become the > python310 port. > > Just want to remind others to be on the lookout for portfiles (usually for > ports not having `python` as the primary category)

  1   2   3   4   >