Comment 1 for bug 449273

Revision history for this message
Monty Taylor (mordred) wrote : Re: [Bug 449273] [NEW] Make fails for drizzled on 32-bit Ubuntu 9.04 Jaunty

Josh Koenig wrote:
> Public bug reported:
>
> I'm trying to build on a 32-bit Ubuntu box using libdrizzle 0.4 and the
> simple instructions off the main drizzle page to branch, autorun, config
> and make. Make chokes out as follows:
>
> Making all in drizzled
> make[2]: Entering directory `/root/drizzle/drizzled'
> /bin/bash ../config/ylwrap sql_yacc.yy y.tab.c sql_yacc.cc y.tab.h sql_yacc..h y.output sql_yacc.output -- -p DRIZZLE -d --verbose
> ../config/ylwrap: line 111: -p: command not found
> make[2]: *** [sql_yacc.cc] Error 1
> make[2]: Leaving directory `/root/drizzle/drizzled'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/drizzle'
> make: *** [all] Error 2
>

Thanks for reminding me... it's a bug in the configure script.

To get past this, you need to do apt-get install bison and re-run
configure. Sorry. I'll make a fix for the configure test problem