Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652690 - games-rpg/eternal-lands-1.9.3-r2 : quest_log.cpp:87:74: error: call of overloaded abs(Uint32) is ambiguous
Summary: games-rpg/eternal-lands-1.9.3-r2 : quest_log.cpp:87:74: error: call of overlo...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Freeman
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-04-06 17:06 UTC by Toralf Förster
Modified: 2019-05-23 02:29 UTC (History)
5 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.09 KB, text/plain)
2018-04-06 17:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,167.11 KB, text/plain)
2018-04-06 17:06 UTC, Toralf Förster
Details
environment (environment,116.62 KB, text/plain)
2018-04-06 17:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.21 KB, application/x-bzip)
2018-04-06 17:07 UTC, Toralf Förster
Details
games-rpg:eternal-lands-1.9.3-r2:20180406-035957.log (games-rpg:eternal-lands-1.9.3-r2:20180406-035957.log,96.47 KB, text/plain)
2018-04-06 17:07 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.61 KB, application/x-bzip)
2018-04-06 17:07 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 2018-04-06 17:06:49 UTC
                            ^~~~~~~~
quest_log.cpp: In member function ‘bool Quest_Title_Request::is_too_old() const’:
quest_log.cpp:87:74: error: call of overloaded ‘abs(Uint32)’ is ambiguous
 l is_too_old(void) const { return (abs(SDL_GetTicks() - request_time) > 5000); }
                                                                     ^
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/cstdlib:75:0,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_20180402-130354

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

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)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv games-rpg/eternal-lands
[ebuild  N    ] games-rpg/eternal-lands-1.9.3-r2  USE="-debug -doc"
Comment 1 Toralf Förster gentoo-dev 2018-04-06 17:06:52 UTC
Created attachment 526712 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-04-06 17:06:55 UTC
Created attachment 526714 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-04-06 17:06:58 UTC
Created attachment 526716 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-04-06 17:07:01 UTC
Created attachment 526718 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-04-06 17:07:04 UTC
Created attachment 526720 [details]
games-rpg:eternal-lands-1.9.3-r2:20180406-035957.log
Comment 6 Toralf Förster gentoo-dev 2018-04-06 17:07:07 UTC
Created attachment 526722 [details]
temp.tbz2
Comment 7 Jakub Klawiter 2018-12-24 13:41:16 UTC
1.9.3 is very old, current version is 1.9.5

https://github.com/raduprv/Eternal-Lands/blob/stable_snap_build/CHANGES
Comment 8 Larry the Git Cow gentoo-dev 2019-05-23 02:29:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db23dbb1a7127733ef0a4849824f133c58b8506

commit 4db23dbb1a7127733ef0a4849824f133c58b8506
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-05-16 03:41:49 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-05-23 02:27:36 +0000

    games-rpg/eternal-lands: bump version to 1.9.5.3
    
    No longer depends on games-rpg/eternal-lands-data.
    Provide a launcher that downloads game data into $HOME on the first
    start. It will make auto updates easier and not violating Gentoo
    policies.
    
    Closes: https://bugs.gentoo.org/548926
    Closes: https://bugs.gentoo.org/652690
    Closes: https://bugs.gentoo.org/672238
    Closes: https://github.com/gentoo/gentoo/pull/12014
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 games-rpg/eternal-lands/Manifest                   |  1 +
 .../eternal-lands/eternal-lands-1.9.5.3.ebuild     | 76 ++++++++++++++++++
 games-rpg/eternal-lands/files/el-wrapper           | 53 +++++++++++++
 .../files/eternal-lands-1.9.5.3-build.patch        | 70 +++++++++++++++++
 .../files/eternal-lands-1.9.5.3-minizip.patch      | 90 ++++++++++++++++++++++
 5 files changed, 290 insertions(+)