Skip to content

Updated dependencies (master)#1770

Merged
larsewi merged 5 commits intomasterfrom
update-dependencies-action-master-1750662347
Jul 1, 2025
Merged

Updated dependencies (master)#1770
larsewi merged 5 commits intomasterfrom
update-dependencies-action-master-1750662347

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated dependency updates for the master branch

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jun 23, 2025

With exotics
Build Status

@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch 6 times, most recently from b11c0b1 to 5e34104 Compare June 24, 2025 13:57
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>
@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch from 5e34104 to 16fc9aa Compare June 25, 2025 10:39
@olehermanse olehermanse removed their request for review June 25, 2025 12:14
rhel|centos)
if [ $(echo $OS_VERSION | cut -d. -f1) = 7 ]
then
# Fixes the following compilation error on rhel 7:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

odd, this is new? and maybe we could more easily fix the autoconfig bits which are incorrectly setting HAVE_GETRANDOM to true?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this may be happening because the function is there, but the build host is missing the development header files. They should probably additionally check #ifdef HAVE_SYS_GETRANDOM_H

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to look at the autoconfig bits Craig :)

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jun 30, 2025

Build on redhat 7 (no tests)
Build Status

@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch 2 times, most recently from 96ea262 to 16fc9aa Compare June 30, 2025 10:57
@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jun 30, 2025

Build Status

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>
@larsewi larsewi force-pushed the update-dependencies-action-master-1750662347 branch from 78afe25 to 6e0eaed Compare June 30, 2025 14:53
@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 1, 2025

Retry acceptance tests label == "PACKAGES_HUB_arm_64_linux_debian_11"

Build Status

@larsewi larsewi merged commit 24a9c14 into master Jul 1, 2025
30 of 33 checks passed
@larsewi larsewi deleted the update-dependencies-action-master-1750662347 branch July 1, 2025 09:09
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