[1.1.2] missing build deps for mount

Andre armcc2000 at yahoo.com
Sun Apr 16 23:10:52 UTC 2006


--- Rob Landley <rob at landley.net> wrote:
> 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...
> 

Agree in principle, however gcc 3.4 isn't really that old (and is
considered a stable compiler for most things). Without the patch,
busybox becomes the first project I know of which requires a minimum
of gcc 4.x

Andre
--


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the busybox mailing list