Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87874 - bash-3.0-r9 fails parallel build - missing xmalloc.o
Summary: bash-3.0-r9 fails parallel build - missing xmalloc.o
Status: RESOLVED DUPLICATE of bug 87247
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-03 23:53 UTC by Martin von Gagern
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2005-04-03 23:53:28 UTC
I can't build bash-3.0-r9.

Due to -j3 or something like that I guess, the error message is somewhere way up the screen.

Reproducible: Sometimes
Steps to Reproduce:
1. emerge -u bash

Actual Results:  
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/var/tmp/portage/bash-3
.0-r9/work/bash-3.0 -I../.. -I../../lib  -march=prescott -O2 xmalloc.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rl
tty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro
.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o hist
file.o histsearch.o shell.o savestring.o mbutil.o tilde.o xmalloc.o compat.o   
ar: xmalloc.o: No such file or directory
make[1]: *** [libreadline.a] Error 1
make[1]: Leaving directory `/var/tmp/portage/bash-3.0-r9/work/bash-3.0/lib/readl
ine'
make: *** [lib/readline/libreadline.a] Error 1
rm -f setattr.o
make: *** Waiting for unfinished jobs....
./mkbuiltins -D . setattr.def


Expected Results:  
bash build and installed without errors

"MAKEOPTS=-j1 emerge bash" works fine
Comment 1 Dion Sole 2005-04-04 00:30:02 UTC
This is a dupe of bug 87247
Comment 2 Martin von Gagern 2005-04-04 01:09:14 UTC
Sorry, must have been a typo when searching.

*** This bug has been marked as a duplicate of 87247 ***