Skip to content

Updated dependencies (3.21.x)#1794

Closed
github-actions[bot] wants to merge 8 commits into3.21.xfrom
update-dependencies-action-3.21.x-1752476825
Closed

Updated dependencies (3.21.x)#1794
github-actions[bot] wants to merge 8 commits into3.21.xfrom
update-dependencies-action-3.21.x-1752476825

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated dependency updates for the 3.21.x branch

larsewi added 3 commits July 14, 2025 11:01
When building git dependency on redhat 7 with git v2.50 we get a
compilation error due to the include of a missing file.

```
15:05:27 + make CURL_LDFLAGS=-lcurl
15:05:28 GIT_VERSION=2.50.0
15:05:28     * new build flags
15:05:28     CC daemon.o
15:05:28 In file included from git-compat-util.h:26:0,
15:05:28                  from daemon.c:3:
15:05:28 compat/posix.h:159:24: fatal error: sys/random.h: No such file or directory
15:05:28  #include <sys/random.h>
15:05:28                         ^
15:05:28 compilation terminated.
```

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 16fc9aa)
Fixes current compilation error (found on Ubuntu 24):

```
23:16:48 log.c:637:21: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Wimplicit-function-declaration]
23:16:48   637 |         pid_t tid = gettid();
23:16:48       |                     ^~~~~~
23:16:48       |                     getgid
```

Ticket: ENT-13084
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 6e0eaed)
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 14, 2025

@cf-bottom Jenkins with exotics please :)

@cf-bottom
Copy link
Copy Markdown

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 21, 2025

Superseded by #1805

@larsewi larsewi closed this Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants