Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
portage problem [geschlossen]
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
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 8:22 am    Post subject: portage problem [geschlossen] Reply with quote

Hi,
ich habe ein problem mit Portage, es scheint abhängigkeiten nicht auflösen zu können.

Code:
emerge -a --depclean

 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 *
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence, it is often necessary to run `emerge --update
 * --newuse --deep @world` prior to depclean.

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 *
 *   sys-fs/udisks:0 pulled in by:
 *     media-sound/clementine-1.1.1
 *
 *   >=sys-fs/udisks-1.0.4-r2:0 pulled in by:
 *     sys-fs/udiskie-0.4.1
 *
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
 *
 *   emerge --update --newuse --deep --with-bdeps=y @world
 *
 * Note that the --with-bdeps=y option is not required in many
 * situations. Refer to the emerge manual page (run `man emerge`)
 * for more information about --with-bdeps.
 *
 * Also, note that it may be necessary to manually uninstall
 * packages that no longer exist in the portage tree, since it may
 * not be possible to satisfy their dependencies.


Code:
GNU-Linux-1 my_stuff # emerge clementine
Calculating dependencies... done!
GNU-Linux-1 my_stuff #

Portage verweigert die Arbeit.

Code:
GNU-Linux-1 my_stuff # emerge -a udiskie

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=sys-fs/udisks-1.0.4-r5:0".
(dependency required by "sys-fs/udiskie-0.5.0" [ebuild])
(dependency required by "udiskie" [argument])

GNU-Linux-1 my_stuff # emerge --update --newuse --deep --with-bdeps=y @world
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=sys-fs/udisks-1.0.4-r5:0".
(dependency required by "sys-fs/udiskie-0.5.0" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])



Ich weis nicht weiter, habt ihr mehr Ahnung?

Danke im vorraus, mfG _


Last edited by _ on Wed Oct 16, 2013 7:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
Fijoldar
Apprentice
Apprentice


Joined: 10 Apr 2013
Posts: 248

PostPosted: Wed Oct 16, 2013 9:34 am    Post subject: Reply with quote

Ist dein Portage Tree aktuell? Sieht so ein wenig nach kaputtem Sync aus. Führe doch einfach mal ein emerge --sync bzw. eix-sync aus und versuche es nochmal.
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 11:40 am    Post subject: Reply with quote

Der Portage Tree ist korrekt, daran kann es nicht liegen. Habe es gerade noch einmal getested.

MfG _
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1921
Location: Schweiz

PostPosted: Wed Oct 16, 2013 12:04 pm    Post subject: Reply with quote

Ich kann nur raten aber versuch mal ob es nach einem "emerge --metadata" besser ist.
_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 12:16 pm    Post subject: Reply with quote

Leider ändert sich nichts.
Back to top
View user's profile Send private message
schmidicom
Veteran
Veteran


Joined: 09 Mar 2006
Posts: 1921
Location: Schweiz

PostPosted: Wed Oct 16, 2013 12:29 pm    Post subject: Reply with quote

Du könntest noch versuchen deine Portage-Datenbank komplett neu aufzusetzen, also mit "rm -r /usr/portage" löschen und dann nach Handbuch neu aufbauen. Und ein "python-updater" könnte eventuell auch noch helfen.
_________________
Lenovo - ThinkPad P16s Gen 2 - 21K9CTO1WW
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 12:49 pm    Post subject: Reply with quote

Hier das ergebniss von python-updater, Portage erneuern werde ich später versuchen.
Code:
GNU-Linux-1 user-a # python-updater
 * Starting Python Updater...
 * Main active version of Python:    3.3
 * Active version of Python 2:       2.7
 * Active version of Python 3:       3.3
 * Globally supported Python ABIs in installed repositories:
 *   gentoo:                         2.6 2.7 3.1 3.2 3.3 3.4 2.7-jython 2.7-pypy-2.0
 *   java:                           2.6 2.7 3.1 3.2 3.3 3.4 2.7-jython 2.7-pypy-2.0
       
 *   Adding to list: sys-fs/udiskie:0
 * emerge -Dv1 --keep-going sys-fs/udiskie:0

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=sys-fs/udisks-1.0.4-r5:0".
(dependency required by "sys-fs/udiskie-0.5.0" [ebuild])
(dependency required by "sys-fs/udiskie:0" [argument])


MfG _
Back to top
View user's profile Send private message
Christian99
Veteran
Veteran


Joined: 28 May 2009
Posts: 1668

PostPosted: Wed Oct 16, 2013 12:55 pm    Post subject: Reply with quote

kannst du uns mal den Inhalt des Verzeichnisses /usr/portage/sys-fs/udisks posten?
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 1:20 pm    Post subject: Reply with quote

Klar, hier:

Code:
GNU-Linux-1 user-a # ls -a /usr/portage/sys-fs/udisks
.  ..  Manifest  files  metadata.xml  udisks-1.0.4-r2.ebuild  udisks-1.0.4-r3.ebuild  udisks-2.0.0.ebuild
Back to top
View user's profile Send private message
Fijoldar
Apprentice
Apprentice


Joined: 10 Apr 2013
Posts: 248

PostPosted: Wed Oct 16, 2013 1:47 pm    Post subject: Reply with quote

Dein Portage Tree ist damit definitv nicht aktuell/vollständig. Laut https://packages.gentoo.org/package/sys-fs/udisks fehlt da eindeutig die von Portage verlange Version 1.0.4-r5.

Versuche mal den Portage Tree komplett neu zu synchroniseren.
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Wed Oct 16, 2013 6:11 pm    Post subject: Reply with quote

Sorry, vermutlich liegt das Problem bei Funtoo (Gentoo Version)

Konnte das benötigte Paket nicht im Funtoo-Portage-Tree finden.
https://github.com/funtoo/portage/tree/gentoo.org/sys-fs/udisks

Also geht es hier weiter:
http://forums.funtoo.org/viewtopic.php?id=2307


Danke für die Problemeingrenzung. MfG _
Back to top
View user's profile Send private message
Christian99
Veteran
Veteran


Joined: 28 May 2009
Posts: 1668

PostPosted: Wed Oct 16, 2013 7:47 pm    Post subject: Reply with quote

ich kenn mich ja nicht mit funtoo aus, aber der git repositiry den du verlinkt ist vor über einem jahr das letzte mal aktualisiert worden. Soweit ich weiß ist funtoo doch etwas aktiver...
Bist du sicher das das nicht irgendwas altes ist, und der funtoo tree jetzt wo anders liegt?
Back to top
View user's profile Send private message
_
n00b
n00b


Joined: 24 Apr 2013
Posts: 15

PostPosted: Thu Oct 17, 2013 6:45 am    Post subject: Reply with quote

Oh, das war wirklich der falsche funtoo portage tree. Hier der aktuelle: https://github.com/funtoo/ports-2012/tree/funtoo.org/sys-fs/udisks

Leider fehlt hier auch das Paket.
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