From owner-freebsd-questions Thu Feb 3 18:23:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from utasvexg001.hfnweb.com (utasvexg001.hfnweb.com [207.49.36.37]) by builder.freebsd.org (Postfix) with ESMTP id 5137B42E4 for ; Thu, 3 Feb 2000 18:23:09 -0800 (PST) Received: by UTASVEXG001 with Internet Mail Service (5.5.2448.0) id ; Thu, 3 Feb 2000 19:18:03 -0700 Message-ID: From: Mike Morgan To: 'Jon-Erik Lido' , freebsd-questions@freebsd.org Subject: RE: Broken ports collection Date: Thu, 3 Feb 2000 19:18:02 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF6EB6.10758F0A" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF6EB6.10758F0A Content-Type: text/plain; charset="iso-8859-1" I just did a fresh install off the 3.4 cd's, then cvsup'd and didnt have any problem. I always follow the instructions in http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html and the handbook http://www.freebsd.org/handbook/cutting-edge.html michael morgan -----Original Message----- From: Jon-Erik Lido [mailto:jlido@goof.com] Sent: Thursday, February 03, 2000 5:56 PM To: freebsd-questions@freebsd.org Subject: Re: Broken ports collection On Thu, Feb 03, 2000 at 09:27:20AM -0800, Alfred Perlstein wrote: > * Jon-Erik Lido [000203 07:09] wrote: > > On Wed, Feb 02, 2000 at 09:36:08PM -0800, Alfred Perlstein wrote: > > > * Jon-Erik Lido [000202 21:33] wrote: > > > > I recently installed FreeBSD 3.4 on a new computer (a clean slate). > > > > Unfortunately, one of my favorite features of FreeBSD, the ports > > > > collection seems to be broken for me. No matter what port I try to > > > > build I get the same set of error messages complaining about > > > > /usr/ports/Mk/bsd.port.mk. Here's the first few errors: > > > > > > > > "/usr/ports/Mk/bsd.port.mk", line 649: warning: String comparison operator should be either == or != > > > > "/usr/ports/Mk/bsd.port.mk", line 649: Malformed conditional (defined(USE_NEWGCC) && ${OSVERSION} < 400012) > > > > "/usr/ports/Mk/bsd.port.mk", line 649: Need an operator > > > > "/usr/ports/Mk/bsd.port.mk", line 671: warning: String comparison operator shoul > > > > "/usr/ports/Mk/bsd.port.mk", line 671: Malformed conditional (${OSVERSION} >= 300000) > > > > "/usr/ports/Mk/bsd.port.mk", line 671: Need an operator > > > > > > > > I installed FreeBSD from CDROM. > > > > > > > > I tried replacing the bsd.port.mk file with the one from ftp.freebsd.org > > > > out of morbid curiosity, but this yielded the same results. Here's > > > > the MD5 checksum from the file. > > > > > > > > MD5 (/usr/ports/Mk/bsd.port.mk) = 270999fdcca5429a11485c4ebe76f78a > > > > > > > > I've also tried re-extracting the ports tarball from the CDROM, but > > > > it had no effect. What's going on here? > > > > > > You're using gmake instead of make? > > > > > > -Alfred > > > > Nope, regular make. > > output of: > which make > > and: > make -v > > please. > > -Alfred which make /usr/bin/make which gmake gmake not found make -v make: no target to make. md5 /usr/bin/make MD5 (/usr/bin/make) = aa28c190476e3c72034462e361d1e545 This is an install into a clean filesystem from the official Walnut Creek 3.4 Release CDROM. I'm happy to provide any additional diagnostic information. Thanks, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01BF6EB6.10758F0A Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Broken ports collection

I just did a fresh install off the 3.4 cd's, then = cvsup'd and didnt have any problem.
I always follow the instructions in http://www.nothing-going-on.demon.co.uk/FreeBSD/make-w= orld/make-world.html and the handbook http://www.freebsd.org/handbook/cutting-edge.html<= /FONT>

michael morgan


-----Original Message-----
From: Jon-Erik Lido [mailto:jlido@goof.com]
Sent: Thursday, February 03, 2000 5:56 PM
To: freebsd-questions@freebsd.org
Subject: Re: Broken ports collection


On Thu, Feb 03, 2000 at 09:27:20AM -0800, Alfred = Perlstein wrote:
> * Jon-Erik Lido <jlido@goof.com> [000203 = 07:09] wrote:
> > On Wed, Feb 02, 2000 at 09:36:08PM -0800, = Alfred Perlstein wrote:
> > > * Jon-Erik Lido = <jlido@goof.com> [000202 21:33] wrote:
> > > > I recently installed FreeBSD 3.4 = on a new computer (a clean slate).
> > > > Unfortunately, one of my = favorite features of FreeBSD, the ports
> > > > collection seems to be broken = for me.  No matter what port I try to
> > > > build I get the same set of = error messages complaining about
> > > > /usr/ports/Mk/bsd.port.mk.  = Here's the first few errors:
> > > >
> > > > = "/usr/ports/Mk/bsd.port.mk", line 649: warning: String = comparison operator should be either =3D=3D or !=3D
> > > > = "/usr/ports/Mk/bsd.port.mk", line 649: Malformed conditional = (defined(USE_NEWGCC) && ${OSVERSION} < 400012)
> > > > = "/usr/ports/Mk/bsd.port.mk", line 649: Need an = operator
> > > > = "/usr/ports/Mk/bsd.port.mk", line 671: warning: String = comparison operator shoul
> > > > = "/usr/ports/Mk/bsd.port.mk", line 671: Malformed conditional = (${OSVERSION} >=3D 300000)
> > > > = "/usr/ports/Mk/bsd.port.mk", line 671: Need an = operator
> > > >
> > > > I installed FreeBSD from = CDROM.
> > > >
> > > > I tried replacing the = bsd.port.mk file with the one from ftp.freebsd.org
> > > > out of morbid curiosity, but = this yielded the same results.  Here's
> > > > the MD5 checksum from the = file.
> > > >
> > > > MD5 (/usr/ports/Mk/bsd.port.mk) = =3D 270999fdcca5429a11485c4ebe76f78a
> > > >
> > > > I've also tried re-extracting = the ports tarball from the CDROM, but
> > > > it had no effect.  What's = going on here?
> > >
> > > You're using gmake instead of = make?
> > >
> > > -Alfred
> >
> > Nope, regular make.
>
> output of:
> which make
>
> and:
> make -v
>
> please.
>
> -Alfred

which make
/usr/bin/make
which gmake
gmake not found

make -v
make: no target to make.

md5 /usr/bin/make
MD5 (/usr/bin/make) =3D = aa28c190476e3c72034462e361d1e545

This is an install into a clean filesystem from the = official Walnut
Creek 3.4 Release CDROM.

I'm happy to provide any additional diagnostic = information.

Thanks,

Jon



To Unsubscribe: send mail to = majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in = the body of the message

------_=_NextPart_001_01BF6EB6.10758F0A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message