Re: Building 12.3 from source on Mac

From: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
To: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Building 12.3 from source on Mac
Date: 2020-07-23 15:16:38
Message-ID: CALT9ZEH4=tYZ0RXO5kNQ3-VyO-X+maw_EXtmHt06VbhmtYJkmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'd like to add that MacPorts installs everything to /opt/ and /opt/local
unless someone configures other path.
You can also easily check is something from homebrew installation by
running 'brew config' and looking at HOMEBREW_PREFIX entry.

Regards,
Pavel

чт, 23 июл. 2020 г. в 19:05, Paul Förster <paul(dot)foerster(at)gmail(dot)com>:

> Hi Tom,
>
> > On 23. Jul, 2020, at 16:50, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > You should see what "file" reports these as, but there's a good
> > bet that these are 32-bit code and won't even run on Catalina.
>
> yes, they seem pretty old:
>
> paul(at)meerkat:/usr/local/lib$ file libintl.*
> libintl.3.4.3.dylib: Mach-O universal binary with 2 architectures:
> [i386:Mach-O dynamically linked shared library i386] [ppc:Mach-O
> dynamically linked shared library ppc]
> libintl.3.4.3.dylib (for architecture i386): Mach-O dynamically linked
> shared library i386
> libintl.3.4.3.dylib (for architecture ppc): Mach-O dynamically linked
> shared library ppc
> libintl.a: Mach-O universal binary with 2 architectures:
> [i386:current ar archive random library] [ppc:current ar archive random
> library]
> libintl.a (for architecture i386): current ar archive random library
> libintl.a (for architecture ppc): current ar archive random library
> libintl.la: libtool library file, ASCII text
>
> > You apparently installed *something*, or several somethings, back
> > in ought-six or so. Do you really remember what you were doing
> > back then?
>
> I used to have an old iMac. And when I got this laptop, I did a time
> machine backup then and restored it to this laptop to not have to install
> all my software from scratch. Maybe it's old stuff from Java installations.
> I also have XQuartz running since ages now which has been updated from
> version to version, currently 2.7.11. I don't know which it could be that
> could be that old.
>
> Seems like a lot of old stuff:
>
> paul(at)meerkat:/usr/local/lib$ file * | egrep "(i386|ppc)" | awk '{ print
> $1 }' | tr -d ':' | sort -u
> libMagick++.10.0.7.dylib
> libMagick++.a
> libMagick.10.0.7.dylib
> libMagick.a
> libWand.10.0.7.dylib
> libWand.a
> libasprintf.0.0.0.dylib
> libasprintf.a
> libfreetype.6.3.12.dylib
> libfreetype.a
> libgdraw.1.0.14.dylib
> libgettextlib-0.14.5.dylib
> libgettextpo.0.1.0.dylib
> libgettextpo.a
> libgettextsrc-0.14.5.dylib
> libgunicode.2.0.3.dylib
> libintl.3.4.3.dylib
> libintl.a
> libuninameslist-fr.0.0.1.dylib
> libuninameslist.0.0.1.dylib
> libwmf.a
> libwmflite.a
>
> > Anyway, now that we realize these are ancient history, you likely
> > need to install a more modern version anyway.
>
> will try, thanks. :-)
>
> Cheers,
> Paul
>
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Soumyadeep Chakraborty 2020-07-23 16:10:41 Re: [Patch] ALTER SYSTEM READ ONLY
Previous Message Paul Förster 2020-07-23 15:04:56 Re: Building 12.3 from source on Mac