ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [#291354] EPERM (try 3) del=qt3 del=ananas del=esvn del=kaptain del=kniga del=kseg ...
Date: Thu, 9 Dec 2021 02:24:31 +0300
Message-ID: <20211208232431.GE31151@altlinux.org> (raw)
In-Reply-To: <20211208105525.GA24341@altlinux.org>

On Wed, Dec 08, 2021 at 01:55:26PM +0300, Dmitry V. Levin wrote:
> On Wed, Dec 08, 2021 at 02:18:08PM +0400, Alexey Sheplyakov wrote:
> > Здравствуйте!
> > 
> > On 07.12.2021 00:41, Igor Vlasenko wrote:
> > > On Mon, Dec 06, 2021 at 10:20:11PM +0300, Dmitry V. Levin wrote:
> > >> Коллеги,
> > >>
> > >> напоминаю, что если тривиально (наверное) исправляемая сборка qt3 не будет
> > >> исправлена, то qt3 будет удалён вместе со всеми пакетами, которые
> > >> от него зависят.
> > > 
> > > qt3 падает на armh по причине, для меня загадочной. См.
> > > #291534 FAILED #2 sisyphus qt3.git=3.3.8d-alt16
> > > 
> > 
> > Судя по
> > 
> > [00:07:04] /usr/src/tmp/ccRizFSw.s: Assembler messages:
> > [00:07:04] /usr/src/tmp/ccRizFSw.s:1998: Warning: blx to Thumb func '_ZN16DatabaseSupport2D1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccRizFSw.s:10820: Warning: blx to Thumb func '_ZN8QPtrListI14QWidgetFactoryED1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s: Assembler messages:
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:5150: Warning: blx to Thumb func '_ZN8QPtrListIcED1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:5248: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:5906: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:10880: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:11013: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:11016: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:11158: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > [00:07:04] /usr/src/tmp/ccOZm9Ly.s:11161: Warning: blx to Thumb func '_ZN8QStrListD1Ev' from Thumb ISA state changed to bl
> > 
> > [00:07:04] /usr/src/RPM/BUILD/qt-x11-free-3.3.8d/bin/uic -L /usr/src/RPM/BUILD/qt-x11-free-3.3.8d/plugins listboxeditor.ui -o listboxeditor.h
> > [00:07:04] make[3]: *** [Makefile:8058: listboxeditor.h] Segmentation fault
> > 
> > кто-то вызвал arm код из thumb (или наоборот) без нужной для этого магии.
> 
> Обычно так бывает, когда что-то одно было скомпилировано с -mthumb,
> что-то другое - без -mthumb, а потом слинковано вместе.
> 
> При этом -flto имеет свойство делать важным указание %optflags в тех
> местах, где раньше это было необязательно, ...
> 
> > Этим "кто-то" мог оказаться и компилятор, так уже бывало много раз, например
> > 
> > https://bugreports.qt.io/browse/QTBUG-69808?focusedCommentId=416504&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-416504
> 
> ... например, как было в этом случае.

Так оно оказалось и в случае этого многострадального qt3,
фикс выглядит примерно так:

	project->variables()["QMAKE_LFLAGS"] += project->variables()["QMAKE_CXXFLAGS"];


-- 
ldv


  reply	other threads:[~2021-12-08 23:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-06 19:20 Dmitry V. Levin
2021-12-06 20:41 ` Igor Vlasenko
2021-12-06 21:19   ` Dmitry V. Levin
2021-12-06 22:12     ` Alexey Sheplyakov
2021-12-07  7:31       ` Sergey V Turchin
2021-12-08 10:18   ` Alexey Sheplyakov
2021-12-08 10:55     ` Dmitry V. Levin
2021-12-08 23:24       ` Dmitry V. Levin [this message]
2021-12-15 14:23         ` [devel] неиспользование %optflags во время линковки Dmitry V. Levin

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=20211208232431.GE31151@altlinux.org \
    --to=ldv@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