Summary: | x11-libs/gtk+-1.2.10-r12 missing automake-1.4 dependency | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dawid Węgliński (RETIRED) <cla> |
Component: | New packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alaksiej, duane, gentoo-bugs, mail, narancs, patrick, vizjer |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 148821 |
Description
Dawid Węgliński (RETIRED)
![]() *** Bug 150516 has been marked as a duplicate of this bug. *** *** Bug 150973 has been marked as a duplicate of this bug. *** *** Bug 151216 has been marked as a duplicate of this bug. *** *** Bug 151844 has been marked as a duplicate of this bug. *** (In reply to comment #0) > >>> Emerging (1 of 2) x11-libs/gtk+-1.2.10-r12 to / > * gtk+-1.2.10-r8-gentoo.diff.bz2 MD5 ;-) ... > [ ok ] > * gtk+-1.2.10-r8-gentoo.diff.bz2 RMD160 ;-) ... > [ ok ] > * gtk+-1.2.10-r8-gentoo.diff.bz2 SHA1 ;-) ... > [ ok ] > * gtk+-1.2.10-r8-gentoo.diff.bz2 SHA256 ;-) ... > [ ok ] > * gtk+-1.2.10-r8-gentoo.diff.bz2 size ;-) ... > [ ok ] > * gtk+-1.2.10.tar.gz MD5 ;-) ... > [ ok ] > * gtk+-1.2.10.tar.gz RMD160 ;-) ... > [ ok ] > * gtk+-1.2.10.tar.gz SHA1 ;-) ... > [ ok ] > * gtk+-1.2.10.tar.gz SHA256 ;-) ... > [ ok ] > * gtk+-1.2.10.tar.gz size ;-) ... > [ ok ] > * checking ebuild checksums ;-) ... > [ ok ] > * checking auxfile checksums ;-) ... > [ ok ] > * checking miscfile checksums ;-) ... > [ ok ] > * checking gtk+-1.2.10.tar.gz ;-) ... > [ ok ] > * checking gtk+-1.2.10-r8-gentoo.diff.bz2 ;-) ... > [ ok ] > >>> Unpacking source... > >>> Unpacking gtk+-1.2.10.tar.gz to /var/tmp/portage/gtk+-1.2.10-r12/work > * Applying gtk+-1.2.10-m4.patch ... > [ ok ] > * Applying gtk+-1.2.10-r8-gentoo.diff.bz2 ... > [ ok ] > * Applying gtk+-1.2-locale_fix.patch ... > [ ok ] > * Applying gtk+-1.2.10-as-needed.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/gtk+-1.2.10-r12/work/gtk+-1.2.10' > ... > * Running aclocal ... > [ !! ] > > * Failed Running aclocal ! > * > * Include in your bugreport the contents of: > * > * /var/tmp/portage/gtk+-1.2.10-r12/temp/aclocal-13964.out > > > !!! ERROR: x11-libs/gtk+-1.2.10-r12 failed. > Call stack: > ebuild.sh, line 1546: Called dyn_unpack > ebuild.sh, line 708: Called src_unpack > gtk+-1.2.10-r12.ebuild, line 47: Called eautoreconf > autotools.eclass, line 79: Called eaclocal > autotools.eclass, line 117: Called autotools_run_tool 'aclocal' > autotools.eclass, line 229: Called die > > !!! Failed Running aclocal ! > !!! If you need support, post the topmost build error, and the call stack if > relevant. > > > > [~] # cat /var/tmp/portage/gtk+-1.2.10-r12/temp/aclocal-13964.out > ***** aclocal ***** > > am-wrapper: /usr/bin/aclocal-1.4 is missing or not executable. > Please try emerging the correct version of automake. > > > [~] # emerge --info| grep automake > sys-devel/automake: 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 > [~] # > > I don't really know if whole "emerge --info" is necessary. If yes, let me know > :) > I too had this problem, looks like automake-1.4 needs to be a dep of gtk. I did emerge =sys-devel/automake-1.4* and then emerged gtk without problem. (In reply to comment #5) > (In reply to comment #0) > > >>> Emerging (1 of 2) x11-libs/gtk+-1.2.10-r12 to / (...) > > I don't really know if whole "emerge --info" is necessary. If yes, let me know > > :) > > > > I too had this problem, looks like automake-1.4 needs to be a dep of gtk. I did > emerge =sys-devel/automake-1.4* and then emerged gtk without problem. > Yup, same solution, but it should be in the ebuild. *** Bug 153815 has been marked as a duplicate of this bug. *** Same here, x11-libs/gtk+-1.2.10-r12 does not seem to pull in the correct automake version (1.4). After manually emergeing =sys-devel/automake-1.4_p6 it has now started compiling. The ebuild seems to be missing the following line: export WANT_AUTOMAKE=1.4 WANT_AUTOMAKE=1.4 added before inherit autotools. Thanks |