Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691358 - games-rpg/zsxd-1.9.0-r1 : !!! Fetched file: zsxd-1.9.0.tar.gz VERIFY FAILED!
Summary: games-rpg/zsxd-1.9.0-r1 : !!! Fetched file: zsxd-1.9.0.tar.gz VERIFY FAILED!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-08-03 19:52 UTC by Toralf Förster
Modified: 2021-02-28 12:26 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.63 KB, text/plain)
2019-08-03 19:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,269.04 KB, text/plain)
2019-08-03 19:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.55 KB, application/x-bzip)
2019-08-03 19:52 UTC, Toralf Förster
Details
games-rpg:zsxd-1.9.0-r1:20190803-175846.log (games-rpg:zsxd-1.9.0-r1:20190803-175846.log,1.51 KB, text/plain)
2019-08-03 19:52 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-03 19:52:18 UTC
2019-08-03 19:58:48 (3.14 MB/s) - ‘/var/cache/distfiles/zsxd-1.9.0.tar.gz.__download__’ saved [27845]

!!! Fetched file: zsxd-1.9.0.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      27845
!!! Expected: 3706125

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

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

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

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

emerge -qpvO games-rpg/zsxd
[ebuild  N    ] games-rpg/zsxd-1.9.0-r1
Comment 1 Toralf Förster gentoo-dev 2019-08-03 19:52:21 UTC
Created attachment 585632 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-03 19:52:24 UTC
Created attachment 585634 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-03 19:52:26 UTC
Created attachment 585636 [details]
etc.portage.tbz2
Comment 4 Toralf Förster gentoo-dev 2019-08-03 19:52:29 UTC
Created attachment 585638 [details]
games-rpg:zsxd-1.9.0-r1:20190803-175846.log
Comment 5 Toralf Förster gentoo-dev 2021-01-22 20:10:30 UTC
still true
Comment 6 Larry the Git Cow gentoo-dev 2021-02-28 12:26:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732804afb7917f14b586ff122d189d9439f30840

commit 732804afb7917f14b586ff122d189d9439f30840
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-02-28 09:00:53 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-02-28 12:26:10 +0000

    games-rpg/zsxd: cmake.eclass, xdg.eclass, https, fix tarball SRC_URI
    
    Need to set CMAKE_MAKEFILE_GENERATOR=emake, otherwise ninja fails with:
    ninja: error: build.ninja:125: bad $-escape (literal $ must be written as $$)
    
    Closes: https://bugs.gentoo.org/691358
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 games-rpg/zsxd/Manifest             |  2 +-
 games-rpg/zsxd/zsxd-1.9.0-r1.ebuild | 42 +++++++++++++++----------------------
 2 files changed, 18 insertions(+), 26 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0208f7470700328cd665f09d508a53b7e16ff885

commit 0208f7470700328cd665f09d508a53b7e16ff885
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-02-28 09:11:34 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-02-28 12:26:10 +0000

    games-rpg/zsdx: cmake.eclass, xdg.eclass, https, fix tarball SRC_URI
    
    Add missing || die
    
    Need to set CMAKE_MAKEFILE_GENERATOR=emake, otherwise ninja fails with:
    ninja: error: build.ninja:125: bad $-escape (literal $ must be written as $$)
    
    Bug: https://bugs.gentoo.org/691358
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 games-rpg/zsdx/Manifest             |  2 +-
 games-rpg/zsdx/zsdx-1.9.0-r1.ebuild | 39 +++++++++++++++++--------------------
 2 files changed, 19 insertions(+), 22 deletions(-)