Opened 17 years ago
Closed 16 years ago
#15201 closed defect (fixed)
desktop-file-utils-0.15 build error
Reported by: | jeffholmes@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | desktop-file-utils |
Description (last modified by blb@…)
On Macbook, Intel, running OS X 10.5.2 and XCode 3.0:
sudo port install gimp-app ---> Building desktop-file-utils 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_gnome_desktop-file-utils/work/desktop-file-utils-0.15" && make all " returned error 2 Command output: make all-recursive Making all in src make[2]: Nothing to be done for `all'. Making all in misc WARNING: Warnings can be ignored. :-) if test emacs != no; then \ set x; \ list='desktop-entry-mode.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 ../elisp-comp "$@" || exit 1; \ else : ; fi Fatal malloc_jumpstart() error make[2]: *** [elc-stamp] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: gimp2 libgnomeui libbonoboui gnome-vfs desktop-file-utils gnome-mime-data libbonobo libglade2 libgnome esound audiofile libgnomecanvas gail libgtkhtml libmng autoconf help2man p5-locale-gettext m4 automake lcms librsvg libcroco libgsf libwmf poppler poppler-data py25-gtk py25-cairo py25-numpy fftw-3 g95 Error: Status 1 encountered during processing.
Change History (5)
comment:1 Changed 17 years ago by spambox@…
comment:2 Changed 17 years ago by spambox@…
This is caused by Leopard occasionally installing with an out of date version of emacs (wtf?)
See http://discussions.apple.com/thread.jspa?messageID=5910972
Workaround:
sudo mv /usr/bin/emacs-i386 /usr/bin/emacs-i386.backup sudo /usr/libexec/dumpemacs -d emacs --version
Version should be 22.1.1
Now, make sure to sudo port clean desktop-file-utils and then retry installing it. It worked for me.
However, it's probably not good for a port build process to be depending on external emacs like that.
comment:3 Changed 17 years ago by spambox@…
gahhh... formatting above is messed up
sudo mv /usr/bin/emacs-i386 /usr/bin/emacs-i386.backup sudo /usr/libexec/dumpemacs -d emacs --version
comment:5 Changed 16 years ago by blb@…
Description: | modified (diff) |
---|---|
Keywords: | desktop-file-utils removed |
Port: | desktop-file-utils added |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has also happened to me on an Intel MacBook (2GHz one), OS X 10.5.2 and whatever XCode came with the install disks.