Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 154119

Summary: beryl-core fail to automake
Product: Gentoo Linux Reporter: Jgarcia <jgarciagrande>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jgarcia 2006-11-05 03:07:02 UTC
when i emerge beryl from portage (not overlay) it fails on running automake --add-missing --copy.


***** automake *****

configure.ac:10: required directory ./config does not exist
cp: cannot create regular file `config/config.sub': No such file or directory
configure.ac:24: installing `config/config.sub'
configure.ac:24:     error while copying
cp: cannot create regular file `config/missing': No such file or directory
configure.ac:12: installing `config/missing'
configure.ac:12:     error while copying
cp: cannot create regular file `config/install-sh': No such file or directory
configure.ac:12: installing `config/install-sh'
configure.ac:12:     error while copying
cp: cannot create regular file `config/config.guess': No such file or directory
configure.ac:24: installing `config/config.guess'
configure.ac:24:     error while copying
cp: cannot create regular file `config/depcomp': No such file or directory
src/Makefile.am: installing `config/depcomp'


src/Makefile.am:     error while copying
configure.ac:5: required file `config.h.in' not found
configure.ac:24: required file `config/ltmain.sh' not found


!!! ERROR: x11-wm/beryl-core-0.1.1 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  beryl-core-0.1.1.ebuild, line 32:   Called eautoreconf
  autotools.eclass, line 87:   Called eautomake
  autotools.eclass, line 188:   Called autotools_run_tool 'automake' '--add-missing' '--copy'
  autotools.eclass, line 242:   Called die
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-05 03:08:32 UTC
emerge --info, please.
Comment 2 Jgarcia 2006-11-05 03:10:10 UTC
(In reply to comment #1)
> emerge --info, please.
> 

Portage 2.1.2_rc1-r3 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18-gentoo x86_64)
=================================================================
System uname: 2.6.18-gentoo x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.6
Last Sync: Sun, 05 Nov 2006 10:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.utf8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X X509 a52 aac aalib acpi aiglx alsa apache2 avahi beagle berkdb bitmap-fonts bookmarks bzip2 cairo cdr cli cpudetection cracklib crypt daap dbus dga dlloader dri dts dv dvd dvdr dvdread effects elibc_glibc encode fam fat ffmpeg firefox flac gd gdbm gif glibc-omitfp glitz glx gnome gpm gstreamer gstreamer010 gtk gtk2 hal howl-compat iconv ieee1394 imagemagick inkjar input_devices_keyboard input_devices_mouse ipod ithreads java jpeg kernel_linux libg++ linguas_en mad matroska mbox mcal mdnsresponder-compat mime mjpeg mono mp3 mp4 mpeg mplayer mysql nautilus ncurses netpbm network nforce2 nfs nls nocardbus nptl nptlonly nsplugin ntfs nvidia odbc ogg openal opengl oss pam pcre pdf perl png pop ppds pppd python quicktime rar readline reflection samba sdl session soap sockets spl ssl subtitles svg tcpd theora threads tiff tools truetype truetype-fonts type1-fonts udev unicode userland_GNU userlocales utf8 v4l v4l2 video_cards_fbdev video_cards_nv video_cards_nvidia video_cards_vesa vorbis webdav x264 xml xml2 xorg xsl xvid xvmc zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 3 Jgarcia 2006-11-05 10:15:03 UTC
(In reply to comment #2)
Last emerge sync install automake-wrapper and autonconf-wrapper and it seems to solve failed emerge.
Now beryl emerge fine.
Thx