Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932460 - app-editors/xemacs-21.4.24-r10 - [ncurses-6.5] [gcc-15] ./config.h: error: return with no value, in function returning non-void [-Wreturn-mismatch]
Summary: app-editors/xemacs-21.4.24-r10 - [ncurses-6.5] [gcc-15] ./config.h: error: re...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XEmacs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-05-22 12:17 UTC by Toralf Förster
Modified: 2024-05-22 12:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.93 KB, text/plain)
2024-05-22 12:17 UTC, Toralf Förster
Details
app-editors:xemacs-21.4.24-r10:20240522-120731.log (app-editors:xemacs-21.4.24-r10:20240522-120731.log,114.21 KB, text/plain)
2024-05-22 12:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,41.19 KB, text/plain)
2024-05-22 12:17 UTC, Toralf Förster
Details
environment (environment,111.79 KB, text/plain)
2024-05-22 12:17 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.41 KB, application/x-xz)
2024-05-22 12:17 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,7.05 KB, application/x-xz)
2024-05-22 12:17 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,102.90 KB, text/plain)
2024-05-22 12:17 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,26.00 KB, application/x-xz)
2024-05-22 12:17 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-05-22 12:17:38 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -no-pie -fgnu89-inline -I. -I../src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/lib-src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/src -I. -I/usr/include/wnn -DHAVE_CONFIG_H
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -no-pie -fgnu89-inline -I. -I/usr/include/wnn -Demacs -I. -DHAVE_CONFIG_H process-unix.c
x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -no-pie -fgnu89-inline -I. -I../src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/lib-src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/src -I. -I/usr/include/wnn -DHAVE_CONFIG_H
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -no-pie -fgnu89-inline -I. -I../src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/lib-src -I/var/tmp/portage/app-editors/xemacs-21.4.24-r10/work/xemacs-21.4.24/src -I. -I/usr/include/wnn -DHAVE_CONFIG_H /v
In file included from process-unix.c:34:
process-unix.c: In function 'close_safely_handler':
./config.h:674:19: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch]
  674 | #define SIGRETURN return
      |                   ^~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0-20240521-162503

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.
  >=sys-libs/ncurses-6.5
    Issues involving opaque types / incomplete typedefs should block bug 930805

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
/usr/lib/llvm/18
18.1.6
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-21  system-vm

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

  HEAD of ::gentoo
commit 9b3798d762f0d4b611c1e70528853c60d3ad4f71
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed May 22 10:48:57 2024 +0000

    2024-05-22 10:48:56 UTC

emerge -qpvO app-editors/xemacs
[ebuild  N    ] app-editors/xemacs-21.5.35-r1  USE="berkdb bignum freewnn gdbm jpeg tiff -X -Xaw3d -alsa -athena -debug -dnd -gif -gpm -ldap -motif -nas -neXt -png -pop -postgres -xface -xft -xim"
Comment 1 Toralf Förster gentoo-dev 2024-05-22 12:17:39 UTC
Created attachment 893818 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-05-22 12:17:40 UTC
Created attachment 893819 [details]
app-editors:xemacs-21.4.24-r10:20240522-120731.log
Comment 3 Toralf Förster gentoo-dev 2024-05-22 12:17:42 UTC
Created attachment 893820 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-05-22 12:17:43 UTC
Created attachment 893821 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-05-22 12:17:44 UTC
Created attachment 893822 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-05-22 12:17:45 UTC
Created attachment 893823 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-05-22 12:17:46 UTC
Created attachment 893824 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-05-22 12:17:47 UTC
Created attachment 893825 [details]
temp.tar.xz