From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A6D641F461 for ; Fri, 19 Jul 2019 02:43:27 +0000 (UTC) Received: from localhost ([::1]:42050 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoIrm-0005YE-F6 for normalperson@yhbt.net; Thu, 18 Jul 2019 22:43:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44105) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoIrj-0005Xm-O2 for bug-gnulib@gnu.org; Thu, 18 Jul 2019 22:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoIri-0006J9-HC for bug-gnulib@gnu.org; Thu, 18 Jul 2019 22:43:23 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::10]:12812) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoIrh-0006AS-NP for bug-gnulib@gnu.org; Thu, 18 Jul 2019 22:43:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1563504196; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=AULXgOFwP+6/DZmSTjglCSkBXSHqX1jmGME99tXmOQ4=; b=BP/sYJUsyjp+bUGj1fiKyKBAntMcaVE+JtdNrhUBL8+fmtZswgEgJMUhDc94g+LvQb FfpbipHjjsNa44dR4gWJfbcut7NLXPpoqWq3V8HA4a8RV9PNr4KdcD2lE4sFQedQm36H H2ykIkAiet0+9YS2JQOihkQORnZK6R9J6VYjVi0ZxIkIIWSGwvpMD+5HtsZsZZCMZi6/ CE8d2b4fzhdal04qj9BMPOhBdAriwsFDBaTMD2KMXYETV5ujRLP3I6H9YVK8OBiHBrvP jqY3redEdybO3uEHv0J4fj/nBdfWkECt2IJLzkSeT6v2oATGtWUxG4XnjfgvuHSKejp5 oTEA== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0zJZW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.24 DYNA|AUTH) with ESMTPSA id v018bcv6J2hDrew (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Fri, 19 Jul 2019 04:43:13 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: "Cannot utime: No such file or directory" in Docker bind mounted dirs on macOS Date: Fri, 19 Jul 2019 04:43:11 +0200 Message-ID: <37233627.90FYh18h42@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-154-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::10 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Max Jonas Werner Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Max, > $ docker run -it --rm -v $(pwd):/mnt debian:latest tar xvf /mnt/test.tar -C > /mnt > > The last step fails with: > > tar: gnulib-bug-symlinks/2: Cannot utime: No such file or directory > > The commit that caused this error to occur is > http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=9381306085ec6d6d0c671afb5816dcfc85b04e97. > If I revert this locally, the error doesn't occur. What you say seems to indicate that this docker container is running on top of a Linux kernel. On the other hand, Paul's patch assumes a macOS specific bug. I'm confused. What is the result of 'uname -sr' in this docker container? It might also help if you explain the architecture of this "Docker Desktop" product in a couple of sentences. Bruno