x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c queue.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c recode.c recode.c:44:10: fatal error: xlocale.h: No such file or directory #include <xlocale.h> ^~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-systemd_20180404-191254 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.0 * Available Python interpreters, in order of preference: [1] python3.5 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby22 (with Rubygems) [2] ruby23 (with Rubygems) * emerge -qpv net-irc/epic5 [ebuild N ] net-irc/epic5-1.1.10-r2 USE="ipv6 -archive -perl -ruby -socks5 -tcl -valgrind"
Created attachment 526750 [details] emerge-info.txt
Created attachment 526752 [details] emerge-history.txt
Created attachment 526754 [details] environment
Created attachment 526756 [details] etc.portage.tbz2
Created attachment 526758 [details] logs.tbz2
Created attachment 526760 [details] net-irc:epic5-1.1.10-r2:20180407-112433.log
Created attachment 526762 [details] temp.tbz2
I have tried to bump it but it fails to build for me >>> Compiling source in /var/tmp/portage/net-irc/epic5-2.0.1/work/epic5-2.0.1 ... make -j9 -j1 make[1]: Entering directory '/var/tmp/portage/net-irc/epic5-2.0.1/work/epic5-2.0.1/source' gcc -I/usr/local/include/ -O2 -pipe -march=native -fno-stack-protector -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c alias.c gcc -I/usr/local/include/ -O2 -pipe -march=native -fno-stack-protector -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c alist.c gcc -I/usr/local/include/ -O2 -pipe -march=native -fno-stack-protector -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c array.c gcc -I/usr/local/include/ -O2 -pipe -march=native -fno-stack-protector -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c clock.c gcc -I/usr/local/include/ -O2 -pipe -march=native -fno-stack-protector -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c commands.c commands.c: In function 'e_hostname': commands.c:1410:4: error: 'LocalIPv6HostName' undeclared (first use in this function) LocalIPv6HostName ? LocalIPv6HostName : "<default>"); ^~~~~~~~~~~~~~~~~ commands.c:1410:4: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [Makefile:32: commands.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-irc/epic5-2.0.1/work/epic5-2.0.1/source' make: *** [Makefile:105: all] Error 2 tr
Created attachment 528750 [details] epic5-2.0.1.ebuild
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9294cc0d001280d748462a43eb38ffe2410988f7 commit 9294cc0d001280d748462a43eb38ffe2410988f7 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2018-04-30 20:59:30 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2018-04-30 20:59:38 +0000 net-irc/epic5: Fix build with glibc-2.26, bug 652738 Closes: https://bugs.gentoo.org/652738 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-irc/epic5/epic5-1.1.10-r1.ebuild | 3 ++- net-irc/epic5/epic5-1.1.10-r2.ebuild | 11 ++++++----- net-irc/epic5/files/epic5-1.1.10-xlocale.patch | 11 +++++++++++ 3 files changed, 19 insertions(+), 6 deletions(-)