From owner-freebsd-ports@FreeBSD.ORG Fri Aug 29 11:36:42 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE3916A4C1; Fri, 29 Aug 2003 11:36:42 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7CF43FE5; Fri, 29 Aug 2003 11:36:40 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 769F427B; Fri, 29 Aug 2003 14:36:29 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 70FA524A; Fri, 29 Aug 2003 14:36:29 -0400 (EDT) Date: Fri, 29 Aug 2003 14:36:29 -0400 (EDT) From: Kenneth Culver To: Matt In-Reply-To: <20030829143109.G20166@alpha.yumyumyum.org> Message-ID: <20030829143439.R21881@alpha.yumyumyum.org> References: <20030829141040.D20166@alpha.yumyumyum.org> <20030829143109.G20166@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: 2 ports broken after gcc import X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 18:36:42 -0000 Just for more info, when was the last time you updated your /etc? on my 4th -CURRENT machine, with the same compiler etc... I havn't updated my /etc/ since June 1, and that machine works, the other 3 have been updated very recently, like within the last few weeks, and they're all broken. So I guess it's not a compiler issue, but some kind of configuration issue. I can't think of what the problem could be though. Ken On Fri, 29 Aug 2003, Kenneth Culver wrote: > > [root@tao root]# uname -a > > FreeBSD tao.xtaz.co.uk 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Aug 24 13:35:21 > > BST 2003 root@neo.xtaz.co.uk:/usr/obj/usr/src/sys/TAO i386 > > > > [root@tao root]# gcc -v > > Using built-in specs. > > Configured with: FreeBSD/i386 system compiler > > Thread model: posix > > gcc version 3.3.1 [FreeBSD] > > > > [root@tao root]# nmap -sS -O 192.168.1.10 > > > > Starting nmap 3.30 ( http://www.insecure.org/nmap/ ) at 2003-08-29 19:21 BST > > Interesting ports on neo.xtaz.co.uk (192.168.1.10): > > (The 1636 ports scanned but not shown below are in state: closed) > > Port State Service > > 21/tcp open ftp > > 22/tcp open ssh > > 23/tcp open telnet > > 111/tcp open sunrpc > > 113/tcp open auth > > 1023/tcp open netvenuechat > > 2049/tcp open nfs > > 6000/tcp open X11 > > Device type: general purpose > > Running (JUST GUESSING) : FreeBSD 5.X|4.X|2.X|3.X (97%), Amiga AmigaOS (92%), > > IBM AIX 5.X (90%), Apple Mac OS X 10.1.X (90%), Novell Netware 3.X|4.X|5.X > > (89%) > > Aggressive OS guesses: FreeBSD 5.0-RELEASE (97%), FreeBSD 4.3 - 4.4-RELEASE > > (93%), FreeBSD 4.7-RELEASE (X86) (93%), FreeBSD 5.1-CURRENT (June 2003) on > > Sparc64 (93%), AmigaOS Miami Deluxe 0.9 - Miami 3.2B (92%), AmigaOS 3.5/3.9 > > running Miami Deluxe 1.0c (92%), FreeBSD 2.2.1 - 4.1 (92%), FreeBSD 4.4-STABLE > > (92%), FreeBSD 4.7-STABLE (92%), IBM AIX 5.1 (90%) > > No exact OS matches for host (test conditions non-ideal). > > > > Nmap run completed -- 1 IP address (1 host up) scanned in 31.448 seconds > > > > Seems ok to me? > > > > Incidently it probably can't guess the box is fbsd because I have tcp > > extensions turned off on it. > > > Did the same thing, portupgrade -f nmap, and then ran it with the same > flags, and I'm still getting the same problem. It's doing this on all 3 of > my FreeBSD-CURRENT machines as well. > > Ken >