Hi, I'm trying to but together a simple build script for some processes using nALFS.
It's all fine except that I can't get <requires> to work. I have two packages A and B where B requires A. My xml looks like this: <alfs version="3.1" xmlns:xi="http://www.w3.org/2001/XInclude"> <stage name="My Build &build-version;"> <stageinfo> <environment> </environment> </stageinfo> <stage name="Mail Server Systems"> <xi:include href="mailserver/cyrus-sasl.xml"/> <xi:include href="mailserver/cyrus-imap.xml" /> </stage> </stage> </alfs> and then the two included files contain: <alfs> <package name="cyrus-sasl" version="&cyrus-sasl-version;"> and <alfs> <package name="cyrus-imap" version="&cyrus-imap-version;"> <packageinfo> <requires><name>cyrus-sasl</name></requires> </packageinfo> When I run nALFS I get: I: Log file stored in: | |I: /root/.nALFS/packages/cyrus-imap-2.2.12.xml | |E: Required package missing: sasl | |E: Some required packages are missing; build aborted. | |E: Execution failed (255). | |I: Total time executing: 00:00:00 I have compared this to my BLFS build which works fine. I can't see what I have different. Any suggestions greatly appreciated. nALFS version = nALFS 1.2.6 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of M.Canales.es Sent: 08 August 2006 19:49 To: ALFS Discussion and Development List Subject: Re: The $LUSER code El Martes, 8 de Agosto de 2006 20:39, George Boudreau escribió: > I am going to start the output housekeeping this evening and once Another point to take into account for that is to try to use relative paths instead of current full paths. That may need other changes, like implementing a "su to LUSER only one time" method, but could to reduce the number of functions and variables needed. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
