Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Gettext won't emerge for me
Date: Sun, 28 Jan 2007 20:52:37
Message-Id: 9acccfe50701281247x77cad7a1kf6b7ed068aabe3fc@mail.gmail.com
1 When I try my usual update command
2 emerge -aDvu world
3 it's trying to merge sys-devel/gettext-0.16.1 and failing. The tail
4 end of the attempt looks like this:
5
6 Making all in misc
7 make[3]: Entering directory
8 `/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/misc'
9 WARNING: Warnings can be ignored. :-)
10 if test "emacs" != no; then \
11 set x; \
12 list='start-po.el po-mode.el po-compat.el'; for p in $list; do \
13 if test -f "$p"; then d=; else d="./"; fi; \
14 set x "$@" "$d$p"; shift; \
15 done; \
16 shift; \
17 EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
18 else : ; fi
19 Cannot open load file: /usr/share/emacs/site-list/site-gentoo
20 make[3]: *** [elc-stamp] Error 1
21 make[3]: Leaving directory
22 `/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/misc'
23 make[2]: *** [all-recursive] Error 1
24 make[2]: Leaving directory
25 `/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
26 make[1]: *** [all] Error 2
27 make[1]: Leaving directory
28 `/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
29 make: *** [all-recursive] Error 1
30
31 !!! ERROR: sys-devel/gettext-0.16.1 failed.
32 Call stack:
33 ebuild.sh, line 1546: Called dyn_compile
34 ebuild.sh, line 937: Called src_compile
35 gettext-0.16.1.ebuild, line 58: Called die
36
37 !!! (no error message)
38 !!! If you need support, post the topmost build error, and the call
39 stack if relevant.
40
41 And I have emacs 21.4-r4 installed, but instead of
42 /usr/share/emacs/site-list/site-gentoo
43 I have
44 /usr/share/emacs/site-lisp/site-gentoo.el
45 note the 'p' vs. the 't'
46
47 --
48 Kevin O'Gorman, PhD
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gettext won't emerge for me "Iván Pérez Domínguez" <ivanperezdominguez@×××××.com>