On Thu, Jun 28, 2012 at 3:35 PM, Denis Fateyev <[email protected]> wrote:
> Here is the thing. There are no problems with `1.7.4` and mock, it builds > just fine under on my machine. I suspect there are some specific things with > this spec and DAR in `el5` environment. Anyway, I am going to update the > repo with `1.7.5` in next few days and we will try to rebuild. Something that is conceptually odd, and that changed between RHEL 5 and RHEL 6, is the default inclusion of both i386 and x86_64 components when installing packges. The result is sometimes..... intriguing. "mock" does a pretty god job of *NOT* including spare libraries for other architectures, but reading thousands of lines of generated autoconf scripting to figure out which library got auto-detected and inapropriately loaded for the wrong archtecutre can be..... burdensome and difficult to address. Building under "mock" helps avoid this, and is partly why I like it. _______________________________________________ users mailing list [email protected] http://lists.repoforge.org/mailman/listinfo/users
