Opened 5 years ago

Closed 15 months ago

Last modified 15 months ago

#59161 closed defect (fixed)

gnuplot @5.2.7_0+aquaterm+luaterm+pangocairo+wxwidgets+x11: dyld: Symbol not found: __ZTISt12length_error

Reported by: hawkins-github Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: mojave Cc:
Port: gnuplot

Description

Hello,

Following a new install of Xcode (Xcode 11.0 Build version 11A420a), selfupdate (MacPorts base version 2.6.1), and a new install of gnuplot on macOS Mojave 10.14.6, my attempt to run gnuplot gives the following:

$ gnuplot
dyld: Symbol not found: __ZTISt12length_error
  Referenced from: /opt/local/bin/gnuplot
  Expected in: /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
 in /opt/local/bin/gnuplot
Abort trap: 6
$

Since the installs and updates went smoothly it is unclear how I should proceed to resolve this issue. Your help with this would be greatly appreciated.

Change History (5)

comment:1 Changed 5 years ago by kencu (Ken)

this looks related <https://stackoverflow.com/questions/56455562/xcode-11-beta-simulator-crashes-when-trying-to-load-audiotoolbox>.

Some symbols in AudioToolbox were apparently not supposed to be exported.

comment:2 Changed 5 years ago by jmroot (Joshua Root)

Cc: mojca@… removed
Owner: set to mojca
Status: newassigned

comment:3 Changed 5 years ago by mojca (Mojca Miklavec)

While you may have assigned the ticket to me, I have absolutely no idea what to do about it, in particular if it's a problem with the macOS development toolchain (I did not yet switch to anything beyond 10.13).

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

Keywords: mojave added

See also #60179, the same problem about another port. Try my advice there (upgrade to Xcode 11.2.1 or downgrade to Xcode 10).

comment:5 Changed 15 months ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

fixed at some point. All default installs of all ports.

$ port -v installed gnuplot
The following ports are currently installed:
  gnuplot @5.4.3_0+aquaterm+luaterm+pangocairo+wxwidgets+x11 (active) requested_variants='' platform='darwin 18' archs='x86_64' date='2023-01-25T16:14:36-0800'

$ gnuplot

	G N U P L O T
	Version 5.4 patchlevel 3    last modified 2021-12-24 

	Copyright (C) 1986-1993, 1998, 2004, 2007-2021
	Thomas Williams, Colin Kelley and many others

	gnuplot home:     http://www.gnuplot.info
	faq, bugs, etc:   type "help FAQ"
	immediate help:   type "help"  (plot window: hit 'h')

Terminal type is now 'aqua'
gnuplot> quit
Version 0, edited 15 months ago by kencu (Ken) (next)
Note: See TracTickets for help on using tickets.