public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Gettext won't emerge for me
@ 2007-01-28 20:47 Kevin O'Gorman
  2007-01-28 21:03 ` Iván Pérez Domínguez
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin O'Gorman @ 2007-01-28 20:47 UTC (permalink / raw
  To: gentoo-user

When I try my usual update command
   emerge -aDvu world
it's trying to merge sys-devel/gettext-0.16.1 and failing.  The tail
end of the attempt looks like this:

Making all in misc
make[3]: Entering directory
`/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/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
Cannot open load file: /usr/share/emacs/site-list/site-gentoo
make[3]: *** [elc-stamp] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gettext-0.16.1/work/gettext-0.16.1/gettext-tools'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.16.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gettext-0.16.1.ebuild, line 58:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.

And I have emacs 21.4-r4 installed, but instead of
    /usr/share/emacs/site-list/site-gentoo
I have
    /usr/share/emacs/site-lisp/site-gentoo.el
note the 'p' vs. the 't'

-- 
Kevin O'Gorman, PhD
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Gettext won't emerge for me
  2007-01-28 20:47 [gentoo-user] Gettext won't emerge for me Kevin O'Gorman
@ 2007-01-28 21:03 ` Iván Pérez Domínguez
  2007-01-28 22:38   ` Kevin O'Gorman
  0 siblings, 1 reply; 4+ messages in thread
From: Iván Pérez Domínguez @ 2007-01-28 21:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

Well, no help there, but surprisingly I just
updated emacs and gettext after it, and everything went well.
I don't have /usr/share/emacs/site-list/site-gentoo, only
/usr/share/emacs/site-lisp/site-gentoo.el, btw.

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3894 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Gettext won't emerge for me
  2007-01-28 21:03 ` Iván Pérez Domínguez
@ 2007-01-28 22:38   ` Kevin O'Gorman
  2007-01-28 23:02     ` Iván Pérez Domínguez
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin O'Gorman @ 2007-01-28 22:38 UTC (permalink / raw
  To: gentoo-user

On 1/28/07, Iván Pérez Domínguez <ivanperezdominguez@gmail.com> wrote:
> Well, no help there, but surprisingly I just
> updated emacs and gettext after it, and everything went well.
> I don't have /usr/share/emacs/site-list/site-gentoo, only
> /usr/share/emacs/site-lisp/site-gentoo.el, btw.


So my copy of the ebuild or Makefile may be damaged.  I wonder:
1) how that slipped through
2) how I can fix it.

-- 
Kevin O'Gorman, PhD

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Gettext won't emerge for me
  2007-01-28 22:38   ` Kevin O'Gorman
@ 2007-01-28 23:02     ` Iván Pérez Domínguez
  0 siblings, 0 replies; 4+ messages in thread
From: Iván Pérez Domínguez @ 2007-01-28 23:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

Kevin O'Gorman wrote:
> On 1/28/07, Iván Pérez Domínguez <ivanperezdominguez@gmail.com> wrote:
>> Well, no help there, but surprisingly I just
>> updated emacs and gettext after it, and everything went well.
>> I don't have /usr/share/emacs/site-list/site-gentoo, only
>> /usr/share/emacs/site-lisp/site-gentoo.el, btw.
> 
> 
> So my copy of the ebuild or Makefile may be damaged.  I wonder:
> 1) how that slipped through
> 2) how I can fix it.
> 

If that is the case, emerge --sync should fix your problems.

But I really doubt your case is the same as mine, I guess the problem is
somewhere else. Maybe you should try to see what package owns those
directories (equery might be handy here), where is the variable that
points to /usr/share/emacs/site-something set, what value is assigned to
it, how it is calculated,...

By the way, gettext has explicit support for emacs, you can
enable/disable it with USE="emacs" and USE="-emacs".

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3894 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-28 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-28 20:47 [gentoo-user] Gettext won't emerge for me Kevin O'Gorman
2007-01-28 21:03 ` Iván Pérez Domínguez
2007-01-28 22:38   ` Kevin O'Gorman
2007-01-28 23:02     ` Iván Pérez Domínguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox