Opened 16 years ago
Closed 14 years ago
#19116 closed defect (duplicate)
xemacs (and xfig) fail with "Error: Unresolved inheritance operation" errors
Reported by: | DaveStrickland (Dave Strickland) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | eric.bodden@… | |
Port: | xemacs xfig |
Description
Fresh installs of xemacs and xfig on OSX 10.5.6, native X11, with ports 1.7.1 run OK, but attempts to run either program from either a Terminal, iTerm or xterm (with or without X11 having been started) all fail with
Error: Unresolved inheritance operation
Possibly related to the 1.7.0 Ticket #19013 and Ticket #18815.
Assorted diagnostic output below:
yog-sothoth ~ 19:34>echo $DISPLAY /tmp/launch-cRy4cH/:0 yog-sothoth ~ 19:42>X -version Xquartz starting: X.org Release 7.2 X.Org X Server 1.3.0-apple22 Build Date: 20080821 yog-sothoth ~ 19:47>otool -L /opt/local/bin/xemacs /opt/local/bin/xemacs: /opt/local/lib/libXaw3d.8.dylib (compatibility version 8.0.0, current version 8.0.0) /opt/local/lib/libtiff.3.dylib (compatibility version 12.0.0, current version 12.2.0) /opt/local/lib/libpng12.0.dylib (compatibility version 36.0.0, current version 36.0.0) /opt/local/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libcompface.0.dylib (compatibility version 1.5.2, current version 1.5.2) /opt/local/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0) /opt/local/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0) /opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /opt/local/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) /opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libgdbm.3.dylib (compatibility version 4.0.0, current version 4.0.0) /opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0) /opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3) yog-sothoth ~ 19:46>otool -L /opt/local/bin/xfig /opt/local/bin/xfig: /opt/local/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0) /opt/local/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0) /opt/local/lib/libpng12.0.dylib (compatibility version 36.0.0, current version 36.0.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/X11/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libXaw3d.8.dylib (compatibility version 8.0.0, current version 8.0.0) /opt/local/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0) /opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libXp.6.dylib (compatibility version 9.0.0, current version 9.0.0) /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /opt/local/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) yog-sothoth ~ 19:47>otool -L /opt/local/lib/libXaw3d.8.dylib /opt/local/lib/libXaw3d.8.dylib: /opt/local/lib/libXaw3d.8.dylib (compatibility version 8.0.0, current version 8.0.0) /usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /usr/X11/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/X11/lib/libXpm.4.dylib (compatibility version 16.0.0, current version 16.0.0) /usr/X11/lib/libXp.6.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)
Change History (11)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | pguyot@… added |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 16 years ago by eric.bodden@…
Cc: | eric.bodden@… added |
---|
comment:5 follow-up: 6 Changed 16 years ago by eric.bodden@…
Hi. Just to let you know: I am seeing the same error message "Error: Unresolved inheritance operation" when invoking gv, which I just installed. I guess this is the same issue?
comment:6 Changed 16 years ago by aeevr@…
I also get the same error message with both xemacs and gv. So disappointed with Leopard.
comment:7 follow-up: 8 Changed 16 years ago by aeevr@…
Well, I've got xemacs and gv running now. This is what I did (although I really have no idea which of these things did the trick):
1) Completely uninstalled MacPorts.
2) Made sure I had the latest versions of Xcode (3.1.2) and X11 (2.3.2.1)
3) Made sure X11 was running before I installed everything.
4) Installed, in this order: coreutils +with_default_names, texlive, gv, xemacs, ispell
comment:8 Changed 16 years ago by DaveStrickland (Dave Strickland)
Replying to aeevr@…:
Well, I've got xemacs and gv running now. This is what I did (although I really have no idea which of these things did the trick):
1) Completely uninstalled MacPorts.
2) Made sure I had the latest versions of Xcode (3.1.2) and X11 (2.3.2.1)
3) Made sure X11 was running before I installed everything.
4) Installed, in this order: coreutils +with_default_names, texlive, gv, xemacs, ispell
Sadly that does NOT work for me. I installed X11 2.3.2.1, wiped macports 1.7.1, rebooted, reinstalled macports 1.7.1, started X11 and then installed coreutils +with_default_names and then xemacs, and I still get Error: Unresolved inferitance operation. Installing gv results in the same problem.
I'm feeling incredibly frustrated.
It would be nice if the maintainers at least told us whether they can reproduce this bug on their systems or not.
comment:10 Changed 14 years ago by jmroot (Joshua Root)
Cc: | pguyot@… removed |
---|---|
Keywords: | xfig xemacs Unresolved inheritance removed |
Port: | xemacs, xfig → xemacs xfig |
comment:11 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Looks like a dupe of #18093.
Cc Me!