[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] hurd: fix semantic of file_get_children
From: |
Gabriele Giacone |
Subject: |
Re: [PATCH 3/3] hurd: fix semantic of file_get_children |
Date: |
Wed, 3 Sep 2014 13:21:54 +0200 |
On Mon, Sep 1, 2014 at 11:34 AM, Justus Winter
<4winter@informatik.uni-hamburg.de> wrote:
> Quoting Samuel Thibault (2014-09-01 08:40:45)
>> Gabriele, could you check whether that fixes some of your concerns with
>> pbuilder & sbuild?
>
> Here are packages containing that patch. FWIW, my build host runs
> testing, I'll try hard not to break the testing packages:
>
> deb http://darnassus.sceen.net/~teythoon/hurd-ci testing main
pbuilder just needs superfluous "." and "/" are removed from
pathnames. See #753801 and thread
https://lists.gnu.org/archive/html/bug-hurd/2014-06/msg00018.html
Someone could find the most proper place to realpath them.
sbuild/schroot suffer a bindmount bug we already talked about but not
tracked yet. Briefly,
mount -o bind foo0 foo1
mount -o bind foo2 foo1/bar
proc/mounts displays:
/dev/hd0s1 foo1
/dev/hd0s1 foo0/bar
instead of
/dev/hd0s1 foo1
/dev/hd0s1 foo1/bar
No, it didn't fix them.
--
G..e