Re: Xcode 15 Linker Problem

2023-10-13 Thread Carlo Tambuatco
Once I upgraded Macports after moving to Sonoma, macports downloaded and successfully compiled gcc-13 for me and the linker does appear to be working as it did before. I don't know who explicitly addressed this problem or how but whoever did seems to have fixed the linker problem for Sonoma. For

Re: Xcode 15 issues - my temporary workaround

2023-09-27 Thread Carlo Tambuatco
So, if I upgrade to macOS Sonoma, and I have to follow the migration process for upgrading macOS and macports, would the process detailed by the OP work but instead of renaming /opt/local and /Applications/Macports I should install ld64, then edit /opt/local/bin/ld to add -ld_classic option before

Re: g++ errors after upgrading XCode Command Line tools to version 15.0.0.0.1.1694021235

2023-09-22 Thread Carlo Tambuatco
wrote: > > > On 22 Sep 2023, at 1:27 pm, Christopher Jones > wrote: > > > > On 22 Sep 2023, at 1:09 pm, Carlo Tambuatco wrote: > > macOS 13.5.2 > package-id: com.apple.pkg.CLTools_Executables > version: 15.0.0.0.1.1694021235 > > My g++-mp-12 (from g

g++ errors after upgrading XCode Command Line tools to version 15.0.0.0.1.1694021235

2023-09-22 Thread Carlo Tambuatco
macOS 13.5.2 package-id: com.apple.pkg.CLTools_Executables version: 15.0.0.0.1.1694021235 My g++-mp-12 (from gcc version 12) install on macports started giving me these errors compiling C++ programs after upgrading my XCode command line tools a few days ago. Is this something macports will

g++ errors after upgrading XCode Command Line tools to version 15.0.0.0.1.1694021235

2023-09-22 Thread Carlo Tambuatco
macOS 13.5.2 package-id: com.apple.pkg.CLTools_Executables version: 15.0.0.0.1.1694021235 My g++-mp-12 (from gcc version 12) install on macports started giving me these errors compiling C++ programs after upgrading my XCode command line tools a few days ago. Is this something macports will

Question about fish shell initialization settings...

2021-02-22 Thread Carlo Tambuatco
I installed the fish shell from mp a few days ago, and I’ve been loving it so far, but I’ve been wondering about where certain environment variables get set on startup… On starting the shell, (within zsh at the moment, because fish isn’t yet my default shell, since I am only just now

Re: stdlib.h compilation error for macports gcc9.

2021-02-07 Thread Carlo Tambuatco
orked fine before. >> On 7 Feb 2021, at 11:12 pm, Carlo Tambuatco > <mailto:oraclmas...@gmail.com>> wrote: >> >> >> >>> On Feb 7, 2021, at 5:39 PM, Christopher Jones >> <mailto:jon...@hep.phy.cam.ac.uk>> wrote: >>> >>&

Re: stdlib.h compilation error for macports gcc9.

2021-02-07 Thread Carlo Tambuatco
e or directory 75 | #include_next | ^~~~~~ compilation terminated. make: *** [../../Makefile-Template:10: E2.5.2.o] Error 1 > >> On 7 Feb 2021, at 10:24 pm, Carlo Tambuatco > <mailto:oraclmas...@gmail.com>> wrote: >> >&g

Re: stdlib.h compilation error for macports gcc9.

2021-02-07 Thread Carlo Tambuatco
tion through xcrun, or by setting the > SDKROOT variables to the required path. > > Cheers Chris > > > On 7 Feb 2021, at 9:25 pm, Carlo Tambuatco > wrote: > > > > I don’t know if this is a result of updating to the latest macports > gcc9, or the update of XCode

stdlib.h compilation error for macports gcc9.

2021-02-07 Thread Carlo Tambuatco
I don’t know if this is a result of updating to the latest macports gcc9, or the update of XCode, but all of a sudden when I try to build my C++ program which includes I get this strange chain reaction of errors. In file included from /opt/local/include/gcc9/c++/ext/string_conversions.h:41,

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
ote: > > The httpd-manual.conf you copied to your email differs from > httpd-manual.conf.orig. > > You might want to check that. > >> On Feb 2, 2021, at 10:35 AM, Carlo Tambuatco wrote: >> >> >> >>> On Feb 2, 2021, at 11:22 AM, Marius Sch

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
4 1 1 LanguagePriority en fr ko ja tr es de zh-cn pt-br da ru ForceLanguagePriority Prefer Fallback > >> On Feb 2, 2021, at 10:16 AM, Carlo Tambuatco wrote: >> >> >> >>> On Feb 2, 2021, at 11:10 AM, Marius Schamschula >>>

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
ttpd.conf LoadModule negotiation_module libexec/apache2/mod_negotiation.so is uncommented. >> On Feb 2, 2021, at 9:50 AM, Carlo Tambuatco wrote: >> >> >> >>> On Feb 2, 2021, at 10:37 AM, Marius Schamschula >>> wrote: >>> >>> Let’s step back one

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 10:37 AM, Marius Schamschula wrote: > > Let’s step back one step. > > You are running which version of macOS? 10.15.7 updated last night. >> On Feb 2, 2021, at 9:25 AM, Carlo Tambuatco wrote: >> >> >> >>> On Feb

Re: macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
> On Feb 2, 2021, at 9:32 AM, Henning Hraban Ramm wrote: > > >> Am 02.02.2021 um 13:20 schrieb Carlo Tambuatco : >> >> This might seem like a small issue, but it bothers me because I just can’t >> find >> what changed... >> >> It seems

macOS security update has changed some permissions for apache2 server...?

2021-02-02 Thread Carlo Tambuatco
This might seem like a small issue, but it bothers me because I just can’t find what changed... It seems the latest security update to macOS has rendered me unable to view the apache manual pages installed on my local webserver. It worked fine before the update, but now when I open up a

Re: Strange python-38 error when running pip search

2020-12-17 Thread Carlo Tambuatco
020, at 2:42, Ryan Schmidt wrote: > >> On Dec 14, 2020, at 16:26, Carlo Tambuatco wrote: > [...] >>> xmlrpc.client.Fault: >> temporarily disabled due to unmanageable load and will be deprecated in the >>> near future. Please use the Simple or JSON API instead.’&g

Strange python-38 error when running pip search

2020-12-14 Thread Carlo Tambuatco
I have python38 installed via macports. It is the default python via python_select. I don’t think I should file a ticket in this case because this error isn’t local to the python(s) installed via macports. It even occurs when running a pip search from pythons installed manually. The error

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-04 Thread Carlo Tambuatco
LOL. > On Jun 4, 2020, at 2:11 AM, Ken Cunningham > wrote: > >> I think I found an answer to my own question on Stack Overflow. > > The sad thing is that you had to go to / we had to send you to Stack Overflow > to figure out how to use macports to build things...and I'm sure you're not >

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-03 Thread Carlo Tambuatco
s anything? > On Jun 3, 2020, at 4:10 PM, Ryan Schmidt wrote: > > > > On Jun 3, 2020, at 05:38, Carlo Tambuatco wrote: > >> I’m attempting to build emacs-27 from source and I would like to have AppKit >> support for running natively on macOS and Gtk3 support. >&g

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-03 Thread Carlo Tambuatco
gt; >> On 3 Jun 2020, at 9:10 pm, Ryan Schmidt wrote: >> >>  >> >>> On Jun 3, 2020, at 05:38, Carlo Tambuatco wrote: >>> >>> I’m attempting to build emacs-27 from source and I would like to have >>> AppKit support for running natively o

The state of Catalina...

2019-10-10 Thread Carlo Tambuatco
After some difficulties caused by upgrading to XCode 11, I'm sure a lot of people are weary of upgrading to Catalina just yet, so could someone give a timeframe for when it should be >95% safe for most macports users to upgrade to Catalina trouble free?

Re: py36-pyqt5 Failed to determine details of Qt installation.

2019-10-02 Thread Carlo Tambuatco
> On Sep 27, 2019, at 11:15 PM, Ryan Schmidt wrote: > > > > On Sep 27, 2019, at 06:04, Carlo Tambuatco wrote: > >> I filed a ticket on this issue already and included a logfile for it, but I >> thought there's no harm in asking the mailing list for a quick

Re: py36-pyqt5 Failed to determine details of Qt installation.

2019-09-27 Thread Carlo Tambuatco
Yeah possibly...but I just ran xcrun --show-sdk-version and got something weird: 2019-09-27 07:31:54.372 xcodebuild[33648:5774543] [MT] DVTSDK: Warning: SDK path collision for path '': SDK with name 'macosx10.15' being superseded by SDK with 'macosx10.15'. 10.15 Is this a problem? On Fri,

Re: py36-pyqt5 Failed to determine details of Qt installation.

2019-09-27 Thread Carlo Tambuatco
xr-x 1 root wheel 10 Sep 21 10:12 MacOSX10.15.sdk -> MacOSX.sdk/ drwxr-xr-x 4 root wheel 128 Aug 30 02:47 DriverKit19.0.sdk/ The MacOSX10.15.sdk symlink was created by the XCode 11 upgrade. The MacOSX10.14.sdk symlink was created by me to resolve some macports issues. I'm at my wits end with this. Is

Re: py36-pyqt5 Failed to determine details of Qt installation.

2019-09-27 Thread Carlo Tambuatco
On Fri, Sep 27, 2019 at 7:07 AM Chris Jones wrote: > what does > > xcrun --show-sdk-path > > give you ? > > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk > On 27/09/2019 12:04 pm, Carlo Tambuatco wrote: > > I filed

py36-pyqt5 Failed to determine details of Qt installation.

2019-09-27 Thread Carlo Tambuatco
I filed a ticket on this issue already and included a logfile for it, but I thought there's no harm in asking the mailing list for a quick solution... I upgraded to macports 2.6.0 today. During a routine upgrade of my ports, the py36-pyqt5 port failed to configure, possibly due to a problem with

Re: I'm already using Homebrew for a couple of things, Is it problematic to use Homebrew and MacPorts side by side?

2019-08-10 Thread Carlo Tambuatco
Been using HB and MP side by side for the past year and a half...had zero problems with it. I mainly use homebrew for stuff I either can't find on MP, or that has been problematic for installation or upgrading on MP eg:emacs, sbcl, etc...I find HB to be more flexible than MP in finding and

Strange port reclaim error message...

2019-03-19 Thread Carlo Tambuatco
On doing a recent port reclaim of my old ports, this message appeared at the end: Scanning binaries for linking errors Warning: Error parsing file /opt/local/lib/go/src/cmd/vendor/github.com/google/pprof/internal/binutils/testdata/malformed_macho: Premature end of data, possibly corrupt file

Re: Problem with "port -u uninstall"

2019-03-03 Thread Carlo Tambuatco
Not sure what you uninstalled or what kind of dependency it was (runtime, build, library, etc), but the malfunction might not show up until you actually run gimp2 or perform some function within gimp2 that depends on the thing you uninstalled… Just my 2 cents… > On Mar 3, 2019, at 5:40 PM,

Re: Problem with "port -u uninstall"

2019-03-03 Thread Carlo Tambuatco
Was there a question you had about this? > On Mar 3, 2019, at 5:40 PM, Dave Horsfall wrote: > > Forgive me if I've raised this before (my 66-yo memory is not the best), > but... > >Note: It is not recommended to uninstall/deactivate a port that has > dependents as it breaks the

Re: OT upgrade nag

2019-02-24 Thread Carlo Tambuatco
Try this: https://appletoolbox.com/2018/01/disable-macos-software-update-upgrade-notifications/ > On Feb 24, 2019, at 9:48 PM, James Linder wrote: > > Hi > > some folk here choose to not upgrade their macos. > How do you folk get rid of Apples uphrade nag? > > James

Re: Heads up: poppler won't build

2019-02-24 Thread Carlo Tambuatco
What does port rdependents poppler give you? > On Feb 24, 2019, at 6:55 PM, Dave Horsfall wrote: > > Sierra 10.12.6 + latest security updates, MacPorts 2.5.4. > > Doing my regular Monday "port upgrade outdated", and... > >---> Computing dependencies for poppler >---> Configuring

Re: gnupg problem "no pinentry"

2019-02-17 Thread Carlo Tambuatco
I’ve had this problem…noticed it when using gnupg in conjunction with org-decrypt on emacs org mode. Also had to reboot whenever this problem cropped up… I’ve been using gnupg for almost 2 years now…I assume it is a known issue. I guess it still has not been addressed. > On Feb 17, 2019,

Re: yelp fails to build on Mojave

2018-11-17 Thread Carlo Tambuatco
Done. On Sat, Nov 17, 2018 at 2:10 PM Chris Jones wrote: > > > On 17 Nov 2018, at 4:41 pm, Carlo Tambuatco wrote: > > yelp (a dependency of gnucash) fails to build on macOS Mojave. > > Log file is attached. > > Don't know if a ticket on this is filed yet... > &

yelp fails to build on Mojave

2018-11-17 Thread Carlo Tambuatco
yelp (a dependency of gnucash) fails to build on macOS Mojave. Log file is attached. Don't know if a ticket on this is filed yet... <>

What's the difference between macports docker port and docker.com's docker?

2018-11-02 Thread Carlo Tambuatco
Macports docker port, aka The Moby project...is upstream of the official Docker, so... I guess I'm asking is there anything Docker can do that macports docker can't do?

Re: Building gnucash in native Quartz for macOS Mojave...?

2018-10-28 Thread Carlo Tambuatco
> On Oct 28, 2018, at 4:47 AM, Ryan Schmidt wrote: > > > > On Oct 27, 2018, at 19:46, Carlo Tambuatco wrote: > >> I’ve got gnucash installed at the moment, but it’s the x11 build not the >> native quartz build. >> >> I’ve been thinking abou

Building gnucash in native Quartz for macOS Mojave...?

2018-10-27 Thread Carlo Tambuatco
I’ve got gnucash installed at the moment, but it’s the x11 build not the native quartz build. I’ve been thinking about following the instructions detailed here:https://wiki.gnucash.org/wiki/MacOSX/MacPortsDetailfor building the native quartz version of gnucash. The instructions say that I also

Re: GnuCash python bindings...?

2018-08-27 Thread Carlo Tambuatco
Nevermind...port contents gnucash|grep python did the trick... On Mon, Aug 27, 2018 at 5:03 AM Carlo Tambuatco wrote: > Does the gnucash port come with python bindings installed by default? I > don't see any +python variants available for it, although python36 seems to > be a library d

GnuCash python bindings...?

2018-08-27 Thread Carlo Tambuatco
Does the gnucash port come with python bindings installed by default? I don't see any +python variants available for it, although python36 seems to be a library dependency so I suppose it should just work...?

Re: Failed to upgrade gstreamer1-gst-plugins-bad

2018-08-17 Thread Carlo Tambuatco
What's a CGLError? On Sat, Aug 18, 2018 at 1:18 AM Ryan Schmidt wrote: > The error in both logfile is "error: unknown type name 'CGLError'" > > > > On Aug 17, 2018, at 22:54, Carlo Tambuatco > wrote: > > > > The errors on https://trac.macports.org/ticke

Re: Failed to upgrade gstreamer1-gst-plugins-bad

2018-08-17 Thread Carlo Tambuatco
The errors on https://trac.macports.org/ticket/56781 don't look like the errors I'm getting, so I don't see how my ticket is a duplicate of this one... On Fri, Aug 17, 2018 at 11:48 PM Ryan Schmidt wrote: > On Aug 17, 2018, at 21:46, Carlo Tambuatco wrote: > > > On Fri, Aug 17, 2018

Re: Failed to upgrade gstreamer1-gst-plugins-bad

2018-08-17 Thread Carlo Tambuatco
I tried those workarounds and they did not work for me. I don't even know what the problem is... On Fri, Aug 17, 2018 at 10:21 PM Ryan Schmidt wrote: > > > On Aug 17, 2018, at 20:31, Carlo Tambuatco wrote: > > > Doing routine port upgrading and gstreamer1-gst-plugins-bad >

Question about port reclaim and dependencies...

2018-06-18 Thread Carlo Tambuatco
Doing some routine cleaning up of old unecessary ports and I was wondering how port treats duplicate ports... I realised I've got two instances of the xrender port installed so I'll use this as an example. I've got these two ports installed xrender @0.9.10_0 xrender @0.9.10_0+universal

emacs 26.1 failure to connect to package repositories...

2018-06-01 Thread Carlo Tambuatco
After running M-x package-list-packages I get the error: Opening TLS connection to ‘orgmode.org’... Opening TLS connection with ‘gnutls-cli --x509cafile /etc/ssl/cert.pem -p 443 orgmode.org’...done Opening TLS connection to ‘orgmode.org’...done Opening TLS connection to ‘marmalade-repo.org’...

Re: MacPorts 2.4.3 has been released

2018-04-12 Thread Carlo Tambuatco
How goes the update? Any progress? > On Apr 12, 2018, at 4:50 AM, Clemens Lang wrote: > > Hi, > > - On 12 Apr, 2018, at 05:24, Ryan Schmidt ryandes...@macports.org wrote: > >> 2018-04-12T03:16:17+ + read -r RELEASE_URL >> 2018-04-12T03:16:17+ + '[' -z >>

Re: Perl5 wrapper port...usage...?

2017-10-15 Thread Carlo Tambuatco
> On Oct 15, 2017, at 11:20 AM, Michael Parson <mpar...@bl.org> wrote: > > > On 2017-10-15 00:22, Carlo Tambuatco wrote: >> So as I understand, the perl_select port is obsolete, right? >> I’ve got perl5 wrapper port as well as the perl5.24 variant installed. >&

Perl5 wrapper port...usage...?

2017-10-14 Thread Carlo Tambuatco
So as I understand, the perl_select port is obsolete, right? I’ve got perl5 wrapper port as well as the perl5.24 variant installed. I’ve also got various other perl versions installed so my perl installation list looks like: perl5 @5.24.2_0+perl5_24 (active) perl5.16 @5.16.3_4 (active)

Re: Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-02 Thread Carlo Tambuatco
> On Oct 1, 2017, at 9:55 PM, Ryan Schmidt <ryandes...@macports.org> wrote: > > > On Oct 1, 2017, at 17:46, db wrote: > >> On 1 Oct 2017, at 18:57, Ryan Schmidt wrote: >>> On Oct 1, 2017, at 05:50, Carlo Tambuatco wrote: >>>> Is ther

Re: Hi Sierra

2017-10-01 Thread Carlo Tambuatco
Will there be a notification of when all tools are rebuilt for High Sierra and all is well with the OS? > On Oct 1, 2017, at 9:06 PM, Dave Horsfall wrote: > > On Mon, 2 Oct 2017, James Linder wrote: > >> From my ramblings over macports mailing list I thought that Hi Sierra

Uninstall a port and ONLY THAT PORT's dependencies?

2017-10-01 Thread Carlo Tambuatco
Is there a way to uninstall a port and only those ports that are dependencies of just that port? So I want to uninstall port A and dependencies of A: dep(A) but not dep(A,B,C,…) where dep(A,B,C…) are dependencies of A and B and C, etc… Thanks.

qbs failed to update...logfile is attached.

2017-09-15 Thread Carlo Tambuatco
Sorry, I sent a previous message without actually attaching the log file. qbs is a dependency for Qt5-Creator, and it failed to configure and build for some reason. Log file is attached. qbs.log Description: Binary data

qbs failed to update...

2017-09-15 Thread Carlo Tambuatco
qbs is a dependency for Qt5-Creator, and it failed to configure and build for some reason. Log file is attached.

Re: set port not to upgrade

2017-02-14 Thread Carlo Tambuatco
> blacklisted (for that version only), so that “port upgrade” could still do > everything else. > >> On Feb 14, 2017, at 8:15 AM, Carlo Tambuatco <oraclmas...@gmail.com> wrote: >> >> You can try sudo port upgrade outdated and not >> >> or >> >>