Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940492 - sys-apps/minised-1.16 - [ncurses-6.5] [meson] [libtool] [gcc-15] sedexec.c: error: type of last_line_used does not match original declaration [-Werror=lto-type-mismatch]
Summary: sys-apps/minised-1.16 - [ncurses-6.5] [meson] [libtool] [gcc-15] sedexec.c: e...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2024-09-29 16:53 UTC by Toralf Förster
Modified: 2024-09-29 16:53 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.20 KB, text/plain)
2024-09-29 16:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,112.75 KB, text/plain)
2024-09-29 16:53 UTC, Toralf Förster
Details
environment (environment,61.96 KB, text/plain)
2024-09-29 16:53 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-09-29 16:53 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,17.18 KB, application/x-xz)
2024-09-29 16:53 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,247.24 KB, text/plain)
2024-09-29 16:53 UTC, Toralf Förster
Details
sys-apps:minised-1.16:20240929-162221.log (sys-apps:minised-1.16:20240929-162221.log,2.88 KB, text/plain)
2024-09-29 16:53 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,79.74 KB, application/x-xz)
2024-09-29 16:53 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-29 16:53:28 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-apps/minised-1.16/work/minised-1.16 ...
make -j4 
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -O1 -Wall -Wwrite-strings   -c -o sedcomp.o sedcomp.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto -O1 -Wall -Wwrite-strings   -c -o sedexec.o sedexec.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -Werror=lto-type-mismatch -Werror=strict-aliasing -Werror=odr -flto sedcomp.o sedexec.o -o minised
sedexec.c:33:17: error: type of last_line_used does not match original declaration [-Werror=lto-type-mismatch]
   33 | extern int      last_line_used; /* last line address ($) used */
      |                 ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20240927-085502

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam
    Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson.
  /etc/portage/package.unmask/50unstable:<dev-build/meson-9999
    Issues involving opaque types / incomplete typedefs should block bug 930805
  /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-15 *
clang/llvm (if any):
clang version 19.1.0
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.0
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
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]
3)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
  [1]   php8.3 *
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit b6fc10add4271520bb5134d2139714382998dae0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 29 16:06:12 2024 +0000

    2024-09-29 16:06:12 UTC

emerge -qpvO =sys-apps/minised-1.16
[ebuild  N    ] sys-apps/minised-1.16
Comment 1 Toralf Förster gentoo-dev 2024-09-29 16:53:29 UTC
Created attachment 904196 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-29 16:53:31 UTC
Created attachment 904197 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-09-29 16:53:32 UTC
Created attachment 904198 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-09-29 16:53:33 UTC
Created attachment 904199 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-29 16:53:33 UTC
Created attachment 904200 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-29 16:53:35 UTC
Created attachment 904201 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2024-09-29 16:53:36 UTC
Created attachment 904202 [details]
sys-apps:minised-1.16:20240929-162221.log
Comment 8 Toralf Förster gentoo-dev 2024-09-29 16:53:37 UTC
Created attachment 904203 [details]
temp.tar.xz