From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kscla-0001b5-3W for garchives@archives.gentoo.org; Wed, 22 Oct 2008 12:24:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059C1E04F1; Wed, 22 Oct 2008 12:24:44 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.147]) by pigeon.gentoo.org (Postfix) with ESMTP id B31EBE04F1 for ; Wed, 22 Oct 2008 12:24:43 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so916937eyk.10 for ; Wed, 22 Oct 2008 05:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=XCnIn+2+5tqHwUd7J2LqTdUhQQMzZmrgXdhh8Ef1ewk=; b=hl5MtrLU4qdFpiVmXq43KtE4nVlgxsAJj1lRuyquAuqIVBBtXPA0oAHgm/Mbp+fbyz tPVXdHy6PG0WPgFfcRiHAYfZtli8UPDCH5MkA0SDAb//uZ9jOmrStJlK3wDhD8/QEH63 2h6n4GIkTsT0sCmeA/9bzFahEgeNUPy/ZgIbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=WsT+Pp7cMQY2qMSH4Qk4+FKCUqeis8EaKbevtzG3YsDYaTtJpYPnAGMXYJY0K7ihxK xXRJsqvizaMP/6YvYTfnaCDS6hAUINJHCI6xZrYSdnI6GSMMRjxCnjTjKJ2A/urPNt1f odqnEqUar5vOGyH8ypdufrEE2viUYUMXw+kYg= Received: by 10.102.218.6 with SMTP id q6mr5120621mug.127.1224678281694; Wed, 22 Oct 2008 05:24:41 -0700 (PDT) Received: from monordi ([78.115.245.101]) by mx.google.com with ESMTPS id w5sm37396405mue.10.2008.10.22.05.24.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Oct 2008 05:24:40 -0700 (PDT) Date: Wed, 22 Oct 2008 14:24:41 +0200 From: Fabrice Delliaux To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] AbiWord 2.6.4 build failure Message-ID: <20081022142441.460798ec@monordi> In-Reply-To: <68b1e2610810220309n2eae8eahb3695acd24946151@mail.gmail.com> References: <68b1e2610810181120k24ba1b1aj69fda3649fbadecc@mail.gmail.com> <20081018203415.2db39881@monordi> <68b1e2610810181156o1a6e4dc0t7b43bc012ee8672f@mail.gmail.com> <20081020231711.GA9575@waltdnes.org> <68b1e2610810210221k88a9e9ao9f29c844e76dfd00@mail.gmail.com> <20081021122333.34158462@monordi> <68b1e2610810220309n2eae8eahb3695acd24946151@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) 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: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 25cf24a7-bb90-43f8-8bf4-272b52ffa064 X-Archives-Hash: 4e83728d0fbc0850745f790623d7160c Hi, Thanks for the links. Le Wed, 22 Oct 2008 12:09:22 +0200, Liviu Andronic a =C3=A9crit : > I've just uploaded the two files: > Makefile: > http://s000.tinyupload.com/index.php?file_id=3D02299843822915416335 You probably upload the wrong file. This can't be this one. But I think I found the problem, and it seems to be a bug : make is actually failing on this line in the Makefile : > /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */ Can you please run the following commands to copy the ebuild to an overlay ( assuming /usr/local/portage is the overlay ) : # cd /usr/local/portage # mkdir -p app-office/abiword/files # cd app-office/abiword # cp /usr/portage/app-office/abiword/abiword/abiword-2.6.4.ebuild . Then, edit abiword.2.6.4.ebuild, and add the following src_unpack function : > src_unpack() { > unpack ${A} > cd "${S}" > > epatch ${FILESDIR}/fix-build.patch > } Download the fix-build.patch from here to /tmp/fix-build.patch : http://s000.tinyupload.com/index.php?file_id=3D39475871613771688451 Finally run : # cd /usr/local/portage/app-office/abiword # cp /tmp/fix-build.patch files/ # ebuild abiword.2.6.4.ebuild digest # emerge =3Dabiword-2.6.4 If it fix the problem, you should open a bug at http://bugs.gentoo.org, with your emerge --info, the build log when it fails, and the patch.