[1.1.2] missing build deps for mount

Rob Landley rob at landley.net
Fri Apr 14 02:43:06 UTC 2006


On Wednesday 12 April 2006 5:21 am, Andre wrote:
>
> > Index: util-linux/mount.c
> > ===================================================================
> > --- util-linux/mount.c  (revision 14831)
> > +++ util-linux/mount.c  (working copy)
> > @@ -351,7 +351,7 @@
> >
> >         // If mount failed, clean up loop file (if any).
> >
> > -       if (rc && loopFile) {
> > +       if (ENABLE_FEATURE_MOUNT_LOOP && rc && loopFile) {
> >                 del_loop(mp->mnt_fsname);
> >                 if (ENABLE_FEATURE_CLEAN_UP) {
> >                         free(loopFile);
>
> This fixes the problem with gcc-3.4.4
>
> Thanks

This isn't the first time we've bumped into the arm version of gcc being 
broken in precisely this way:

http://busybox.net/downloads/patches/svn-11231.patch

Last time I checked in a workaround for the broken arm compiler, but this time 
I'd prefer to recommend people upgrade to a non-broken compiler, if that's an 
ok solution for people...

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list