From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from femail34.sdc1.sfba.home.com ([24.254.60.24]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15TVBi-0007DG-00 for gentoo-dev@gentoo.org; Sun, 05 Aug 2001 15:11:54 -0600 Received: from k68pc2.home.com ([24.255.149.198]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010805211143.NSUA15269.femail34.sdc1.sfba.home.com@k68pc2.home.com> for ; Sun, 5 Aug 2001 14:11:43 -0700 From: Collins Richey To: gentoo Message-Id: <20010805152251.32935968.erichey2@home.com> X-Mailer: Sylpheed version 0.5.0 (GTK+ 1.2.10; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] gentoo 0.5.2.ebuild failure Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Aug 5 15:12:02 2001 X-Original-Date: Sun, 5 Aug 2001 15:22:51 +0000 X-Archives-Salt: a8e9bc14-e3c6-477e-a247-58bf45bd96a7 X-Archives-Hash: 635c07d134f6fdc2883993addc3c5f5e I'm using the following for ebuild #P= A=${PN}-0.5.2.tar.bz2 S=${WORKDIR}/${PN}-0.52. # everything after this point identical to 0.5.0.ebuild DESCRIPTION="A lightweight email client and newsreader" SRC_URI="http://sylpheed.good-day.net/sylpheed/${A}" HOMEPAGE="http://sylpheed.good-day.net" DEPEND=">=x11-libs/gtk+-1.2 >=media-libs/compface-1.4 gnome? ( >=media-libs/gdk-pixbuf-0.10 ) nls? ( sys-devel/gettext )" RDEPEND=">=x11-libs/gtk+-1.2 gnome? ( >=media-libs/gdk-pixbuf-0.10 )" src_compile() { local myconf if [ -z "`use gnome`" ] ; then myconf="--disable-gdk-pixbuf --disable-imlib" fi if [ -z "`use nls`" ] ; then myconf="$myconf --disable-nls" fi try ./configure --prefix=/usr/X11R6 --host=${CHOST} --enable-ipv6 $myconf try make } src_install () { try make prefix=${D}/usr manualdir=${D}/usr/share/doc/${PF}/html install dodoc AUTHORS COPYING ChangeLog* NEWS README* TODO* I did these steps 1) created the ebuild 2) ebuild sylpheed-0.5.2.ebuild fetch 3) ebuild sylpheed-0.5.2.ebuild digest 4) emerge sylpheed-0.5.2.ebuild } When I run emerge I get >>> emerge net-mail/sylpheed-0.5.2 to / >>> md5 ;-) sylpheed-0.5.2.tar.bz2 >>> Unpacking source... >>> Unpacking sylpheed-0.5.2.tar.bz2 >>> Source unpacked. /usr/sbin/ebuild.sh: ./configure: No such file or directory !!! ERROR: the ./configure command did not complete successfully. !!! ("./configure --prefix=/usr/X11R6 --host=i486-pc-linux-gnu --enable-ipv6") !!! Since this is a critical task, ebuild will be stopped. !!! emerge aborting on /usr/portage/net-mail/sylpheed/sylpheed-0.5.2.ebuild . The source in /usr/tmp/portage/sylpheed-0.5.2/work/sylpheed-0.5.2 looks normal, and there is a configure file. Any clues? -- Collins Richey Denver Area Gentoo_rc5 XFCE