Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 652738

Summary: net-irc/epic5-1.1.10-r2 : recode.c:44:10: fatal error: xlocale.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 638010, 646004    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-irc:epic5-1.1.10-r2:20180407-112433.log
temp.tbz2
epic5-2.0.1.ebuild

Description Toralf Förster gentoo-dev 2018-04-07 13:28:33 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2018-04-07 13:28:36 UTC
Created attachment 526750 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-04-07 13:28:40 UTC
Created attachment 526752 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-04-07 13:28:43 UTC
Created attachment 526754 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-04-07 13:28:46 UTC
Created attachment 526756 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-04-07 13:28:49 UTC
Created attachment 526758 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-04-07 13:28:52 UTC
Created attachment 526760 [details]
net-irc:epic5-1.1.10-r2:20180407-112433.log
Comment 7 Toralf Förster gentoo-dev 2018-04-07 13:28:55 UTC
Created attachment 526762 [details]
temp.tbz2
Comment 8 Pacho Ramos gentoo-dev 2018-04-29 07:45:15 UTC
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
Comment 9 Pacho Ramos gentoo-dev 2018-04-29 07:45:50 UTC
Created attachment 528750 [details]
epic5-2.0.1.ebuild
Comment 10 Larry the Git Cow gentoo-dev 2018-04-30 20:59:44 UTC
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(-)