From owner-freebsd-questions@FreeBSD.ORG Fri Jun 14 07:35:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 755E014B for ; Fri, 14 Jun 2013 07:35:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2440318CA for ; Fri, 14 Jun 2013 07:35:13 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 7DF37FEBD4; Fri, 14 Jun 2013 14:35:06 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1371195306; x= 1373009707; bh=rZJC/oyuMMtREjfyQizaVxxvMlALx5Aq3s3j50y2En8=; b=L 3fYv2Gl/iBRl26Q0/6CCktXobb/h+MMzi6wiSGG91fynFycdI9fZdnN3ev911veu tJKUkmYOaEtwGbw8VmhcoE3MrHQ5jwVUqQL+8fhVXXwhOhDEoLI3xQAszs/QTdDp rz5PGgpAFdHKcxfpzO2RD/KsR+G/7jaEKew3Z4uhFM= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id r3MrTmQ2g8E5; Fri, 14 Jun 2013 14:35:06 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 3E430FEBBB; Fri, 14 Jun 2013 14:35:06 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.6/8.14.6/Submit) id r5E7Z51E046339; Fri, 14 Jun 2013 14:35:05 +0700 (ICT) (envelope-from on) Date: Fri, 14 Jun 2013 14:35:05 +0700 (ICT) Message-Id: <201306140735.r5E7Z51E046339@banyan.cs.ait.ac.th> From: Olivier Nicole CC: freebsd-questions@freebsd.org In-reply-to: <201306110800.r5B80wsG018613@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 11 Jun 2013 15:00:58 +0700 (ICT)) Subject: Re: Cannot make open-vm-tools on 9.1 References: <201306110800.r5B80wsG018613@banyan.cs.ait.ac.th> to: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 07:35:15 -0000 Hi, > I have a strange thin happening to me. I upgraded two machines from > 8.3 to 9.1: > > FreeBSD sysl2.cs.ait.ac.th 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #3: Fri May 31 > 14:59:20 ICT 2013 root@fbsd63:/usr/obj/usr/src/sys/GENERIC i386 > > I did both upgrade in parallel. > > On the first machine, I managed to intall open-vm-tools-nox11: > > open-vm-tools-nox11-425873_3,1 Open VMware tools for FreeBSD VMware guests > > but when I try to install it on the second machine, I have a compile > error (see below). > > Now I try to rebuild open-vm-tools on the first machine and I get the > same compile error. Replying to myself, I know. After spending 3 days trying to work out the problem (and installing a couple of other systems without problems), I decided to re-try an OS installation. I relaunched a cvsup to download the OS source and was surprised to see that a number of files were checked-out (which should not happen as I am using RELENG). So I suspect that my previous cvsup was interruped some how. After a make buildworld, kernel and installworld, everything is fine. Now I am puzzeled that the OS managed to build from incomplete sources and that the machine was sable. Best regards, Olivier