Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929077 - dev-util/umockdev-0.17.18 - ../.../test-umockdev.c: error: implicit declaration of function openat64
Summary: dev-util/umockdev-0.17.18 - ../.../test-umockdev.c: error: implicit declarati...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-04-10 18:03 UTC by Toralf Förster
Modified: 2024-04-22 13:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.87 KB, text/plain)
2024-04-10 18:03 UTC, Toralf Förster
Details
dev-util:umockdev-0.17.18:20240410-015815.log (dev-util:umockdev-0.17.18:20240410-015815.log,156.26 KB, text/plain)
2024-04-10 18:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,196.33 KB, text/plain)
2024-04-10 18:03 UTC, Toralf Förster
Details
environment (environment,140.00 KB, text/plain)
2024-04-10 18:03 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,992 bytes, application/x-xz)
2024-04-10 18:03 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,45.64 KB, application/x-xz)
2024-04-10 18:03 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,48.60 KB, application/x-xz)
2024-04-10 18:03 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,40.99 KB, application/x-xz)
2024-04-10 18:03 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-04-10 18:03:14 UTC
too long lines were shrinked:

[46/55] /usr/bin/valac-0.56 -C --abi-stability /var/tmp/portage/dev-util/umockdev-0.17.18/work/umockdev-0.17.18/src/config.vapi /var/tmp/portage/dev-util/umockdev-0.17.18/work/umockdev-0.17.18/tests/assertions.vapi --pkg posix --pkg gio-2.0 --pkg gobject-2.0 --target-glib ' 2.32.0' --pkg glib-2.0 --
[47/55] /usr/bin/valac-0.56 -C --abi-stability /var/tmp/portage/dev-util/umockdev-0.17.18/work/umockdev-0.17.18/src/config.vapi /var/tmp/portage/dev-util/umockdev-0.17.18/work/umockdev-0.17.18/tests/assertions.vapi --pkg linux --pkg posix --pkg gio-unix-2.0 --pkg gio-2.0 --pkg gobject-2.0 --target-g
[48/55] x86_64-pc-linux-musl-gcc -Itest-umockdev.p -I. -I../umockdev-0.17.18 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/gudev-1.0 -I/usr/lib/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -Werror=missin
FAILED: test-umockdev.p/tests_test-umockdev.c.o 
x86_64-pc-linux-musl-gcc -Itest-umockdev.p -I. -I../umockdev-0.17.18 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/gudev-1.0 -I/usr/lib/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu11 -Werror=missing-protot
../umockdev-0.17.18/tests/test-umockdev.c: In function 't_testbed_libc':
../umockdev-0.17.18/tests/test-umockdev.c:1134:10: error: implicit declaration of function 'openat64'; did you mean 'openat'? [-Werror=implicit-function-declaration]
 1134 |     fd = openat64(dirfd, "sys/devices/dev1/simple_attr", O_RDONLY);
      |          ^~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl-20240406-125502

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-musl-13 *
clang/llvm (if any):
clang version 18.1.3
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg
/usr/lib/llvm/18
18.1.3
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit 51c90fbd2bda64c1dd844e3198995cfda8c16bad
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Apr 10 01:04:22 2024 +0000

    2024-04-10 01:04:21 UTC

emerge -qpvO dev-util/umockdev
[ebuild  N    ] dev-util/umockdev-0.17.18  USE="-test"
Comment 1 Toralf Förster gentoo-dev 2024-04-10 18:03:15 UTC
Created attachment 890227 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-10 18:03:16 UTC
Created attachment 890228 [details]
dev-util:umockdev-0.17.18:20240410-015815.log
Comment 3 Toralf Förster gentoo-dev 2024-04-10 18:03:17 UTC
Created attachment 890229 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-10 18:03:19 UTC
Created attachment 890230 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-10 18:03:19 UTC
Created attachment 890231 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-10 18:03:20 UTC
Created attachment 890232 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-10 18:03:21 UTC
Created attachment 890233 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-10 18:03:22 UTC
Created attachment 890234 [details]
temp.tar.xz