From owner-freebsd-current@FreeBSD.ORG Fri Sep 26 17:01:10 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 6FD5A1065689 for ; Fri, 26 Sep 2008 17:01:10 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 052358FC0A for ; Fri, 26 Sep 2008 17:01:09 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so425248nfh.33 for ; Fri, 26 Sep 2008 10:01:08 -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=EPBeALXXlqzvF+4IkTMqSPYafI2DiApdInv5a1chV0U=; b=R3ds0ineoiftSLx8CXOor8nfySdEzaEYY1bSm0Zeg5wMOt/jsKHJ3i3od9Ff30gsjs I1u6u2PwsXfNpEM0yvkFjoyBaH4LggQCgqX5ozduFyKn92lgl5vX+FmuComzRzZsZe+F e3ukGZ8jivbSp3HBmsh0gv9jSG1U8iM0S14sg= 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=iCI6mVyib46zfcXn3FOAxvwkeqBIETUmhPpG+cwjOgnU1xTcp2MiehaddPJBS4UEaG 7EWoIJ3L5EEQBNjkorCu8K5nWJkuYH9JB3OewPVaC3DV8XGfPJT6+Dnksj45zcJl677a t+M6Xi29DMg/0hXF+1kaqw+F07B/SDPmjKAkQ= Received: by 10.86.4.2 with SMTP id 2mr1495362fgd.21.1222448468651; Fri, 26 Sep 2008 10:01:08 -0700 (PDT) Received: by 10.86.62.1 with HTTP; Fri, 26 Sep 2008 10:01:08 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 10:01:08 -0700 From: "Maksim Yevmenkin" 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: mergemaster broken 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: Fri, 26 Sep 2008 17:01:10 -0000 hello, i got the following today while trying to run mergemaster thanks, max beetle# mergemaster -sv *** The directory specified for the temporary root environment, /var/tmp/temproot, exists. This can be a security risk if untrusted users have access to the system. Use 'd' to delete the old /var/tmp/temproot and continue Use 't' to select a new temporary root directory Use 'e' to exit mergemaster Default is to use /var/tmp/temproot as is How should I deal with this? [Use the existing /var/tmp/temproot] d *** Deleting the old /var/tmp/temproot *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot *** Press the [Enter] or [Return] key to continue "/usr/src/etc/Makefile", line 34: Malformed conditional (${MK_AMD} != "no") "/usr/src/etc/Makefile", line 36: if-less endif "/usr/src/etc/Makefile", line 38: Malformed conditional (${MK_APM} != "no") "/usr/src/etc/Makefile", line 40: if-less endif "/usr/src/etc/Makefile", line 42: Malformed conditional (${MK_BSNMP} != "no") "/usr/src/etc/Makefile", line 44: if-less endif "/usr/src/etc/Makefile", line 46: Malformed conditional (${MK_FREEBSD_UPDATE} != "no") "/usr/src/etc/Makefile", line 48: if-less endif "/usr/src/etc/Makefile", line 50: Malformed conditional (${MK_LOCATE} != "no") "/usr/src/etc/Makefile", line 52: if-less endif "/usr/src/etc/Makefile", line 58: Malformed conditional (${MK_MAIL} != "no") "/usr/src/etc/Makefile", line 60: if-less endif "/usr/src/etc/Makefile", line 79: Malformed conditional (${MK_PORTSNAP} != "no") "/usr/src/etc/Makefile", line 81: if-less endif "/usr/src/etc/Makefile", line 87: Malformed conditional (${MK_WIRELESS} != "no") "/usr/src/etc/Makefile", line 89: if-less endif "/usr/src/etc/Makefile", line 208: Malformed conditional (${MK_PPP} != "no") "/usr/src/etc/Makefile", line 211: if-less endif "/usr/src/etc/Makefile", line 212: Malformed conditional (${MK_MAIL} != "no") "/usr/src/etc/Makefile", line 220: if-less endif make: fatal errors encountered -- cannot continue *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment