Opened 2 years ago

Last modified 2 years ago

#65469 closed defect

emacs 28.1 fails, missing '/usr/local/lib/libgcc_s.1.1.dylib' — at Version 3

Reported by: robballan (Robb Aley Allan) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: eric-j-ason
Port: emacs

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Binary install of emacs 28.1 fails with error:

Error using execdir /opt/local/libexec/emacs/28.1/x86_64-apple-darwin21.3.0/../../../../bin/:
emacs: dlopen(/opt/local/libexec/emacs/28.1/x86_64-apple-darwin21.3.0/../../../../bin/../lib/emacs/28.1/native-lisp/28.1-c641014f/preloaded/frame-b40fc590-795a6ee7.eln, 0x0001): Library not loaded: @rpath/libgcc_s.1.1.dylib
  Referenced from: /opt/local/lib/libgcc/libgcc_s.1.dylib
  Reason: tried: '/usr/local/lib/libgcc_s.1.1.dylib' (no such file), '/usr/lib/libgcc_s.1.1.dylib' (no such file)

Installation from source files succeeds.

Change History (3)

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

many things that use gcc will need to be rebuilt once the rpath transition finishes making it’s way thru all the various gcc ports. It’s in a bit of a transitional state right now.

Last edited 2 years ago by kencu (Ken) (previous) (diff)

comment:2 Changed 2 years ago by eric-j-ason

Cc: eric-j-ason added

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

Description: modified (diff)
Note: See TracTickets for help on using tickets.