Bug 148273 - app-text/sgml-common missing automake-1.4 dependency
|
Bug#:
148273
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: text-markup@gentoo.org
|
Reported By: r055co@rosscosworld.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: app-text/sgml-common missing automake-1.4 dependency
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-09-19 19:26 0000
|
While doing the initial build multiple failures with a number of packages. Off
the top of my head were popt, multiple packages in xorg and now sgml-common.
All asking for different versions of automake. The only way around the issue
is to emerge what aclocal is complaining about. Seems something is broken with
the new portage tree.
Example error of the latest while emerge for kde -
* checking sgml-common-0.6.3.tgz ;-) ...
[ ok ]>>> Unpacking source...
>>> Unpacking sgml-common-0.6.3.tgz to /var/tmp/portage/sgml-common-0.6.3-r4/work
am-wrapper: /usr/bin/automake-1.4 is missing or not executable.
Please try emerging the correct version of automake.
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sgml-common-0.6.3-r4/work/sgml-common-0.6.3 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --build=i686-pc-linux-gnu
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in . ./.. ./../..
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/sgml-common-0.6.3-r4/work/sgml-common-0.6.3/config.log
!!! ERROR: app-text/sgml-common-0.6.3-r4 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
ebuild.sh, line 605: Called econf
ebuild.sh, line 540: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
--------------------------------------------------------------------------------
livecd portage # emerge --info
Portage 2.1.1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3,
2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 AMD Athlon(tm) XP 2700+
Gentoo Base System version 1.12.5
Last Sync: Tue, 19 Sep 2006 23:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
ftp://gentoo.llarian.net/pub/gentoo http://gentoo.arcticnetwork.ca/"
LINGUAS=""
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.namerica.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X alsa apache2 apm arts artswrappersuid bash-completion
berkdb bitmap-fonts bzip bzip2 cario cli crypt cups dbus dlloader doc dri eds
elibc_glibc emboss encode firefox foomaticdb fortran gdbm gif gnutls gpm
gstreamer gtk gtk2 hal imlib input_devices_keyboard input_devices_mouse jack
jpeg kde kdeenablefinal kdehiddenvisibility kerberos kernel_linux krb4 libg++
libwww mad mikmod mmx mmxext mp3 mpeg ncurses nls nptl ogg opengl pam pcre perl
png pppd python qt3 qt4 quicktime readline reflection sdl session spell spl sse
ssl tcl tcpd tiff tk truetype truetype-fonts type1-fonts udev unicode usb
userland_GNU userlocales video_cards_fbdev video_cards_nvidia video_cards_vesa
vorbis x86 xinerama xml xmms xorg xv zlib"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS
This has nothing in common w/ packages.gentoo.org website.
*** Bug 148805 has been marked as a duplicate of this bug. ***
*** Bug 150414 has been marked as a duplicate of this bug. ***
Fixed in -r5 which now sets WANT_AUTOMAKE to 1.4 at the right place, thanks for
reporting.
*** Bug 150758 has been marked as a duplicate of this bug. ***
Eh, the stable version is still broken (and the DEPEND is redundant,
WANT_AUTOMAKE=1.4 already takes care of the dependencies via autotools.eclass.
*** Bug 151600 has been marked as a duplicate of this bug. ***
*** Bug 152621 has been marked as a duplicate of this bug. ***
(In reply to comment #8)
> *** Bug 152621 has been marked as a duplicate of this bug. ***
>
emerge =automake-1.4_p6
emerge sgml-common
Working good and compile without any problems :)
Greet`s
*** Bug 153103 has been marked as a duplicate of this bug. ***
The installer is STILL BROKEN though... from LiveCD? How do you fix that so
that I can install from LiveCD??
Well yes, the fix wasn't magically added to the LiveCD. I'm afraid there is
nothing we can do to fix it directly (except wait for the new release, that is)
but if you sync portage at some point during the install, you'll have the new
version and should be fine.
I don't know what will happen with the installer though...
Now this fixed in stable version also. Also it's not necessary to put automake
into DEPEND as autotools eclass handles this.