Help! I am installing rc3 and completed the stage 1 part without any problems that I am aware of. When I did the emerge -p system, I got an error (shown below), which indicates that one of my ebuild files (/usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild) was corrupted. How do I re-fetch that ebuild file so that I can continue the installation?

Thanks much.

Here is what happened:

Script started on Wed Mar 12 01:41:27 2003
cdimage portage # emerge --pretend --debug system

These are the packages that I would merge, in order:

Calculating system dependencies
/usr/sbin/ebuild.sh: /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild: line 28: unexpected EOF while looking for matching `"'
/usr/sbin/ebuild.sh: /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild: line 42: syntax error: unexpected end of file


!!! ERROR: dev-libs/glib-1.2.10-r5 failed.
!!! Function , Line 1032, Exitcode 1
!!! error sourcing ebuild


aux_get(): (0) Error in dev-libs/glib-1.2.10-r5 ebuild. Check for syntax error or corruption in the ebuild. (--debug)


!!! all ebuilds that could satisfy "=dev-libs/glib-1.2*" have been masked.
!!! (dependency required by "sys-libs/pam-0.75-r11" [ebuild])
cdimage portage # cat /usr/portage/dev-libs/glib/glib-1.2.10-r5.ebuild
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.7 2003/02/22 00:35:21 zwelch Exp $


inherit libtool

S="${WORKDIR}/${P}"
DESCRIPTION="The GLib library of C routines"
SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz
    ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz";
HOMEPAGE="http://www.gtk.org/";

SLOT="1"
LICENSE="LGPL-2.1"
KEYWORDS="x86 ppc sparc alpha mips hppa arm"

DEPEND="virtual/glibc"

src_compile() {

elibtoolize

   econf \
       --with-threads=posix \
       --enable-debug=yes || die

   if [ "${ARCH}" = "alpha" ] ; then
       emake CFLAGS="${C"${CFLAGS} -fPIC" || die
   else
       emake || die
   fi
}

src_install() {
   einstall || die

( cd ${D}/usr/lib ; chmod 755 libgmodule-1.2.so.* )

dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS

   dohtml -r docscdimage portage #
cdimage portage # exit
Script done on Wed Mar 12 01:42:40 2003




_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



-- [EMAIL PROTECTED] mailing list



Reply via email to