* Re: [devel] [#322480] POSTPONED llvm16.0.git=16.0.5-alt1 @ 2023-06-08 8:53 ` Dmitry V. Levin 2023-06-08 10:07 ` Arseny Maslennikov 0 siblings, 1 reply; 3+ messages in thread From: Dmitry V. Levin @ 2023-06-08 8:53 UTC (permalink / raw) To: Nazarov Denis; +Cc: Arseny Maslennikov, ALT Devel discussion list On Mon, Jun 05, 2023 at 04:19:24PM +0000, Girar awaiter (nenderus) wrote: > https://git.altlinux.org/tasks/322480/logs/events.1.1.log [...] > 2023-Jun-05 09:58:01 :: task #322480 for sisyphus started by nenderus: > #100 build 16.0.5-alt1 from /people/nenderus/packages/llvm16.0.git fetched at 2023-Jun-05 09:57:57 [...] > 2023-Jun-05 15:52:50 :: plan: src +1 -0 =18459, aarch64 +39 -0 =31639, armh +39 -0 =29541, i586 +39 -0 =31580, noarch +6 -0 =19175, ppc64le +39 -0 =31021, x86_64 +40 -0 =32528 Какая-то странная сборка llvm тут происходит. -- ldv ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] [#322480] POSTPONED llvm16.0.git=16.0.5-alt1 2023-06-08 8:53 ` [devel] [#322480] POSTPONED llvm16.0.git=16.0.5-alt1 Dmitry V. Levin @ 2023-06-08 10:07 ` Arseny Maslennikov 2023-06-08 10:24 ` Gleb Fotengauer-Malinovskiy 0 siblings, 1 reply; 3+ messages in thread From: Arseny Maslennikov @ 2023-06-08 10:07 UTC (permalink / raw) To: ALT Linux Team development discussions; +Cc: Nazarov Denis [-- Attachment #1: Type: text/plain, Size: 3846 bytes --] On Thu, Jun 08, 2023 at 11:53:19AM +0300, Dmitry V. Levin wrote: > On Mon, Jun 05, 2023 at 04:19:24PM +0000, Girar awaiter (nenderus) wrote: > > https://git.altlinux.org/tasks/322480/logs/events.1.1.log > [...] > > 2023-Jun-05 09:58:01 :: task #322480 for sisyphus started by nenderus: > > #100 build 16.0.5-alt1 from /people/nenderus/packages/llvm16.0.git fetched at 2023-Jun-05 09:57:57 > [...] > > 2023-Jun-05 15:52:50 :: plan: src +1 -0 =18459, aarch64 +39 -0 =31639, armh +39 -0 =29541, i586 +39 -0 =31580, noarch +6 -0 =19175, ppc64le +39 -0 =31021, x86_64 +40 -0 =32528 > > Какая-то странная сборка llvm тут происходит. Никаких вопросов, кроме нижеперечисленного, скорее не имею. Разве что Гришу и python 3.11 действительно стоило бы дождаться. :) Nazarov Denis <nenderus@altlinux.org> wrote: > From a08841d1481a58d029d7ff243377ae46e4373186 Mon Sep 17 00:00:00 2001 > From: Nazarov Denis <nenderus@altlinux.org> > Date: Mon, 5 Jun 2023 12:56:03 +0300 > Subject: [PATCH] 16.0.5-alt1 > > - 16.0.5 > --- > compiler-rt-alt-i586-arch.patch | 69 +++++++++++++--------------- > llvm-D132140.patch | 79 --------------------------------- > llvm-alt-fix-linking.patch | 2 +- > llvm-alt-triple.patch | 22 --------- > llvm15.spec => llvm16.spec | 51 ++++++++++++--------- > 5 files changed, 61 insertions(+), 162 deletions(-) > delete mode 100644 llvm-D132140.patch > delete mode 100644 llvm-alt-triple.patch > rename llvm15.spec => llvm16.spec (98%) > <...> > > diff --git a/llvm15.spec b/llvm16.spec > similarity index 98% > rename from llvm15.spec > rename to llvm16.spec > index 86e92e78f..12ff25cc5 100644 > --- a/llvm15.spec > +++ b/llvm16.spec > @@ -5,10 +5,11 @@ > %filter_from_requires /python[0-9.]\+(libscanbuild[.].*)/d > # Self-provided by python3(lldb14.0) in a custom path. > %filter_from_requires /python[0-9.]\+(lldb)/d > +%filter_from_requires /^libLLVM-.*\.so\(.*\)\? >= .*/d Интересно, для чего потребовалась вот эта строка? Отдельного коммита нет, описания тоже нет, а знать это необходимо. > -%global v_major 15 > +%global v_major 16 > %global v_majmin %v_major.0 > -%global v_full %v_majmin.6 > +%global v_full %v_majmin.5 > %global rcsuffix %nil > %global llvm_name llvm%v_majmin > %global clang_name clang%v_majmin > @@ -78,7 +79,7 @@ AutoProv: nopython > > Name: %llvm_name > Version: %v_full > -Release: alt1.1 > +Release: alt1 > Summary: The LLVM Compiler Infrastructure > > Group: Development/C > @@ -90,7 +91,6 @@ Patch: clang-alt-i586-fallback.patch > Patch1: clang-alt-triple.patch > Patch2: 0001-alt-llvm-config-Ignore-wrappers-when-looking-for-current.patch > Patch3: llvm-alt-fix-linking.patch > -Patch4: llvm-alt-triple.patch > Patch5: compiler-rt-alt-i586-arch.patch > Patch6: clang-12-alt-mips-use-fpxx-by-default.patch > Patch7: clang-alt-aarch64-dynamic-linker-path.patch > @@ -104,12 +104,13 @@ Patch14: llvm-10-alt-riscv64-config-guess.patch > Patch17: llvm-cmake-pass-ffat-lto-objects-if-using-the-GNU-toolcha.patch > Patch18: lld-compact-unwind-encoding.h.patch > # ROCm needs this > -Patch19: llvm-D132140.patch Эти две строки были добавлены вместе и имеют смысл только вместе. > Patch101: clang-ALT-bug-40628-grecord-command-line.patch > > %if_with clang > # https://bugs.altlinux.org/show_bug.cgi?id=34671 > -%set_verify_elf_method lint=skip > +%set_verify_elf_method lint=skip,rpath=skip > +%else > +%set_verify_elf_method rpath=skip > %endif <...> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] [#322480] POSTPONED llvm16.0.git=16.0.5-alt1 2023-06-08 10:07 ` Arseny Maslennikov @ 2023-06-08 10:24 ` Gleb Fotengauer-Malinovskiy 0 siblings, 0 replies; 3+ messages in thread From: Gleb Fotengauer-Malinovskiy @ 2023-06-08 10:24 UTC (permalink / raw) To: ALT Linux Team development discussions; +Cc: Nazarov Denis [-- Attachment #1: Type: text/plain, Size: 2541 bytes --] On Thu, Jun 08, 2023 at 01:07:55PM +0300, Arseny Maslennikov wrote: > On Thu, Jun 08, 2023 at 11:53:19AM +0300, Dmitry V. Levin wrote: > > On Mon, Jun 05, 2023 at 04:19:24PM +0000, Girar awaiter (nenderus) wrote: > > > https://git.altlinux.org/tasks/322480/logs/events.1.1.log > > [...] > > > 2023-Jun-05 09:58:01 :: task #322480 for sisyphus started by nenderus: > > > #100 build 16.0.5-alt1 from /people/nenderus/packages/llvm16.0.git fetched at 2023-Jun-05 09:57:57 > > [...] > > > 2023-Jun-05 15:52:50 :: plan: src +1 -0 =18459, aarch64 +39 -0 =31639, armh +39 -0 =29541, i586 +39 -0 =31580, noarch +6 -0 =19175, ppc64le +39 -0 =31021, x86_64 +40 -0 =32528 > > > > Какая-то странная сборка llvm тут происходит. > > Никаких вопросов, кроме нижеперечисленного, скорее не имею. > Разве что Гришу и python 3.11 действительно стоило бы дождаться. :) > > Nazarov Denis <nenderus@altlinux.org> wrote: > > From a08841d1481a58d029d7ff243377ae46e4373186 Mon Sep 17 00:00:00 2001 > > From: Nazarov Denis <nenderus@altlinux.org> > > Date: Mon, 5 Jun 2023 12:56:03 +0300 > > Subject: [PATCH] 16.0.5-alt1 > > > > - 16.0.5 > > --- > > compiler-rt-alt-i586-arch.patch | 69 +++++++++++++--------------- > > llvm-D132140.patch | 79 --------------------------------- > > llvm-alt-fix-linking.patch | 2 +- > > llvm-alt-triple.patch | 22 --------- > > llvm15.spec => llvm16.spec | 51 ++++++++++++--------- > > 5 files changed, 61 insertions(+), 162 deletions(-) > > delete mode 100644 llvm-D132140.patch > > delete mode 100644 llvm-alt-triple.patch > > rename llvm15.spec => llvm16.spec (98%) > > > <...> > > > > diff --git a/llvm15.spec b/llvm16.spec > > similarity index 98% > > rename from llvm15.spec > > rename to llvm16.spec > > index 86e92e78f..12ff25cc5 100644 > > --- a/llvm15.spec > > +++ b/llvm16.spec > > @@ -5,10 +5,11 @@ > > %filter_from_requires /python[0-9.]\+(libscanbuild[.].*)/d > > # Self-provided by python3(lldb14.0) in a custom path. > > %filter_from_requires /python[0-9.]\+(lldb)/d > > +%filter_from_requires /^libLLVM-.*\.so\(.*\)\? >= .*/d Так, конечно, не стоило делать. > Интересно, для чего потребовалась вот эта строка? Это связано с ошибкой в rpm-build: https://bugzilla.altlinux.org/46447 -- glebfm [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-08 10:24 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2023-06-08 8:53 ` [devel] [#322480] POSTPONED llvm16.0.git=16.0.5-alt1 Dmitry V. Levin 2023-06-08 10:07 ` Arseny Maslennikov 2023-06-08 10:24 ` Gleb Fotengauer-Malinovskiy
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