On Fri, Jan 13, 2012 at 10:13 AM, Kyle Haefner <[email protected]> wrote: > But every time I try and build sipx I get this: > Transaction Check Error: > file /usr/lib/libcppunit-1.12.so.1.0.0 conflicts between attempted > installs of cppunit-devel-1.12.1-2.i386 and cppunit-1.12.1-2.i386
Build is picking up 2 copies of cppunit, yours and build server's. Normally one is newer and there's no problem but in this case versions are identical. Unless you want to build cppunit, I wouldn't build it. Try removing the cpp unit rpms rm repo/CentOS_5/i386/cppunit*.rpm make distro.centos-5-i386.repo-create Then try again and you should be pulling in rpm for sipfoundry. If you know you always want to build all rpms, you can add this to configure script --disable-pull-missing-rpms which will not add "sipxecs" on sipfoundry to your list for repos in mock system. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
