Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939132 - app-misc/ytree-2.09 - [ncurses-6.5] [llvm] tilde.c: error: redeclaration of strcpy must have the overloadable
Summary: app-misc/ytree-2.09 - [ncurses-6.5] [llvm] tilde.c: error: redeclaration of s...
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:
 
Reported: 2024-09-05 19:18 UTC by Toralf Förster
Modified: 2024-09-05 19:18 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,22.64 KB, text/plain)
2024-09-05 19:18 UTC, Toralf Förster
Details
app-misc:ytree-2.09:20240904-192915.log (app-misc:ytree-2.09:20240904-192915.log,13.70 KB, text/plain)
2024-09-05 19:18 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,85.30 KB, application/x-xz)
2024-09-05 19:18 UTC, Toralf Förster
Details
environment (environment,76.12 KB, text/plain)
2024-09-05 19:18 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.21 KB, application/x-xz)
2024-09-05 19:18 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,57.43 KB, application/x-xz)
2024-09-05 19:18 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,85.16 KB, application/x-xz)
2024-09-05 19:18 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,18.48 KB, application/x-xz)
2024-09-05 19:18 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:18:35 UTC
too long lines were shrinked:

clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o tar.o tar.c
clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o termcap.o termcap.c
clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o tilde.o tilde.c
clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o usermode.o usermode.c
clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o util.o util.c
clang -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DCOLOR_SUPPORT   -DREADLINE_SUPPORT    -c -o view.o view.c
tilde.c:37:14: error: redeclaration of 'strcpy' must have the 'overloadable'
      attribute
   37 | extern char *strcpy ();

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm-20240825-084454

  UNMASKED:
    Requested by sam
  /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.8+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.8+libcxx
Python 3.12.5
Available Rust versions:
  [1]   rust-bin-1.80.1
  [2]   rust-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]
4)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 
  [4]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.23.0 linux/amd64

  HEAD of ::gentoo
commit 8d81393d5d03e57de697b0906cd3a9fe4cec40e6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 4 16:34:04 2024 +0000

    2024-09-04 16:34:03 UTC

emerge -qpvO =app-misc/ytree-2.09
[ebuild  N    ] app-misc/ytree-2.09
Comment 1 Toralf Förster gentoo-dev 2024-09-05 19:18:36 UTC
Created attachment 902122 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-05 19:18:37 UTC
Created attachment 902123 [details]
app-misc:ytree-2.09:20240904-192915.log
Comment 3 Toralf Förster gentoo-dev 2024-09-05 19:18:38 UTC
Created attachment 902124 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2024-09-05 19:18:39 UTC
Created attachment 902125 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-09-05 19:18:40 UTC
Created attachment 902126 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-05 19:18:41 UTC
Created attachment 902127 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-09-05 19:18:42 UTC
Created attachment 902128 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-09-05 19:18:43 UTC
Created attachment 902129 [details]
temp.tar.xz