On Fri, 2004-12-17 at 13:44 -0700, Danen Br�wrote: > On Fri, 2004-12-17 at 15:33 -0500, Daniel Spratlen wrote: > > I am currently building custom RHEL ES 3.0 update3 install disks. I'm > > getting the following errors, which appear to cause the iso's that I've > > generated to fail. The disks boot fine, but anaconda bombs out after > > it's loaded the kernel modules. I believe the following errors are > > causing my problems which appear to be coming from the upd-instroot > > script. > > > > > > Going to run buildinstall again > > Building images... > > Assembling package list... > > Expanding text packages... > > Expanding graphical packages... > > retrieving timezones > > ln: creating symbolic link `/tmp/treedir.31597/instimage/etc/joe/picorc' > > to `jpicorc': No such file or directory > > ln: creating symbolic link > > `/tmp/treedir.31597/instimage/etc/joe/emacsrc' to `jmacsrc': No such > > file or directory > > Creating nsswitch.conf > > Fixing up /etc/man.config to point into /mnt/sysimage > > Running mkfontdir... > > Getting pango modules > > /usr/sbin/chroot: /usr/bin/pango-querymodules: No such file or directory > > Getting gtk2 input method modules > > /home/redhat/dist/redhat- > > cd-3.0/redhat-3.0/i386/buildinstall.tree.31578/upd-instroot: line > > 903: /tmp/treedir.31597/instimage/etc/gtk-2.0/gtk.immodules: No such > > file or directory > > Getting gtk2 gdk-pixbuf loaders > > /home/redhat/dist/redhat- > > cd-3.0/redhat-3.0/i386/buildinstall.tree.31578/upd-instroot: line > > 913: /tmp/treedir.31597/instimage/etc/gtk-2.0/gdk-pixbuf.loaders: No > > such file or directory > > Munging fonts.conf > > Scrubbing trees... /tmp/treedir.31597/image-template > > /usr/sbin/chroot: usr/sbin/ldconfig: No such file or directory > > Scrubbing trees... /tmp/treedir.31597/instimage > > /usr/sbin/chroot: usr/sbin/ldconfig: No such file or directory > > Compressing .mo files in stage2 images... > > Creating fontconfig cache > > /usr/sbin/chroot: /usr/bin/fc-cache: No such file or directory > > Creating debug dir > > Patching python library... > > Removing unused python files in > > hdimage... /usr/sbin/chroot: /usr/bin/anaconda: No such file or > > directory > > done. > > > > > > I've spent a good bit of time googling on this. Any ideas? > > > > thanks, > > Daniel > > > > _______________________________________________ > > Anaconda-devel-list mailing list > > Anaconda-devel-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/anaconda-devel-list > > > > > > Daniel, > > Looks like you need to add a few packages to your build environment. > Find and install the packages that provide the files listed as missing > in the error output. joe, pango, fontconfig for a start. Look at the > lists of files in upd-instroot for a more complete list. > That was my first thought too, however: # rpm -qa |egrep 'joe|pango|fontconfig|anaconda' joe-2.9.8-5 anaconda-runtime-9.1.3-3.RHEL pango-1.2.5-2.0 busybox-anaconda-0.60.5-8 fontconfig-devel-2.2.1-13 pango-devel-1.2.5-2.0 anaconda-images-9.1-3.RHEL anaconda-9.1.3-3.RHEL anaconda-product-3-1ES fontconfig-2.2.1-13 anaconda-help-9.1-3.RHEL Also, as others have mentioned, PYTHONPATH is set to /usr/lib/anaconda thanks, Daniel