Le Sat, 18 Oct 2008 20:20:49 +0200,
Liviu Andronic a écrit :
> Could anyone suggest a work around?
What's the content of your make.conf please ?
10-18-2008, 06:56 PM
"Liviu Andronic"
AbiWord 2.6.4 build failure
On Sat, Oct 18, 2008 at 9:34 PM, Fabrice Delliaux <netfab@gmail.com> wrote:
What's the content of your make.conf please ?
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
PORTAGE_ELOG_SYSTEM="save save_summary echo"
PORTAGE_ELOG_CLASSES="warn error info log"
Liviu
10-19-2008, 10:59 AM
"Arttu V."
AbiWord 2.6.4 build failure
On 10/18/08, Liviu Andronic <landronimirc@gmail.com> wrote:
> PORTDIR_OVERLAY="/usr/portage"
> PORTDIR_OVERLAY="/usr/local/portage"
I don't really know an answer, but I'm curious about what has been
attempted with these two lines. Would it work better without overlays,
i.e., by commenting these two out?
--
Arttu V.
10-19-2008, 11:08 AM
Alan McKinnon
AbiWord 2.6.4 build failure
On Sunday 19 October 2008 12:59:35 Arttu V. wrote:
> On 10/18/08, Liviu Andronic <landronimirc@gmail.com> wrote:
> > PORTDIR_OVERLAY="/usr/portage"
> > PORTDIR_OVERLAY="/usr/local/portage"
>
> I don't really know an answer, but I'm curious about what has been
> attempted with these two lines. Would it work better without overlays,
> i.e., by commenting these two out?
Only the second one will take effect.
--
alan dot mckinnon at gmail dot com
10-19-2008, 02:51 PM
"Liviu Andronic"
AbiWord 2.6.4 build failure
On Sun, Oct 19, 2008 at 12:59 PM, Arttu V. <arttuv69@gmail.com> wrote:
On 10/18/08, Liviu Andronic <landronimirc@gmail.com> wrote:
> PORTDIR_OVERLAY="/usr/portage"
> PORTDIR_OVERLAY="/usr/local/portage"
I don't really know an answer, but I'm curious about what has been
attempted with these two lines. Would it work better without overlays,
i.e., by commenting these two out?
Well, doing so (#PORTDIR_OVERLAY="/usr/local/portage") I did get a different error message. Same spot, but now Portage tells me:
################## Build debug ##################
**
** ERROR: app-office/abiword-2.6.4 failed.
** Call stack:
**************** ebuild.sh, line** 49:* Called src_compile
************** environment, line 3299:* Called gnome2_src_compile
************** environment, line 2312:* Called die
** The specific snippet of code:
******** emake || die "compile failure"
*** The die message:
**** compile failure
**
** If you need support, post the topmost build error, and the call stack if relevant.
** A complete build log is located at '/var/tmp/portage/app-office/abiword-2.6.4/temp/build.log'.
** The ebuild environment file is located at '/var/tmp/portage/app-office/abiword-2.6.4/temp/environment'.
** This ebuild used the following eclasses from overlays:
**** /usr/portage/eclass/alternatives.eclass
**** /usr/portage/eclass/eutils.eclass
**** /usr/portage/eclass/multilib.eclass
**** /usr/portage/eclass/toolchain-funcs.eclass
**** /usr/portage/eclass/gnome2-utils.eclass
**** /usr/portage/eclass/versionator.eclass
**
################## End of build debug ##################
Ideas, anyone?
Liviu
10-19-2008, 03:20 PM
Daniel Pielmeier
AbiWord 2.6.4 build failure
Liviu Andronic schrieb am 19.10.2008 16:51:
> On Sun, Oct 19, 2008 at 12:59 PM, Arttu V. <arttuv69@gmail.com> wrote:
>
>> On 10/18/08, Liviu Andronic <landronimirc@gmail.com> wrote:
>>> PORTDIR_OVERLAY="/usr/portage"
>>> PORTDIR_OVERLAY="/usr/local/portage"
>> I don't really know an answer, but I'm curious about what has been
>> attempted with these two lines. Would it work better without overlays,
>> i.e., by commenting these two out?
>>
>> Well, doing so (#PORTDIR_OVERLAY="/usr/local/portage") I did get a
> different error message. Same spot, but now Portage tells me:
>
> ################## Build debug ##################
> *
> * ERROR: app-office/abiword-2.6.4 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 3299: Called gnome2_src_compile
> * environment, line 2312: Called die
> * The specific snippet of code:
> * emake || die "compile failure"
> * The die message:
> * compile failure
> *
> * If you need support, post the topmost build error, and the call stack if
> relevant.
> * A complete build log is located at
> '/var/tmp/portage/app-office/abiword-2.6.4/temp/build.log'.
> * The ebuild environment file is located at
> '/var/tmp/portage/app-office/abiword-2.6.4/temp/environment'.
> * This ebuild used the following eclasses from overlays:
> * /usr/portage/eclass/alternatives.eclass
> * /usr/portage/eclass/eutils.eclass
> * /usr/portage/eclass/multilib.eclass
> * /usr/portage/eclass/toolchain-funcs.eclass
> * /usr/portage/eclass/portability.eclass
> * /usr/portage/eclass/gnome2.eclass
> * /usr/portage/eclass/fdo-mime.eclass
> * /usr/portage/eclass/libtool.eclass
> * /usr/portage/eclass/gnome.org.eclass
> * /usr/portage/eclass/gnome2-utils.eclass
> * /usr/portage/eclass/versionator.eclass
> *
> ################## End of build debug ##################
>
> Ideas, anyone?
> Liviu
>
Where is your portage tree stored? In /usr/portage I guess, so remove
this PORTDIR_OVERLAY="/usr/portage" or replace it with
PORTDIR="/usr/portage" but this is not needed as it is default.
Regarding PORTDIR_OVERLAY="/usr/local/portage" if you have overlays
there you should remove the # comment. I suggest you to read this [1]
and the portage man pages again carefully.
Also the build logs you have posted are completely useless, as the do
not really show the error messages which may trigger this errors.
On Sunday 19 October 2008 16:51:32 Liviu Andronic wrote:
> On Sun, Oct 19, 2008 at 12:59 PM, Arttu V. <arttuv69@gmail.com> wrote:
> > On 10/18/08, Liviu Andronic <landronimirc@gmail.com> wrote:
> > > PORTDIR_OVERLAY="/usr/portage"
> > > PORTDIR_OVERLAY="/usr/local/portage"
> >
> > I don't really know an answer, but I'm curious about what has been
> > attempted with these two lines. Would it work better without overlays,
> > i.e., by commenting these two out?
> >
> > Well, doing so (#PORTDIR_OVERLAY="/usr/local/portage") I did get a
>
> different error message. Same spot, but now Portage tells me:
>
> ################## Build debug ##################
> *
> * ERROR: app-office/abiword-2.6.4 failed.
> * Call stack:
> * ebuild.sh, line 49: Called src_compile
> * environment, line 3299: Called gnome2_src_compile
> * environment, line 2312: Called die
> * The specific snippet of code:
> * emake || die "compile failure"
> * The die message:
> * compile failure
> *
> * If you need support, post the topmost build error, and the call stack if
> relevant.
^^^^^^^
You did not do this. You posted the bottommost error.
With the information you supplied it is not possible to assist you in any
meaningful way.
--
alan dot mckinnon at gmail dot com
10-19-2008, 09:18 PM
"Liviu Andronic"
AbiWord 2.6.4 build failure
On 10/19/08, Daniel Pielmeier <daniel.pielmeier@googlemail.com> wrote:
> Where is your portage tree stored? In /usr/portage I guess, so remove
> this PORTDIR_OVERLAY="/usr/portage" or replace it with
> PORTDIR="/usr/portage" but this is not needed as it is default.
> Regarding PORTDIR_OVERLAY="/usr/local/portage" if you have overlays
> there you should remove the # comment. I suggest you to read this [1]
> and the portage man pages again carefully.
>
Thank you for the hints.
Liviu
--
--- Do you know how to read? http://www.alienetworks.com/srtest.cfm Do
you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
10-19-2008, 09:36 PM
"Liviu Andronic"
AbiWord 2.6.4 build failure
On 10/19/08, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>>* * If you need support, post the topmost build error, and the call stack
>> if
>> relevant.
>*********************************** ^^^^^^^
>
> You did not do this. You posted the bottommost error.
>
Well, the error message essentially didn't change from my first posting, so the second time I posted only the diff. Below is the topmost error; if not, please tell me how you would expect it to be.
Thank you,
Liviu
################
make[4]: Leaving directory `/var/tmp/portage/app-office/abiword-2.6.4/work/abiword-2.6.4/src/af/xap/xp'
Making all in unix
make[4]: Entering directory `/var/tmp/portage/app-office/abiword-2.6.4/work/abiword-2.6.4/src/af/xap/unix'
make: *** [all-recursive] Error 1
**
** ERROR: app-office/abiword-2.6.4 failed.
** Call stack:
**************** ebuild.sh, line** 49:* Called src_compile
************** environment, line 3298:* Called gnome2_src_compile
************** environment, line 2311:* Called die
** The specific snippet of code:
******** emake || die "compile failure"
*** The die message:
**** compile failure
#################
10-20-2008, 11:17 PM
"Walter Dnes"
AbiWord 2.6.4 build failure
On Sat, Oct 18, 2008 at 09:56:48PM +0300, Liviu Andronic wrote
> MAKEOPTS="-j3"
Change this to...
MAKEOPTS="-j1"
and re-run the build. You'd be surprised how often that is the problem.
I run MAKEOPTS="-j1" on a Core Duo. It takes a few minutes longer than
-j3 to update world, but it only takes one crash during a build at -j2
or -j3 to destroy any time that you "save". I know I'm being more
conservative than the Gentoo handbook, but the smoother builds are worth
it. And no, the -j option does *NOT* affect the speed of the binary
that you've built.