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-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 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]