From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 16:29:35 2008 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 AC66B106566C for ; Fri, 20 Jun 2008 16:29:35 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outA.internet-mail-service.net (outa.internet-mail-service.net [216.240.47.224]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD4A8FC27 for ; Fri, 20 Jun 2008 16:29:35 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 63C5422D8; Fri, 20 Jun 2008 09:29:35 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 817B92D6018; Fri, 20 Jun 2008 09:29:34 -0700 (PDT) Message-ID: <485BDAF6.5050802@elischer.org> Date: Fri, 20 Jun 2008 09:29:42 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Tim Kientzle References: <485A9E7E.6050703@FreeBSD.org> <485B394A.6020205@freebsd.org> In-Reply-To: <485B394A.6020205@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Doug Barton , FreeBSD Current , Pietro Cerutti Subject: Re: cpio -l fails to revert to copy-mode 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, 20 Jun 2008 16:29:35 -0000 Tim Kientzle wrote: > Pietro Cerutti wrote: >> >> ~> cpio -dumpl /tmp/ >> test >> cpio: Can't create '/tmp/test': Cross-device link: Cross-device link >> >> while >> >> | gcpio -dumpl /tmp/ >> test >> gcpio: /tmp: Operation not permitted >> gcpio: cannot link test to /tmp//test (will copy instead): >> Cross-device link >> >> The set of ${COPYTREE_*} "macros" in the ports infrastructure depend on >> this feature, so I would rate this as "highly important"... > > Thanks! I hadn't seen this usage before; I'll > get it fixed soon. > > In the meantime, the obvious workaround is > to omit the -l flag. then you get a copy of everything.. instead of links where possible. > > Cheers, > > Tim Kientzle > _______________________________________________ > 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"