From: Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: [devel] I: autoconf 2.72 Date: Sat, 17 May 2025 11:07:50 +0300 Message-ID: <aChD1qHB933rz+nT@glebfm.altlinux.org> (raw) [-- Attachment #1: Type: text/plain, Size: 1991 bytes --] Hi, Вчера в Сизиф отправился autoconf 2.72, заодно эта версия сразу была сделана основной. https://lists.gnu.org/archive/html/autoconf/2023-12/msg00037.html Какие пакеты сломались: fatresize mcpain libaal rider @everybody libgmime2.6 shaba @gnome @everybody reiser4progs rider @everybody wxGTK3.0 antohami @everybody /usr/include/features.h:398:52: error: operator '&&' has no right operand 398 | #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64 Эти пакеты используют значение внутренней переменной ac_cv_sys_file_offset_bits, которая больше не существует после рефакторинга (https://github.com/autotools-mirror/autoconf/commit/cf09f48841b66fe76f606dd6018bb3a93242a7c9). Самый правильный фикс -- использовать AC_SYS_LARGEFILE как он задуман, пример: https://github.com/ya-mouse/fatresize/pull/42 libeditline boria138 @everybody ./configure: line 13967: syntax error near unexpected token `;;' ./configure: line 13967: ` ;;' https://github.com/troglobit/editline/commit/f444a316f5178b8e20fe31e7b2d979e651da077e celestia lav @qa @everybody ./configure: line 31146: syntax error near unexpected token `fi' ./configure: line 31146: `fi' Тут очевидная ошибка, которая проявляется из-за изменения в коммите https://github.com/autotools-mirror/autoconf/commit/c8d6d6eb8be36144f1285f35901e325b56bac68f Фикс: --- ./acinclude.m4~ 2022-09-22 16:18:04.000000000 +0000 +++ ./acinclude.m4 2025-05-16 10:57:56.172605542 +0000 @@ -2630,8 +2630,8 @@ LIBS="$ac_save_LIBS" CXXFLAGS="$ac_save_CXXFLAGS" AC_LANG_RESTORE -fi ]) +fi if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then AC_MSG_RESULT(yes) -- glebfm [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --]
next reply other threads:[~2025-05-17 8:07 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-05-17 8:07 Gleb Fotengauer-Malinovskiy [this message] 2025-05-17 8:09 ` Anton Farygin
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=aChD1qHB933rz+nT@glebfm.altlinux.org \ --to=glebfm@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