Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542422 - bitcoin ocerlay & more gitorious repos; fatal: Could not read from remote repository
Summary: bitcoin ocerlay & more gitorious repos; fatal: Could not read from remote re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
: 542432 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-07 09:39 UTC by tman
Modified: 2015-03-09 05:10 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tman 2015-03-07 09:39:59 UTC
* ------
 * Successfully synchronized overlay "bumblebee".
 * Successfully synchronized overlay "media-overlay".
 * Successfully synchronized overlay "steam-overlay".
 * 
 * 
 * Warnings:
 * ------
 * Overlay "media-overlay" could not be found in the remote lists.
 * Please check if it has been renamed and re-add if necessary.
 * 
 * 
 * Errors:
 * ------
 * Failed to sync overlay "bitcoin".
 * Error was: Syncing overlay "bitcoin" returned status 1!
 * db.sync()
 * 

 * CLI: Errors occurred processing action sync_all
 * 
 * Errors:
 * ------
 * Failed to sync overlay "bitcoin".
 * Error was: Syncing overlay "bitcoin" returned status 1!
 * db.sync()


Reproducible: Always




Portage 2.2.18 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.2, glibc-2.20-r2, 3.19.0-gentoo x86_64)
=================================================================
System uname: Linux-3.19.0-gentoo-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.2
KiB Mem:    24626200 total,  22419576 free
KiB Swap:   25461756 total,  25461756 free
Timestamp of repository gentoo: Sat, 07 Mar 2015 05:30:01 +0000
sh bash 4.3_p33-r2
ld GNU ld (Gentoo 2.25 p1.0) 2.25
app-shells/bash:          4.3_p33-r2::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.1.0::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.11::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25::gentoo
sys-devel/gcc:            4.9.2::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

gentoo
    location: /mnt/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

lokal
    location: /mnt/portage/local/local-overlay
    masters: gentoo
    priority: 0

bumblebee
    location: /mnt/portage/local/layman/bumblebee
    masters: gentoo
    priority: 50

media-overlay
    location: /mnt/portage/local/layman/media-overlay
    masters: gentoo
    priority: 50

steam-overlay
    location: /mnt/portage/local/layman/steam-overlay
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
Comment 1 MZ 2015-03-08 17:26:40 UTC
i think same problem as

https://bugs.gentoo.org/show_bug.cgi?id=542432

gitorius.org
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2015-03-09 02:07:54 UTC
It would have been better if you added the real error that was output rather than the layman summary.  But I was able to reproduce an error:


big_daddy portage # layman -a bitcoin

 * Adding overlay...
 * Overlay "bitcoin" is not an official. Continue install? [y/n]: y
 * Running Git... # ( cd /var/lib/layman  && /usr/bin/git clone git://gitorious.org/bitcoin/gentoo.git /var/lib/layman/bitcoin )
Cloning into '/var/lib/layman/bitcoin'...
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
 * Failure result returned from Git
 * Running Git... # ( cd /var/lib/layman/bitcoin  && /usr/bin/git config user.name "layman" )
 * [Errno 2] No such file or directory: '/var/lib/layman/bitcoin'
 * Adding repository "bitcoin" failed!

 * CLI: Errors occurred processing action add
 * Adding repository "bitcoin" failed!

big_daddy portage # 

So, I checked, and the url is correct.  It is browsable, but:

System notice: Gitorious is being acquired by GitLab and gitorious.org will shut down end of May.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-03-09 05:09:04 UTC
*** Bug 542432 has been marked as a duplicate of this bug. ***
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-03-09 05:10:22 UTC
Anyway, I fixed that yesterday. Now all gitorious repositories have only https:// URI since that works sanely for everyone.