From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev-return-5590-arch-gentoo-dev=gentoo.org@gentoo.org> Received: (qmail 28027 invoked by uid 1002); 14 Aug 2003 04:01:50 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: <mailto:gentoo-dev@gentoo.org> List-Help: <mailto:gentoo-dev-help@gentoo.org> List-Unsubscribe: <mailto:gentoo-dev-unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-dev-subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 749 invoked from network); 14 Aug 2003 04:01:50 -0000 From: Ben Calvert <ben@stonehenge-net.com> Organization: Stonehenge Networks To: gentoo-dev@gentoo.org Date: Wed, 13 Aug 2003 21:01:26 -0700 User-Agent: KMail/1.5.2 MIME-Version: 1.0 X-warcry: mulch! X-unimog: my unimog is better than your hummer X-h2g2-quote: "footnote 13: isn't it fun reading the footnotes?" X-message-flag: If you can read this, you're using Microsoft Outlook. Why? I mean, you don't have to use linux if you don't want to, there are perfectly good free alternatives for windows or macos... Content-Type: Multipart/Mixed; boundary="Boundary-00=_WmwO/6+Rp2N/dHc" Message-Id: <200308132101.26091.ben@stonehenge-net.com> Subject: Fwd: Re: [gentoo-dev] strange ebuild error X-Archives-Salt: d5fda18f-dbec-4497-bcfa-a1de321995b6 X-Archives-Hash: 43e711d7810546a988ec300c64fb6ba0 --Boundary-00=_WmwO/6+Rp2N/dHc Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline ok - mike and max both tried to explain how to fix the version number within the *ebuild file, but having pretty much 0 python skillz it went straight over my head. I replaced the code with the number, can someone show me exactly what i should have? <snip> S=${WORKDIR}/AfterStep-2.00.beta1 DESCRIPTION="A window manager based on the NeXTStep interface." SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-2.00.beta1.tar.bz2" <snip> thanks --Boundary-00=_WmwO/6+Rp2N/dHc Content-Type: message/rfc822; name="forwarded message" Content-Transfer-Encoding: 7bit Content-Description: Max Kalika <max@gentoo.org>: Re: [gentoo-dev] strange ebuild error Return-Path: <max@gentoo.org> X-Original-To: ben@stonehenge-net.com Delivered-To: ben@stonehenge-net.com Received: from mail.lsit.ucsb.edu (stan.lsit.ucsb.edu [128.111.169.4]) by localhost.stonehenge-net.com (Postfix) with ESMTP id 2EB584A8CA for <ben@stonehenge-net.com>; Wed, 13 Aug 2003 20:33:33 -0700 (PDT) Received: from mail.lsit.ucsb.edu (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 8A3D8360F0A; Wed, 13 Aug 2003 20:30:18 -0700 (PDT) Received: from [192.168.77.2] (ip68-6-36-243.sb.sd.cox.net [68.6.36.243]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.lsit.ucsb.edu (Postfix) with ESMTP id C214936085F; Wed, 13 Aug 2003 20:30:17 -0700 (PDT) Date: Wed, 13 Aug 2003 20:30:08 -0700 From: Max Kalika <max@gentoo.org> To: Ben Calvert <ben@stonehenge-net.com>, gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] strange ebuild error Message-ID: <2147483647.1060806608@[192.168.26.4]> In-Reply-To: <200308132000.35834.ben@stonehenge-net.com> References: <200308132000.35834.ben@stonehenge-net.com> X-Mailer: Mulberry/3.1.0b5 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Status: No, hits=-2.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Pyzor: Reported 0 times. X-UID: 9562 Quoting Ben Calvert <ben@stonehenge-net.com>: > Am trying my hand at an ebuild for afterstep-2.00.beta1 and am having the > following problem when adapting the 1.8.11-r2 file: when trying to > create the digest, I get the following error: > > ben@lorax afterstep $ sudo ebuild afterstep-2.00.beta1.ebuild digest > Password: > !!! Name error in 2.00.beta1 > !!! Error: PF is null; exiting. Call the ebuild afterstep-2.00_beta1.ebuild (notice the underscore instead of dot). You can convert the underscore to the dot for $SRC_URI and $S within the ebuild code with something like ${P/_beta/.beta/}. --mk --Boundary-00=_WmwO/6+Rp2N/dHc Content-Type: text/plain; charset=us-ascii -- gentoo-dev@gentoo.org mailing list --Boundary-00=_WmwO/6+Rp2N/dHc--