Page 1 of 1

Gentoo overlay

Posted: 18 Aug 2010, 22:02
by verb0ss
Hello guys. I have a big problem with gentoo overlay. It synchronize springlobby no problem but it appears it can't synchronize game itself i.e. spring. Today after update (layman -S) i can update springlobby to v0.96 but spring stays 0.81.2.1. I tried everything. Checked everything twice so i have file spring.keywords in /etc/portage/package.keywords and source /var/lib/layman/make.conf in /etc/make.conf. This is todays update

Code: Select all

layman -S
* Running... # ( cd /var/lib/layman/Spring  && /usr/bin/git pull )
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (5/5), done.
From git://springlobby.info/git/overlay/springlobby
   72f7a78..0f63202  master     -> origin/master
Updating 72f7a78..0f63202
Fast-forward
 games-util/springlobby/Manifest                |    2 +
 games-util/springlobby/springlobby-0.96.ebuild |   58 ++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 games-util/springlobby/springlobby-0.96.ebuild
* 
* Success:
* ------
* 
* Successfully synchronized overlay "Spring".
* 
* Warnings:
* ------
* 
* Overlay "Spring" could not be found in the remote lists.
* Please check if it has been renamed and re-add if necessary.
* 
I have also tried to remove overlay (layman -d Spring) and re-add it with:

Code: Select all

layman -f -a Spring -o http://springrts.com/dl/overlays.xml
* Running... # /usr/bin/git clone git://springlobby.info/git/overlay/springlobby.git /var/lib/layman/Spring
Cloning into /var/lib/layman/Spring...
remote: Counting objects: 1573, done.
remote: Compressing objects: 100% (584/584), done.
remote: Total 1573 (delta 962), reused 1514 (delta 923)
Receiving objects: 100% (1573/1573), 322.18 KiB | 509 KiB/s, done.
Resolving deltas: 100% (962/962), done.
* Successfully added overlay "Spring".
and on top of this yesterday i tried overlay i got from [LCC]jk that was:

Code: Select all

layman -f -a Spring -o 'http://svn.springlobby.info/trunk/gentoo/overlays.xml'
with no effect :(
The only thing that repeats is that warning saying that it couldn't find overlay Spring in remote list:

Code: Select all

layman -S
* Running... # ( cd /var/lib/layman/Spring  && /usr/bin/git pull )
Already up-to-date.
* 
* Success:
* ------
* 
* Successfully synchronized overlay "Spring".
* 
* Warnings:
* ------
* 
* Overlay "Spring" could not be found in the remote lists.
* Please check if it has been renamed and re-add if necessary.
* 
My layman version is 1.4.1. Thx for any help.

Re: Gentoo overlay

Posted: 18 Aug 2010, 22:34
by verb0ss
Ok [LCC]jK got it sorted out for me. There is a problem with gentoo ebuild in the overlay. To fix it you have to edit manually add keyword "~x86" in spring-0.82.3.ebuild in /var/lib/layman/Spring/games-strategy/spring and then digest it with

Code: Select all

ebuild spring-0.82.3.ebuild digest
Its more of workaround then fix but works well. Thats it. Compile and enjoy your game ;)