Re: Can't compile on NetBSD

2003-06-30 Thread Yasir Malik
Nevermind.  I installed Postgresql.  It compiles perfectly on NetBSD.
Thanks for the pointers though and sorry for sending my emails to the
wrong mailing list.  I don't like to use pkgsrc because it usually
installs all of these other packages; I only have 3 GB on my harddrive, so I
have to worry about space!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Can't compile on NetBSD

2003-06-29 Thread Joel Rees
 Can any one help me?

Hard to tell without more information. Also, since the issues are likely
to be system/CPU dependent, you may need to ask on a netBSD list, as
well.

-- 
Joel Rees, programmer, Kansai Systems Group
Altech Corporation (Alpsgiken), Osaka, Japan
http://www.alpsgiken.co.jp


PS: I just checked the netbsd packages, 

ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/databases/mysql-server/README.html
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/databases/mysql-client/README.html

and it looks like the most recent there is mysql 3.23.49nb3. (I wonder
what nb3 means.) So, my instinctive pointer to the packages collection
would have been wrong.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Can't compile on NetBSD

2003-06-28 Thread Roman Neuhauser
please don't top-post.

# [EMAIL PROTECTED] / 2003-06-27 14:01:58 -0400:
 On Fri, 27 Jun 2003, Roman Neuhauser wrote:
  # [EMAIL PROTECTED] / 2003-06-20 11:07:09 -0400:
   I am trying to compile MySQL 3.23.57 on NetBSD 1.6.1.  I downloadded
   pthreads-1_60_beta6-mysql.tar.gz from your site and extracted it to
   mysql-3.23.57/  I ran ./configure --with-mit-threads in mysql-3.23.57 and
   everything went fine.  However, when I run make, I get the following
   errors after a bunch of output:
   Making all in mit-pthreads
   make: don't know how to make all. Stop

  you'll probably make it easier for yourself (at least in the long
  run), and help the community, if you update the NetBSD package. The
  fix might be as easy as modifying the value of ${DISTNAME} in
  /usr/pkgsrc/databases/mysql-client/Makefile.common, but that depends
  on how much is the original MySQL source patched in pkgsrc, and how
  much it changed between 3.23.49 and 3.23.57.

 I can change DISTNAME in Makfile.common, but then I might not be able to
 uninstall it.  I am relatively a novice, and I don't want to mess anything
 up.

Is the box just your playground, or is this part of your job? In the
first case: get ready to screw the system in more than a few ways;
reinstalling is quite easy. :) I'm serious: you can't realistically
expect to sustain the first install.

If the latter is true: you seriously need a spare box to play with
freely in order to learn the system.

 In order to use MySQL, will I need to download both the client and the
 server?  I don't have a lot of space on my HDD, and I only want to
 download what is needed.

you don't download anything, the pkgsrc system should do all that
for you (if I got it right from the pkgsrc documentation... which
you have already read, haven't you?)

BTW, this is completely OT for this list, and you should really ask
these questions on the netbsd-users mailing list. You can subscribe
to it here:

http://www.netbsd.org/MailingLists/#descriptions

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Can't compile on NetBSD

2003-06-27 Thread Yasir Malik
Can any one help me?
Yasir

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Can't compile on NetBSD

2003-06-27 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-20 11:07:09 -0400:
 Hello,
 I am trying to compile MySQL 3.23.57 on NetBSD 1.6.1.  I downloadded
 pthreads-1_60_beta6-mysql.tar.gz from your site and extracted it to
 mysql-3.23.57/  I ran ./configure --with-mit-threads in mysql-3.23.57 and
 everything went fine.  However, when I run make, I get the following
 errors after a bunch of output:
 Making all in mit-pthreads
 make: don't know how to make all. Stop

looks like you're misusing the pkgsrc system. you can read about
using pkgsrc here:

http://www.netbsd.org/Documentation/pkgsrc/users-guide.html

however, I see that the newest version of MySQL pkgsrc has is 3.23.49
(which probably is why you're doing what you're doing).

you'll probably make it easier for yourself (at least in the long
run), and help the community, if you update the NetBSD package. The
fix might be as easy as modifying the value of ${DISTNAME} in
/usr/pkgsrc/databases/mysql-client/Makefile.common, but that depends
on how much is the original MySQL source patched in pkgsrc, and how
much it changed between 3.23.49 and 3.23.57.

Documentation is here:

http://www.netbsd.org/Documentation/pkgsrc/developers-guide.html

note: I might be babbling utter nonsense here as I've never really
used NetBSD: I'm a FreeBSD user.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Can't compile on NetBSD

2003-06-27 Thread Yasir Malik
Thank you for replying.
I can change DISTNAME in Makfile.common, but then I might not be able to
uninstall it.  I am relatively a novice, and I don't want to mess anything
up.
In order to use MySQL, will I need to download both the client and the
server?  I don't have a lot of space on my HDD, and I only want to
download what is needed.
Thanks,
Yasir

On Fri, 27 Jun 2003, Roman Neuhauser wrote:

 Date: Fri, 27 Jun 2003 19:12:07 +0200
 From: Roman Neuhauser [EMAIL PROTECTED]
 To: Yasir Malik [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Can't compile on NetBSD

 # [EMAIL PROTECTED] / 2003-06-20 11:07:09 -0400:
  Hello,
  I am trying to compile MySQL 3.23.57 on NetBSD 1.6.1.  I downloadded
  pthreads-1_60_beta6-mysql.tar.gz from your site and extracted it to
  mysql-3.23.57/  I ran ./configure --with-mit-threads in mysql-3.23.57 and
  everything went fine.  However, when I run make, I get the following
  errors after a bunch of output:
  Making all in mit-pthreads
  make: don't know how to make all. Stop

 looks like you're misusing the pkgsrc system. you can read about
 using pkgsrc here:

 http://www.netbsd.org/Documentation/pkgsrc/users-guide.html

 however, I see that the newest version of MySQL pkgsrc has is 3.23.49
 (which probably is why you're doing what you're doing).

 you'll probably make it easier for yourself (at least in the long
 run), and help the community, if you update the NetBSD package. The
 fix might be as easy as modifying the value of ${DISTNAME} in
 /usr/pkgsrc/databases/mysql-client/Makefile.common, but that depends
 on how much is the original MySQL source patched in pkgsrc, and how
 much it changed between 3.23.49 and 3.23.57.

 Documentation is here:

 http://www.netbsd.org/Documentation/pkgsrc/developers-guide.html

 note: I might be babbling utter nonsense here as I've never really
 used NetBSD: I'm a FreeBSD user.

 --
 If you cc me or remove the list(s) completely I'll most likely ignore
 your message.see http://www.eyrie.org./~eagle/faqs/questions.html


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Can't compile on NetBSD

2003-06-20 Thread Yasir Malik
Hello,
I am trying to compile MySQL 3.23.57 on NetBSD 1.6.1.  I downloadded
pthreads-1_60_beta6-mysql.tar.gz from your site and extracted it to
mysql-3.23.57/  I ran ./configure --with-mit-threads in mysql-3.23.57 and
everything went fine.  However, when I run make, I get the following
errors after a bunch of output:
Making all in mit-pthreads
make: don't know how to make all. Stop

make: stopped in /usr/pkgsrc/distfiles/mysql-3.23.57/mit-pthreads
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/distfiles/mysql-3.23.57
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/distfiles/mysql-3.23.57




when I use gmake, after cleaning everything up, I get the following
errors after a bunch of output:
Making all in mit-pthreads
gmake[2]: Entering directory
`/usr/pkgsrc/distfiles/mysql-3.23.57/mit-pthreads'
GNUmakefile:44: config.flags: No such file or directory
GNUmakefile:55: /root/pthreads/GNUmakefile.inc: No such file or directory
GNUmakefile:56: /root/stdlib/GNUmakefile.inc: No such file or directory
GNUmakefile:57: /root/stdio/GNUmakefile.inc: No such file or directory
GNUmakefile:58: /root/string/GNUmakefile.inc: No such file or directory
GNUmakefile:59: /root/gen/GNUmakefile.inc: No such file or directory
GNUmakefile:60: /root/net/GNUmakefile.inc: No such file or directory
GNUmakefile:61: /root/scripts/GNUmakefile.inc: No such file or directory
gmake[2]: *** No rule to make target `/root/scripts/GNUmakefile.inc'.
Stop.
gmake[2]: Leaving directory
`/usr/pkgsrc/distfiles/mysql-3.23.57/mit-pthreads'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/distfiles/mysql-3.23.57'
gmake: *** [all] Error 2



config.log is attached.

Thanks,
Yasir

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]