From: "Ivan A. Melnikov" <iv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Переход на libmysqlclient21 (MySQL8.0)
Date: Thu, 7 Mar 2019 12:45:59 +0400
Message-ID: <20190307084559.dnjdoqsvrzdzc5sf@titan.localdomain> (raw)
In-Reply-To: <4c427cd0-c562-a5d9-4c9c-ca0992022336@basealt.ru>
On Thu, Mar 07, 2019 at 11:23:30AM +0300, Nikolai Kostrigin wrote:
>
>
> 06.03.2019 14:04, Nikolai Kostrigin пишет:
> > 07.02.2019 17:22, Sergey V Turchin пишет:
> >> On Tuesday, 5 February 2019 18:50:50 MSK Nikolai Kostrigin wrote:
> >>
> >> [...]
> >>> Действия, необходимые для починки, чаще всего, тривиальны и сводятся к
> >>> определению типа "my_bool"
> >>>
> >>> +#if defined(bool) && !defined(my_bool)
> >>> +#define my_bool bool
> >>> +#endif
> >> Похоже, это несовместимо с p8. http://git.altlinux.org/tasks/220955/
> >>
> >> [...]
> > Для совместимости с p8 и живущей там mariadb (libmysqlclient.so.18)
> > минимальный
> > патч должен иметь вид:
> >
> > #include <mysql.h>
> > +#if !defined(my_bool) && MYSQL_VERSION_ID >= 80001 &&
> > MYSQL_VERSION_ID < 100100
> > +#define my_bool bool
> > +#endif
> >
> > В задании *#219440*, в настоящий момент, клиенты libmysqlclient
> > пересобираются с so.21
> Задание 219440 разбито на цепочку заданий.
> В данный момент разрешения на сборку требует:
> #224006 EPERM #1 sisyphus pdns.git=4.0.3-alt3 *piastry sin @qa*
Посмотрел, разрешил, запустил.
--
wbr,
iv m.
next prev parent reply other threads:[~2019-03-07 8:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-05 15:50 Nikolai Kostrigin
2019-02-05 17:24 ` Dmitry V. Levin
2019-02-05 17:55 ` Anton Farygin
2019-02-05 18:00 ` Dmitry V. Levin
2019-02-05 18:23 ` Anton Farygin
2019-02-05 20:04 ` Dmitry V. Levin
2019-02-05 20:31 ` Dmitry V. Levin
2019-02-23 7:52 ` Sergey Y. Afonin
2019-02-23 8:19 ` Sergey Y. Afonin
2019-02-23 12:35 ` Alexey V. Vissarionov
2019-02-24 6:56 ` Anton Farygin
2019-02-24 7:16 ` Sergey Y. Afonin
2019-02-06 9:42 ` Paul Wolneykien
2019-02-06 9:48 ` Sergey Afonin
2019-02-06 10:21 ` Paul Wolneykien
2019-02-06 13:56 ` Sergey V Turchin
2019-02-07 4:45 ` Anton Farygin
2019-02-07 7:05 ` Nikolai Kostrigin
2019-02-07 7:36 ` Sergey Afonin
2019-02-07 7:20 ` Sergey V Turchin
2019-02-07 11:07 ` Sergey V Turchin
2019-02-07 9:20 ` Sergey V Turchin
2019-02-07 14:22 ` Sergey V Turchin
2019-03-07 8:45 ` Ivan A. Melnikov [this message]
2019-03-15 7:22 ` [devel] define my_bool (was: Переход на libmysqlclient21 (MySQL8.0)) Sergey V Turchin
2019-03-16 18:26 ` Michael Shigorin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190307084559.dnjdoqsvrzdzc5sf@titan.localdomain \
--to=iv@altlinux.org \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git