From: Alexey Sheplyakov <asheplyakov@basealt.ru> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: Re: [devel] [#291551] [test-only] FAILED (try 5) crtools.git=3.16.1-alt1 Date: Wed, 26 Jan 2022 17:01:21 +0400 Message-ID: <YfFGIW6vBdByO+AU@asheplyakov-rocket> (raw) In-Reply-To: <YfAhZgV97jdOy0Ud@portlab> Добрый день! On Tue, Jan 25, 2022 at 07:12:22PM +0300, Vladimir D. Seleznev wrote: > On Tue, Jan 25, 2022 at 02:52:26PM +0400, Alexey Sheplyakov wrote: > > Здравствуйте! > > > > On Mon, Jan 24, 2022 at 06:54:54PM +0300, Vladimir D. Seleznev wrote: > > > Hi, devel@! > > > > > > On Mon, Jan 17, 2022 at 11:29:03AM +0000, Girar awaiter (vseleznv) wrote: > > > > https://git.altlinux.org/tasks/291551/logs/events.5.1.log > > > > > > > > subtask name aarch64 armh i586 ppc64le x86_64 > > > > #300 crtools 1:31 failed - 1:27 49 > > > > > > > > 2022-Jan-17 11:27:29 :: test-only task #291551 for sisyphus resumed by vseleznv: > > > > #100 removed > > > > #200 removed > > > > #300 build 3.16.1-alt1 from /people/vseleznv/packages/crtools.git fetched at 2021-Dec-07 06:54:54 > > > > 2022-Jan-17 11:27:30 :: #300: force rebuild > > > > 2022-Jan-17 11:27:30 :: [i586] #300 crtools.git 3.16.1-alt1: build start > > > > 2022-Jan-17 11:27:30 :: [ppc64le] #300 crtools.git 3.16.1-alt1: build start > > > > 2022-Jan-17 11:27:30 :: [x86_64] #300 crtools.git 3.16.1-alt1: build start > > > > 2022-Jan-17 11:27:30 :: [aarch64] #300 crtools.git 3.16.1-alt1: build start > > > > 2022-Jan-17 11:27:30 :: [armh] #300 crtools.git 3.16.1-alt1: build start > > > > 2022-Jan-17 11:27:38 :: [i586] #300 crtools.git 3.16.1-alt1: build SKIPPED > > > > 2022-Jan-17 11:28:19 :: [x86_64] #300 crtools.git 3.16.1-alt1: build OK > > > > 2022-Jan-17 11:28:57 :: [ppc64le] #300 crtools.git 3.16.1-alt1: build OK > > > > 2022-Jan-17 11:29:01 :: [aarch64] #300 crtools.git 3.16.1-alt1: build OK > > > > У нас по умолчанию GCC генерит position independent code (то есть сборка > > неявно происходит с -fPIC/-fPIE). Даже на тех архитектурах, где это приводит > > к существенному снижению производительности (x86) и/или меняет ABI, > > вот как здесь: > > > > > > [armh] either the file containing the function 'code_syscall' or the file containing the function '' is not compiled with -fpic/-fPIC > > > > [armh] verify-elf: ERROR: ./usr/sbin/criu: TEXTREL entry found: 0x00000000 > > > > [armh] verify-elf: WARNING: ./usr/bin/compel: skipping eu-elflint by request > > > > > > А кто знает как такое чинить? > > > > *По уму* чинить это надо в GCC, а именно: не генерить position independent, > > если никто об этом не просил. > > Это было намеренно решение, собирать всё с position independent на > уровне репозитория. Это плохо обдуманное решение. И обсуждаемый баг - тому подтверждение. > > Хотя бы на тех архитектурах, где это сильно мешает. Пока GCC не > > починили (и даже не собираются), придётся вручную в $CFLAGS передавать > > `-fno-pic -fno-PIC -fno-pie -fno-PIE`. > > PI же не про производительность, Не скажу про все 32-битные архитектуры, но на x86 и armv{6,7} это именно что "про производительность" (и "про ABI"), только в плохом смысле слова. > с другой стороны, особой пользы на > 32-хбитных архитектурах ввиду несравненно меньшего адресного > пространства Именно. Никакого толку, один только вред.
next prev parent reply other threads:[~2022-01-26 13:01 UTC|newest] Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-24 15:54 ` Vladimir D. Seleznev 2022-01-24 22:51 ` Alexey V. Vissarionov 2022-01-25 7:51 ` Sergey V Turchin 2022-01-25 7:47 ` Sergey V Turchin 2022-01-25 10:52 ` Alexey Sheplyakov 2022-01-25 15:58 ` Gleb Fotengauer-Malinovskiy 2022-01-25 16:12 ` Vladimir D. Seleznev 2022-01-25 16:17 ` Anton Farygin 2022-01-26 13:01 ` Alexey Sheplyakov [this message] 2022-01-28 21:30 ` Dmitry V. Levin 2022-01-28 21:58 ` Leonid Krivoshein 2022-01-28 22:45 ` Dmitry V. Levin 2022-01-29 9:17 ` Alexey V. Vissarionov 2022-01-29 12:19 ` Yuri Sedunov 2022-01-28 22:25 ` Andrey Savchenko 2022-01-28 22:43 ` Dmitry V. Levin 2022-01-28 23:33 ` Andrey Savchenko 2022-01-30 0:10 ` Mikhail Novosyolov 2022-01-30 9:25 ` Anton Farygin 2022-01-30 16:45 ` Andrey Savchenko 2022-01-29 2:32 ` Антон Мидюков 2022-01-29 3:06 ` Dmitry V. Levin 2022-01-29 5:27 ` Антон Мидюков 2022-01-29 9:31 ` Alexey V. Vissarionov 2022-01-29 10:09 ` Антон Мидюков 2022-01-29 11:29 ` Alexey Gladkov 2022-01-29 11:34 ` Anton Farygin 2022-01-29 11:47 ` [devel] x86_64-i586 Dmitry V. Levin 2022-01-29 11:58 ` Anton Farygin 2022-01-31 9:24 ` Anton V. Boyarshinov 2022-01-31 10:12 ` Ilya Kurdyukov 2022-01-31 10:22 ` Anton V. Boyarshinov 2022-01-29 12:02 ` Антон Мидюков 2022-01-29 12:10 ` Anton Farygin 2022-01-29 12:28 ` Andrey Savchenko 2022-01-29 17:29 ` Anton Farygin 2022-01-30 18:37 ` [devel] [#291551] [test-only] FAILED (try 5) crtools.git=3.16.1-alt1 Alexey V. Vissarionov 2022-01-29 7:31 ` Anton Farygin 2022-01-29 11:22 ` Alexey Gladkov 2022-01-29 12:31 ` Валерий Иноземцев 2022-01-29 12:48 ` Sergey Y. Afonin 2022-01-29 13:01 ` Grigory Ustinov 2022-01-29 13:26 ` Alexey Gladkov 2022-01-29 17:32 ` Anton Farygin 2022-01-29 18:12 ` Alexey Gladkov 2022-01-29 18:16 ` Anton Farygin 2022-01-29 18:35 ` Alexey Gladkov 2022-01-30 9:20 ` Anton Farygin 2022-01-31 10:36 ` Sergey Afonin 2022-01-29 15:38 ` Alexey Sheplyakov 2022-01-29 15:50 ` Denis Medvedev 2022-01-29 17:33 ` Anton Farygin 2022-01-30 19:11 ` Alexey V. Vissarionov 2022-01-29 16:00 ` Dmitry V. Levin 2022-01-29 17:41 ` [devel] subrepository for 32-bit Anton Farygin 2022-01-29 18:25 ` Alexey Gladkov 2022-01-30 4:42 ` Ilya Kurdyukov 2022-01-30 6:35 ` Aleksey Novodvorsky 2022-01-30 7:10 ` Антон Мидюков 2022-01-30 8:05 ` Ilya Kurdyukov 2022-01-30 9:24 ` Anton Farygin 2022-01-30 10:15 ` Ilya Kurdyukov 2022-01-30 10:25 ` Anton Farygin 2022-01-31 0:54 ` Alexey V. Vissarionov 2022-01-30 20:14 ` Michael Shigorin 2022-01-30 20:49 ` Andrey Savchenko 2022-01-30 21:03 ` Aleksey Novodvorsky 2022-01-31 10:23 ` Alexey Sheplyakov 2022-01-31 10:29 ` Антон Мидюков 2022-01-31 5:28 ` Ilya Kurdyukov 2022-01-31 10:43 ` Sergey Afonin 2022-01-31 16:42 ` arbars 2022-01-31 21:55 ` Alexey V. Vissarionov 2022-01-31 23:26 ` [devel] OOM OMG OMG Paul Wolneykien 2022-01-31 23:55 ` Andrey Savchenko 2022-02-01 10:58 ` Paul Wolneykien 2022-02-01 14:02 ` Andrey Savchenko 2022-02-01 12:40 ` [devel] subrepository for 32-bit Anton Farygin 2022-01-30 17:32 ` Ilya Kurdyukov 2022-02-08 20:02 ` Alexey V. Vissarionov
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=YfFGIW6vBdByO+AU@asheplyakov-rocket \ --to=asheplyakov@basealt.ru \ --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