From owner-freebsd-current@FreeBSD.ORG Thu Mar 13 14:11:53 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8941065671 for ; Thu, 13 Mar 2008 14:11:53 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 781F88FC15 for ; Thu, 13 Mar 2008 14:11:53 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2987293fgg.35 for ; Thu, 13 Mar 2008 07:11:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9doYb4jS8ypoAkTguAaCM3gxPEa1dz3ILcTHV6TH5/Y=; b=fPjO+dBj5mMRlkbNkCZy0Z8uf/yEmHcloRBUhgDp1O9f06e5tL01OcD2/u4TYUrOXfcAcw7Eh5ymLQuc2WOE/lO9NWZ4swYoNJ+OQYFtM+XEGryE/2VxPqb/AhdraCV9WUKKWIPdtTYoKxivdQDlfh1+8EoghrlBt5jRny3lwzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=w5Z1BEsuopO0bl/eLzrEYYBp0QnO5PR/Ckr0dzhhPPR/k4Zaf4ZmDCxES6CTABN6ji2ZIs7bxOy2F6qKPl3euoBUvTvSulm8NDdX3Th5dXuvYbI0s4dZLEr/4SAu7zWujISHzUXDwJtJ2bjMhIrz1i7ljLZrrdSZi9YjxN1/9/8= Received: by 10.82.115.8 with SMTP id n8mr22927497buc.10.1205415778688; Thu, 13 Mar 2008 06:42:58 -0700 (PDT) Received: by 10.86.57.7 with HTTP; Thu, 13 Mar 2008 06:42:58 -0700 (PDT) Message-ID: <68bfdc900803130642q5e991d9av8bec994b36ed0f82@mail.gmail.com> Date: Thu, 13 Mar 2008 21:42:58 +0800 From: "Yue Wang" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: fail to compile on FB 6.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 14:11:54 -0000 Hi, all the Current failed to compile kernel on my newly installed FreeBSD 6.1-RELEASE. the arch is i386. the compiler throw a warning of the use of || and resist to compile the code. please change sys/i386/i386/k6_mem.c line 187, the second line of "if" statement should be in the (). I am sure I followed the handbook way to compile it. I also remove the /etc/make.conf and /usr/obj before compilation. thx! Yue Wang