From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MPyej-0001Tw-Fk for garchives@archives.gentoo.org; Sun, 12 Jul 2009 12:59:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6FBFE06CE; Sun, 12 Jul 2009 12:59:47 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 77034E06CE for ; Sun, 12 Jul 2009 12:59:47 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so337499eyh.36 for ; Sun, 12 Jul 2009 05:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=v7nxPWxwD9XQS8QPGKNBCKLI0lBxOFUU+GQIioVkS1w=; b=nRn2ibXDdX54jwrbGLgV2HKUgzZIySJFmNjb1GErXL1ra5mTvm+8EmjY1TXbNRMP/c lamXW7Z+84pt+lU4zqvUbrRMwo50HruqP+/f8Tlzxtup13u1PkhLIQJQZzDeBTXkCqtc nIYzwUf5t7LcvFIcVsxbU+LYhHIWqY0OnzY9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=UXDxfUUih4j7nFN7J9rcZ9JnHkLy0orHNPQzjE9lgE6YhXqqqGt3tLQSQwBbF8wpA1 OolynfHGR0+sHA3XXFEQB81gasM/+lL7HDHMU2Y9ZM0Oga8ZaQxmToHQ1ibX0NW63WKa ZCepgJf3MJVmx85f7tbwnFraMUqofFBDA+qTU= Received: by 10.210.63.18 with SMTP id l18mr4865709eba.67.1247403586899; Sun, 12 Jul 2009 05:59:46 -0700 (PDT) Received: from lappy.study (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id 24sm7277720eyx.23.2009.07.12.05.59.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 12 Jul 2009 05:59:46 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] [OT] Help tweaking an ebuild Date: Sun, 12 Jul 2009 13:59:33 +0100 User-Agent: KMail/1.9.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2048657.egDn2j0nT7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200907121359.44502.michaelkintzios@gmail.com> X-Archives-Salt: c456c50d-ef49-4649-8e71-863f3b185362 X-Archives-Hash: 3a7e2a64daa3b24d3906bb6ffe2b9e31 --nextPart2048657.egDn2j0nT7 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi All, I am not at all competent at modifying ebuilds. I am trying to emerge an=20 ebuild locally for testing and I have two problems straight off the mark. a)How should I specify the URI for the source file if it is already copied= =20 into my /usr/portage/distfiles? b)Trying to create a manifest gives me errors: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ebuild rtmpdump-1.2.ebuild manifest /usr/local/portage/media-libs/rtmpdump/rtmpdump-1.2.ebuild: line 34:=20 unexpected EOF while looking for matching `"' /usr/local/portage/media-libs/rtmpdump/rtmpdump-1.2.ebuild: line 43: syntax= =20 error: unexpected end of file *=20 * ERROR: media-libs/rtmpdump-1.2 failed. * Call stack: * ebuild.sh, line 1879: Called _source_ebuild * ebuild.sh, line 1818: Called die * The specific snippet of code: * source "${EBUILD}" || die "error sourcing ebuild" * The die message: * error sourcing ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Line 34 is shown below: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D rc_compile() { if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then econf fi if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ] ; then emake || die "emake failed" <--this is line 34--> fi } =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D and this is line 42 (there is no line 43!): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D src_install() { dobin rtmpdump dodoc README ChangeLog prepalldocs } <--this is line 42--> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Could you please hold my hand on this? =2D-=20 Regards, Mick --nextPart2048657.egDn2j0nT7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEABECAAYFAkpZ3kAACgkQVTDTR3kpaLbkrACg0MQ+Be/S6iBkWPj+o25p5cwa IAwAoKooH7gFu/1xCr9P1o41jOGDSyey =+kDu -----END PGP SIGNATURE----- --nextPart2048657.egDn2j0nT7--