walts wrote: > > > [snip] > > Here's what happened by following your instructions: > =================== > Macintosh:~ walts$ sudo port clean --work gettext > Password: > ---> Cleaning gettext > Macintosh:~ walts$ sudo port install gettext > ---> Fetching gettext > ---> Attempting to fetch gettext-0.17.tar.gz from > http://ftp.gnu.org/gnu/gettext > ---> Verifying checksum(s) for gettext > ---> Extracting gettext > ---> Applying patches to gettext > ---> Configuring gettext > ---> Building gettext 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_devel_gettext/work/gettext-0.17" > && make all " returned error 2 > Command output: rm -f t-charset.alias charset.alias > /bin/sh ./config.charset 'i386-apple-darwin9.1.0' > t-charset.alias > mv t-charset.alias charset.alias > rm -f t-ref-add.sed ref-add.sed > sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-add.sin > > t-ref-add.sed > mv t-ref-add.sed ref-add.sed > rm -f t-ref-del.sed ref-del.sed > sed -e '/^#/d' -e 's/@''PACKAGE''@/gettext-tools/g' ref-del.sin > > t-ref-del.sed > mv t-ref-del.sed ref-del.sed > Making all in po > Making all in projects > make[3]: Nothing to be done for `all'. > Making all in styles > make[3]: Nothing to be done for `all'. > Making all in misc > WARNING: Warnings can be ignored. :-) > if test "emacs" != no; then \ > set x; \ > list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ > if test -f "$p"; then d=; else d="./"; fi; \ > set x "$@" "$d$p"; shift; \ > done; \ > shift; \ > EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ > else : ; fi > Fatal malloc_jumpstart() error > make[3]: *** [elc-stamp] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > Error: Status 1 encountered during processing. > Macintosh:~ walts$ > > ==================== > > As you've probably gathered from my posts, I am pretty lame when it comes > to *nix, although I've been in the PC business since CP/M so I am learning > fast. > > I really appreciate your help. Please let me know what I can do to > provide you with more information about this. > > Walt >
Quick update..... I noticed that the errors at the end of the above log were related to emacs misbehaving. In fact, just giving the "emacs" command gives the same "Fatal malloc_jumpstart" message. So I tried to reinstall emacs: ================= Macintosh:~ walts$ sudo port clean --all emacs Password: ---> Cleaning emacs Macintosh:~ walts$ sudo port install emacs ---> Fetching emacs ---> Attempting to fetch emacs-22.1.tar.gz from http://ftp.gnu.org/gnu/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: Highest address of load commands in input file: 0x2b7000 Lowest offset of all sections in __TEXT segment: 0x2380 --- List of Load Commands in Input File --- # cmd cmdsize name address size 0 LC_SEGMENT 56 __PAGEZERO 0 0x1000 1 LC_SEGMENT 396 __TEXT 0x1000 0x135000 __text 0x3380 0x122eb8 __cstring 0x126238 0xfc23 __literal8 0x135e60 0x78 __const 0x135ee0 0x100 __literal4 0x135fe0 0x4 2 LC_SEGMENT 328 __DATA 0x136000 0x156000 __data 0x136000 0x119ac2 __dyld 0x24fac4 0x1c __bss 0x24fae0 0x31aa5 __common 0x2815a0 0xaa51 3 LC_SEGMENT 192 __IMPORT 0x28c000 0x2000 __pointers 0x28c000 0x1584 __jump_table 0x28d5c0 0x3fc 4 LC_SEGMENT 56 __LINKEDIT 0x28e000 0x29000 5 LC_SYMTAB 24 6 LC_DYSYMTAB 80 7 LC_LOAD_DYLINKER 28 8 LC_UNIXTHREAD 80 9 LC_LOAD_DYLIB 60 10 LC_LOAD_DYLIB 52 11 LC_LOAD_DYLIB 52 make[1]: *** [emacs] Abort trap make[1]: *** Deleting file `emacs' make: *** [src] Error 2 Error: Status 1 encountered during processing. Macintosh:~ walts$ ================== That leaves me more mystified than ever, but possible it means something to one of you! Walt -- View this message in context: http://www.nabble.com/problem-installing-Wireshark-on-Leopard-tf4781183.html#a13973336 Sent from the MacPorts - Users mailing list archive at Nabble.com. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
