From owner-freebsd-current@FreeBSD.ORG Fri Apr 3 09:22:24 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE11106566C for ; Fri, 3 Apr 2009 09:22:23 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 4EFCA8FC18 for ; Fri, 3 Apr 2009 09:22:22 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: by fxm11 with SMTP id 11so856457fxm.43 for ; Fri, 03 Apr 2009 02:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=rohxz34gYR+H19Yirjr9lybLFvR6jc30SYoWs0LDpgM=; b=WVSJHSiD3UCYKDOLy/N6QFnZOIv3AnFA+6tRViLuqyfqFU/dXBroOdzLF9LoK9CfXt VHum/RL55jJYYOz59g5fN5+R4FK3rNDSla/pnZexg0fMPrqxkfBYgxH18h7w8CTI3PLo +f1laTKTo4MOHUxyMrWy1LP/mW1FWizAHi0l4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=v9oV/bPuxBUdkBmsYrrj2obTFfppAbGnUeHeJlAPdksLQEDR/k4LV7+5SXdWAQuBYV CTaYshT6+U3pUdC4ENvfhV9xsbuaN7S3Oqc2dr307SkuMcBzwXClD6YOpbOTsvM2KBuV ookJ2S9gIUYGGqDBputgexKEAWc5kBOyDEWVI= MIME-Version: 1.0 Sender: dzentoo@gmail.com Received: by 10.103.241.15 with SMTP id t15mr460464mur.85.1238749015806; Fri, 03 Apr 2009 01:56:55 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Apr 2009 10:56:55 +0200 X-Google-Sender-Auth: e97f693a47e35864 Message-ID: <3481d8e60904030156n7b77b223p429313b9621f6d95@mail.gmail.com> From: Benoit Calvez To: Randy Bush Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current Subject: Re: zfs chflags 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, 03 Apr 2009 09:22:24 -0000 On Fri, Apr 3, 2009 at 9:28 AM, Randy Bush wrote: > very up to date 7 i386 system > > :/usr/src# time make installworld 2>&1 > installworld.log > install: /usr/lib/libkse.so.3: chflags: Operation not supported > install: /usr/lib/librt.so.1: chflags: Operation not supported > chflags: /usr/bin/chpass: Operation not supported > install: /usr/bin/login: chflags: Operation not supported > install: /usr/bin/opieinfo: chflags: Operation not supported > install: /usr/bin/opiepasswd: chflags: Operation not supported > chflags: /usr/bin/passwd: Operation not supported > install: /usr/bin/rlogin: chflags: Operation not supported > install: /usr/bin/rsh: chflags: Operation not supported > install: /usr/bin/su: chflags: Operation not supported > install: /usr/bin/crontab: chflags: Operation not supported > install: /usr/sbin/sliplogin: chflags: Operation not supported > > shown as "done" on http://wiki.freebsd.org/ZFS, but i think that > is only for 8-current, and it does work on my 8-current systems. > > in the archives, there is a message which says "For the record, defining > NO_FSCHG= would work around this." but it does not say what goes to the > right of the "=" and may i assume this is to make installworld? > > so choices seem to be > o move to 8-current > o dig up some patch to zfs 13 and rebuild > o get clue from mailing list > > randy > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Yes, it just defines the variables, but the var is empty. -- Benoit C