Hi, Stewart! On Nov 11, Stewart Smith wrote:
Sergei Golubchik
writes: ------------------------------------------------------------ revno: 4327 revision-id: svoj@mariadb.org-20141017112032-b0p2qvvlbn1xrfec parent: svoj@mariadb.org-20141017110850-5rlt8fm3blxv4wtb committer: Sergey Vojtovich
branch nick: 5.5 timestamp: Fri 2014-10-17 15:20:32 +0400 message: MDEV-6885 - debs do not build on PPC64 Include ha_oqgraph.so into deb package only if it was able to build.
Sorry, cannot help much. It looks ok, but I've had so many problems with our debian packaging - all these fixes looks right, and still need twenty iterations to actually be right.
What's the issue with oqgraph building? Is it something boost related? I think I recall some issues with some Boost versions (perhaps only on pp64le) but I could be remembering incorrectly :)
yes, it's in the comments to MDEV-6885: ====Sergey Vojtovich added a comment - 13 hours ago ======= Sergei, we already solved 10.0 debs build failure on PPC64. The problem was that libjudydebian1 package has broken symlink to libJudy.so. 5.5 debs fail to build because oqgraph doesn't like Boost. =========================================================== we usually solve this Boost problem by installing Boost of the supported version somewhere in /usr/local in our build VM. Regards, Sergei