From: Arseny Maslennikov <arseny@altlinux.org> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Cc: "Vladimir D. Seleznev" <vseleznv@altlinux.org> Subject: Re: [devel] [#268534] DONE SDL2.git=2.0.14-alt3 Date: Sun, 28 Mar 2021 02:07:40 +0300 Message-ID: <YF+6vPzz3q6MWr6C@cello> (raw) In-Reply-To: <d7348937-099c-04aa-dc06-5fe887f3cb23@altlinux.org> [-- Attachment #1: Type: text/plain, Size: 4134 bytes --] On Sun, Mar 28, 2021 at 01:55:43AM +0300, Денис Назаров wrote: > 28.03.2021 01:30, Vladimir D. Seleznev пишет: > > On Sun, Mar 28, 2021 at 01:02:11AM +0300, Dmitry V. Levin wrote: > > > On Sat, Mar 27, 2021 at 04:59:53PM +0000, Girar pender (nenderus) wrote: > > > > http://git.altlinux.org/tasks/archive/done/_262/268534/logs/events.1.1.log > > > > > > > > subtask name aarch64 armh i586 ppc64le x86_64 > > > > #100 SDL2 1:50 2:47 1:41 2:16 1:32 > > > > > > > > 2021-Mar-27 16:52:40 :: task #268534 for sisyphus started by nenderus: > > > > #100 build 2.0.14-alt3 from /people/nenderus/packages/SDL2.git fetched at 2021-Mar-27 16:52:39 > > > > 2021-Mar-27 16:52:41 :: [x86_64] #100 SDL2.git 2.0.14-alt3: build start > > > > 2021-Mar-27 16:52:41 :: [i586] #100 SDL2.git 2.0.14-alt3: build start > > > > 2021-Mar-27 16:52:41 :: [armh] #100 SDL2.git 2.0.14-alt3: build start > > > > 2021-Mar-27 16:52:41 :: [aarch64] #100 SDL2.git 2.0.14-alt3: build start > > > > 2021-Mar-27 16:52:41 :: [ppc64le] #100 SDL2.git 2.0.14-alt3: build start > > > > 2021-Mar-27 16:54:13 :: [x86_64] #100 SDL2.git 2.0.14-alt3: build OK > > > > 2021-Mar-27 16:54:22 :: [i586] #100 SDL2.git 2.0.14-alt3: build OK > > > > 2021-Mar-27 16:54:31 :: [aarch64] #100 SDL2.git 2.0.14-alt3: build OK > > > > 2021-Mar-27 16:54:57 :: [ppc64le] #100 SDL2.git 2.0.14-alt3: build OK > > > > 2021-Mar-27 16:55:28 :: [armh] #100 SDL2.git 2.0.14-alt3: build OK > > > > 2021-Mar-27 16:55:46 :: #100: SDL2.git 2.0.14-alt3: build check OK > > > > 2021-Mar-27 16:55:46 :: build check OK > > > > 2021-Mar-27 16:55:51 :: noarch check OK > > > > 2021-Mar-27 16:55:53 :: plan: src +1 -1 =17872, aarch64 +3 -3 =29720, armh +3 -3 =27776, i586 +3 -3 =30613, ppc64le +3 -3 =29609, x86_64 +3 -3 =31095 > > > > #100 SDL2 2.0.14-alt2 -> 2.0.14-alt3 > > > > Sat Mar 27 2021 Nazarov Denis <nenderus@altlinux> 2.0.14-alt3 > > > > - Build with cmake > > > > > > Зачем же вы убрали > > > %set_verify_elf_method strict > > > %define _unpackaged_files_terminate_build 1 > > > ? > > > > А ещё кнобы можно было оставить. Нужно было, если апстрим от них сам не избавился. > > Зачем нужно было переводить сборку на > > CMake? Выключите, пожалуйста, SDL_DLOPEN — это точно не полезно, а > > скорее даже вредно. > > > > Казалось, что сборка через cmake более современная. Современность — не преступление, и собирать при помощи CMake — само по себе тоже не преступление. Но при этом не нужно убирать из пакета ту функциональность, которая в нём была. Если сборка при помощи cmake не поддерживает правильную комбинацию кнобов или вообще кнобы, а та, что была — поддерживает, то вторая лучше. Надо, как обычно, вникнуть и разобраться. > Вернул всё как было - > http://git.altlinux.org/tasks/268543 > > Что такое кнобы? Переменные, настраивающие сборку. %def_with/%def_without в спеке видели? Это они самые. В classic unix-style configure-скриптах они проявляются в виде аргументов командной строки --enable-*/--disable-*/--with-*/--without-*, в cmake — тоже в виде аргументов командной строки -Dsomething=ON/OFF. После локальной сборки пакета в хешернице в каталоге сборочных артефактов есть CMakeCache.txt, там можно посмотреть значения всевозможных кнобов, с которыми проект собрался. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-03-27 23:07 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-27 22:02 ` Dmitry V. Levin 2021-03-27 22:30 ` Vladimir D. Seleznev 2021-03-27 22:52 ` Dmitry V. Levin 2021-03-27 22:56 ` Денис Назаров 2021-03-27 23:03 ` Dmitry V. Levin 2021-03-27 22:55 ` Денис Назаров 2021-03-27 23:05 ` Денис Назаров 2021-03-27 23:07 ` Vladimir D. Seleznev 2021-03-27 23:10 ` Vladimir D. Seleznev 2021-03-27 23:34 ` Денис Назаров 2021-03-28 8:59 ` Arseny Maslennikov 2021-03-27 23:07 ` Arseny Maslennikov [this message] 2021-03-27 23:11 ` Денис Назаров 2021-03-27 23:15 ` Vladimir D. Seleznev 2021-03-27 23:19 ` Денис Назаров 2021-03-28 13:55 ` Vladimir D. Seleznev 2021-03-28 14:11 ` Yuri Sedunov 2021-03-28 18:15 ` Денис Назаров 2021-03-28 16:45 ` Денис Назаров 2021-03-27 22:53 ` Денис Назаров
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=YF+6vPzz3q6MWr6C@cello \ --to=arseny@altlinux.org \ --cc=devel@lists.altlinux.org \ --cc=vseleznv@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