Re: Recompiling MySQL

2009-02-03 Thread Mark Post
>>> On 2/3/2009 at 1:18 PM, Thomas Kern wrote: -snip- > Perhaps this is where Novell should supply multiple .spec files > in the src.rpm or provide a single .spec file that completely recreates > their distributed binaries. Open a service request, or it's not likely to change. Mark -

Re: Recompiling MySQL

2009-02-03 Thread Thomas Kern
rhaps this is where Novell should supply multiple .spec files in the src.rpm or provide a single .spec file that completely recreates their distributed binaries. /Tom Kern Original Message From: Mark Post Subject: Re: Recompiling MySQL >>> On 2/3/20

Re: Recompiling MySQL

2009-02-03 Thread Mark Post
>>> On 2/3/2009 at 10:50 AM, Thomas Kern wrote: -snip- > How does the -32bit file get built? Is it just a build using s390 > architecture and rename that one rpm file and throw away the rest? It almost looks that way. I did an "rpm -qip" against the normal and -32bit RPMs, and they were built

Re: Recompiling MySQL

2009-02-03 Thread Thomas Kern
I can get MySQL to recompile using the original .spec file and with a modified .spec file that includes --with-openssl options. I get a whole set of .s390x.rpm files. There is one that is missing. The normal files available from Novell include mysql-shared and mysql-shared-32bit files, but rebuildi

Re: Recompiling MySQL

2009-01-30 Thread Thomas Kern
The real error was my lack of bison. Once that was installed, the recompile worked. /Tom Kern Jeff Savit wrote: > On 1/29/09 11:51 AM David Boyes Said >> On 1/29/09 10:19 AM, "Kern, Thomas" wrote: >> >> >>> make[2]: Entering directory >> `/usr/src/packages/BUILD/mysql-5.0.26/sql' >>> d --debug -

Re: Recompiling MySQL

2009-01-30 Thread Jeff Savit
On 1/29/09 11:51 AM David Boyes Said > On 1/29/09 10:19 AM, "Kern, Thomas" wrote: > > > > make[2]: Entering directory > `/usr/src/packages/BUILD/mysql-5.0.26/sql' > > d --debug --verbose sql_yacc.yy > > make[2]: d: Command not found > > Looks like some Solaris dtrace stuff has slipped into the bui

Re: Recompiling MySQL

2009-01-29 Thread Kern, Thomas
ubject: Re: Recompiling MySQL > >On 1/29/09 10:19 AM, "Kern, Thomas" wrote: > >> make[2]: Entering directory `/usr/src/packages/BUILD/mysql-5.0.26/sql' >> d --debug --verbose sql_yacc.yy >> make[2]: d: Command not found > >Looks like some So

Re: Recompiling MySQL

2009-01-29 Thread Kern, Thomas
Mark Post >Subject: Re: Recompiling MySQL >>> On 1/29/2009 at 10:19 AM, "Kern, Thomas" = >>wrote:=20 >> This may not be the best place to ask this but I think you will >> understand why I am doing things this way.=20 > >Exact sys

Re: Recompiling MySQL

2009-01-29 Thread David Boyes
On 1/29/09 10:19 AM, "Kern, Thomas" wrote: > make[2]: Entering directory `/usr/src/packages/BUILD/mysql-5.0.26/sql' > d --debug --verbose sql_yacc.yy > make[2]: d: Command not found Looks like some Solaris dtrace stuff has slipped into the build. You can comment out the line in the makefile tha

Re: Recompiling MySQL

2009-01-29 Thread Mark Post
>>> On 1/29/2009 at 10:19 AM, "Kern, Thomas" wrote: > This may not be the best place to ask this but I think you will > understand why I am doing things this way. Exact system level (uname -a) and version of the SRPM? Mark Post

Re: Recompiling MySQL

2009-01-29 Thread Jack Woehr
Kern, Thomas wrote: Making all in sql make[2]: Entering directory `/usr/src/packages/BUILD/mysql-5.0.26/sql' d --debug --verbose sql_yacc.yy make[2]: d: Command not found make[2]: [sql_yacc.cc] Error 127 (ignored) Okay, here, YACC didn't run correctly. What the heck is "d" as a command? Either

Recompiling MySQL

2009-01-29 Thread Kern, Thomas
#x27;t offend by this), I tried recompiling MySQL (RPMBUILD -BB command) using the UNMODIFIED .specs, patch and tar files. After a few rounds of finding prerequisites, installing and updating with Yast Online Update, I get an error that doesn't seem to be prerequisite related and is now beyo