Skip to content

Fix Hurd build error due to log_err. #358

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

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

jas4711
Copy link
Contributor

@jas4711 jas4711 commented Jul 25, 2024

Build log at https://buildd.debian.org/status/fetch.php?pkg=nsd&arch=hurd-i386&ver=4.9.1-1&stamp=1712912870&raw=0 failing like this:

util.c: In function ‘set_cpu_affinity’:
util.c:1226:9: error: implicit declaration of function ‘log_err’ [-Werror=implicit-function-declaration]
1226 | log_err("sched_setaffinity: not available on this system");
| ^~~~~~~
cc1: some warnings being treated as errors

jas4711 and others added 3 commits July 25, 2024 14:53
Build log at https://buildd.debian.org/status/fetch.php?pkg=nsd&arch=hurd-i386&ver=4.9.1-1&stamp=1712912870&raw=0
failing like this:

util.c: In function ‘set_cpu_affinity’:
util.c:1226:9: error: implicit declaration of function ‘log_err’ [-Werror=implicit-function-declaration]
 1226 |         log_err("sched_setaffinity: not available on this system");
      |         ^~~~~~~
cc1: some warnings being treated as errors

Signed-off-by: Simon Josefsson <[email protected]>
@k0ekk0ek
Copy link

Thanks for reporting @jas4711! I've pushed two commits, one to fix a CI issue and one to update the changelog and release notes. Once the checkmarks are green, I'll merge the PR.

@k0ekk0ek k0ekk0ek merged commit 806118a into NLnetLabs:master Jul 25, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants