Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64745 - [linux26-headers] app-shells/bash-2.05b-r9 fails to build
Summary: [linux26-headers] app-shells/bash-2.05b-r9 fails to build
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 05:54 UTC by Tom Gall (RETIRED)
Modified: 2004-11-11 20:12 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 Tom Gall (RETIRED) gentoo-dev 2004-09-20 05:54:59 UTC
test -n "ranlib" && ranlib libglob.a
make[1]: Leaving directory `/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/lib/glob'
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde  -L./lib/sh  -rdynamic  -O3 -mtune=power3 -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o  dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -lhistory -Wl,-Bstatic -lcurses -Wl,-Bdynamic -lglob -ltilde   -ldl 
jobs.o(.text+0x8a0): In function `.print_pipeline':
: undefined reference to `.WIFCONTINUED'
jobs.o(.text+0x2b0c): In function `.waitchld':
: undefined reference to `.WIFCONTINUED'
jobs.o(.text+0x2c4c): In function `.waitchld':
: undefined reference to `.WIFCONTINUED'
collect2: ld returned 1 exit status
make: *** [bash] Error 1

!!! ERROR: app-shells/bash-2.05b-r9 failed.
!!! Function src_compile, Line 90, Exitcode 2
!!! make failed
Comment 1 Tom Gall (RETIRED) gentoo-dev 2004-09-22 20:13:20 UTC
yeah it's a 26 headers issue. Basically that function isn't defined but one of the  #defines used to detect that function is in the 26 kernel headers. 

Comment 2 Markus Rothe (RETIRED) gentoo-dev 2004-10-03 02:49:23 UTC
Hi,

I'm using linux26-headers-2.6.7-r4 and it just works...

I'm using gcc-3.4.1.

Markus
Comment 3 Tom Gall (RETIRED) gentoo-dev 2004-11-11 20:11:45 UTC
This is working with the 2.6.8.1 headers as well. Closing. Thanks Markus!
Comment 4 Tom Gall (RETIRED) gentoo-dev 2004-11-11 20:12:14 UTC
stick a fork in it!