On Mon, May 9, 2011 at 3:43 PM, Levend Sayar <[email protected]> wrote: > I put RPM_DIST_DIR to my .bashrc setting as environment variable.
don't do that ;) Do ./configure RPM_DIST_DIR=/some/other/place > I wanted to see the exact sipxportlib rpm installed on mock > filesystem. I thought that > if I rpm -e that rpm, I can continue build without making > repo-chroot-init from scratch. > I mean I wanted to erase 4.4.0 version of sipxportlib from mock. I think that the rpm database is actually managed by the non-chrooted operating system. So this command lists all rpms for a given system rpm --dbpath /var/lib/mock/centos-5-x86_64/root/var/lib/rpm -qa You should call make repo-chroot-init before each build. If it's too slow, there are instructions on wiki for setting up a squid caching server I highly recommend. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
