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.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 128D0211B4 for ; Sun, 13 Jan 2019 12:31:45 +0000 (UTC) Received: from localhost ([127.0.0.1]:44013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gievX-0003Iq-I4 for normalperson@yhbt.net; Sun, 13 Jan 2019 07:31:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gievU-0003Il-Im for bug-gnulib@gnu.org; Sun, 13 Jan 2019 07:31:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gievT-0008R3-R8 for bug-gnulib@gnu.org; Sun, 13 Jan 2019 07:31:40 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::3]:27051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gievT-0008Nj-5a for bug-gnulib@gnu.org; Sun, 13 Jan 2019 07:31:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1547382693; 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=2wrV3pElPEZQUlOmPVWCj3TVgrdqnhq9j6FZa9JvsM4=; b=oyU15m63HE9AHXzbysdAnQN9QbB6asmpwZYLhX+O6guqYKYMf+ChCru7IHNJZ6bmpe e6yBNhhlaUvPCkSAAyrzVDsyQyqdUqgj9S+6NfCwLbJM67azNDeyeVUHpWmn4lPZnI5H ffa1lYDpT06JruVoftlQmweW1Tw23pUvBtzWg/7GhXIAe2QLIFXJgMF0frd+GrYK4Z2Z C47Yzm1HsLpggC6oyd3TKovzN215eRSbE4eCPSCcDrBMooXUfipYECmHVi380UUcC5zZ f/Vi0HjN8XIJxbj+UsABqE//YQxZWodW+Aqt+p5WCMyv0jtPes2KmfNOx4HAZQCuPSxW jgSw== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGKf2y/s=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.9 DYNA|AUTH) with ESMTPSA id v0a34ev0DCVFjMJ (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sun, 13 Jan 2019 13:31:15 +0100 (CET) From: Bruno Haible To: bug-gnulib@gnu.org, Paul Eggert Subject: Re: backup-rename: update dependencies Date: Sun, 13 Jan 2019 13:31:09 +0100 Message-ID: <1748941.T314m9taBN@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <26AB7DE6-7FD6-4201-8B20-6378DCD9AD5C@lrde.epita.fr> References: <26AB7DE6-7FD6-4201-8B20-6378DCD9AD5C@lrde.epita.fr> 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::3 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Akim Demaille Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Akim, > I tried to use the backup-rename module, and it failed to compile for lack of "opendirat.h". So I think we need this patch. > > Cheers! > > > commit ffd5d5bb4b282d4e7a1f83d5a60ade30bac5a6f1 > Author: Akim Demaille > Date: Sun Jan 13 11:16:20 2019 +0100 > > backup-rename: update dependencies > > * modules/backup-rename (Depends-on): It now depends on opendirat > instead of opendir. Good finding. The issue originated in the commit from 2018-10-24 1b01fe40918401a965651499b0ba37ff53be86a9 . When you look at this commit, you'll see two more modifications of modules/backupfile that need to be replicated in modules/backup-rename. Bruno