* [ptxdist] Error building bash-4.3.33
@ 2015-04-17 11:37 Jon Ringle
2015-04-17 11:55 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Jon Ringle @ 2015-04-17 11:37 UTC (permalink / raw)
To: ptxdist
I'm running into the following error while building bash-4.3.33, any
ideas as to what might be missing?
Jon
--------------------
target: bash.compile
--------------------
make[1]: Entering directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/bash-4.3.30'
rm -f mksyntax
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -DCROSS_COMPILING
-rdynamic -g -DCROSS_COMPILING -o mksyntax ./mksyntax.c
rm -f syntax.c
./mksyntax -o syntax.c
/bin/sh ./support/mkversion.sh -b -S . -s release -d 4.3 -o newversion.h \
&& mv newversion.h version.h
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -DCROSS_COMPILING
-DBUILDTOOL -c -o buildversion.o ./version.c
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -DCROSS_COMPILING
-rdynamic -g -DCROSS_COMPILING -o bashversion ./support/bashversion.c
buildversion.o
***********************************************************
* *
* GNU bash, version 4.3.33(2)-release (arm-v5te-linux-gnueabi)
* *
***********************************************************
rm -f shell.o
arm-v5te-linux-gnueabi-gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -c shell.c
rm -f eval.o
arm-v5te-linux-gnueabi-gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -c eval.c
rm -f y.tab.o
arm-v5te-linux-gnueabi-gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"arm"'
-DCONF_OSTYPE='"linux-gnueabi"'
-DCONF_MACHTYPE='"arm-v5te-linux-gnueabi"' -DCONF_VENDOR='"v5te"'
-DLOCALEDIR='"/share/locale"' -DPACKAGE='"bash"' -DSHELL
-DHAVE_CONFIG_H -I. -I. -I./include -I./lib -g -O2 -c y.tab.c
/usr/src/local/bash/bash-4.3-patched/parse.y: In function 'cond_term':
/usr/src/local/bash/bash-4.3-patched/parse.y:4382:2: error:
'extended_glob' undeclared (first use in this function)
/usr/src/local/bash/bash-4.3-patched/parse.y:4382:2: note: each
undeclared identifier is reported only once for each function it
appears in
/usr/src/local/bash/bash-4.3-patched/parse.y: In function 'parse_cond_command':
/usr/src/local/bash/bash-4.3-patched/parse.y:4432:20: error:
'extended_glob' undeclared (first use in this function)
make[1]: *** [y.tab.o] Error 1
make[1]: Leaving directory
`/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/build-target/bash-4.3.30'
make: *** [/home/local/GRIDPOINT/jringle/code/gpec/ec1k-rootfs/platform-EC1K/state/bash.compile]
Error 2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] Error building bash-4.3.33
2015-04-17 11:37 [ptxdist] Error building bash-4.3.33 Jon Ringle
@ 2015-04-17 11:55 ` Michael Olbrich
2015-04-17 15:34 ` Jon Ringle
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2015-04-17 11:55 UTC (permalink / raw)
To: ptxdist
On Fri, Apr 17, 2015 at 07:37:44AM -0400, Jon Ringle wrote:
> I'm running into the following error while building bash-4.3.33, any
> ideas as to what might be missing?
>
[...]
> /usr/src/local/bash/bash-4.3-patched/parse.y: In function 'cond_term':
> /usr/src/local/bash/bash-4.3-patched/parse.y:4382:2: error:
> 'extended_glob' undeclared (first use in this function)
[...]
It seems building with PTXCONF_BASH_EXTPATTERN disabled is broken.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] Error building bash-4.3.33
2015-04-17 11:55 ` Michael Olbrich
@ 2015-04-17 15:34 ` Jon Ringle
0 siblings, 0 replies; 3+ messages in thread
From: Jon Ringle @ 2015-04-17 15:34 UTC (permalink / raw)
To: ptxdist
On Fri, Apr 17, 2015 at 7:55 AM, Michael Olbrich
<m.olbrich@pengutronix.de> wrote:
> On Fri, Apr 17, 2015 at 07:37:44AM -0400, Jon Ringle wrote:
>> I'm running into the following error while building bash-4.3.33, any
>> ideas as to what might be missing?
>>
> [...]
>> /usr/src/local/bash/bash-4.3-patched/parse.y: In function 'cond_term':
>> /usr/src/local/bash/bash-4.3-patched/parse.y:4382:2: error:
>> 'extended_glob' undeclared (first use in this function)
> [...]
>
> It seems building with PTXCONF_BASH_EXTPATTERN disabled is broken.
Thanks. Enabling that fixed the problem :)
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-17 15:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17 11:37 [ptxdist] Error building bash-4.3.33 Jon Ringle
2015-04-17 11:55 ` Michael Olbrich
2015-04-17 15:34 ` Jon Ringle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox