Opened 4 years ago
Last modified 2 years ago
#61011 assigned defect
emacs @27.1 +universal: Undefined symbols for architecture i386: "_rpl_getopt$UNIX2003"
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.99 |
Keywords: | Cc: | chrstphrchvz (Christopher Chavez), cooljeanius (Eric Gallager) | |
Port: | emacs |
Description
emacs @27.1 fails to build (on macOS 10.13.6, but it's probably not OS version specific) with the universal variant:
Undefined symbols for architecture i386: "_rpl_getopt$UNIX2003", referenced from: _main in make-fingerprint-e5d314.o ld: symbol(s) not found for architecture i386
emacs @26.3 and previous versions built fine with the universal variant.
Attachments (1)
Change History (5)
Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Version: | 2.6.3 → 2.6.99 |
---|
comment:2 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
comment:3 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:4 Changed 2 years ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.
The same error is observed for 10.6 i386 (default variants), so maybe this error is i386-related rather than specific to
+universal
.