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

Bug 691952

Summary: games-server/monopd-0.10.2-r1 fails to build with >=dev-libs/utfcpp-2.3.6
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
games-server:monopd-0.10.2-r1:20190811-163628.log
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2019-08-11 17:44:25 UTC
checking utf8.h presence... no
checking for utf8.h... no
configure: error: Please install UTF8-CPP library from http://utfcpp.sourceforge.net/

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2/config.log

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20190809-001858

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.36.0 *



emerge -qpvO games-server/monopd
[ebuild  N    ] games-server/monopd-0.10.2-r1  USE="-systemd"
Comment 1 Toralf Förster gentoo-dev 2019-08-11 17:44:28 UTC
Created attachment 586568 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-11 17:44:30 UTC
Created attachment 586570 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-11 17:44:33 UTC
Created attachment 586572 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-11 17:44:36 UTC
Created attachment 586574 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-11 17:44:39 UTC
Created attachment 586576 [details]
games-server:monopd-0.10.2-r1:20190811-163628.log
Comment 6 Toralf Förster gentoo-dev 2019-08-11 17:44:42 UTC
Created attachment 586578 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-08-11 17:44:44 UTC
Created attachment 586580 [details]
temp.tbz2
Comment 8 Arfrever Frehtes Taifersar Arahesis 2019-08-17 00:58:22 UTC
Probably -I/usr/include/utf8cpp needs to be used in order to find headers.

append-cxxflags -I/usr/include/utf8cpp
(Or an equivalent solution...)
Comment 9 Larry the Git Cow gentoo-dev 2019-08-29 21:35:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023655cf884e2a70be37458f648df5c117026447

commit 023655cf884e2a70be37458f648df5c117026447
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-08-29 20:05:33 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-08-29 21:34:05 +0000

    games-server/monopd: fix build with >=dev-libs/utfcpp-2.3.6
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
    Closes: https://bugs.gentoo.org/691952
    Package-Manager: Portage-2.3.73, Repoman-2.3.17
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 games-server/monopd/monopd-0.10.2-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)