Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eselect/repository - Wie installiert man damit Programme?
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
caigner
n00b
n00b


Joined: 18 Nov 2019
Posts: 10

PostPosted: Sat Dec 04, 2021 5:46 pm    Post subject: eselect/repository - Wie installiert man damit Programme? Reply with quote

Hi!

Ich bräuchte mal kurz eure Hilfe. Ich möchte mir ein Plugin für Ardour installieren, und zwar:

Code:

# eix -R media-plugins/eq10q

* media-plugins/eq10q
     Verfügbare Versionen:   2.2[1] ~2.2[2]
     Startseite:             http://eq10q.sourceforge.net/
     Beschreibung:           Audio plugin bundle over the LV2 standard for Linux

[1] "darkelf" layman/darkelf
[2] "flewkey-overlay" layman/flewkey-overlay


Auf https://wiki.gentoo.org/wiki/Eselect/Repository steht, daß der Layman ausgedient hat und jetzt eselect/repository das neue Tool der Wahl ist.

Aber wie installiert man jetzt damit ein Programm?

Ich hab mit

Code:
# eselect repository enable darkelf


das externe Repository aktiviert, aber ein

Code:
# emerge media-plugins/eq10q


bringt mir nur

Code:
emerge: there are no ebuilds to satisfy "media-plugins/eq10q".


Was habe ich übersehen?

LG,
Christian
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sat Dec 04, 2021 7:10 pm    Post subject: Reply with quote

Möglicherweise fehlt:
Code:
emerge --sync

Bei mir funktioniert Folgendes:
Code:
emerge eselect-repository
eselect repository enable darkelf    # Aktiviert das Repository
emerge --sync                        # Holt die ebuilds des Repositories
emerge media-plugins/eq10q
Back to top
View user's profile Send private message
caigner
n00b
n00b


Joined: 18 Nov 2019
Posts: 10

PostPosted: Mon Dec 06, 2021 7:30 am    Post subject: Reply with quote

Ich hab den Fehler gefunden. Als ich das erste Mal das Repo darkelf benutzen wollte, hab ich die Fehlermeldung bekommen, daß das Verzeichnis

Code:
/var/db/repos/darkelf


nicht existiert. Also hab ich es händisch erstellt. Außerdem hab ich

Code:
/var/db/repos/darkelf/metadata/layout.conf
/var/db/repos/darkelf/profiles/repo_name


angelegt. Nachdem ich das Verzeichnis gelöscht hatte und mit

Code:
emaint sync -r darkfelf


das Repo synchronisiert habe, funktioniert es einwandfrei.

Danke für die Hilfe!
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