Hi, Thanks for the links.
Le Wed, 22 Oct 2008 12:09:22 +0200, Liviu Andronic a écrit : > I've just uploaded the two files: > Makefile: > http://s000.tinyupload.com/index.php?file_id=02299843822915416335 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=39475871613771688451 Finally run : # cd /usr/local/portage/app-office/abiword # cp /tmp/fix-build.patch files/ # ebuild abiword.2.6.4.ebuild digest # emerge =abiword-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.