Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938566 - sys-apps/fwupd-efi-1.6 - [gcc-15] ../.../fwup-debug.c: error: initialization of CHAR16 {aka int } from incompatible pointer type short unsigned int [-Wincompat
Summary: sys-apps/fwupd-efi-1.6 - [gcc-15] ../.../fwup-debug.c: error: initialization ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-08-27 19:50 UTC by Toralf Förster
Modified: 2024-10-25 12:29 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.69 KB, text/plain)
2024-08-27 19:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,198.23 KB, text/plain)
2024-08-27 19:50 UTC, Toralf Förster
Details
environment (environment,125.85 KB, text/plain)
2024-08-27 19:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1020 bytes, application/x-xz)
2024-08-27 19:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,35.07 KB, application/x-xz)
2024-08-27 19:50 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,50.67 KB, application/x-xz)
2024-08-27 19:50 UTC, Toralf Förster
Details
sys-apps:fwupd-efi-1.6:20240827-184149.log (sys-apps:fwupd-efi-1.6:20240827-184149.log,70.59 KB, text/plain)
2024-08-27 19:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,28.41 KB, application/x-xz)
2024-08-27 19:50 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-08-27 19:50:00 UTC
too long lines were shrinked:

>>> Compiling source in /var/tmp/portage/sys-apps/fwupd-efi-1.6/work/fwupd-efi-1.6 ...
ninja -v -j4 -l0
[1/8] /usr/bin/x86_64-pc-linux-musl-gcc -c ../fwupd-efi-1.6/efi/fwup-debug.c -o efi/fwup-debug.o -Og -g3 --param=ssp-buffer-size=4 -fexceptions -Wall -Wextra -Wvla -std=gnu11 -fpic -funsigned-char -fshort-wchar -ffreestanding -fno-strict-aliasing -fno-stack-protector -fno-stack-check -fno-merge-all-
FAILED: efi/fwup-debug.o 
/usr/bin/x86_64-pc-linux-musl-gcc -c ../fwupd-efi-1.6/efi/fwup-debug.c -o efi/fwup-debug.o -Og -g3 --param=ssp-buffer-size=4 -fexceptions -Wall -Wextra -Wvla -std=gnu11 -fpic -funsigned-char -fshort-wchar -ffreestanding -fno-strict-aliasing -fno-stack-protector -fno-stack-check -fno-merge-all-consta
../fwupd-efi-1.6/efi/fwup-debug.c: In function 'fwupd_debug_efivar_append':
../fwupd-efi-1.6/efi/fwup-debug.c:31:24: error: initialization of 'CHAR16 *' {aka 'int *'} from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
   31 |         CHAR16 *name = L"FWUPDATE_DEBUG_LOG";
      |                        ^~~~~~~~~~~~~~~~~~~~~

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

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

  UNMASKED:
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-musl-15 *
clang/llvm (if any):
clang version 18.1.8
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.8
Python 3.12.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.80.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

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

  HEAD of ::gentoo
commit 53b7e4d801291768370e7591a1c07d4ffcef88ca
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Aug 27 17:48:59 2024 +0000

    2024-08-27 17:48:59 UTC

emerge -qpvO =sys-apps/fwupd-efi-1.6
[ebuild  N    ] sys-apps/fwupd-efi-1.6  USE="-secureboot"
Comment 1 Toralf Förster gentoo-dev 2024-08-27 19:50:01 UTC
Created attachment 901377 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-27 19:50:02 UTC
Created attachment 901378 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-08-27 19:50:04 UTC
Created attachment 901379 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-08-27 19:50:04 UTC
Created attachment 901380 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-08-27 19:50:05 UTC
Created attachment 901381 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-27 19:50:07 UTC
Created attachment 901382 [details]
qlist-info.txt.xz
Comment 7 Toralf Förster gentoo-dev 2024-08-27 19:50:08 UTC
Created attachment 901383 [details]
sys-apps:fwupd-efi-1.6:20240827-184149.log
Comment 8 Toralf Förster gentoo-dev 2024-08-27 19:50:09 UTC
Created attachment 901384 [details]
temp.tar.xz