Dear MacPorts-users, I am running 10.5.1 on a PowerBook G4 1.67GHz machine. I tried installing emacs, but end up with an error. Strange thing is the only mention of such a problem is with the emacs- devel package - hopefully I am just missing something simple. Thanks, Bertrand $ sudo port clean emacs ---> Cleaning emacs $ sudo port install emacs +x11 ---> Fetching emacs ---> Verifying checksum(s) for emacs ---> Extracting emacs ---> Applying patches to emacs ---> Configuring emacs ---> Building emacs with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_editors_emacs/work/emacs-22.1" && make all " returned error 2 Command output: __dyld 0x2b3ccc 0x1c __la_symbol_ptr 0x2b3ce8 0x784 __nl_symbol_ptr 0x2b446c 0x189c __const 0x2b5d08 0x11c __bss 0x2b5e28 0x32261 __common 0x2e8090 0xae90 3 LC_SEGMENT 56 __LINKEDIT 0x2f3000 0x35000 4 LC_SYMTAB 24 5 LC_DYSYMTAB 80 6 LC_LOAD_DYLINKER 28 7 LC_UNIXTHREAD 176 8 LC_LOAD_DYLIB 52 9 LC_LOAD_DYLIB 52 10 LC_LOAD_DYLIB 52 11 LC_LOAD_DYLIB 52 12 LC_LOAD_DYLIB 52 13 LC_LOAD_DYLIB 56 14 LC_LOAD_DYLIB 56 15 LC_LOAD_DYLIB 52 16 LC_LOAD_DYLIB 52 17 LC_LOAD_DYLIB 52 18 LC_LOAD_DYLIB 52 19 LC_LOAD_DYLIB 56 20 LC_LOAD_DYLIB 52 21 LC_LOAD_DYLIB 52 22 LC_LOAD_DYLIB 60 23 LC_LOAD_DYLIB 52 make[1]: *** [emacs] Abort trap make[1]: *** Deleting file `emacs' make: *** [src] Error 2 Error: Status 1 encountered during processing.
On Nov 19, 2007, at 4:04 PM, Bertrand H.J. Biritz wrote:
Dear MacPorts-users,
I am running 10.5.1 on a PowerBook G4 1.67GHz machine. I tried installing emacs, but end up with an error.
Strange thing is the only mention of such a problem is with the emacs-devel package - hopefully I am just missing something simple.
Thanks, Bertrand
$ sudo port clean emacs ---> Cleaning emacs $ sudo port install emacs +x11
[snip]
make[1]: *** [emacs] Abort trap make[1]: *** Deleting file `emacs' make: *** [src] Error 2
That might be the same problem I had building emacs +gtk on 10.5 ppc. I found this patch that seems to solve the problem if I build from source outside of ports: http://article.gmane.org/gmane.emacs.bugs/16867 I submitted a bug in trac, but I guess it hasn't been acted on yet. You could possibly download the source and build it and install somewhere like /opt/emacs until the port is fixed. Kendall
participants (2)
-
Bertrand H.J. Biritz
-
Kendall Shaw