[gentoo-user] emerge

2006-12-11 Thread Cosmin Rentea


Hi all,

Is it possible to have in emerge something similar to the -k option 
of make ?



   -k, --keep-going
Continue as much as possible after an error.  While the 
target that failed, and those that depend on it, cannot be  remade,  the

other dependencies of these targets can be processed all the same.


It would be particularly useful when emerging world, system or 
multiple packages, some of which have broken ebuilds.




--
---
Dipl.Ing. Cosmin Rentea  web:http://www.fokus.fraunhofer.de/motion
Fraunhofer FOKUS email:  [EMAIL PROTECTED]
Kaiserin-Augusta-Allee 31tel:++49-30-3463-7175
D-10589 Berlin   fax:++49-30-3463-8243
---

--
gentoo-user@gentoo.org mailing list



[gentoo-user] automake fails when emerging

2006-11-03 Thread Cosmin Rentea

Hi,

I'm having a problem with automake while emerging several packages.
For instance:


 * Running eautoreconf in 
'/var/tmp/portage/mono-1.1.13.8.1/work/mono-1.1.13.8.1/libgc' ...
 * Running aclocal ... 


  [ ok ]
 * Running libtoolize --copy --force --automake ... 


  [ ok ]
 * Running aclocal ... 


  [ ok ]
 * Running autoconf ... 


  [ ok ]
 * Running automake --add-missing --copy --foreign ... 


  [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/mono-1.1.13.8.1/temp/automake-7703.out


!!! ERROR: dev-lang/mono-1.1.13.8.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  mono-1.1.13.8.1.ebuild, line 56:   Called eautoreconf
  autotools.eclass, line 73:   Called eautoreconf
  autotools.eclass, line 87:   Called eautomake
  autotools.eclass, line 188:   Called autotools_run_tool 'automake' 
'--add-missing' '--copy' '--foreign'

  autotools.eclass, line 240:   Called die

!!! Failed Running automake !
!!! If you need support, post the topmost build error, and the call 
stack if relevant.






--- contents of /var/tmp/portage/mono-1.1.13.8.1/temp/automake-7703.out

* automake *

configure.in:23: required file `./config.guess' not found
configure.in:23: required file `./config.sub' not found


--- installed versions of automake

1.9.6, 1.8.5, 1.7.9, 1.6.3


--- snippet from /usr/bin/automake

if [ ${0##*/} = am-wrapper.sh ] ; then
echo Don't call this script directly. 2
exit 1
fi

vers=1.9 1.8 1.7 1.6 1.5 1.4

for v in ${vers} ; do
eval binary_${v/./_}=${0}-${v}
done
binary=${binary_1_9}

#
# Check the WANT_AUTOMAKE setting
#
for v in ${vers} x ; do
if [ ${v} = x ] ; then
unset WANT_AUTOMAKE
break
fi

if [ ${WANT_AUTOMAKE} = ${v} ] ; then
binary=binary_${v/./_}
binary=${!binary}
break
fi
done

--- Portage version

Portage 2.1.1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, 
glibc-2.4-r3, 2.6.17-gentoo-r8 i686)




---

Could you please give me some advice on how to proceed ?


Thanks,
Cosmin
--
gentoo-user@gentoo.org mailing list