¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: XEphem fails on MacOS 10.15.3 with Macports

 

Elwood,

thanks for trying to help. ?Yes, I am running xquartz; this all worked in the previous release. it broke with macOS Catalina 10.15.3

I am thinking to remove it all and rebuild from scratch, but I fear doing that so I hesitate.

I will no doubt kick myself when I get it running for having overlooked the obvious, but meanwhile (well, you get it).


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Thanks for the suggestion, Elwood. ?For me:

% echo $DISPLAY

/private/tmp/com.apple.launchd.nupkkTMJpP/org.macosforge.xquartz:0

%

% xephem

Building shell

Reading X resources

Checking args

Checking colormap

Building icon

Building main window system

Connecting actions

Building main menu bar

Warning: Fatal Error:?

_XmGetDefaultDisplay cannot be used prior to VendorS.Initialize, returns NULL

Segmentation fault

%?


Re: XEphem fails on MacOS 10.15.3 with Macports

 

For what it's worth, for purposes here I don't think MacOS is much different than Linux, since it's BSD-based and there is a nice X11 distribution available to install seamlessly. ?Windows would be different, I think. When we eventually figure this out I don't think it will have turned out to be a big deal. ?Says Mr. Optimism...


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Have you checked your DISPLAY environment variable? On macOS the old favorite :0 does not work. At the moment mine is:

echo $DISPLAY
DISPLAY=/private/tmp/com.apple.launchd.Y3GlPNjYOH/org.macosforge.xquartz:0

This should be set automatically when you log in when xquartx is started by launchd but if not, try looking in /private/tmp for something similar then set it yourself, for example:

export DISPLAY=/private/tmp/com.apple.launchd.Y3GlPNjYOH/org.macosforge.xquartz:0
xephem

You are running xquartz right? Never use macports x11, that is way out of date, and trying to mix it with xquartz will lead to much grief. Uninstall if you have it then get , or try installing it again anyway in case it is messed up somehow.



Re: XEphem fails on MacOS 10.15.3 with Macports

 

xephem could stand to have a network of maintainers to help it over
these problems as libraries and operating systems change over time. I
remember in Linux it took some time and fiddling because it uses
xprint (I think it was) which has mostly passed out of common usage.
It would be a fairly thankless job I think, and I'm not much younger
than Elwood. I've never seen OS X, and i don't grok AppleSpeak.

On 2/21/20, David Reed <w5sv.dave@...> wrote:
I am seeing failure as well; I get the error message: "can't open display"
twice; then it quits...

I tried rebuilding it which seemed successful, but same error.

I tried previous suggestions to no avail; I am no OS X guru, so detailed
suggestions would be welcome.

Thanks in advance.



--
-------------
No, I won't call it "climate change", do you have a "reality problem"? - AB1JX
Cities are cages built to contain excess people and keep them from
cluttering up nature.
Impeach Impeach Impeach Impeach Impeach Impeach Impeach Impeach


Re: XEphem fails on MacOS 10.15.3 with Macports

 

I am seeing failure as well; I get the error message: "can't open display" twice; then it quits...

I tried rebuilding it which seemed successful, but same error.

I tried previous suggestions to no avail; I am no OS X guru, so detailed suggestions would be welcome.

Thanks in advance.


Re: XEphem fails on MacOS 10.15.3 with Macports

 

MacPorts is MacOS release specific. In general with each release of MacOS, I¡¯ve had to update Xcode, and MacPorts. And as someone else pointed out, you want to make sure your XQuartz is up to date.

Sorry this didn¡¯t fix your problem.


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Not so obvious to me! ?But I did reinstall and got the same result.


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Just to eliminate the obvious, you did reinstall MacPorts, right?


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Thank you for the pointer. ?I've installed it and indeed it works well. ?Sometimes it's best not to try to solve a bunch of problems all at once!


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Don't know what's in Macports but the XEphem.app within my original disk1 ?is statically linked and still works fine on Catalina 10.15.3 with xquartz 2.7.11. One caveat is sometimes it helps to get xquartz running first by running something like xlogo before starting xephem.?


Re: XEphem fails on MacOS 10.15.3 with Macports

 

Unfortunately these tricks did not work for me. ?Thanks for the suggestions.


Re: XEphem fails on MacOS 10.15.3 with Macports

 

¿ªÔÆÌåÓý

My best guess would be that the Catalina upgrade also upgraded some X11 libs (specifically libXt.6.dylib). I found the following post that while not related directly to XEphem, may provide a solution:

?

?

Alternatively, these two posts also deal with problems with the same library:

?

?

Hopefully that helps?

?

Rick

?

From: SpikeLightfoot
Sent: February 19, 2020 6:35 AM
To: [email protected]
Subject: [xephem] XEphem fails on MacOS 10.15.3 with Macports

?

After upgrading to Catalina, XEphem (installed via Macports) fails at runtime:

% xephem

Building shell

Reading X resources

Checking args

Checking colormap

Building icon

Building main window system

Connecting actions

Building main menu bar

Warning: Fatal Error:

_XmGetDefaultDisplay cannot be used prior to VendorS.Initialize, returns NULL

