Opened 15 years ago

Closed 14 years ago

#19013 closed defect (fixed)

Xfig does not start with "Error: Unresolved inheritance operation"

Reported by: younghan@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: xfig Cc:
Port: xfig

Description (last modified by mf2k (Frank Schima))

Fresh install of xfig 3.2.5_5 (on Macports 1.700 on OSX 10.5.6, native X11) crashes with "Error" Unresolved inheritance operation". Could be related to Ticket #18815, but the patches there must have been already incorporated in release 5. (Perhaps it's the bug introduced by release 5.)

$X -version
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821

$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)

Change History (7)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to pguyot@…

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 15 years ago by pguyot (Paul Guyot)

Owner: changed from pguyot@… to macports-tickets@…

Dropped maintainship in r50138.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:5 in reply to:  description Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Replying to younghan@…:

/usr/X11/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0)

It is an error for xfig to be linking with libraries in /usr/X11; it should use libraries in ${prefix} only. There are several other xfig tickets for similar problems.

comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Xfig does not start with "Error:Xfig does not start with "Error: Unresolved inheritance operation"

comment:7 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

xfig should no longer be linking with things in /usr/X11* as of r70347.

Note: See TracTickets for help on using tickets.