Hi, Stewart! On Nov 11, Stewart Smith wrote: > Sergei Golubchik <[email protected]> writes: > >> ------------------------------------------------------------ > >> revno: 4327 > >> revision-id: [email protected] > >> parent: [email protected] > >> committer: Sergey Vojtovich <[email protected]> > >> 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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

