Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 1997 21:37:19 -0500 (CDT)
From:      Paul Saab <paul@mu.org>
To:        randyd@nconnect.net
Cc:        current@FreeBSD.ORG
Subject:   Re: Problem building mysql-3.20.22 on -Current machine
Message-ID:  <199706220237.VAA01560@elvis.mu.org>
In-Reply-To: <33AC879F.550E37FA@nconnect.net> from Randall D DuCharme at "Jun 21, 97 09:02:07 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
I ran into the same problem.  do this...

find the line in 
/usr/ports/databases/mysql/work/mysql-3.20.22/mit-pthreads/config/configure
that contains..

i386-*-freebsd2.*) 

and change it to 

i386-*-freebsd2.* | i386-*-freebsd3.*)

Paul


Randall D DuCharme wrote:
> Greetings,
> 
> I'm running a very current -current SMP machine.  I just tried to build
> and 
> install the mysql port and got this....
> 
> gmake[2]: Leaving directory
> `/usr/ports/pub/FreeBSD/FreeBSD-current/ports/databases/mysql/work/mysql-3.20.22/client'
> making all in mit-pthreads
> cd: can't cd to /dr1/my/masters/mysql-old/mit-pthreads
> gmake[2]: Entering directory
> `/usr/ports/pub/FreeBSD/FreeBSD-current/ports/databases/mysql/work/mysql-3.20.22/mit-pthreads'
> GNUmakefile:53: /pthreads/GNUmakefile.inc: No such file or directory
> GNUmakefile:54: /stdlib/GNUmakefile.inc: No such file or directory
> GNUmakefile:55: /stdio/GNUmakefile.inc: No such file or directory
> GNUmakefile:56: /string/GNUmakefile.inc: No such file or directory
> GNUmakefile:57: /gen/GNUmakefile.inc: No such file or directory
> GNUmakefile:58: /net/GNUmakefile.inc: No such file or directory
> GNUmakefile:59: /scripts/GNUmakefile.inc: No such file or directory
> gmake[2]: *** No rule to make target `/scripts/GNUmakefile.inc'.  Stop.
> gmake[2]: Leaving directory
> `/usr/ports/pub/FreeBSD/FreeBSD-current/ports/databases/mysql/work/mysql-3.20.22/mit-pthreads'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/usr/ports/pub/FreeBSD/FreeBSD-current/ports/databases/mysql/work/mysql-3.20.22'
> gmake: *** [all-recursive-hack] Error 2
> *** Error code 2
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> Can't quite figure this one out!!  
> 
> Any ideas???
> 
> Thanks
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706220237.VAA01560>