[MacPorts] #63480: pspp-devel @1.5.3_10+gui+x11: failed assertion `!"reached"' when building

MacPorts noreply at macports.org
Mon Sep 13 04:22:19 UTC 2021


#63480: pspp-devel @1.5.3_10+gui+x11: failed assertion `!"reached"' when building
-------------------------+----------------------
  Reporter:  evanmiller  |      Owner:  nerdling
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.7.1
Resolution:              |   Keywords:
      Port:  pspp-devel  |
-------------------------+----------------------

Comment (by kencu):

 You can't change the /usr/lib/libgcc_s.1.dylib to
 /opt/local/lib/libgcc/libgcc_s.1.dylib and have it work correctly.

 There is funky stuff that goes on. As I recall, some of it is stub library
 stuff.

 So that is not actually as good as test as you would have hoped it might
 be.

 Instead, do this (on the original unmodified executable):
 {{{
 DYLD_LIBRARY_PATH=/opt/local/lib/libgcc  ./utilities/pspp-output
 }}}
 and if it is like the other 10,000 examples of this, it will work
 properly.

-- 
Ticket URL: <https://trac.macports.org/ticket/63480#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list