Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch error for polkit #680

Open
junzhuimx opened this issue Apr 24, 2023 · 3 comments
Open

fetch error for polkit #680

junzhuimx opened this issue Apr 24, 2023 · 3 comments

Comments

@junzhuimx
Copy link

on branch mickledore, polkit_122.bb has the fetch problem as:
ERROR: polkit-122-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/freedesktop/polkit.git;protocol=https;branch=master')

As the github.com project has no such public git repository

@kraj
Copy link
Contributor

kraj commented Apr 24, 2023

hmmm this seems to have escaped the CI since my defaults are not using polkit @MarkusVolk can you address this issue please ? we need to point to https://gitlab.freedesktop.org/polkit/polkit.git

@MarkusVolk
Copy link
Contributor

@kraj I've sent patches to the mailing list for master and mickledore

@kraj
Copy link
Contributor

kraj commented Apr 26, 2023

Fixed on master with 0804e61

pberginkonsult pushed a commit to pberginkonsult/meta-openembedded that referenced this issue May 22, 2023
Changelogg:
============
 Adding support for reported unknown devices (openembedded#680)
 Add Chromecast Ultra and Chromecast HD to the recognised devices (openembedded#679)
 Fix error with select when python process exceeds 1024 open file descriptors (openembedded#676)
 Include URL and UUID in Home Assistant controller messages (openembedded#613)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
pberginkonsult pushed a commit to pberginkonsult/meta-openembedded that referenced this issue May 22, 2023
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (openembedded#831)
 Fix enum_to_string with C++ (openembedded#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, openembedded#834, openembedded#839, openembedded#840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this issue Feb 10, 2024
Changes 1.26.0:

Brad House (14):
      update release notes format
      update format slightly
      RELEASE-NOTES -> RELEASE-NOTES.md
      test: fix outdated license headers
      no reason to include sys/random.h all the time (openembedded#684)
      Do not sanity check RR Name vs Question (openembedded#685)
      autotools: fix building for 32bit windows due to stdcall symbol mangling (openembedded#689)
      man ares_fds(3): mark as deprecated and add explanation (openembedded#691)
      fix doxygen typo
      Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS (openembedded#695)
      Event Subsystem: No longer require integrators to have their own (openembedded#696)
      adig: Differentiate between internal and server error
      Release prep for c-ares 1.26.0 (openembedded#698)
      clusterfuzz: enforce maximum DNS packet size due to long parser time

Erik Lax (1):
      Added flags to are_dns_parse to force RAW packet parsing (openembedded#693)

Gregor Jasny (1):
      cmake: improve some include related code (openembedded#680)

Changes 1.25.0:

Brad House (22):
      fix test building with symbol hiding
      ci: add test case for building with hidden symbol visibility
      ci: disable static for symbol hiding tests
      getrandom() may require sys/random.h on some systems
      fix support with older google test versions
      CI: Add Alpine Linux and old Ubuntu (openembedded#667)
      Fix bad stub for ares__iface_ips_enumerate()
      ahost should use ares_getaddrinfo() these days (openembedded#669)
      Connection failure should increment server failure count first
      sonarcloud: const
      clang-format
      ares_strsplit() rewrite as wrapper around ares__buf_split()
      clang-format
      Autotools warning fixes (openembedded#671)
      Old MacOS SDKs require you include sys/socket.h before net/if.h (openembedded#673)
      docs: host -> ip
      Autotools: rework to simplify and fix recent issues (openembedded#674)
      set winver consistently across build systems
      autotools: update logic for building tests to provide more feedback
      OSSFuzz: it assumes autotools builds a static library by default, which means the old autotools must have done that even though there were comments saying it wasn't.  Disable static by default on Windows however since it can't build both simultaneously.
      tests: replace google DNS with CloudFlare for reverse lookups as google's servers stopped responding properly
      1.25.0 release prep (openembedded#676)

Gregor Jasny (1):
      Fix minor warnings and documentation typos (openembedded#666)

Martin Chang (1):
      Use SOCK_DNS extension on socket on OpenBSD (openembedded#659)

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants