Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941542 - dev-db/recutils-1.9 - [libtool] [gcc-15] testrec.c: error: assignment to const char from incompatible pointer type char [-Wincompatible-pointer-types]
Summary: dev-db/recutils-1.9 - [libtool] [gcc-15] testrec.c: error: assignment to cons...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard: ~arch only
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-10-14 18:36 UTC by Toralf Förster
Modified: 2024-10-25 19:07 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.69 KB, text/plain)
2024-10-14 18:36 UTC, Toralf Förster
Details
dev-db:recutils-1.9:20241014-181853.log.xz (dev-db:recutils-1.9:20241014-181853.log.xz,19.70 KB, application/x-xz)
2024-10-14 18:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,62.74 KB, text/plain)
2024-10-14 18:36 UTC, Toralf Förster
Details
environment (environment,79.51 KB, text/plain)
2024-10-14 18:36 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.35 KB, application/x-xz)
2024-10-14 18:36 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,22.55 KB, application/x-xz)
2024-10-14 18:36 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,38.46 KB, application/x-xz)
2024-10-14 18:36 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,143.69 KB, text/plain)
2024-10-14 18:36 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.46 KB, application/x-xz)
2024-10-14 18:36 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-10-14 18:36:39 UTC
too long lines were shrinked:

make[1]: Leaving directory '/var/tmp/portage/dev-db/recutils-1.9/work/recutils-1.9/utils'
Making all in bash
make[1]: Entering directory '/var/tmp/portage/dev-db/recutils-1.9/work/recutils-1.9/bash'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src  -I../lib -I../lib -I../src -DHAVE_CONFIG_H -I/usr/include/bash -I/usr/include/bash/lib -I/usr/include/bash/builtins -I/usr/include/bash/include   -O2 -pipe -march=native -fno-diagnostics-color -Werror
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../lib -I../lib -I../src -DHAVE_CONFIG_H -I/usr/include/bash -I/usr/include/bash/lib -I/usr/include/bash/builtins -I/usr/include/bash/include -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=str
testrec.c: In function 'testrec_builtin':
testrec.c:63:8: error: assignment to 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
   63 |   argv = make_builtin_argv (list, &argc);
      |        ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_test-20241012-211452

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 19.1.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/19/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/19
19.1.1
Python 3.12.7
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-21  system-vm

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

  HEAD of ::gentoo
commit 7971e2811356d24dacde3155d5c8dd53521200b2
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 14 17:04:15 2024 +0000

    2024-10-14 17:04:15 UTC

emerge -qpvO =dev-db/recutils-1.9
[ebuild  N    ] dev-db/recutils-1.9  USE="crypt nls -curl -mdb"
Comment 1 Toralf Förster gentoo-dev 2024-10-14 18:36:39 UTC
Created attachment 905849 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-14 18:36:40 UTC
Created attachment 905850 [details]
dev-db:recutils-1.9:20241014-181853.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-14 18:36:42 UTC
Created attachment 905851 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-10-14 18:36:43 UTC
Created attachment 905852 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-10-14 18:36:43 UTC
Created attachment 905853 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-14 18:36:44 UTC
Created attachment 905854 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-10-14 18:36:45 UTC
Created attachment 905855 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-14 18:36:47 UTC
Created attachment 905856 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-10-14 18:36:48 UTC
Created attachment 905857 [details]
temp.tar.xz