FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Dlang overlay does not fetching

 
Post new topic   Reply to topic     Forum Index -> Gentoo
View previous topic :: View next topic  
Author Message
lightoze



Joined: 12 Feb 2006
Posts: 35

PostPosted: Wed Aug 02, 2006 2:40 am    Post subject: Dlang overlay does not fetching Reply with quote

Code:
# layman -a dlang
* Failed to add overlay "dlang".
* Error was: local variable 'ext' referenced before assignment

This is because layman tries to determine archive type from url suffix, and it does not work with http://www.dsource.org/projects/gentoo/browser/downloads/overlay.tar.bz2?format=raw. I have contacted with layman author - it will be corrected in layman-1.0.7, he said.

For now, you can get overlay directly from subverion:
Code:
layman -a dlang-dev
Back to top
View user's profile Send private message
Letharion



Joined: 03 Jan 2007
Posts: 3

PostPosted: Wed Jan 03, 2007 11:10 am    Post subject: Reply with quote

Code:

# layman -a dlang
* Overlay "dlang" does not exist!


Has the overlay been discontinued?
Back to top
View user's profile Send private message
lightoze



Joined: 12 Feb 2006
Posts: 35

PostPosted: Thu Jan 04, 2007 4:46 am    Post subject: Reply with quote

Follow the instructions: http://dsource.org/projects/gentoo/wiki/LaymanSetup
Back to top
View user's profile Send private message
Letharion



Joined: 03 Jan 2007
Posts: 3

PostPosted: Thu Jan 04, 2007 12:39 pm    Post subject: Reply with quote

Not sure how I could possibly have missed the third instruction Embarassed
Thx
Back to top
View user's profile Send private message
mczitrone



Joined: 28 Jan 2007
Posts: 2

PostPosted: Sun Jan 28, 2007 6:27 am    Post subject: Reply with quote

My Layman also said, that the your dlang overlay is missing the contact attribute. I wasn't able to add the dlang overlay. However, if I download the layman.xml, insert the contact attribute and refer to it in /etc/layman/layman.cfg it works. Smile
You should incorporate that change in your .xml...
Code:
?xml version="1.0" ?>
<layman>

  <overlay
      type = "svn"
      src  = "http://svn.dsource.org/projects/gentoo/trunk/overlay"
      contact = "blub@blub.de"
      name = "dlang">

    <link>
      http://www.dsource.org/projects/gentoo
    </link>

    <description>
      This overlay provides D language ebuilds.
    </description>

  </overlay>

Greets[/code]
Back to top
View user's profile Send private message
lightoze



Joined: 12 Feb 2006
Posts: 35

PostPosted: Wed Jan 31, 2007 10:46 am    Post subject: Reply with quote

Quote:
your dlang overlay is missing the contact attribute

fixed
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Gentoo All times are GMT - 6 Hours
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


Powered by phpBB © 2001, 2005 phpBB Group