Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93823 - sys-devel/gettext-0.14.4 does not honor -emacs(?)
Summary: sys-devel/gettext-0.14.4 does not honor -emacs(?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 10:06 UTC by Chris White (RETIRED)
Modified: 2005-05-24 16:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White (RETIRED) gentoo-dev 2005-05-24 10:06:39 UTC
Ok, so.. I have this:

[ebuild  N    ] sys-devel/gettext-0.14.4  -debug +doc -emacs +nls 0 kB

WARNING: Warnings can be ignored. :-)
if test "xemacs" != 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="xemacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
else : ; fi
xemacs: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
make[3]: *** [elc-stamp] error

now I realize that:

xemacs: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory

is what's causing the failure, which is something different from this bug and I'm fixing seperately.  However, my real question here is if this should not be compiled in the first place.  Shouldn't -emacs make sure this doesn't compile?  That's it.
Comment 1 SpanKY gentoo-dev 2005-05-24 16:07:21 UTC
fixed by exporting EMACS=no