Re: MySQL w/cmake: anyone tried packaging for Owl?
[email protected] Wed, 4 Sep 2013 17:53:57 +0400
| Newsgroups | gmane.linux.openwall.user |
|---|---|
| Message-ID | <[email protected]> |
On 04-Sep-2013 12:18:18 +0200, John Spencer wrote: >>>> /home/gremlin/RPM/BUILD/mysql-5.6.13/sql/rpl_gtid_set.cc: >>>> In function 'rpl_gno parse_gno(const char**)': >>>> /home/gremlin/RPM/BUILD/mysql-5.6.13/sql/rpl_gtid_set.cc:396:25: >>>> error: 'LLONG_MAX' was not declared in this scope I didn't >>>> investigate that thoroughly yet. >>> that looks as if rpl_gtid_set.cc should include limits.h >> Obviously, that was the first thing I tried. And, of course, >> it didn't help. > in my owl install here, the header only defines LLONG_MAX when > __USE_ISOC99 is defined. seems that's due to the ancient versions > owl uses. so you either have to add this directly to CFLAGS or > use -std=c99 (but then it will probably fail elsewhere unless > you add -D_GNU_SOURCE to CFLAGS...) The final solution is even more simple: s/LLONG_MAX/LONGLONG_MAX/ So, here it is: ftp://gremlin.people.openwall.com/pub/linux/Owl/SRPMS/mysql-5.6.13-g1.src.rpm (size: 34809983 sha1: c562581de3f9d7c9360d96fd1260f8bb91009bfc) More modifications will follow, but for now this package at least can be tested. -- Alexey V. Vissarionov aka Gremlin from Kremlin <gremlin ПРИ gremlin ТЧК ru> GPG: 8832FE9FA791F7968AC96E4E909DAC45EF3B1FA8 @ hkp://keys.gnupg.net
signature.asc
(application/pgp-signature, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCgAGBQJSJzt0AAoJEJCdrEXvOx+oRzoP/i8TmH6Rvn0VZ6/B9rQ0D0IZ wkjrvZ2LIb6Rj79gfEMWZt+YxozF0HlyP+HQRaqxA5roBDdzDFc3v2gebNRUtF60 +VdmJOwsy0rZEd13ogcXXuZl2jfENmr1DXat4mX8fPp1cjpYcJGQO9Mi6K+8j/1/ i+hZaAlxXpHP0t4+oTzZt2NGaNkCCrolcX20tqMaO+eGzjNy7eQ3XeBUavzxdEYL 3S7aZQ+Yxbq3w0HzIvqjCSsTWWdgxjANh49trwzVOIVfJKHqsZenIsRdpY6dEyl8 ZH89I1AcMYhSO/Qpt+uuFrd1XJ2ht3XVawd4AqwyNUU8yhBoFsVlX9GIlN6+K3Kj FAOuMyLAaCmmhXImQCWY2qfrWXFLqbi+uefqvirAMlmS7NGve3lIvcZNsYxRSfy4 Cgf/UIA9u4OlnwSNSfexRDfMF8ezjutPCZ0Mk/kY2Bye7E/v61ISNSxNvFVb94x5 vFNcR7Em12yTHKYNdlFQLGZQhra4V1FMOKDq+qlkYeVLZF/Bi84YAynPoKDP8yhO dhrbcmnt0mD5LX0SsbCuzFwKevBTwwg23gDD9nHp99QwEgrizrf82t9GAibMyKvM QV28AoehXOjyXA6FJzklURC6pwm16mmXplmUqrnG5DfHo7e+xwO8XZf8xeXpIssJ GGsYOgWclCrSVZLt1EsC =xi8m -----END PGP SIGNATURE-----