Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677114 - dev-libs/libgit2-0.28.0_rc1 : !!! Fetched file: libgit2-0.28.0-rc1.tar.gz VERIFY FAILED!
Summary: dev-libs/libgit2-0.28.0_rc1 : !!! Fetched file: libgit2-0.28.0-rc1.tar.gz VER...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-02 15:56 UTC by Toralf Förster
Modified: 2019-02-02 16:37 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.29 KB, text/plain)
2019-02-02 15:56 UTC, Toralf Förster
Details
dev-libs:libgit2-0.28.0_rc1:20190202-155304.log (dev-libs:libgit2-0.28.0_rc1:20190202-155304.log,10.30 KB, text/plain)
2019-02-02 15:57 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,127.07 KB, text/plain)
2019-02-02 15:57 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.45 KB, application/x-bzip)
2019-02-02 15:57 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-02-02 15:56:55 UTC
2019-02-02 16:53:06 (4.49 MB/s) - ‘/var/tmp/distfiles/libgit2-0.28.0-rc1.tar.gz’ saved [4981768/4981768]

!!! Fetched file: libgit2-0.28.0-rc1.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      4981768
!!! Expected: 4981625

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_20190130-111900

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-bin-1.32.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.10.0 [icedtea-8]
2)	IcedTea JDK 3.10.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8  system-vm
  [2]   icedtea-bin-8 

emerge -qpvO dev-libs/libgit2
[ebuild  N    ] dev-libs/libgit2-0.28.0_rc1  USE="ssh threads -examples -gssapi -libressl -test -trace"
Comment 1 Toralf Förster gentoo-dev 2019-02-02 15:56:57 UTC
Created attachment 563522 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-02 15:57:00 UTC
Created attachment 563524 [details]
dev-libs:libgit2-0.28.0_rc1:20190202-155304.log
Comment 3 Toralf Förster gentoo-dev 2019-02-02 15:57:03 UTC
Created attachment 563526 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-02-02 15:57:06 UTC
Created attachment 563528 [details]
etc.portage.tbz2
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-02-02 16:03:09 UTC
Funny thing is, I was wondering about unchanged SOVERSION ;-).

diff -dupr libgit2-0.28.0-rc1.orig/docs/changelog.md libgit2-0.28.0-rc1/docs/changelog.md
--- libgit2-0.28.0-rc1.orig/docs/changelog.md	2019-01-31 19:51:36.000000000 +0100
+++ libgit2-0.28.0-rc1/docs/changelog.md	2019-02-02 11:25:54.000000000 +0100
@@ -1,5 +1,5 @@
-v0.27 + 1
----------
+v0.28
+-----
 
 ### Changes or improvements
 
diff -dupr libgit2-0.28.0-rc1.orig/include/git2/version.h libgit2-0.28.0-rc1/include/git2/version.h
--- libgit2-0.28.0-rc1.orig/include/git2/version.h	2019-01-31 19:51:36.000000000 +0100
+++ libgit2-0.28.0-rc1/include/git2/version.h	2019-02-02 11:25:54.000000000 +0100
@@ -7,12 +7,12 @@
 #ifndef INCLUDE_git_version_h__
 #define INCLUDE_git_version_h__
 
-#define LIBGIT2_VERSION "0.27.0"
+#define LIBGIT2_VERSION "0.28.0"
 #define LIBGIT2_VER_MAJOR 0
-#define LIBGIT2_VER_MINOR 27
+#define LIBGIT2_VER_MINOR 28
 #define LIBGIT2_VER_REVISION 0
 #define LIBGIT2_VER_PATCH 0
 
-#define LIBGIT2_SOVERSION 27
+#define LIBGIT2_SOVERSION 28
 
 #endif
Comment 6 Larry the Git Cow gentoo-dev 2019-02-02 16:37:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154ed5fe4524f647700d5da4e72cb8b26231bd33

commit 154ed5fe4524f647700d5da4e72cb8b26231bd33
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-02-02 16:04:09 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-02-02 16:37:06 +0000

    dev-libs/libgit2: Upstream redid 0.28.0-rc1
    
    Update checksums and SOVERSION since upstream has updated the tag.
    
    Closes: https://bugs.gentoo.org/677114
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-libs/libgit2/Manifest                                               | 2 +-
 .../libgit2/{libgit2-0.28.0_rc1.ebuild => libgit2-0.28.0_rc1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)