Erez Zadok wrote on 7/21/08 10:16 AM:
> Is the new kernel building at all?  If not, that'd be a sign that
> something's missing.

With those three segments of the patch removed, it applies cleanly.
With no other changes to the spec file, it dies at:

+ make ARCH=i386 nonint_oldconfig
CONFIG_UNION_FS
make[1]: *** [nonint_oldconfig] Error 1

I can resolve this by adding the following to the spec file:

for i in *.config; do
echo "CONFIG_UNION_FS=m" >> $i
echo "CONFIG_UNION_FS_XATTR=y" >> $i
echo "CONFIG_UNION_FS_DEBUG=y" >> $i
done

right after

cp -f %{all_arch_configs} .

in the %prep section.  There's probably a better way to do that, but it
seems to work. :)

As for whether it compiles, still working on that one, I'll let you know
when (if) it finishes.

-- 
Dave Miller                                   http://www.justdave.net/
System Administrator, Mozilla Corporation      http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/
_______________________________________________
unionfs mailing list: http://unionfs.filesystems.org/
unionfs@mail.fsl.cs.sunysb.edu
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to