On Fri, 2004-12-17 at 14:24 -0700, Danen Br�wrote: > On Fri, 2004-12-17 at 16:19 -0500, Daniel Spratlen wrote: > > On Fri, 2004-12-17 at 13:44 -0700, Danen Br�wrote: > > > On Fri, 2004-12-17 at 15:33 -0500, Daniel Spratlen wrote: <snip> > > > > > > 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 > > > > > > > > _______________________________________________ > > Anaconda-devel-list mailing list > > Anaconda-devel-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/anaconda-devel-list > > > > > > Hi Daniel, > > It won't help to have them installed on the build system itself (my poor > choice of words) as buildinstall only looks for them in the tree of > packages that you pass in as the last argument. So, to reword, it looks > like the packages might be missing from your package tree and you should > copy them there. > > $PKGROOT/RedHat/RPMS/pango*.rpm, etc. > > -- > Danen Br�> Modwest Sr. Engineer > Powerful, Affordable Web Hosting The packages are in the PKGROOT: [root@M4AULXBLD03 RPMS]# pwd /home/redhat/dist/redhat-cd-3.0/redhat-3.0/RedHat/RPMS [root@M4AULXBLD03 RPMS]# ls anaconda-* anaconda-9.1.3-3.RHEL.i386.rpm anaconda-product-3-1ES.noarch.rpm anaconda-help-9.1-3.RHEL.noarch.rpm anaconda- runtime-9.1.3-3.RHEL.i386.rpm anaconda-images-9.1-3.RHEL.noarch.rpm [root@M4AULXBLD03 RPMS]# ls fontconfig-* fontconfig-2.2.1-13.i386.rpm fontconfig-devel-2.2.1-13.i386.rpm [root@M4AULXBLD03 RPMS]# ls joe-2.9.8-5.i386.rpm joe-2.9.8-5.i386.rpm [root@M4AULXBLD03 RPMS]# ls pango-* pango-1.2.5-2.0.i386.rpm pango-devel-1.2.5-2.0.i386.rpm [root@M4AULXBLD03 RPMS]# ls busybox-anaconda-0.60.5-8.i386.rpm busybox-anaconda-0.60.5-8.i386.rpm thanks, Daniel