From owner-freebsd-current Sat Jun 21 19:37:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA02478 for current-outgoing; Sat, 21 Jun 1997 19:37:56 -0700 (PDT) Received: from elvis.mu.org (paul@[206.156.231.253]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA02473 for ; Sat, 21 Jun 1997 19:37:52 -0700 (PDT) Received: (from paul@localhost) by elvis.mu.org (8.8.5/8.8.5) id VAA01560; Sat, 21 Jun 1997 21:37:19 -0500 (CDT) From: Paul Saab Message-Id: <199706220237.VAA01560@elvis.mu.org> Subject: Re: Problem building mysql-3.20.22 on -Current machine In-Reply-To: <33AC879F.550E37FA@nconnect.net> from Randall D DuCharme at "Jun 21, 97 09:02:07 pm" To: randyd@nconnect.net Date: Sat, 21 Jun 1997 21:37:19 -0500 (CDT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 >