From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hq7Sl-0008PY-7p for garchives@archives.gentoo.org; Mon, 21 May 2007 12:58:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4LCvRUN029822; Mon, 21 May 2007 12:57:27 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4LCvPxB029817 for ; Mon, 21 May 2007 12:57:26 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id F12CA650BB for ; Mon, 21 May 2007 12:57:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 2.208 X-Spam-Level: ** X-Spam-Status: No, score=2.208 required=5.5 tests=[AWL=1.263, HTML_10_20=0.945, HTML_MESSAGE=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zbKfTQ1GxMnc for ; Mon, 21 May 2007 12:57:23 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by smtp.gentoo.org (Postfix) with ESMTP id 52158650A9 for ; Mon, 21 May 2007 12:57:23 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id b38so454780ana for ; Mon, 21 May 2007 05:57:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Z50DgVX1RPX+rgsUH/gZWs5YmCuiO9VNylfZBjclRRc4h7I4Ew1hfV9IkyGZiW4zGmTNKCAMnapiD+Vrlg3WoDANuTW5hyTY5651Jzs836QNBAn4LmHwVI2xmsTbaf1FiUza6hYxzbVZbnWj12lrWhlzdBswiipMe1GRHlQw4ls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gPdMNKare0Dt7DaNtpd7KE/u+vcHZxtQTHu0P1QU/qhlcbJl6++WjXOEFtJEUdkHDyovVBLD1GmRd/WEtaFj5l6zF7LqhuyHXpjIwB71Nt12WVHzcWuSq/YkBQihDQ92jRkhTAS68QFqjQpvkMi0Cjzxr5qsV1K4F7bvhNLRJ1I= Received: by 10.100.167.7 with SMTP id p7mr2919459ane.1179752242623; Mon, 21 May 2007 05:57:22 -0700 (PDT) Received: by 10.100.93.3 with HTTP; Mon, 21 May 2007 05:57:22 -0700 (PDT) Message-ID: <8b3418700705210557o67988170p1a5e06e49f624326@mail.gmail.com> Date: Mon, 21 May 2007 14:57:22 +0200 From: "Olivier Crauste" To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] paw-2.14.04-r2 ebuild compile problems Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_86655_17975292.1179752242589" X-Archives-Salt: def5ba99-3c26-4211-b9cc-f13933ba92db X-Archives-Hash: b21a9d93305060036c1d359f29169905 ------=_Part_86655_17975292.1179752242589 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi there, I recently wanted to install paw but the 2.14.04-r2 ebuild died with "sed failed". After a fast search, I found that tries to patch wrong directories : the "${S}" variable is "[...]/paw-2.14.04.dfsg.orig" but the real directory is "[...]/paw_2.14.04.dfsg.orig" To make it compiles, I've added to the ebuild's 'src_unpack' function the 2 lines below: mv "${WORKDIR}/${DEB_PN}_${DEB_PV}.orig" ${S} mv "${WORKDIR}/${DEB_PN}-${DEB_PV}/debian" ${S}/ I'm sure there is a better way for this bug, but it works. Kind regards Olivier Crauste ------=_Part_86655_17975292.1179752242589 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi there,

I recently wanted to install paw but the 2.14.04-r2 ebuild died with "sed failed".
After a fast search, I found that tries to patch wrong directories :
the "${S}" variable is "[...]/paw- 2.14.04.dfsg.orig" but the real directory is "[...]/paw_2.14.04.dfsg.orig"

To make it compiles, I've added to the ebuild's 'src_unpack' function the 2 lines below:
mv "${WORKDIR}/${DEB_PN}_${DEB_PV}.orig" ${S}
mv "${WORKDIR}/${DEB_PN}-${DEB_PV}/debian" ${S}/


I'm sure there is a better way for this bug, but it works.

Kind regards

Olivier Crauste
------=_Part_86655_17975292.1179752242589-- -- gentoo-science@gentoo.org mailing list