Segmentation fault

%

This does not appear to be a Macports problem strictly, as it compiles and installs properly.

?

?


XEphem fails on MacOS 10.15.3 with Macports

 

After upgrading to Catalina, XEphem (installed via Macports) fails at runtime:

% xephem

Building shell

Reading X resources

Checking args

Checking colormap

Building icon

Building main window system

Connecting actions

Building main menu bar

Warning: Fatal Error:

_XmGetDefaultDisplay cannot be used prior to VendorS.Initialize, returns NULL

Segmentation fault

%

This does not appear to be a Macports problem strictly, as it compiles and installs properly.

?


Re: Script Error when starting XEphem on MacOS

 

I circumvented the issue going a different installation path. I compiled xephem from the sources and followed those installation instructions.


Re: Script Error when starting XEphem on MacOS

 

I doubt it since the path is only "/Applications/XEphem.app".


Re: Script Error when starting XEphem on MacOS

 

Could the "path to me" thing contain any special characters
that would trigger some kind of Unicode mess in the process ?
--
fm


On Fri, 17 Jan 2020, randolf0klein@... wrote:

Hi,
I was able to run XEphem on my Mac, but suddenly I get the following error message when starting it.

Can¡¯t make POSIX path of alias "/Applications/XEphem.app" into type Unicode text. (-1700)
This normal starting script is suddenly causing the error.

do shell script "export TELHOME=" & POSIX path of (path to me) & "/Contents/Resources; cd
$TELHOME/xephem/bin/osx; ./xephem"
Probably some new setting on my Mac (10.14.6) that I am not aware of that is creating the issue, but maybe someone here
is knowledgeable in Apple scripts and can point me to possible error sources or even help me fix this error. Searching
for error message on the internet didn't result in anything helpful to me at least.
Thanks!
RK


Script Error when starting XEphem on MacOS

 

Hi,

I was able to run XEphem on my Mac, but suddenly I get the following error message when starting it.

Can¡¯t make POSIX path of alias "/Applications/XEphem.app" into type Unicode text. (-1700)

This normal starting script is suddenly causing the error.

do shell script "export TELHOME=" & POSIX path of (path to me) & "/Contents/Resources; cd $TELHOME/xephem/bin/osx; ./xephem"

Probably some new setting on my Mac (10.14.6) that I am not aware of that is creating the issue, but maybe someone here is knowledgeable in Apple scripts and can point me to possible error sources or even help me fix this error. Searching for error message on the internet didn't result in anything helpful to me at least.

Thanks!

RK


Re: XEphem 3.7.7 live CD?

 

I don't use Windows, just little ARM machines like the Raspberry Pi.? Which runs XEphem fine, haven't tried it on a Zero.? It was written back in 386 and 486 days, I think there's some Fortran in there, pretty efficient.

On Dec 5, 2019 7:50 AM, "Mathias Homann" <Mathias.Homann@...> wrote:

Hi,

?

?

like I said, I'm the maintainer of the rpm packages for xephem on opensuse. I've already been building and providing thoe for ... 15 years or so. I know about building from source and including catalogs.

?

Anyways, I just started a new project on my build service account, "astrotoolbox". Eventually the result will be a bootable hybrid iso image (can be written to a DVD or USB stick), unless it turns out bigger than 4.5GB in which case it'll be ony USB Stick, and on it you will find:

KDE Plasma 5 Desktop

GNOME Desktop

XFCE Desktop

?

XEphem 4.7.7

kstars

stellarium

cartes du ciel

?

and if I can pull it off the virtual moon atlas as well.

?

If there is demand there will also be VM images so you can run the whole thing in Hyper-V on your windows computer.

?

Cheers

Mathias

?

Am Donnerstag, 5. Dezember 2019, 13:38:29 CET schrieb ab1jx:

> I'd say minimal like fvwm. I was trying to remember if it needed X at all

> until I remembered it uses Motif as a widget set.

>

> Wikipedia:

> <>XEphem

> <>

>

> Homepage: http:// <>

> <>/

> <>xephem

> <>/

> <>

>

> Not sure if you're making a CD or DVD but on the download page there are 3

> tarballs intended originally for CDs. The last 2 contain extra stars

> beyond minimal. There's a readme in there somewhere that tells how to

> install them. When it's working right it's hard to run out of stars even

> with a lot of zooming. I think it's been dropped from Debian debs and

> you'll probably need to build from sources. Not hard to do but it wants

> xprint I think, I haven't done it in a year or so.

> Hey guys,

>

>

> I'm the maintainer for xephem on openSUSE, I guess I could spin up a live

> CD based on openSUSE Leap 15.1 on short notice. What Desktop Environment

> would be preferred?

>

> The available options:

>

> KDE Plasma 5

> GNOME

> XCFE

>

>

> cheers

> MH

>

> Am 2019-12-05 10:29, schrieb ab1jx:

> > OK, good luck. I assume the current XEphem will be the final one, so

> > it's worth building in the extra star catalogs.

> >

> > I wonder if it could be compiled to run on an Android phone or tablet?

> > It would certainly fit on a small SD card, I mostly don't know about

