* [devel] I: cmake macros @ 2021-05-31 9:20 Arseny Maslennikov 2021-05-31 10:09 ` Andrey Cherepanov ` (6 more replies) 0 siblings, 7 replies; 80+ messages in thread From: Arseny Maslennikov @ 2021-05-31 9:20 UTC (permalink / raw) To: devel [-- Attachment #1: Type: text/plain, Size: 2670 bytes --] Hi! Вчера прошло задание 269879 с cmake 3.19.7-alt3. Описание изменения и цели, которые оно должно было достигнуть, я поместил на страничку https://www.altlinux.org/CMakeMigration2021, чтобы не разводить тут простыню. (Если кому-то интересно конструктивно обсудить подробности, это всё ещё можно сделать) Большинство пакетов, которые не собрались бы с cmake 3.19.7-alt3 по совсем тривиальным причинам, были обновлены в том же задании, но не все; далее о тех, кто остался. Судя по github.com/altlinux/specs, в сизифе есть несколько пакетов, в спеках которых есть "%cmake_build VERBOSE=1": % git grep -F '%cmake_build VERBOSE=1' | wc 32 68 1508 Сейчас verbose передаётся по умолчанию (можно было так не делать, но спеков с VERBOSE=1 было больше, чем без этого флага — что говорит о предпочтении мейнтейнеров — поэтому и было принято такое решение). Их исправление сводится либо просто к убиранию VERBOSE=1, либо к явному вызову make с VERBOSE=0 или `cmake --build "%_cmake__builddir"' без опции --verbose, если вам так больше нравится. (Некоторые пакеты я успел исправить лично; к слову, там были накручены в виде makeflags либо вообще неактуальные переменные, либо ныне настраиваемые по-другому) Что же касается p9, туда сегодня будет отправлен вариант макросов cmake в задании 272559, совместимый и с текущими спеками в p9 на момент его составления, и с копируемыми спеками из Сизифа. Я сначала займусь этим заданием (потому что копирование спеков сейчас затруднено, уже были жалобы в личку), а после буду исправлять оставшиеся пакеты в сизифе, до которых не дойдут руки у мейнтейнеров. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov @ 2021-05-31 10:09 ` Andrey Cherepanov 2021-05-31 10:22 ` Grigory Ustinov 2021-05-31 12:02 ` Anton Farygin ` (5 subsequent siblings) 6 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 10:09 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:09 ` Andrey Cherepanov @ 2021-05-31 10:22 ` Grigory Ustinov 2021-05-31 10:38 ` Andrey Cherepanov 2021-05-31 10:45 ` [devel] I: cmake macros Arseny Maslennikov 1 sibling, 2 replies; 80+ messages in thread From: @ 2021-05-31 10:22 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:22 ` Grigory Ustinov @ 2021-05-31 10:38 ` Andrey Cherepanov 2021-05-31 10:50 ` Arseny Maslennikov 2021-05-31 10:45 ` [devel] I: cmake macros Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 10:38 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:38 ` Andrey Cherepanov @ 2021-05-31 10:50 ` Arseny Maslennikov 2021-05-31 11:06 ` Andrey Cherepanov 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 10:50 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:50 ` Arseny Maslennikov @ 2021-05-31 11:06 ` Andrey Cherepanov 2021-05-31 11:53 ` [devel] noarch check failed Dmitry V. Levin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 11:06 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 11:06 ` Andrey Cherepanov @ 2021-05-31 11:53 ` Dmitry V. Levin 2021-05-31 14:26 ` Vladimir D. Seleznev 2021-05-31 15:06 ` Arseny Maslennikov 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 11:53 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 11:53 ` [devel] noarch check failed Dmitry V. Levin @ 2021-05-31 14:26 ` Vladimir D. Seleznev 2021-05-31 14:28 ` Dmitry V. Levin 2021-05-31 14:30 ` Arseny Maslennikov 2021-05-31 15:06 ` Arseny Maslennikov 1 sibling, 2 replies; 80+ messages in thread From: @ 2021-05-31 14:26 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:26 ` Vladimir D. Seleznev @ 2021-05-31 14:28 ` Dmitry V. Levin 2021-05-31 14:32 ` Vladimir D. Seleznev 2021-05-31 14:30 ` Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 14:28 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:28 ` Dmitry V. Levin @ 2021-05-31 14:32 ` Vladimir D. Seleznev 2021-05-31 14:55 ` Dmitry V. Levin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 14:32 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:32 ` Vladimir D. Seleznev @ 2021-05-31 14:55 ` Dmitry V. Levin 2021-05-31 17:03 ` Andrey Savchenko 2021-05-31 17:36 ` Vladimir D. Seleznev 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 14:55 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:55 ` Dmitry V. Levin @ 2021-05-31 17:03 ` Andrey Savchenko 2021-05-31 17:36 ` Vladimir D. Seleznev 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 17:03 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:55 ` Dmitry V. Levin 2021-05-31 17:03 ` Andrey Savchenko @ 2021-05-31 17:36 ` Vladimir D. Seleznev 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 17:36 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 14:26 ` Vladimir D. Seleznev 2021-05-31 14:28 ` Dmitry V. Levin @ 2021-05-31 14:30 ` Arseny Maslennikov 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 14:30 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 11:53 ` [devel] noarch check failed Dmitry V. Levin 2021-05-31 14:26 ` Vladimir D. Seleznev @ 2021-05-31 15:06 ` Arseny Maslennikov 2021-05-31 15:52 ` Yuri Sedunov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:06 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 15:06 ` Arseny Maslennikov @ 2021-05-31 15:52 ` Yuri Sedunov 2021-06-01 9:16 ` Yuri Sedunov 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:52 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failed 2021-05-31 15:52 ` Yuri Sedunov @ 2021-06-01 9:16 ` Yuri Sedunov 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-01 9:16 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:22 ` Grigory Ustinov 2021-05-31 10:38 ` Andrey Cherepanov @ 2021-05-31 10:45 ` Arseny Maslennikov 2021-05-31 13:49 ` Aleksei Nikiforov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 10:45 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:45 ` [devel] I: cmake macros Arseny Maslennikov @ 2021-05-31 13:49 ` Aleksei Nikiforov 2021-05-31 14:06 ` [devel] noarch check failing Arseny Maslennikov 2021-05-31 16:33 ` [devel] I: cmake macros Arseny Maslennikov 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 13:49 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] noarch check failing 2021-05-31 13:49 ` Aleksei Nikiforov @ 2021-05-31 14:06 ` Arseny Maslennikov 2021-05-31 16:33 ` [devel] I: cmake macros Arseny Maslennikov 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 14:06 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 13:49 ` Aleksei Nikiforov 2021-05-31 14:06 ` [devel] noarch check failing Arseny Maslennikov @ 2021-05-31 16:33 ` Arseny Maslennikov 2021-06-01 7:44 ` Aleksei Nikiforov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 16:33 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 16:33 ` [devel] I: cmake macros Arseny Maslennikov @ 2021-06-01 7:44 ` Aleksei Nikiforov 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-01 7:44 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
[parent not found: <CAGvFrt3MCCSg6YXPPrJqXGvF22sRUcSRMaY57xQSJF-XzNWR5g@mail.gmail.com>]
* Re: [devel] I: cmake macros @ 2021-05-31 10:39 ` Dmitry V. Levin 2021-05-31 10:46 ` Arseny Maslennikov 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 10:39 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 10:39 ` Dmitry V. Levin @ 2021-05-31 10:46 ` Arseny Maslennikov 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 10:46 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov 2021-05-31 10:09 ` Andrey Cherepanov @ 2021-05-31 12:02 ` Anton Farygin 2021-05-31 12:09 ` Sergey V Turchin 2021-05-31 15:01 ` Andrey Savchenko ` (4 subsequent siblings) 6 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 12:02 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:02 ` Anton Farygin @ 2021-05-31 12:09 ` Sergey V Turchin 2021-05-31 12:13 ` Anton Farygin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 12:09 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:09 ` Sergey V Turchin @ 2021-05-31 12:13 ` Anton Farygin 2021-05-31 12:53 ` Arseny Maslennikov 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 12:13 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:13 ` Anton Farygin @ 2021-05-31 12:53 ` Arseny Maslennikov 2021-05-31 12:58 ` Sergey V Turchin ` (7 more replies) 0 siblings, 8 replies; 80+ messages in thread From: @ 2021-05-31 12:53 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov @ 2021-05-31 12:58 ` Sergey V Turchin 2021-05-31 13:02 ` Sergey V Turchin ` (6 subsequent siblings) 7 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 12:58 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov 2021-05-31 12:58 ` Sergey V Turchin @ 2021-05-31 13:02 ` Sergey V Turchin 2021-05-31 14:22 ` Arseny Maslennikov 2021-05-31 13:06 ` Sergey V Turchin ` (5 subsequent siblings) 7 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 13:02 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 13:02 ` Sergey V Turchin @ 2021-05-31 14:22 ` Arseny Maslennikov 2021-05-31 15:00 ` Anton Farygin 2021-05-31 15:01 ` Sergey V Turchin 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 14:22 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 14:22 ` Arseny Maslennikov @ 2021-05-31 15:00 ` Anton Farygin 2021-05-31 15:04 ` Sergey V Turchin 2021-05-31 15:01 ` Sergey V Turchin 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:00 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:00 ` Anton Farygin @ 2021-05-31 15:04 ` Sergey V Turchin 2021-05-31 15:19 ` Anton Farygin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:04 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:04 ` Sergey V Turchin @ 2021-05-31 15:19 ` Anton Farygin 2021-06-02 7:58 ` Sergey V Turchin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:19 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:19 ` Anton Farygin @ 2021-06-02 7:58 ` Sergey V Turchin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-02 7:58 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 14:22 ` Arseny Maslennikov 2021-05-31 15:00 ` Anton Farygin @ 2021-05-31 15:01 ` Sergey V Turchin 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 15:01 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov 2021-05-31 12:58 ` Sergey V Turchin 2021-05-31 13:02 ` Sergey V Turchin @ 2021-05-31 13:06 ` Sergey V Turchin 2021-05-31 13:09 ` Sergey V Turchin ` (4 subsequent siblings) 7 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 13:06 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov ` (2 preceding siblings ...) 2021-05-31 13:06 ` Sergey V Turchin @ 2021-05-31 13:09 ` Sergey V Turchin 2021-05-31 13:11 ` Sergey V Turchin ` (3 subsequent siblings) 7 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 13:09 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov ` (3 preceding siblings ...) 2021-05-31 13:09 ` Sergey V Turchin @ 2021-05-31 13:11 ` Sergey V Turchin 2021-05-31 13:17 ` Sergey V Turchin ` (2 subsequent siblings) 7 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 13:11 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov ` (4 preceding siblings ...) 2021-05-31 13:11 ` Sergey V Turchin @ 2021-05-31 13:17 ` Sergey V Turchin 2021-05-31 13:28 ` Andrey Savchenko 7 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 13:17 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 12:53 ` Arseny Maslennikov ` (5 preceding siblings ...) 2021-05-31 13:17 ` Sergey V Turchin @ 2021-05-31 13:28 ` Andrey Savchenko 2021-05-31 13:52 ` Arseny Maslennikov 7 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 13:28 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 13:28 ` Andrey Savchenko @ 2021-05-31 13:52 ` Arseny Maslennikov 2021-05-31 14:28 ` Arseny Maslennikov 2021-05-31 14:39 ` Andrey Savchenko 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 13:52 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 13:52 ` Arseny Maslennikov @ 2021-05-31 14:28 ` Arseny Maslennikov 2021-05-31 14:39 ` Andrey Savchenko 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-05-31 14:28 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 13:52 ` Arseny Maslennikov 2021-05-31 14:28 ` Arseny Maslennikov @ 2021-05-31 14:39 ` Andrey Savchenko 2021-05-31 14:52 ` [devel] циферки (was: I: cmake macros) Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 14:39 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] циферки (was: I: cmake macros) 2021-05-31 14:39 ` Andrey Savchenko @ 2021-05-31 14:52 ` Arseny Maslennikov 2021-05-31 14:57 ` Andrey Savchenko 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 14:52 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] циферки (was: I: cmake macros) 2021-05-31 14:52 ` [devel] циферки (was: I: cmake macros) Arseny Maslennikov @ 2021-05-31 14:57 ` Andrey Savchenko 2021-05-31 15:10 ` Arseny Maslennikov 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 14:57 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] циферки (was: I: cmake macros) 2021-05-31 14:57 ` Andrey Savchenko @ 2021-05-31 15:10 ` Arseny Maslennikov 2021-05-31 15:18 ` Andrey Savchenko 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:10 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] циферки (was: I: cmake macros) 2021-05-31 15:10 ` Arseny Maslennikov @ 2021-05-31 15:18 ` Andrey Savchenko 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 15:18 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
[parent not found: <1111111622483180@mail.yandex.ru>]
* Re: [devel] I: cmake macros @ 2021-05-31 18:07 ` Arseny Maslennikov 2021-06-02 7:56 ` Sergey V Turchin 2021-06-15 17:40 ` Mikhail Novosyolov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 18:07 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 18:07 ` [devel] I: cmake macros Arseny Maslennikov @ 2021-06-02 7:56 ` Sergey V Turchin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-02 7:56 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 18:07 ` [devel] I: cmake macros Arseny Maslennikov @ 2021-06-15 17:40 ` Mikhail Novosyolov 1 sibling, 0 replies; 80+ messages in thread From: @ 2021-06-15 17:40 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov 2021-05-31 10:09 ` Andrey Cherepanov 2021-05-31 12:02 ` Anton Farygin @ 2021-05-31 15:01 ` Andrey Savchenko 2021-05-31 15:29 ` Arseny Maslennikov 2021-06-04 8:49 ` Sergey V Turchin ` (3 subsequent siblings) 6 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:01 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:01 ` Andrey Savchenko @ 2021-05-31 15:29 ` Arseny Maslennikov 2021-05-31 15:38 ` Anton Farygin 2021-05-31 15:51 ` Andrey Savchenko 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-05-31 15:29 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:29 ` Arseny Maslennikov @ 2021-05-31 15:38 ` Anton Farygin 2021-05-31 15:43 ` Grigory Ustinov 2021-05-31 15:51 ` Andrey Savchenko 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:38 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:38 ` Anton Farygin @ 2021-05-31 15:43 ` Grigory Ustinov 2021-05-31 17:40 ` Andrey Savchenko 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:43 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:43 ` Grigory Ustinov @ 2021-05-31 17:40 ` Andrey Savchenko 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-05-31 17:40 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:29 ` Arseny Maslennikov 2021-05-31 15:38 ` Anton Farygin @ 2021-05-31 15:51 ` Andrey Savchenko 2021-05-31 16:15 ` Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-05-31 15:51 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 15:51 ` Andrey Savchenko @ 2021-05-31 16:15 ` Arseny Maslennikov 2021-05-31 17:11 ` Andrey Savchenko 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 16:15 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 16:15 ` Arseny Maslennikov @ 2021-05-31 17:11 ` Andrey Savchenko 2021-06-02 8:02 ` Sergey V Turchin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-05-31 17:11 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 17:11 ` Andrey Savchenko @ 2021-06-02 8:02 ` Sergey V Turchin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-02 8:02 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov ` (2 preceding siblings ...) 2021-05-31 15:01 ` Andrey Savchenko @ 2021-06-04 8:49 ` Sergey V Turchin 2021-06-15 12:20 ` Sergey Afonin ` (2 subsequent siblings) 6 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-04 8:49 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov ` (3 preceding siblings ...) 2021-06-04 8:49 ` Sergey V Turchin @ 2021-06-15 12:20 ` Sergey Afonin 2021-06-23 10:55 ` Sergey Afonin 6 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-15 12:20 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
[parent not found: <be05d138-47f8-8c41-4402-b7da1e693a40@rosalinux.ru>]
* Re: [devel] I: cmake macros @ 2021-06-15 18:26 ` Arseny Maslennikov 2021-06-16 19:00 ` Mikhail Novosyolov 2021-06-22 5:24 ` Michael Shigorin 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-06-15 18:26 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-15 18:26 ` Arseny Maslennikov @ 2021-06-16 19:00 ` Mikhail Novosyolov 2021-06-16 20:31 ` Vladislav Zavjalov 2021-06-22 5:24 ` Michael Shigorin 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-06-16 19:00 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-16 19:00 ` Mikhail Novosyolov @ 2021-06-16 20:31 ` Vladislav Zavjalov 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-16 20:31 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-15 18:26 ` Arseny Maslennikov 2021-06-16 19:00 ` Mikhail Novosyolov @ 2021-06-22 5:24 ` Michael Shigorin 2021-06-22 8:51 ` Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-06-22 5:24 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-22 5:24 ` Michael Shigorin @ 2021-06-22 8:51 ` Arseny Maslennikov 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-06-22 8:51 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov ` (5 preceding siblings ...) @ 2021-06-23 10:55 ` Sergey Afonin 2021-06-23 11:21 ` Arseny Maslennikov 2021-06-25 14:30 ` [devel] I: cmake macros already in p9 Arseny Maslennikov 6 siblings, 2 replies; 80+ messages in thread From: @ 2021-06-23 10:55 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-23 10:55 ` Sergey Afonin @ 2021-06-23 11:21 ` Arseny Maslennikov 2021-07-07 10:37 ` Nikolai Kostrigin 2021-06-25 14:30 ` [devel] I: cmake macros already in p9 Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-06-23 11:21 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-06-23 11:21 ` Arseny Maslennikov @ 2021-07-07 10:37 ` Nikolai Kostrigin 2021-07-07 11:35 ` [devel] MySQL в p9 (was: I: cmake macros) Arseny Maslennikov 2021-07-07 16:18 ` [devel] I: cmake macros Arseny Maslennikov 0 siblings, 2 replies; 80+ messages in thread From: @ 2021-07-07 10:37 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] MySQL в p9 (was: I: cmake macros) 2021-07-07 10:37 ` Nikolai Kostrigin @ 2021-07-07 11:35 ` Arseny Maslennikov 2021-07-07 12:17 ` Nikolai Kostrigin 2021-07-07 16:18 ` [devel] I: cmake macros Arseny Maslennikov 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-07-07 11:35 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] MySQL в p9 (was: I: cmake macros) 2021-07-07 11:35 ` [devel] MySQL в p9 (was: I: cmake macros) Arseny Maslennikov @ 2021-07-07 12:17 ` Nikolai Kostrigin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-07-07 12:17 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-07-07 10:37 ` Nikolai Kostrigin 2021-07-07 11:35 ` [devel] MySQL в p9 (was: I: cmake macros) Arseny Maslennikov @ 2021-07-07 16:18 ` Arseny Maslennikov 2021-07-08 11:34 ` Nikolai Kostrigin 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-07-07 16:18 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros 2021-07-07 16:18 ` [devel] I: cmake macros Arseny Maslennikov @ 2021-07-08 11:34 ` Nikolai Kostrigin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-07-08 11:34 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros already in p9 2021-06-23 10:55 ` Sergey Afonin 2021-06-23 11:21 ` Arseny Maslennikov @ 2021-06-25 14:30 ` Arseny Maslennikov 2021-07-06 6:22 ` Sergey Afonin 1 sibling, 1 reply; 80+ messages in thread From: @ 2021-06-25 14:30 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] I: cmake macros already in p9 2021-06-25 14:30 ` [devel] I: cmake macros already in p9 Arseny Maslennikov @ 2021-07-06 6:22 ` Sergey Afonin 2021-07-06 9:31 ` [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) Nikolai Kostrigin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-07-06 6:22 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) 2021-07-06 6:22 ` Sergey Afonin @ 2021-07-06 9:31 ` Nikolai Kostrigin 2021-07-06 9:51 ` Nikolai Kostrigin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-07-06 9:31 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) 2021-07-06 9:31 ` [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) Nikolai Kostrigin @ 2021-07-06 9:51 ` Nikolai Kostrigin 2021-07-06 12:43 ` Nikolai Kostrigin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-07-06 9:51 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) 2021-07-06 9:51 ` Nikolai Kostrigin @ 2021-07-06 12:43 ` Nikolai Kostrigin 2021-07-06 15:27 ` Sergey Y. Afonin 0 siblings, 1 reply; 80+ messages in thread From: @ 2021-07-06 12:43 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
* Re: [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) 2021-07-06 12:43 ` Nikolai Kostrigin @ 2021-07-06 15:27 ` Sergey Y. Afonin 0 siblings, 0 replies; 80+ messages in thread From: @ 2021-07-06 15:27 UTC (permalink / raw) ^ permalink raw reply [flat|nested] 80+ messages in thread
end of thread, other threads:[~2021-07-08 11:34 UTC | newest] Thread overview: 80+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-05-31 9:20 [devel] I: cmake macros Arseny Maslennikov 2021-05-31 10:09 ` Andrey Cherepanov 2021-05-31 10:22 ` Grigory Ustinov 2021-05-31 10:38 ` Andrey Cherepanov 2021-05-31 10:50 ` Arseny Maslennikov 2021-05-31 11:06 ` Andrey Cherepanov 2021-05-31 11:53 ` [devel] noarch check failed Dmitry V. Levin 2021-05-31 14:26 ` Vladimir D. Seleznev 2021-05-31 14:28 ` Dmitry V. Levin 2021-05-31 14:32 ` Vladimir D. Seleznev 2021-05-31 14:55 ` Dmitry V. Levin 2021-05-31 17:03 ` Andrey Savchenko 2021-05-31 17:36 ` Vladimir D. Seleznev 2021-05-31 14:30 ` Arseny Maslennikov 2021-05-31 15:06 ` Arseny Maslennikov 2021-05-31 15:52 ` Yuri Sedunov 2021-06-01 9:16 ` Yuri Sedunov 2021-05-31 10:45 ` [devel] I: cmake macros Arseny Maslennikov 2021-05-31 13:49 ` Aleksei Nikiforov 2021-05-31 14:06 ` [devel] noarch check failing Arseny Maslennikov 2021-05-31 16:33 ` [devel] I: cmake macros Arseny Maslennikov 2021-06-01 7:44 ` Aleksei Nikiforov 2021-05-31 10:39 ` Dmitry V. Levin 2021-05-31 10:46 ` Arseny Maslennikov 2021-05-31 12:02 ` Anton Farygin 2021-05-31 12:09 ` Sergey V Turchin 2021-05-31 12:13 ` Anton Farygin 2021-05-31 12:53 ` Arseny Maslennikov 2021-05-31 12:58 ` Sergey V Turchin 2021-05-31 13:02 ` Sergey V Turchin 2021-05-31 14:22 ` Arseny Maslennikov 2021-05-31 15:00 ` Anton Farygin 2021-05-31 15:04 ` Sergey V Turchin 2021-05-31 15:19 ` Anton Farygin 2021-06-02 7:58 ` Sergey V Turchin 2021-05-31 15:01 ` Sergey V Turchin 2021-05-31 13:06 ` Sergey V Turchin 2021-05-31 13:09 ` Sergey V Turchin 2021-05-31 13:11 ` Sergey V Turchin 2021-05-31 13:17 ` Sergey V Turchin 2021-05-31 13:28 ` Andrey Savchenko 2021-05-31 13:52 ` Arseny Maslennikov 2021-05-31 14:28 ` Arseny Maslennikov 2021-05-31 14:39 ` Andrey Savchenko 2021-05-31 14:52 ` [devel] циферки (was: I: cmake macros) Arseny Maslennikov 2021-05-31 14:57 ` Andrey Savchenko 2021-05-31 15:10 ` Arseny Maslennikov 2021-05-31 15:18 ` Andrey Savchenko 2021-05-31 18:07 ` [devel] I: cmake macros Arseny Maslennikov 2021-06-02 7:56 ` Sergey V Turchin 2021-06-15 17:40 ` Mikhail Novosyolov 2021-05-31 15:01 ` Andrey Savchenko 2021-05-31 15:29 ` Arseny Maslennikov 2021-05-31 15:38 ` Anton Farygin 2021-05-31 15:43 ` Grigory Ustinov 2021-05-31 17:40 ` Andrey Savchenko 2021-05-31 15:51 ` Andrey Savchenko 2021-05-31 16:15 ` Arseny Maslennikov 2021-05-31 17:11 ` Andrey Savchenko 2021-06-02 8:02 ` Sergey V Turchin 2021-06-04 8:49 ` Sergey V Turchin 2021-06-15 12:20 ` Sergey Afonin 2021-06-15 18:26 ` Arseny Maslennikov 2021-06-16 19:00 ` Mikhail Novosyolov 2021-06-16 20:31 ` Vladislav Zavjalov 2021-06-22 5:24 ` Michael Shigorin 2021-06-22 8:51 ` Arseny Maslennikov 2021-06-23 10:55 ` Sergey Afonin 2021-06-23 11:21 ` Arseny Maslennikov 2021-07-07 10:37 ` Nikolai Kostrigin 2021-07-07 11:35 ` [devel] MySQL в p9 (was: I: cmake macros) Arseny Maslennikov 2021-07-07 12:17 ` Nikolai Kostrigin 2021-07-07 16:18 ` [devel] I: cmake macros Arseny Maslennikov 2021-07-08 11:34 ` Nikolai Kostrigin 2021-06-25 14:30 ` [devel] I: cmake macros already in p9 Arseny Maslennikov 2021-07-06 6:22 ` Sergey Afonin 2021-07-06 9:31 ` [devel] MySQL + mysql-workbench-community в p9 (was Re: I: cmake macros already in p9) Nikolai Kostrigin 2021-07-06 9:51 ` Nikolai Kostrigin 2021-07-06 12:43 ` Nikolai Kostrigin 2021-07-06 15:27 ` Sergey Y. Afonin
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