#52460: neomutt @20160916_3: build fails on 10.5 and 10.6 due to autoconf linking bug ------------------------------+-------------------------------------------- Reporter: | Owner: larryv@… leonardo.schenkel@… | Status: closed Type: defect | Milestone: Priority: Normal | Version: 2.3.4 Component: ports | Keywords: maintainer leopard snowleopard Resolution: fixed | Port: neomutt | ------------------------------+-------------------------------------------- Comment (by dgonyier@…): Replying to [comment:11 larryv@…]:
I’m going to assume this works on Leopard now. Anyone who observes otherwise can reopen this ticket.
I tried installing with {{{ sudo port install neomutt@+compress+gdbm+headercache+idn+imap+pop+sidebar+smtp+ssl }}} and the install completes successfully, but running mutt causes a "bus error". I tried using gdb to get a strack trace (not an expert) {{{ bash-3.2$ gdb mutt GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:15:14 UTC 2009) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared l ibraries ........... done (gdb) run Starting program: /opt/local/bin/mutt Reading symbols for shared libraries ++++++++++...... done ESC[?1049hESC[1;24rESC(BESC[mESC[4lESC[?7hESC[39;49mESC[?1hESC= Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 0x919e43d0 in realpath$DARWIN_EXTSN () (gdb) bt #0 0x919e43d0 in realpath$DARWIN_EXTSN () #1 0x000459d8 in mx_open_mailbox () #2 0x0003b334 in main () (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) n Program not restarted. (gdb) continue Continuing. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 0x919e43d0 in realpath$DARWIN_EXTSN () (gdb) bt #0 0x919e43d0 in realpath$DARWIN_EXTSN () #1 0x000459d8 in mx_open_mailbox () #2 0x0003b334 in main () (gdb) q The program is running. Exit anyway? (y or n) y bash-3.2$ exit exit }}} -- Ticket URL: <https://trac.macports.org/ticket/52460#comment:12> MacPorts <https://www.macports.org/> Ports system for the Mac operating system