Martin Maurer

Results 31 comments of Martin Maurer

I assume the same is for pam_loginuid.so, pam_keyinit.so, pam_lastlog.so and pam_motd.so, which are also not existing...

Environment: Raspberry Pi 4, Raspian OS May 2023, 64 Bit OS Previous steps: sudo pip3 install pgi sudo pip3 install jinja2 sudo pip3 install docutils sudo pip3 install sphinx sudo...

Tried changing https://github.com/pygobject/pgi-docgen/blob/master/docker/Dockerfile to RUN apt-get install -y \ python3 \ git \ sudo \ graphviz \ python3-apt \ dctrl-tools \ apt-file \ xvfb \ libgirepository-1.0 \ gir1.2-glib-2.0 \ pipx...

Trying again (meanwhile also removed _docs): $ ./tools/build.sh Qmi-1.0 Qmi-1.0: building... Qmi-1.0: unresolved links: 53 GLib-2.0: building... GLib-2.0: unresolved links: 16 GObject-2.0: building... GObject-2.0: unresolved links: 0 Gio-2.0: building... Traceback...

Many thanks for your answer! The unique ids are not known in advance. We get them a few (milli-)seconds after initialising the hardware device. It is like a MAC address...

Something like https://github.com/bazelbuild/bazel/blob/665c63d93c61913937f907f928e6e9d495309339/.bazelrc#L29 https://github.com/bazelbuild/bazel/blob/665c63d93c61913937f907f928e6e9d495309339/site/en/configure/windows.md?plain=1#L207 https://github.com/bazelbuild/bazel/blob/665c63d93c61913937f907f928e6e9d495309339/tools/cpp/cc_configure.bzl#L86 https://github.com/bazelbuild/bazel/blob/665c63d93c61913937f907f928e6e9d495309339/tools/cpp/windows_cc_toolchain_config.bzl#L83

I assume there is a build missing for ARM64. But my knowledge is (at the moment still) too less to fix this. Perhaps something like this: https://github.com/pytorch/FBGEMM/pull/3052 or https://github.com/pytorch/FBGEMM/pull/3053 ?

https://learn.microsoft.com/de-de/cpp/build/building-on-the-command-line?view=msvc-170

To answer my own question it seems to be this file/positions: https://github.com/sysrepo/sysrepo/blob/7a8ebf352316ec17846d728a3132e7dee2418a6c/src/lyd_mods.c#L65 https://github.com/sysrepo/sysrepo/blob/7a8ebf352316ec17846d728a3132e7dee2418a6c/src/lyd_mods.c#L1001 for this file https://github.com/sysrepo/sysrepo/blob/7a8ebf352316ec17846d728a3132e7dee2418a6c/modules/ietf-netconf%402013-09-29.yang and this https://github.com/sysrepo/sysrepo/blob/7a8ebf352316ec17846d728a3132e7dee2418a6c/modules/ietf_netconf_yang.h

The yang file are copied to the target only for having a copy there, but not used anymore by sysrepo? When updating a yang file (on the fly on target/after...