On 4/13/07, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote these words on 04/13/07 03:24 CST:
> > Author: alexander
> > Date: 2007-04-13 02:24:07 -0600 (Fri, 13 Apr 2007)
> > New Revision: 6723
> >
> > Modified:
> >    trunk/BOOK/general.ent
> >    trunk/BOOK/general/sysutils/hal.xml
> >    trunk/BOOK/introduction/welcome/changelog.xml
> > Log:
> > Made Python an optional dependency of HAL instead of a required one
>
> We need to figure out a better way to do this. The commands that are
> in the book now are confusing. Additionally, we don't support
> multiple installations (typically) of a package. If it must be that
> we change the author's code, then at least we must make flowing
> instructions, and not multiple sets.

Here's a fix that I think would work to make the Python dep optional:

$ sed -i.bak '/PYTHON=":"/d' configure
$ diff -pu configure{.bak,}
--- configure.bak       2006-07-26 11:03:59.000000000 -0700
+++ configure   2007-04-13 08:59:42.000000000 -0700
@@ -20569,7 +20569,6 @@ fi

   test -n "$PYTHON" && break
 done
-test -n "$PYTHON" || PYTHON=":"

     fi
     am_display_PYTHON=python

Then the error won't be caught. I personally like the suppression of
device-manager in SUBDIRS, but it sounds a little strange.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to