Re: Python

2022-03-18 Thread Tom
World of Tanks crashes with this error log. Can there be something done about it? > Termination Reason:Namespace DYLD, Code 1 Library missing > Library not loaded: > /System/Library/Frameworks/Python.framework/Versions/2.7/Python > Referenced from: /Volumes/VOLUME/*/Wargaming.net Game >

Python

2022-03-17 Thread Tom
Hello people, how do I install a python replacement for macOS 12.3?

xorg-server

2022-01-30 Thread Tom
Hi, I have reinstalled MacPorts, but I still can’t get xorg-server to work. It is contantly starting and quitting, when trying to run an x11 app. What could be the problem? Where does it store its settings? Perhaps deleting them could help.

gcc10

2021-11-27 Thread Tom
Hi, gcc10 does not build. How can I fix that?

Re: xorg-server

2021-11-15 Thread Tom
Same problem with xclock. Where can I find the log file of the xorg-server? > On 12. Nov 2021, at 21:17, Chris Jones wrote: > > > Impossible to say without more data. > > Do you have any crash logs in Console ? Any other messages ? > > What application are you running ? Try install a simple

xorg-server

2021-11-12 Thread Tom
>> Hi, >> >> when trying to run an X11 program, I get the following error message: >> >> (putty:8198): Gtk-WARNING **: 00:06:49.190: cannot open display: :0 >> >> How can I fix that? > > Assuming you are running Mac OS X 10.5 or later: > > Check your .zprofile or .profile or .bash_profile

xorg

2021-11-11 Thread Tom
Hi, when trying to run an X11 program, I get the following error message: (putty:8198): Gtk-WARNING **: 00:06:49.190: cannot open display: :0 How can I fix that?

Re: XCode reinstall command-line tools

2021-09-22 Thread Tom
Can’t you simply just ignore that error message? > On 22. Sep 2021, at 21:48, Justin Vallon wrote: > > I upgraded XCode, and encountered the "cltversion: The Command Line Tools are > installed, but MacPorts cannot determine the version" error. It linked to >

xorg-server crashes

2021-09-08 Thread Tom
Hi, xorg-server tries to start, but crashes and then tries to start again. What could be the problem? I am using Big Sur 11.5 Beta

port update outdated 'Failed to archivefetch aom: version @3.1.0_0'

2021-05-12 Thread tom eee
for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Thank you, Tom main.log Description: Binary data

Re: Error: Failed to build source-highlight: command execution failed

2021-05-06 Thread tom eee
ce-highlight is now OK, so I thought I would let you know. Now I am going to say yes to the continue question and move on to whatever happens next. Thank you very much for your help, patiences, and understanding. Tom On Wed, May 5, 2021 at 9:53 PM Bill Cole < macportsusers-20171...@billmail.s

Re: Error: Failed to build source-highlight: command execution failed

2021-05-05 Thread tom eee
/Developer is gone and Xcode 4.6.3 in service. Still failing build. See attachment. Thanks, Tom On Wed, May 5, 2021 at 5:14 PM Ryan Schmidt wrote: > > > On May 5, 2021, at 12:19, tom eee wrote: > > > Second, I retried 'sudo port install source-light' with no success. The &

Re: Error: Failed to build source-highlight: command execution failed

2021-04-30 Thread tom eee
everything and starting over? Thanks everybody for all your help, Tom On Fri, Apr 30, 2021 at 1:31 PM Bill Cole < macportsusers-20171...@billmail.scconsult.com> wrote: > On 30 Apr 2021, at 11:48, tom eee wrote: > > > The following is my terminal output for the clean/install co

Re: Error: Failed to build source-highlight: command execution failed

2021-04-29 Thread tom eee
Hello Ryan, I have been watching the ticket 59258 that you associated with my problem and it is not quite clear to me whether I am being asked to do something with boost. Please update me with how I should proceed. Thank you, Tom On Fri, Apr 23, 2021 at 12:39 PM Ryan Schmidt wrote

Error: Failed to configure boost

2021-04-23 Thread tom eee
I got the following error message while doing sudo port upgrade outdated: Error: Failed to configure boost: configure failure: command execution failed OS X 10.7.5 Mac Mini mid-2011 main.log is attached. Thank you, Tom main.log Description: Binary data

-march arm64

2021-04-21 Thread Tom
Hi, gcc does not seem to support -arch arm64 Can ti be build with arm64 support? Regards

Gnome, Glade, GNUStep

2021-03-12 Thread Tom
Gnome, Glade and GNUStep are not building. Can somebody fix that?

Re: MacPorts upgrade outdated taking forever after Big Sur 11.2.1 update

2021-02-11 Thread Tom Gederberg
It finally finished. The lines scroll by so fast it was hard to see what it was doing, but it is completed successfully. > On Feb 11, 2021, at 7:57 PM, Ryan Schmidt wrote: > > > > On Feb 11, 2021, at 19:27, Tom Gederberg wrote: > >> I just upgraded from Big Sur 11.

MacPorts upgrade outdated taking forever after Big Sur 11.2.1 update

2021-02-11 Thread Tom Gederberg
this? Tom Gederberg

Re: SDK does not appear to be installed

2021-02-03 Thread Tom
e CLI tools for 11.2 are not out yet. >> >>> On Feb 3, 2021, at 2:08 PM, Tom wrote: >>> >>> Hello people, >>> >>> what was the solution to this problem? >>> I cannot find the e-mail anymore. >>> >>>> Warning: The m

SDK does not appear to be installed

2021-02-03 Thread Tom
Hello people, what was the solution to this problem? I cannot find the e-mail anymore. > Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not > build correctly. > Warning: You can install it as part of the Xcode Command Line Tools package > by running `xcode-select

Desolate Condition

2021-01-24 Thread Tom
MacPorts is in a desolate condition. Nearly nothing is building. Can somebody try to build everything and fix the errors?

building clang

2021-01-18 Thread Tom
Hi, how can I build clang with -ilocal option support in order to build CrossOver Wine for 32on64? Regards

build clang

2021-01-18 Thread Tom
Hi, how can I build clang that supports -ilocal to build to Wine for 32on64? Regards

Re: Qt

2021-01-01 Thread Tom
so do this (hate to say it): > > sudo port -f uninstall gcc10 > sudo port -v -s install gcc10 > > and then go have a nice New Year’s Eve soda, and come back in four hours or > so when it is finished rebuilding. > > Then I bet it works for you. > > Best, > > K

Re: Qt

2020-12-31 Thread Tom
I simply try to include stdio.h like this: // Compiler Test // #include #include int main() { printf("Hallo\n"); // assert(2 != 1); return 0; } tom@Toms-Mac-Pro Misc % gcc-mp-10 test.c -o test In file included from test.c:4: /opt/local/lib/gcc10/gcc/x86_64-apple-darwin20/10.2

Re: Qt

2020-12-31 Thread Tom
qt is building now. But gcc 10/9/8/7/6 does not work. It does not find even stdio.h How can I fix this? > On 29. Dec 2020, at 20:46, Ruben Di Battista > wrote: > > Hello Tom, > > theoretically the QT5 ports are building correctly. Can you maybe > provide more informatio

Py38-spyder missing dependancy

2020-12-31 Thread Tom Gederberg
Sorry, if this is not the proper place to report this - I’m new at this. I have installed py38-spyder @4.1.4_1 and when I try running it, I get the warning/error below about a missing dependancy of parso. I do have py38-parso @0.8.0_1 installed. Thanks and Happy New Year (I hope), Tom

Qt

2020-12-29 Thread Tom
Hello, is there a qt port, which ist building? All I have tried so far, are not building. Regards

macOS 11.1 SDK does not appear to be installed

2020-12-28 Thread Tom Gederberg
Sorry, if this question has already been answered. I updated my system to Big Sur and followed the MacPorts migration instructions and updated Xcode to version 12.3. However, when I try to build ports in MacPorts, I now get the following warnings. Warning: The macOS 11.1 SDK does not appear

Re: macports-users Digest, Vol 172, Issue 20

2020-12-27 Thread Tom
Hi, how can I build a port with a MacPorts gcc compiler? For example gcc9. Regards

CLI Tool Problem

2020-12-09 Thread Tom
Hi, I get the following Error Message, although Xcode 12 and the CLI Tools are installed: >> Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not >> build correctly. >> Warning: You can install it as part of the Xcode Command Line Tools package >> by running