Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691952 - games-server/monopd-0.10.2-r1 fails to build with >=dev-libs/utfcpp-2.3.6
Summary: games-server/monopd-0.10.2-r1 fails to build with >=dev-libs/utfcpp-2.3.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-11 17:44 UTC by Toralf Förster
Modified: 2019-08-29 21:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.00 KB, text/plain)
2019-08-11 17:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,153.90 KB, text/plain)
2019-08-11 17:44 UTC, Toralf Förster
Details
environment (environment,93.87 KB, text/plain)
2019-08-11 17:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.01 KB, application/x-bzip)
2019-08-11 17:44 UTC, Toralf Förster
Details
games-server:monopd-0.10.2-r1:20190811-163628.log (games-server:monopd-0.10.2-r1:20190811-163628.log,5.32 KB, text/plain)
2019-08-11 17:44 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.11 KB, application/x-bzip)
2019-08-11 17:44 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.19 KB, application/x-bzip)
2019-08-11 17:44 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 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(-)