From: Sergey Afonin <asy@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] gcc8, i586, -Wno-deprecated-copy
Date: Wed, 18 Mar 2020 11:32:49 +0400
Message-ID: <202003181132.49091.asy@altlinux.org> (raw)
In-Reply-To: <20200317200922.GB19040@altlinux.org>
On Wednesday 18 March 2020, Dmitry V. Levin wrote:
> > А как сборка на x86_64 прошла тогда? Опции в зависимости от архитектур
> > отличаются? В Sisyphus из того же тэга собирается и для i586, но в Sisyphus
> > уже gcc9.
>
> На x86_64 не оказалось -Werror. Ну и пакет у вас, однако.
Интересно. Но это тогда cmake получался бы. no-deprecated-copy встречается
в только в основном CMakeLists.txt, дважды. Сразу после есть такой код:
if(BUILD_FOR_GCOV)
message ("Enable GCOV due to BUILD_FOR_GCOV")
set(WB_CXXFLAGS ${WB_CXXFLAGS} -fprofile-arcs -ftest-coverage )
set(WB_CFLAGS ${WB_CFLAGS} -fprofile-arcs -ftest-coverage)
else()
set(WB_CXXFLAGS ${WB_CXXFLAGS} -Werror)
set(WB_CFLAGS ${WB_CFLAGS} -Werror)
endif()
BUILD_FOR_GCOV ранее получает значение OFF, нигде больше не переопределяется.
Но нет. Я перезапустил сборку с %make_build VERBOSE=1. сообщение "cc1plus: error:
unrecognized command line option" у i586 соответствует сборке
/usr/src/RPM/BUILD/mysql-workbench-community-8.0.19/library/ssh/SSHCommon.cpp
Если посмотреть, как этот же код собирается на yf ч86_64, то там -Werror
присутствует: http://git.altlinux.org/tasks/247945/build/200/x86_64/log
--
С уважением, Сергей Афонин.
next prev parent reply other threads:[~2020-03-18 7:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-17 18:26 Sergey Y. Afonin
2020-03-17 20:09 ` Dmitry V. Levin
2020-03-18 7:32 ` Sergey Afonin [this message]
2020-03-19 6:44 ` Sergey Afonin
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=202003181132.49091.asy@altlinux.org \
--to=asy@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