On Fri, 2007-03-02 at 13:46 -0800, David Brown wrote:
> > Yeah and module-assistant isn't being so helpful it can't seem to get
> > past the fact that there isn't a lustre modules in the repository.
> >
> > Any help here would be appreciated...
> 
> Okay after downloading all the source things for the package and
> making a local debian repository and putting the lustre-source package
> into the local repo... *sigh* I got to the point where the rules
> targets for module-assistant mostly worked... had to change a few
> things.
> 
> ============
> --- lustre-1.5.97/debian/rules  2007-03-02 12:43:13.000000000 -0800
> +++ lustre-1.5.97/debian/rules       2007-03-02 10:51:38.000000000 -0800
> @@ -237,15 +237,16 @@
>         # touch files to same date, to avoid auto*
>         find lustre-$(VERSION) -type f -exec touch -r
> lustre-$(VERSION)/COPYING {} \;
>         # Doesn't seem possible to only build modules...
> -       (cd lustre-$(VERSION)  \
> +       (pushd lustre-$(VERSION) && \
>         ./configure --with-linux=$(KSRC) \
>                     --disable-quilt  \
>                     --disable-dependency-tracking \
>                     --disable-doc  \
>                     --disable-utils \
>                     --enable-snmp \
> -                   --disable-tests )\
> -                   --disable-zerocopy
> +                   --disable-tests \
> +                   --disable-zerocopy && \
> +       popd)
> 
>  kdist_configure: kdist_config

Cool.  Can you push everything you have had to do to make it work
upstream?

b.


_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

Reply via email to