Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] wie bindet man ein fremdes ebuild ein?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Jango
n00b
n00b


Joined: 08 Apr 2005
Posts: 9

PostPosted: Tue Apr 19, 2005 12:52 pm    Post subject: [SOLVED] wie bindet man ein fremdes ebuild ein? Reply with quote

Ich habe im Netz ein ebuild für swi-prolog-full gefunden
aber wohin pace ich das im portage-Baum? habe einiges probiert, nix geht
die lite-Version sitzt in /usr/portage/dev-lang/swi-prolog-lite/

hat da jemand eine Ahnung?

Mit PORTDIR_OVERLAY hat es auch nicht funktioniert.
_________________
watch my C-tutorial: http://www.marcus-husar.de/c_tutorial.html


Last edited by Jango on Tue Apr 19, 2005 1:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
pawlak
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2005
Posts: 139

PostPosted: Tue Apr 19, 2005 1:07 pm    Post subject: Reply with quote

Eine genaue Fehlermeldung wäre halt nicht schlecht, oder zumindest solltest du sagen, was du gemacht hast.

Das Ebuild sollte ins portdir overlay, sonst ist es nach dem nächsten sync weg. Naja, zunächst machst du ein

Code:
emerge -f swi-prolog-lite


um das Ding runterzuladen. Dann wechselst du in das Verzeichnis, in welchem das ebuild ist und machst ein

Code:
ebuild <name.des.ebuilds> digest


und dann noch ein

Code:
emerge swi-prolog-lite
Back to top
View user's profile Send private message
Jango
n00b
n00b


Joined: 08 Apr 2005
Posts: 9

PostPosted: Tue Apr 19, 2005 1:09 pm    Post subject: Reply with quote

ich möchte swi-prolog-full emergen, lite hab ich schon.
_________________
watch my C-tutorial: http://www.marcus-husar.de/c_tutorial.html
Back to top
View user's profile Send private message
zouk
Tux's lil' helper
Tux's lil' helper


Joined: 09 Mar 2004
Posts: 114

PostPosted: Tue Apr 19, 2005 1:10 pm    Post subject: Re: wie bindet man ein fremdes ebuild ein? Reply with quote

Jango wrote:
Mit PORTDIR_OVERLAY hat es auch nicht funktioniert.

Glaub ich nicht.
Code:
mkdir -p /usr/local/portage/dev-lang/swi-prolog-lite
cp <ebuild> /usr/local/portage/dev-lang/swi-prolog-lite/
ebuild usr/local/portage/dev-lang/swi-prolog-lite/<ebuild> digest
emerge <Programm>

und vorher in make.conf:
Code:
PORTDIR_OVERLAY="/usr/local/portage"


gruß,
zouk
Back to top
View user's profile Send private message
Jango
n00b
n00b


Joined: 08 Apr 2005
Posts: 9

PostPosted: Tue Apr 19, 2005 1:28 pm    Post subject: Reply with quote

Danke. Du hast mir sehr weitergeholfen.
_________________
watch my C-tutorial: http://www.marcus-husar.de/c_tutorial.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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