Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SABnzbd [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Luppy
n00b
n00b


Joined: 27 Aug 2005
Posts: 27

PostPosted: Tue Feb 06, 2007 12:54 pm    Post subject: SABnzbd [solved] Reply with quote

Hello im getting this error when performing the line

Code:
ebuild SABnzbd-0.25.ebuild digest


but I get the following output

Code:
: command not foundnet-nntp/SABnzbd/SABnzbd-0.25.ebuild: line 4:

!!! ERROR: net-nntp/SABnzbd-0.25 failed.
Call stack:
  ebuild.sh, line 1454:   Called source '/usr/local/portage/net-nntp/SABnzbd/SABnzbd-0.25.ebuild'
' SABnzbd-0.25.ebuild, line 5:   Called inherit 'distutils
  ebuild.sh, line 1189:   Called die

.eclass could not be found by inherit()
!!! If you need support, post the topmost build error, and the call stack if relevant.


aux_get(): (0) Error in net-nntp/SABnzbd-0.25 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)


The ebuild definitely works (from https://bugs.gentoo.org/show_bug.cgi?id=132590) as my friend has done it successfully.

Any help at all would be much appreciated thanks


Last edited by Luppy on Sun Feb 11, 2007 1:30 am; edited 1 time in total
Back to top
View user's profile Send private message
rounz
n00b
n00b


Joined: 11 Dec 2004
Posts: 26
Location: england

PostPosted: Fri Feb 09, 2007 6:16 am    Post subject: Reply with quote

give it a try with lowercase path

Code:
/usr/local/portage/net-nntp/sabnzbd/sabnzbd-0.25.ebuild


good luck :}
Back to top
View user's profile Send private message
Luppy
n00b
n00b


Joined: 27 Aug 2005
Posts: 27

PostPosted: Fri Feb 09, 2007 7:07 am    Post subject: Reply with quote

thanks for the idea but unfortunately it still does the same thing :( I still haven't been able to find out why it can't inherit distutils, everything else seems fine
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Fri Feb 09, 2007 9:13 am    Post subject: Re: SABnzbd Reply with quote

Luppy wrote:
Called inherit 'distutils

Remove that dash character, if it's present in the ebuild. It should not be there.
Back to top
View user's profile Send private message
Luppy
n00b
n00b


Joined: 27 Aug 2005
Posts: 27

PostPosted: Sun Feb 11, 2007 1:29 am    Post subject: Reply with quote

that seems to have got it working thank you very much!
Back to top
View user's profile Send private message
spaceman07
n00b
n00b


Joined: 16 Feb 2007
Posts: 2

PostPosted: Fri Feb 16, 2007 5:46 pm    Post subject: Reply with quote

hi iam new to all this.. can someone please break down the step I need to take to get the ebuild..??
when I go to the link above and click on the ebuild i think - it brings up a page with a script.. and I am not sure what to do with that?

please advise.


thanks
Back to top
View user's profile Send private message
mantis006
n00b
n00b


Joined: 07 Jul 2007
Posts: 26
Location: Toledo, OH

PostPosted: Tue Jul 29, 2008 12:06 am    Post subject: Reply with quote

updated ebuild if you're interested: https://bugs.gentoo.org/show_bug.cgi?id=132590

@spaceman07: are you still interested in knowing how to install 3rd party ebuilds? gentoo-wiki has a quick wiki on this http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds that should help you out.

just download the files from the bugzilla post and throw them in your local portage overlay (usually something like /usr/local/portage). for sabnzbd, you would have something like this:
Code:
/usr/local/portage/net-nntp/sabnzbd/sabnzbd-version.ebuild
/usr/local/portage/net-nntp/sabnzbd/files/sabnzbd.init
/usr/local/portage/net-nntp/sabnzbd/files/sabnzbd-0.4.2.ini
/usr/local/portage/net-nntp/sabnzbd/files/sabnzbd.conf
/usr/local/portage/net-nntp/sabnzbd/files/sabnzbd-gentoo-0.4.2-setup.py


or whatever needs to go in that /files directory (patches, scripts, etc). once you have everything, run:
Code:
ebuild /usr/local/portage/net-nntp/sabnzbd/sabnzbd-version.ebuild digest #(as root or sudoed)


like most packages in local overlays, this one should be ~arch masked, so make sure you add an entry in /etc/portage/package.keywords for it reflecting your arch (http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1)

Enjoy.
_________________
~Chris
Back to top
View user's profile Send private message
spaceman07
n00b
n00b


Joined: 16 Feb 2007
Posts: 2

PostPosted: Tue Jul 29, 2008 9:18 am    Post subject: Reply with quote

thanks for that.. I have moved away from gentoo since my last post.. but I am sure it will be useful for someone.
Back to top
View user's profile Send private message
PssD
n00b
n00b


Joined: 19 Jan 2006
Posts: 13

PostPosted: Sat Aug 23, 2008 7:26 am    Post subject: Reply with quote

hy,

i got the latest sabnzbd ebuild from bugs.gentoo.org, but i have no success in installing it:

Code:

root # ebuild sabnzbd-0.4.2.ebuild digest
: command not foundnet-nntp/sabnzbd/sabnzbd-0.4.2.ebuild: line 4:
 *
 * ERROR: net-nntp/sabnzbd-0.4.2 failed.
 * Call stack:
 *               ebuild.sh, line 1696:  Called source '/usr/portage/local/net-nntp/sabnzbd/sabnzbd-0.4.2.ebuild'
'*    sabnzbd-0.4.2.ebuild, line    5:  Called inherit 'distutils
 *               ebuild.sh, line 1173:  Called die
 * The specific snippet of code:
 *              [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()"
 *  The die message:
.eclass could not be found by inherit()
 *
 * If you need support, post the topmost build error, and the call stack if relevant.


Is there something wrong with my python-version?
Do i still need the yenc ebuild?
Maybe i got the wrong ebuild ? Still this bash character somewhere, where it shouldn`t be?

Would be so nice, if someone could push me in the right direction.

Update:
I tried the ebuild from this location and now it is working.
Though i cannot see a great difference between these two ebuilds.
maybe i wrecked it after i downloaded it somehow, so i think it was my fault.

Thank You mantis006 for the ebuild.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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