ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Arseny Maslennikov <arseny@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Проблема с debugedit при сборке ghc-9.2.8 на aarch64
Date: Thu, 28 Sep 2023 02:05:14 +0300
Message-ID: <ZRS1KlTv1QQr0yvL@cello> (raw)
In-Reply-To: <6d9fa048-d223-f406-34de-811139dd9117@basealt.ru>

[-- Attachment #1: Type: text/plain, Size: 2847 bytes --]

On Sat, Sep 23, 2023 at 04:44:38PM +0700, Ilya Kurdyukov wrote:
> On 9/23/23 16:36, Dmitry V. Levin wrote:
> > >   > --ldflags=-Wl,--build-id=sha1
> > Этой истории уже много лет, поэтому удивительно, что где-то до сих пор
> > по умолчанию создаётся 64-битный build id.  С точки зрения репозитория
> > важно не столько, чтобы конкретный пакет был исправлен, сколько чтобы
> > этого не происходило по умолчанию.
> > 
> ghc (смотрел спеку 8.6.4) для armh/aarch64 собирается через LLVM:
> 
> * Thu Aug 17 2023 Anton Zhukharev <ancieg@altlinux.org> 8.6.4-alt9
> - Fixed FTBFS.
> - Built with llvm12.0 on armh and aarch64.
> - Stored LLVM version in %%ghc_llvm_version macro.
> 
> Это опции LLD, линковщика из LLVM:
> 
> --build-id=value
>     Generate a build ID note. value may be one of fast, md5, sha1, tree,
> uuid, 0xhex-string, and none. tree is an alias for sha1. Build-IDs of type
> fast, md5, sha1, and tree are calculated from the object contents. fast is
> not intended to be cryptographically secure.
> --build-id
>     Synonym for --build-id=fast.
> 
> Если девятый ghc собирается так же - значит проблема в конфигурации LLVM,
> наверное там указано --build-id, что превращается в --build-id=fast.

Мы (т. е. я и не только) тут off-list голову ломали, почему ошибка, о
которой речь в этом треде, происходит только на aarch64 и почему мы
подобных жалоб не видим по всему репозиторию среди пакетов, линкуемых
этим lld. А дело в том, что на данной архитектуре в данном пакете lld
вызывается командой gcc, что редкость (не удивлюсь, если в сизифе так
делает только сборочная система ghc). gcc, вестимо, передаёт линкеру
просто --build-id.

Так что большое спасибо Илье за оперативное замечание в яблочко. И
тогда, действительно, проще всего навязать в пакете ghcX
`--ldflags=-Wl,--build-id=sha1'.


Хуже того, clang (и актуальный тоже) вообще не передаёт --build-id=*, т.
е. у нас все бинарники из-под clang+lld попадают в репозиторий вообще
без GNU_BUILD_ID elf note.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2023-09-27 23:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-22 22:51 Evgeny Sinelnikov
2023-09-23  8:26 ` Vitaly Chikunov
2023-09-23  9:36     ` Dmitry V. Levin
2023-09-23  9:44       ` Ilya Kurdyukov
2023-09-25 14:26         ` Evgeny Sinelnikov
2023-09-27 23:05         ` Arseny Maslennikov [this message]
2023-09-28  1:19           ` Ilya Kurdyukov
2023-10-19 22:40             ` Evgeny Sinelnikov
2023-10-20  5:28               ` Ivan A. Melnikov

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=ZRS1KlTv1QQr0yvL@cello \
    --to=arseny@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