On Tue, 2004-04-20 at 14:34, Chan, Dominic wrote: > Does anyone know what this error means? > > WARNING: not all packages in hdlist had order tag Run pkgorder and use it for buildinstall, et al. For RHL 9, I use something like this: PYTHONPATH=/usr/lib/anaconda /usr/lib/anaonda-runtime/pkgorder /path/to/i386/ i386 > /path/to/pkgfile buildinstall --pkgorder /path/to/pkgfile --version 9 --product Shrike --release 'Shrike' /path/to/i386/ genhdlist --withnumbers --fileorder /path/to/pkgfile /path/to/i386/ etc. Forrest