Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Some kde-frameworks/* problems
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tczaude
n00b
n00b


Joined: 26 Oct 2012
Posts: 49
Location: Bielsko-Biała

PostPosted: Thu Oct 15, 2015 7:04 am    Post subject: Some kde-frameworks/* problems Reply with quote

Hi
In last with i come back to KDE and i have problem with dependency resolve.
For exactly i cannot emerge this packages

kde-frameworks/kservice-9999
kde-frameworks/kfilemetadata-9999

I have this error

ERROR: kde-frameworks/kservice-9999::kde failed (unpack phase):
* Unable to fetch from any of EGIT_REPO_URI
*
* Call stack:
* ebuild.sh, line 93: Called src_unpack
* environment, line 4093: Called kde5_src_unpack
* environment, line 3229: Called git-r3_src_unpack
* environment, line 2711: Called git-r3_src_fetch
* environment, line 2705: Called git-r3_fetch
* environment, line 2626: Called die
* The specific snippet of code:
* [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";

Somebody have any suggestion ?

Thanks for help

Best Regards
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Thu Oct 15, 2015 7:35 am    Post subject: Reply with quote

Hi tczaude
error is from kde-frameworks/kservice-9999::kde, it seems to be a connection problem with KDE Overlay. My suggestion is to test if you can reach it using layman and/or git
These commands may fit your needs:
Code:
layman -S
git ls-remote [KDE overlay URL]

Regards
Back to top
View user's profile Send private message
tczaude
n00b
n00b


Joined: 26 Oct 2012
Posts: 49
Location: Bielsko-Biała

PostPosted: Thu Oct 15, 2015 8:48 am    Post subject: Reply with quote

layman -L all sync but dont working emerge
layman -r all sync but dnot work emerge


git ls-remote git://anongit.gentoo.org/proj/kde.git
dee669499b78692e054ce2ba07d40234b4c4f93f HEAD
dee669499b78692e054ce2ba07d40234b4c4f93f refs/heads/master
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Thu Oct 15, 2015 10:40 am    Post subject: Reply with quote

Hi tczaude
this looks good, thus there may be an error in the ebuild :?

You can try to grep EGIT_REPO_URI in the ebuilds that give you the fetch error
Let me know
Regards
Back to top
View user's profile Send private message
tczaude
n00b
n00b


Joined: 26 Oct 2012
Posts: 49
Location: Bielsko-Biała

PostPosted: Thu Oct 15, 2015 11:56 am    Post subject: Reply with quote

ebuild look that same like other ebuild code bellow.
grep dont find enything in layman kde repo and git3-src


Code:
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit kde5

DESCRIPTION="Library for extracting file metadata"
KEYWORDS=""
IUSE="epub exif ffmpeg libav pdf taglib"

# TODO: mobi? ( $(add_plasma_dep kdegraphics-mobipocket) ) NOTE: not integrated upstream
DEPEND="
   $(add_frameworks_dep karchive)
   $(add_frameworks_dep ki18n)
   dev-qt/qtxml:5
   epub? ( app-text/ebook-tools )
   exif? ( media-gfx/exiv2:= )
   ffmpeg? (
      libav? ( media-video/libav:= )
      !libav? ( media-video/ffmpeg:0= )
   )
   pdf? ( app-text/poppler[qt5] )
   taglib? ( media-libs/taglib )
"
RDEPEND="${DEPEND}"

src_configure() {
   local mycmakeargs=(
      $(cmake-utils_use_find_package epub EPub)
      $(cmake-utils_use_find_package exif Exiv2)
      $(cmake-utils_use_find_package ffmpeg FFmpeg)
      $(cmake-utils_use_find_package pdf PopplerQt5)
      $(cmake-utils_use_find_package taglib Taglib)
   )

   kde5_src_configure
}
Back to top
View user's profile Send private message
tczaude
n00b
n00b


Joined: 26 Oct 2012
Posts: 49
Location: Bielsko-Biała

PostPosted: Thu Oct 15, 2015 12:44 pm    Post subject: Reply with quote

next package
kde-frameworks/kdnssd-9999::kde
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum