Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293813 - Boots 1.35-r2 fails to compile on a AMD 64 machine
Summary: Boots 1.35-r2 fails to compile on a AMD 64 machine
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 08:53 UTC by Roelof Wobben
Modified: 2009-11-20 18:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.txt,3.45 KB, text/plain)
2009-11-20 08:54 UTC, Roelof Wobben
Details
build log (build.log,67.47 KB, text/plain)
2009-11-20 08:54 UTC, Roelof Wobben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roelof Wobben 2009-11-20 08:53:36 UTC
When I tested a ebuild which needed boost 1.35-r2 boost chrashed.

Reproducible: Always

Steps to Reproduce:
1. emerge boost 1.35-r2
2.
3.

Actual Results:  
Boots chrashed.

Expected Results:  
Boots will compile well
Comment 1 Roelof Wobben 2009-11-20 08:54:07 UTC
Created attachment 210685 [details]
emerge --info
Comment 2 Roelof Wobben 2009-11-20 08:54:39 UTC
Created attachment 210687 [details]
build log
Comment 3 Sebastian Luther (few) 2009-11-20 09:04:38 UTC
Make sure you don't run out of memory.
Comment 4 Roelof Wobben 2009-11-20 09:22:04 UTC
(In reply to comment #3)
> Make sure you don't run out of memory.
> 


Oke, 
I have tried it on a machine with 532 MB memory.
Today I will try it at a machine with 1G memory.

Roelof

Comment 5 Roelof Wobben 2009-11-20 12:16:04 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > Make sure you don't run out of memory.
> > 
> 
> 
> Oke, 
> I have tried it on a machine with 532 MB memory.
> Today I will try it at a machine with 1G memory.
> 
> Roelof

I tried it on a machine with 1G memory but still the same error.

Roelof

> 

Comment 6 Sebastian Luther (few) 2009-11-20 13:36:22 UTC
Well, that still doesn't tell us if you are running out of memory. You might be hitting a gcc bug. Any reason your are not using latest stable version of boost and gcc?
Comment 7 Roelof Wobben 2009-11-20 15:17:04 UTC
(In reply to comment #6)
> Well, that still doesn't tell us if you are running out of memory. You might be
> hitting a gcc bug. Any reason your are not using latest stable version of boost
> and gcc?
> 

No, 

I also tried boost-1.35r5 same problem.
What are according to you the last stable versions ?

Roelof
Comment 8 Roelof Wobben 2009-11-20 15:21:50 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > Well, that still doesn't tell us if you are running out of memory. You might be
> > hitting a gcc bug. Any reason your are not using latest stable version of boost
> > and gcc?
> > 
> 
> No, 
> 
> I also tried boost-1.35r5 same problem.
> What are according to you the last stable versions ?
> 
> Roelof
> 

Another question : how can I check if there is a memory problem ?

Roelof
Comment 9 Sebastian Luther (few) 2009-11-20 15:35:29 UTC
Well, not(In reply to comment #8)
> > I also tried boost-1.35r5 same problem.
> > What are according to you the last stable versions ?
dev-libs/boost-1.35.0-r5
sys-devel/gcc-4.3.4
 
> Another question : how can I check if there is a memory problem ?
I don't have another idea than monitoring the memory usage, sorry. 

You try with MAKEOPTS="-j1". Btw, happens the error always at the same file? In this case you could go into the build directory and run the command manually. Monitoring memory consumption should be easier then.
Comment 10 Roelof Wobben 2009-11-20 17:19:01 UTC
(In reply to comment #9)
> Well, not(In reply to comment #8)
> > > I also tried boost-1.35r5 same problem.
> > > What are according to you the last stable versions ?
> dev-libs/boost-1.35.0-r5
> sys-devel/gcc-4.3.4
> 
> > Another question : how can I check if there is a memory problem ?
> I don't have another idea than monitoring the memory usage, sorry. 
> 
> You try with MAKEOPTS="-j1". Btw, happens the error always at the same file? In
> this case you could go into the build directory and run the command manually.
> Monitoring memory consumption should be easier then.
> 

With makeopts="-j1" boost compiled. I see no memory problems but I can see that my cpu works a lot of time at 100% with a load of 1.2 to 1.7 according to top.

Roelof
Comment 11 Roelof Wobben 2009-11-20 18:08:43 UTC
(In reply to comment #10)
> (In reply to comment #9)
> > Well, not(In reply to comment #8)
> > > > I also tried boost-1.35r5 same problem.
> > > > What are according to you the last stable versions ?
> > dev-libs/boost-1.35.0-r5
> > sys-devel/gcc-4.3.4
> > 
> > > Another question : how can I check if there is a memory problem ?
> > I don't have another idea than monitoring the memory usage, sorry. 
> > 
> > You try with MAKEOPTS="-j1". Btw, happens the error always at the same file? In
> > this case you could go into the build directory and run the command manually.
> > Monitoring memory consumption should be easier then.
> > 
> 
> With makeopts="-j1" boost compiled. I see no memory problems but I can see that
> my cpu works a lot of time at 100% with a load of 1.2 to 1.7 according to top.
> 
> Roelof
> 

You can close this bug.
I think the problem is that I test my build ebuilds in vmware with a found appliance and this don't work.
I can see that almost every ebuild takes 100% of the cpu.

Roelof

Comment 12 Sebastian Luther (few) 2009-11-20 18:20:41 UTC
Thanks for getting it yourself :)