mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Jon Ringle <jon@ringle.org>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: [ptxdist] Error building bash-4.3.33
Date: Fri, 17 Apr 2015 07:37:44 -0400	[thread overview]
Message-ID: <CAMwGMjwK3+JPpy6EuhOow6L98NY=r78WErmMsqdZjL9N13cMsQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2015-04-17 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 11:37 Jon Ringle [this message]
2015-04-17 11:55 ` Michael Olbrich
2015-04-17 15:34   ` Jon Ringle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMwGMjwK3+JPpy6EuhOow6L98NY=r78WErmMsqdZjL9N13cMsQ@mail.gmail.com' \
    --to=jon@ringle.org \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox