Hey all, I'm building the near complete port of anaconda for ppc.. and running into some difficulties with the build scripts. I've tried debugging, but haven't had much luck so far. Some of the errors I see are as follows: /usr/X11R6/bin/mkfontdir: failed to create directory in /devel/ruffpack/yellowdog/ppc/YellowDog/instimage/usr/share/fonts/ISO8859-2/* Getting pango modules /usr/sbin/chroot: cannot execute /usr/bin/pango-querymodules: No such file or directory I've confirmed that pango-querymodules exists in the instimage and bash does as well. Also: Getting gtk2 input method modules /devel/ruffpack/yellowdog/ppc/buildinstall.tree.18453/upd-instroot: line 765: /devel/ruffpack/yellowdog/ppc/YellowDog/instimage/etc/gtk-2.0/gtk.immodules: No such file or directory Appears to be similar to the pango issue. And lastly: kernel-$kernelvers does not exist -- using kernel package unpacking /devel/ruffpack/yellowdog/ppc/YellowDog/RPMS/kernel-2.4.20-0.87g.ppc.rpm /devel/ruffpack/yellowdog/ppc/YellowDog/RPMS is not a valid modules directory usage: mk-images <pkgsrc> <toplevel> <template> <buildarch> <version> Writing .discinfo file timestamp not specified; It almost seems like I'm doing something silly. I'm calling buildinstall as follows: scripts/buildinstall --pkgorder pkgfile --version 2.3.90 --release 'Ruffpack 2.3.90' /devel/ruffpack/yellowdog/ppc/ Any ideas folks? -Dan