From: Paul Wolneykien <manowar@altlinux.org> To: devel@lists.altlinux.org Subject: Re: [devel] Обновление protobuf Date: Thu, 20 Feb 2025 19:37:05 +0300 Message-ID: <20250220193705.405c3673@legato> (raw) In-Reply-To: <20250214114206.72b1f4de@legato> В Fri, 14 Feb 2025 11:42:06 +0300 Paul Wolneykien <manowar@altlinux.org> пишет: > В Thu, 13 Feb 2025 10:35:03 +0300 > Paul Wolneykien <manowar@altlinux.org> пишет: > > > В Thu, 13 Feb 2025 07:19:19 +0300 > > Anton Farygin <rider@basealt.ru> пишет: > > > > > On 13.02.2025 00:02, Paul Wolneykien wrote: > > > >> Так пересобрал бы локально для теста. > > > > Или может быть правильно было бы действовать так: > > > > > > > > 1. добиться сборки нового protobuf*без других пакетов*; > > > > 2. расшарить задание и пригласить дополнять его зависимыми > > > > пакетами, предварительно проверяя и починяя их? > > > > > > > > Не в этом ли состояла идея shared tasks, когда их придумали? > > > > > > > > В целом ведь не важно, кто именно добавит в задание очеред > > > > > > Для этого надо понять что чинить. > > > > > > Можно локально сделать простой цикл по всем зависящим пакетам и > > > посмотреть кто не соберётся. > > > > Хорошо, сделаем. Но очевидный минус такого подхода в том, что нельзя > > вместе обсудить ошибки сборки. Именно по этой причине я сначала добавил > > в задание все зависимые пакеты. Но, конечно, это тоже не сработало --- > > сборка не пошла дальше первого сломавшегося. > > Так, вчера многие пакеты собрались, репозиторий сформировался: > > https://packages.altlinux.org/ru/tasks/372112/ > https://git.altlinux.org/repo/372112/ За прошедшее время я несколько раз перезапускал задание по причине нового libabseil и ещё некоторых сложностей. Сегодня удалось обновить и запатчить fcitx5-mozc. Других существенных изменений не произошло. > > Судя по всему, для сборки некоторых пакетов для начала требуется > обновить стандарт C++, по которому они собираются: > > C++14: clementine, mosh, osmpbf, purple-whatsapp > C++17: mumble, osgearth > > Остальные требуют анализа: Есть ли какие-то новости по исправлению сборки других пакетов? > android-tools: > /usr/include/absl/strings/internal/str_format/output.h:75:8: error: no member named '___xxx_write' in 'std::basic_ostream<char>' > 75 | out->write(s.data(), static_cast<std::streamsize>(s.size())); > | ~~~ ^ > packages/modules/adb/sysdeps.h:549:17: note: expanded from macro 'write' > 549 | #define write ___xxx_write > | ^ > > apache-orc: > /usr/src/RPM/BUILD/apache-orc-1.9.1/c++/src/ColumnReader.cc:272:21: error: possibly dangling reference to a temporary [-Werror=dangling-reference] > 272 | const Timezone& writerTimezone; > | ^~~~~~~~~~~~~~ > > arrow: > from /usr/src/RPM/BUILD/arrow-12.0.0/cpp/x86_64-alt-linux/src/arrow/flight/CMakeFiles/arrow_flight_objlib.dir/Unity/unity_2_cxx.cxx:4: > /usr/include/grpcpp/impl/codegen/config_protobuf.h:93:9: error: ‘Status’ in namespace ‘google::protobuf::util’ does not name a type > 93 | typedef GRPC_CUSTOM_UTIL_STATUS Status; > | ^~~~~~~~~~~~~~~~~~~~~~~ > > bear: > /usr/include/grpcpp/impl/codegen/config_protobuf.h:93:9: error: 'Status' in namespace 'google::protobuf::util' does not name a type > 93 | typedef GRPC_CUSTOM_UTIL_STATUS Status; > | ^~~~~~~~~~~~~~~~~~~~~~~ > > clementine: > from /usr/src/RPM/BUILD/clementine-1.4.0/x86_64-alt-linux/ext/libclementine-tagreader/tagreadermessages.pb.cc:4: > /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported." > 79 | #error "C++ versions less than C++14 are not supported." > | ^~~~~ > /usr/include/google/protobuf/port_def.inc:159:15: error: static assertion failed: Protobuf only supports C++14 and newer. > > gprc: > /usr/src/RPM/BUILD/grpc-1.53.0/src/core/lib/iomgr/event_engine_shims/tcp_client.cc:74:23: error: 'StrCat' is not a member of 'absl' > 74 | absl::StrCat("tcp-client:", addr_uri.value())) > | ^~~~~~ > > mosh: > from conftest.cpp:73: > /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported." > 79 | #error "C++ versions less than C++14 are not supported." > | ^~~~~ > /usr/include/google/protobuf/port_def.inc:159:15: error: static assertion failed: Protobuf only supports C++14 and newer. > > mumble: > from /usr/src/RPM/BUILD/mumble-1.4.287/x86_64-alt-linux/src/Mumble.pb.cc:4: > /usr/include/absl/strings/string_view.h:53:26: error: 'string_view' in namespace 'std' does not name a type > 53 | using string_view = std::string_view; > | ^~~~~~~~~~~ > /usr/include/absl/strings/string_view.h:53:21: note: 'std::string_view' is only available from C++17 onwards > > osgearth: > from /usr/src/RPM/BUILD/osgearth-3.7/src/osgEarth/MapboxGLGlyphManager.cpp:28: > /usr/include/absl/strings/string_view.h:53:26: error: 'string_view' in namespace 'std' does not name a type > 53 | using string_view = std::string_view; > | ^~~~~~~~~~~ > > osmpbf: > from /usr/src/RPM/BUILD/OSM-binary-1.5.0/x86_64-alt-linux/osmpbf/fileformat.pb.cc:4: > /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported." > 79 | #error "C++ versions less than C++14 are not supported." > | ^~~~~ > /usr/include/google/protobuf/port_def.inc:159:15: error: static assertion failed: Protobuf only supports C++14 and newer. > > purple-whatsapp: > from identitykeypair.cpp:3: > /usr/include/absl/base/policy_checks.h:79:2: error: #error "C++ versions less than C++14 are not supported." > 79 | #error "C++ versions less than C++14 are not supported." > | ^~~~~ > /usr/include/google/protobuf/port_def.inc:159:15: error: static assertion failed: Protobuf only supports C++14 and newer. > > sysdig: > In file included from /usr/src/RPM/BUILD/sysdig-0.39.0/x86_64-alt-linux/libsinsp/cri-v1alpha2.grpc.pb.h:37: > In file included from /usr/include/grpcpp/impl/proto_utils.h:28: > /usr/include/grpcpp/impl/codegen/config_protobuf.h:93:9: error: no type named 'Status' in namespace 'google::protobuf::util'; did you mean simply 'Status'? > 93 | typedef GRPC_CUSTOM_UTIL_STATUS Status; > | ^~~~~~~~~~~~~~~~~~~~~~~ > /usr/include/grpcpp/impl/codegen/config_protobuf.h:72:33: note: expanded from macro 'GRPC_CUSTOM_UTIL_STATUS' > 72 | #define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > _______________________________________________ > Devel mailing list > Devel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel
next prev parent reply other threads:[~2025-02-20 16:37 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-02-12 12:46 Paul Wolneykien 2025-02-12 13:33 ` Paul Wolneykien 2025-02-12 14:18 ` Paul Wolneykien 2025-02-12 14:44 ` Yuri Sedunov 2025-02-12 14:58 ` Sergey V Turchin 2025-02-12 16:08 ` Anton Farygin 2025-02-12 21:02 ` Paul Wolneykien 2025-02-13 4:19 ` Anton Farygin 2025-02-13 7:35 ` Paul Wolneykien 2025-02-13 7:45 ` Sergey V Turchin 2025-02-13 8:27 ` Paul Wolneykien 2025-02-13 8:34 ` Sergey V Turchin 2025-02-13 8:46 ` Ivan A. Melnikov 2025-02-13 23:36 ` Alexey V. Vissarionov 2025-02-14 6:11 ` Sergey V Turchin 2025-02-13 8:36 ` Ivan A. Melnikov 2025-02-14 8:42 ` Paul Wolneykien 2025-02-20 16:37 ` Paul Wolneykien [this message] 2025-02-21 9:43 ` Anton Farygin 2025-02-21 13:06 ` Constantin Sunzow 2025-02-21 20:56 ` Paul Wolneykien 2025-02-21 21:44 ` Vitaly Chikunov
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=20250220193705.405c3673@legato \ --to=manowar@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