> > the tiny user interface. Android uses a Linux kernel.

> >

> > On Dec 5, 2019 4:04 AM, <maxime.gommeaux@...> wrote:

> >

> > Hi ab1jx,

> >

> >> Thank you for your suggestions. I also received a message from the

> >> Jura supporting the use of a virtual machine in my case, I will see

> >> if my campus' IT people know how to do this. I also got an offer

> >> from one of this mailing-list's subscribers from Provence to compile

> >> a Knoppix live CD with XEphem 3.7.7.

> >> Thank you all for your help!

> >> Maxime

> >

> > Links:

> > ------

> > [1] /g/xephem/message/3697

> > [2] /mt/65753749/998436

> > [3] /g/xephem/post

> > [4] /g/xephem/editsub/998436

> > [5] /g/xephem/leave/defanged

?


--

Mathias Homann

Senior Systems Engineer, IT Consultant, IT Trainer

Mathias.Homann@... (email / XMPP)

LinkedIn:

telegram:

gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 ?C042 6B8E 029E 13F2 C102


Re: XEphem 3.7.7 live CD?

 

¿ªÔÆÌåÓý

Hi Mathias,
Than you very much for your offer, if I can vote; KDE Plasma 5 please

Thank you

woeimun

On Thu, 2019-12-05 at 13:50 +0100, Mathias Homann wrote:

Hi,

?

?

like I said, I'm the maintainer of the rpm packages for xephem on opensuse. I've already been building and providing thoe for ... 15 years or so. I know about building from source and including catalogs.

?

Anyways, I just started a new project on my build service account, "astrotoolbox". Eventually the result will be a bootable hybrid iso image (can be written to a DVD or USB stick), unless it turns out bigger than 4.5GB in which case it'll be ony USB Stick, and on it you will find:

KDE Plasma 5 Desktop

GNOME Desktop

XFCE Desktop

?

XEphem 4.7.7

kstars

stellarium

cartes du ciel

?

and if I can pull it off the virtual moon atlas as well.

?

If there is demand there will also be VM images so you can run the whole thing in Hyper-V on your windows computer.

?

Cheers

Mathias

?

Am Donnerstag, 5. Dezember 2019, 13:38:29 CET schrieb ab1jx:

> I'd say minimal like fvwm. I was trying to remember if it needed X at all

> until I remembered it uses Motif as a widget set.

>

> Wikipedia: https://en.m.wikipedia.org/wiki/

> <https://en.m.wikipedia.org/wiki/XEphem>XEphem

> <https://en.m.wikipedia.org/wiki/XEphem>

>

> Homepage: http:// <http://www.clearskyinstitute.com/xephem/>

> www.clearskyinstitute.com <http://www.clearskyinstitute.com/xephem/>/

> <http://www.clearskyinstitute.com/xephem/>xephem

> <http://www.clearskyinstitute.com/xephem/>/

> <http://www.clearskyinstitute.com/xephem/>

>

> Not sure if you're making a CD or DVD but on the download page there are 3

> tarballs intended originally for CDs. The last 2 contain extra stars

> beyond minimal. There's a readme in there somewhere that tells how to

> install them. When it's working right it's hard to run out of stars even

> with a lot of zooming. I think it's been dropped from Debian debs and

> you'll probably need to build from sources. Not hard to do but it wants

> xprint I think, I haven't done it in a year or so.

> Hey guys,

>

>

> I'm the maintainer for xephem on openSUSE, I guess I could spin up a live

> CD based on openSUSE Leap 15.1 on short notice. What Desktop Environment

> would be preferred?

>

> The available options:

>

> KDE Plasma 5

> GNOME

> XCFE

>

>

> cheers

> MH

>

> Am 2019-12-05 10:29, schrieb ab1jx:

> > OK, good luck. I assume the current XEphem will be the final one, so

> > it's worth building in the extra star catalogs.

> >

> > I wonder if it could be compiled to run on an Android phone or tablet?

> > It would certainly fit on a small SD card, I mostly don't know about

> > the tiny user interface. Android uses a Linux kernel.

> >

> > On Dec 5, 2019 4:04 AM, <maxime.gommeaux@...> wrote:

> >

> > Hi ab1jx,

> >

> >> Thank you for your suggestions. I also received a message from the

> >> Jura supporting the use of a virtual machine in my case, I will see

> >> if my campus' IT people know how to do this. I also got an offer

> >> from one of this mailing-list's subscribers from Provence to compile

> >> a Knoppix live CD with XEphem 3.7.7.

> >> Thank you all for your help!

> >> Maxime

> >

> > Links:

> > ------

> > [1] /g/xephem/message/3697

> > [2] /mt/65753749/998436

> > [3] /g/xephem/post

> > [4] /g/xephem/editsub/998436

> > [5] /g/xephem/leave/defanged

?


--

Mathias Homann

Senior Systems Engineer, IT Consultant, IT Trainer

Mathias.Homann@... (email / XMPP)

LinkedIn: http://de.linkedin.com/in/mathiashomann/

telegram:

gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 ?C042 6B8E 029E 13F2 C102