Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829708

Summary: sys-block/buffer-1.19-r4 - sem.c: error: storage size of arg isnt known
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: CONFIRMED ---    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
sys-block:buffer-1.19-r4:20211220-092838.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-12-20 10:32:05 UTC
make -j4 CC=x86_64-gentoo-linux-musl-gcc 'CFLAGS=-pipe -march=native -fno-diagnostics-color -O2' 
x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -o buffer.o buffer.c
x86_64-gentoo-linux-musl-gcc -pipe -march=native -fno-diagnostics-color -O2  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -o sem.o sem.c
sem.c: In function 'sem_set':
sem.c:79:21: error: storage size of 'arg' isn't known
   79 |         union semun arg;
      |                     ^~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j4-20211218-140106

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang version 13.0.0
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.57.0
  [2]   rust-1.57.0 *
php cli:

  HEAD of ::gentoo
commit ac6203da7377b12ff596c49dda3b7128ca2b9ad3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 20 08:51:43 2021 +0000

    2021-12-20 08:51:40 UTC

emerge -qpvO sys-block/buffer
[ebuild  N    ] sys-block/buffer-1.19-r4
Comment 1 Toralf Förster gentoo-dev 2021-12-20 10:32:06 UTC
Created attachment 759909 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-20 10:32:08 UTC
Created attachment 759910 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-12-20 10:32:09 UTC
Created attachment 759911 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-12-20 10:32:10 UTC
Created attachment 759912 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-12-20 10:32:11 UTC
Created attachment 759913 [details]
sys-block:buffer-1.19-r4:20211220-092838.log
Comment 6 Toralf Förster gentoo-dev 2021-12-20 10:32:12 UTC
Created attachment 759914 [details]
temp.tar.bz2