Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93329 - Build of gettext-0.14.4 failed - could not find /usr/share/emacs/site-lisp
Summary: Build of gettext-0.14.4 failed - could not find /usr/share/emacs/site-lisp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 08:07 UTC by Paul Tourville
Modified: 2005-05-21 13:28 UTC (History)
1 user (show)

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 Paul Tourville 2005-05-20 08:07:44 UTC
On emerge -auvDt world, ebuild of gettext-0.14.4 failed when attempting to
access /usr/share/emacs/site-lisp.  I looked and found
/usr/share/emacs/21.4/site-lisp.

Reproducible: Always
Steps to Reproduce:
1. emerge -auvdt world
2.
3.

Actual Results:  
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
Warning: Lisp directory `/usr/share/emacs/site-lisp' does not exist.
Opening directory: no such file or directory, /usr/share/emacs/site-lisp
make[3]: *** [elc-stamp] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gettext-0.14.4/work/gettext-0.14.4/gettext-tools/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gettext-0.14.4/work/gettext-0.14.4/gettext-tools'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/gettext-0.14.4/work/gettext-0.14.4/gettext-tools'
make: *** [all-recursive] Error 1

!!! ERROR: sys-devel/gettext-0.14.4 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Successful update

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.5-r0,
2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 VIA Nehemiah
Gentoo Base System version 1.6.9
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r9
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-march=i586 -m3dnow -mmmx -O3 -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i586 -m3dnow -mmmx -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/
http://mirror.datapipe.net/gentoo http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.ri.thesearchagency.com/gentoo-portage"
USE="x86 acpi acpi4linux alsa arts avi bitmap-fonts crypt cups directfb emboss
encode fortran gd gif imlib ipv6 jpeg libg++ libwww mad mikmod mmx mp3 mpeg
ncurses nls nptl nptlonly oggvorbis opengl openssh pam pdflib perl png python qt
quicktime readline sdl spell ssl svga tcpd truetype truetype-fonts type1-fonts
usb xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 SpanKY gentoo-dev 2005-05-20 22:24:51 UTC
/usr/share/emacs/site-lisp/ exists on my machine

emacs team: feedback ?
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-05-21 13:28:06 UTC
This was a bug in emacs ebuild. I added `keepdir /usr/share/emacs/site-lisp`,
so please remerge emacs (or simply `mkdir /usr/share/emacs/site-lisp` would 
suffice). Thanks for the bug report.