Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939135 - app-crypt/efitools-1.9.2-r1 - [gcc-15] HelloWorld.c: error: initialization of CHAR16 {aka int } from incompatible pointer type short unsigned int [-Wincompatib
Summary: app-crypt/efitools-1.9.2-r1 - [gcc-15] HelloWorld.c: error: initialization of...
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
  Show dependency tree
 
Reported: 2024-09-05 19:19 UTC by Toralf Förster
Modified: 2024-09-05 19:21 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,22.51 KB, text/plain)
2024-09-05 19:19 UTC, Toralf Förster
Details
app-crypt:efitools-1.9.2-r1:20240904-212124.log (app-crypt:efitools-1.9.2-r1:20240904-212124.log,30.58 KB, text/plain)
2024-09-05 19:19 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,114.34 KB, application/x-xz)
2024-09-05 19:19 UTC, Toralf Förster
Details
environment (environment,84.14 KB, text/plain)
2024-09-05 19:19 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1020 bytes, application/x-xz)
2024-09-05 19:19 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,55.70 KB, application/x-xz)
2024-09-05 19:19 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,110.32 KB, application/x-xz)
2024-09-05 19:19 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.58 KB, application/x-xz)
2024-09-05 19:19 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-09-05 19:19:19 UTC
too long lines were shrinked:

make[1]: Entering directory '/var/tmp/portage/app-crypt/efitools-1.9.2-r1/work/efitools-1.9.2/lib'
x86_64-pc-linux-musl-gcc -I/var/tmp/portage/app-crypt/efitools-1.9.2-r1/work/efitools-1.9.2/include/ -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -O2 -pipe -march=native -fno-diagnostics-color  -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants -fno-stack
openssl req -new -x509 -newkey rsa:2048 -subj "/CN=DB/" -keyout DB.key -out DB.crt -days 3650 -nodes -sha256
openssl req -new -x509 -newkey rsa:2048 -subj "/CN=PK/" -keyout PK.key -out PK.crt -days 3650 -nodes -sha256
......+++++++++++++++++++++++++++++++++++++++*....+........+...+.+...+..+....+......+........+...+...+.+...+...+..+...+.......+...+............+........+.........+...+..........+.....+.......+.....+++++++++++++++++++++++++++++++++++++++*............+...+.................+...+...+.+.........+x86_64-p
..+....+......+........+.+.....+...............+...+......+....+...+HelloWorld.c: In function 'efi_main':
HelloWorld.c:12:25: error: initialization of 'CHAR16 *' {aka 'int *'} from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
   12 |                         L"HelloWorld",
      |                         ^~~~~~~~~~~~~

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

  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 11.0.24_p8 [openjdk-bin-11]
2)	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-11 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

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

  HEAD of ::gentoo
commit 3a27b7310beb9c7da0c3adad41a1b95f040bd645
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 4 20:18:53 2024 +0000

    2024-09-04 20:18:53 UTC

emerge -qpvO =app-crypt/efitools-1.9.2-r1
[ebuild  N    ] app-crypt/efitools-1.9.2-r1  USE="-static"
Comment 1 Toralf Förster gentoo-dev 2024-09-05 19:19:20 UTC
Created attachment 902146 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-05 19:19:21 UTC
Created attachment 902147 [details]
app-crypt:efitools-1.9.2-r1:20240904-212124.log
Comment 3 Toralf Förster gentoo-dev 2024-09-05 19:19:23 UTC
Created attachment 902148 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-09-05 19:19:24 UTC
Created attachment 902149 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-09-05 19:19:25 UTC
Created attachment 902150 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-05 19:19:26 UTC
Created attachment 902151 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-05 19:19:27 UTC
Created attachment 902152 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-09-05 19:19:28 UTC
Created attachment 902153 [details]
temp.tar.xz