Non-universal build of compiler ignored in universal build attempts of MPlayer

2018-10-22 Thread Christian Calderon
Hello all! First time asking a question on the mailing list. I have a Power Mac G5 Quad running OS X 10.5.8. My macports.conf contains "buildarch pcc" and "universal_archs ppc ppc64". My variants.conf contains the line "+universal". I'm trying to build a universal MPlayer mostly to compare a ppc

p5.26-locale-gettext configure fail

2018-10-29 Thread Christian Calderon
I was compiling git as ppc64 on my G5 running Leopard 10.5.8, and it failed when trying to configure the port in the subject. A quick search shows that my exact failure mode seems to have been very common: while configuring p5.26-locale-gettext, it complains that gettext isn't installed and

Three questions about speeding up macports builds.

2019-04-18 Thread Christian Calderon
I'm setting up my Power Mac FW800 as a little home server, and I decided to install some things. Of course, there are no prebuilt binaries for Leopard PPC so I end up compiling everything. A couple of days ago I started compiling some things, and in the meantime I read a bit on speeding up

libpsl doesn't build on older versions of Mac OS X because it depends on python38

2020-04-15 Thread Christian Calderon
libpsl is one of curl's dependencies, meaning curl can't be built (and thus any port depending on curl) on any version of OS X before Snow Leopard. I've looked a bit into libpsl and it seems that it doesn't actually require python38 to build. Is this correct? If it is, how can we get libpsl to

gmpy2 port for python 3.8?

2020-06-30 Thread Christian Calderon
I noticed that gmpy2 is available as a port, but not for Python 3.8. Does anyone know how to fix that?

Re: Apple Silicon and universal builds

2021-01-14 Thread Christian Calderon
Add -universal to variants.conf Sent from my iPhone > On Jan 14, 2021, at 6:09 AM, Joshua Root wrote: > > Mark Bestley wrote: >> I have just got an Apple Silicon Mac Mini and am trying to install some ports >> I am trying to use just arm code. However some ports put a +universal >> variant

Building Clang 8/9 in El Capitan

2021-02-12 Thread Christian Calderon
message, it just fails at 89% through. I know that Xcode 8 has a newer version of clang but I don’t want to install it because it lacks the 10.11 SDK which some ports require. Has anyone run into this problem before? ~ Christian Calderon

Re: Building Clang 8/9 in El Capitan

2021-02-12 Thread Christian Calderon
can think of to fix this mess is to save a copy of the 10.11 SDK and then put it back after upgrading Xcode. Is that correct? ~ Christian Calderon On Fri, Feb 12, 2021 at 7:20 AM Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > Both clang-8.0 and clang-9.0 having been building

Quartz variant missing for tk?

2023-11-06 Thread Christian Calderon
Hello, I recently pulled my old G5 out again with a fresh install of Leopard. I remember being able to install the tk port with the +quartz variant. This made using Tkinter in Python a lot nicer. I see on the website that quartz is listed as a variant, but when I run "port info tk" on my

Re: Quartz variant missing for tk?

2023-11-06 Thread Christian Calderon
Thanks for the info Christopher. I guess if I want Tkinter with quartz I will have to compile an older version of Tk myself. Sent from my iPhone > On Nov 6, 2023, at 11:49 AM, Christopher A. Chavez via macports-users > wrote: > >  On 11/6/23 at 1:25 PM, Christian Ca

Can't install curl, cmake, or brotli as they all depend on each other

2022-04-30 Thread Christian Calderon
I'm trying to install curl on my PowerMac G5 running Mac OS X Tiger, but I can't because of this circular dependency. Any advice? ~ Christian Calderon

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Christian Calderon
I’m on 12.3 on all my macs, and I haven’t noticed anything broken in MacPorts because of the removal of python. If I ram into something that needed /usr/bin/python I’d just make a symbolic link to MacPorts python 2. Sent from my iPhone > On Apr 17, 2022, at 6:50 AM, Gerben Wierda via

Re: macOS 12.3 and /usr/bin/python. Status?

2022-04-17 Thread Christian Calderon
Sent from my iPhone > On Apr 17, 2022, at 7:16 AM, Ryan Schmidt wrote: > > On Apr 17, 2022, at 09:13, Christian Calderon wrote: > >> I’m on 12.3 on all my macs, and I haven’t noticed anything broken in >> MacPorts because of the removal of python. If I ram into some

Re: Gnome

2022-09-05 Thread Christian Calderon
Clean and run it again like this: “sudo port clean gnome-dictionary && sudo port -vN install gnome-dictionary” . -v turns on verbose output which should show you why the configure failed, -N tells it not to ask for the user to specify yes and you can omit that if you want. Once you see why the

Killed: 9 when scanning for linking errors

2022-12-12 Thread Christian Calderon
I've got a fresh install of Ventura, Xcode+CLT 14.1 and MacPorts. This is on an Intel 16" MBP. Every time MacPorts is finishing up by scanning binaries for linking errors, it gets killed. It looks like this can be caused by a mismatched binary and signature. Is this happening with anyone