GNU bug report logs - #12730
coreutils-8.20: FAIL: tests/du/bind-mount-dir-cycle.sh

Previous Next

Package: coreutils;

Reported by: g.esp <at> free.fr

Date: Thu, 25 Oct 2012 08:46:01 UTC

Severity: normal

Tags: fixed

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #59 received at 12730 <at> debbugs.gnu.org (full text, mbox):

From: Andrew Warshall <warshall <at> 99main.com>
To: Jim Meyering <jim <at> meyering.net>
Cc: 12730 <at> debbugs.gnu.org
Subject: Re: bug#12730: bug #12730: patch attached
Date: Thu, 8 Nov 2012 07:44:51 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 08 Nov 2012 08:05:30 +0100
Jim Meyering <jim <at> meyering.net> wrote:

> 
> Hmm.... trying the latest from gnulib, I saw a compilation failure.
> And it was my fault for omitting a hunk of your patch when
> I adjusted it.  Sorry about that.
> 
> Here's the fix.
> 
> From ab7a2b67b48deb4c253b3b6bd983690d71515265 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <jim <at> meyering.net>
> Date: Wed, 7 Nov 2012 22:59:21 -0800
> Subject: [PATCH] mountlist.c: fix a compilation failure
> 
> * lib/mountlist.c (read_file_system_list): Fix a compilation failure
> I introduced while transforming commit v0.0-7683-g613bcb6
> ---
>  ChangeLog       | 6 ++++++
>  lib/mountlist.c | 2 +-
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/ChangeLog b/ChangeLog
> index adcb8d1..1a1e8b7 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,9 @@
> +2012-11-07  Jim Meyering  <jim <at> meyering.net>
> +
> +	mountlist.c: fix a compilation failure
> +	* lib/mountlist.c (read_file_system_list): Fix a compilation
> failure
> +	I introduced while transforming commit v0.0-7683-g613bcb6
> +
>  2012-11-05  Paul Eggert  <eggert <at> cs.ucla.edu>
> 
>  	errno: port to LynxOS 178 2.2.2
> diff --git a/lib/mountlist.c b/lib/mountlist.c
> index a9a9f2c..d0fe1b2 100644
> --- a/lib/mountlist.c
> +++ b/lib/mountlist.c
> @@ -430,7 +430,7 @@ read_file_system_list (bool need_fs_type)
>          me->me_mountdir = xstrdup (mnt->mnt_dir);
>          me->me_type = xstrdup (mnt->mnt_type);
>          me->me_type_malloced = 1;
> -        me->me_dummy = ME_DUMMY (me->me_devname, me->me_type);
> +        me->me_dummy = ME_DUMMY (me->me_devname, me->me_type, mnt);
>          me->me_remote = ME_REMOTE (me->me_devname, me->me_type);
>          me->me_dev = dev_from_mount_options (mnt->mnt_opts);
> 
> --
> 1.8.0
> 

I'm sorry I didn't catch it before; thanks for fixing it, in any event.

          -Andrew Warshall
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJQm6lDAAoJEESPRWh79T7twWkH/3GsVTPt5stmE4pWNpxJ9vYb
ufjI4TnuTZUFPnM4xyFeZkulSsKKj+L5/GtRyaUE6O2qSk50ZGWx43jtL8PDHfMU
tu1sCT2m+4YH1JIqs6hmQMCSZpoqtXaPvIsH1nLS2mQAOLWO1KD7DvqNIrZiqrAp
UIiRcPc9bjDn0HwKLjjT2WjOhEpLf8qN/KT6gPbdtnkxl54VLPsPKzA3vm3WNWJ7
xTnWV3781vuTrsnCJ/5Hb/xGK4gQb3JK9dJlzCnQHNzepQyOT1UbxY7EH/GaSkQk
dSzXCm/vbHzWCdJ2SXc7MOVz9nNWqkhuH8by650xajzBTFr4Ssr/F84lu/BZ5Wg=
=5YA/
-----END PGP SIGNATURE-----

This bug report was last modified 6 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.