Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98247 - app-shells/bash-3.0-r12 emerge fails
Summary: app-shells/bash-3.0-r12 emerge fails
Status: RESOLVED DUPLICATE of bug 87247
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 10:46 UTC by D D
Modified: 2005-07-07 11:42 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 D D 2005-07-07 10:46:06 UTC
ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o
colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o
evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o
let.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o
times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o
getopt.o bashgetopt.o complete.o
i686-pc-linux-gnu-ranlib libbuiltins.a
make[1]: Leaving directory `/var/tmp/portage/bash-3.0-r12/work/bash-3.0/builtins'

!!! ERROR: app-shells/bash-3.0-r12 failed.
!!! Function src_compile, Line 124, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.


So we look up and notice nothing odd until way up we find:
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o
savestring.o mbutil.o xmalloc.o
ar: mbutil.o: No such file or directory
make[1]: *** [libhistory.a] Error 1
make[1]: Leaving directory
`/var/tmp/portage/bash-3.0-r12/work/bash-3.0/lib/readline'
make: *** [lib/readline/libhistory.a] Error 1


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-07 11:17:06 UTC

*** This bug has been marked as a duplicate of 87247 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-07-07 11:42:16 UTC
The parallel-make patch was dropped by mistake between -r11 and -r12, emerge
sync in an hour or two and it should work again.