From owner-freebsd-current@FreeBSD.ORG Wed Oct 2 17:27:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2779F192; Wed, 2 Oct 2013 17:27:33 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4l.mail.yandex.net (forward4l.mail.yandex.net [IPv6:2a02:6b8:0:1819::4]) by mx1.freebsd.org (Postfix) with ESMTP id DE5EC2AB4; Wed, 2 Oct 2013 17:27:32 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 6AE701440D70; Wed, 2 Oct 2013 21:27:30 +0400 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 18B3C7E0975; Wed, 2 Oct 2013 21:27:30 +0400 (MSK) Received: from 46.38.32.182.tel.ru (46.38.32.182.tel.ru [46.38.32.182]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id mEiPgj0787-RTBCYxl1; Wed, 2 Oct 2013 21:27:29 +0400 Message-ID: <524C5781.9000500@passap.ru> Date: Wed, 02 Oct 2013 21:27:29 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130806 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD CURRENT , Sunpoet Po-Chuan Hsieh Subject: [10.0-amd64 host and 9.2-i386 jail] cpio: Can't update time for... Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 02 Oct 2013 17:27:33 -0000 (CCing to the maintainer) Hi All, I've come across a problem and can't diagnose it. Please give me an advice how to proceed. I have a fresh CURRENT amd64 host with 9.2 (9.1 behaves the same) i386 jail. The command "/usr/bin/find -d | /usr/bin/cpio -dumpl " ends with error with diagnostic "cpio: Can't update time for ". One can reproduce it by installing at 10-amd64 host poudriere, create a 9-i386 jail and try to build devel/tmake port. Full log is here: http://gw.wart.ru/bulk/91-i386-default/2013-10-02_14h52m08s/logs/errors/tmake-1.13.log I've managed to find out that the command...: ----- # /usr/bin/find -d /wrkdirs/usr/ports/devel/tmake/work/tmake-1.13/lib | /usr/bin/cpio -dumpl /destdir ----- ...fails with diagnostic: "cpio: Can't update time for /destdir/wrkdirs/usr/ports/devel/tmake/work/tmake-1.13/lib". However the following command succeeds (mind the /* after lib): ----- # /usr/bin/find -d /wrkdirs/usr/ports/devel/tmake/work/tmake-1.13/lib/* | /usr/bin/cpio -dumpl /destdir ----- The directory itself seems quite natural: ----- # ls -ldT /wrkdirs/usr/ports/devel/tmake/work/tmake-1.13/lib drwxr-xr-x 53 root wheel 3264 Jan 28 05:21:45 2004 /wrkdirs/usr/ports/devel/tmake/work/tmake-1.13/lib ----- There are no problems at 10-amd64 and 10-i386 jails. I'm out of ideas. Thanks for your help. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve