Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
portage error [gelöst]
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
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Sat May 15, 2004 3:43 pm    Post subject: portage error [gelöst] Reply with quote

hallo,
kann mir vielleicht jemand einen hinweis darauf geben was ich tun könnte um fehler bei "emerge -up world" wie:
Code:

...
!!! Invalid db entry: /var/db/pkg//media-plugins
!!! Invalid db entry: /var/db/pkg//media-tv
!!! Invalid db entry: /var/db/pkg//games-simulation
!!! Invalid db entry: /var/db/pkg//net-analyzer
!!! Invalid db entry: /var/db/pkg//games-action
!!! Invalid db entry: /var/db/pkg//games-arcade
!!! Invalid db entry: /var/db/pkg//games-fps
Calculating world dependencies ...done!

nicht mehr zu bekommen?
die liste der fehler ist ziemlich lang und bei der anschließenden anzeige der neuen pakete fehlen offensichtlich die aus verzeichnissen, die vorher in der fehlermeldung erschienen sind.
ich habe portage 2.0.50-r6 und bisher keine fehler damit gehabt.
grüße, david


Last edited by Stormkings on Fri May 21, 2004 11:54 am; edited 1 time in total
Back to top
View user's profile Send private message
ignatz
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2003
Posts: 112
Location: Germany/BaWü

PostPosted: Sat May 15, 2004 4:55 pm    Post subject: Reply with quote

Hab den fehler zwar noch nie gehabt, aber versuchs mal mit einem:

Code:
emerge regen


Damit wird die Paketdatenbank erneuert.
Bye
_________________
Feel the unbeliveable power of the new Bistr-O-Matic: <su -c "emerge -CD `qpkg -I -nc`">
Back to top
View user's profile Send private message
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Sun May 16, 2004 10:42 am    Post subject: Reply with quote

hab ich schon probiert, bringt aber leider keine abhilfe. auch emerge rsync bringt nichts. es werden aber auch keine anderen funktionen von emerge beeinträchtigt. dh pakete installieren ist kein problem.
david
Back to top
View user's profile Send private message
Stormkings
Guru
Guru


Joined: 27 Sep 2002
Posts: 352
Location: Europe

PostPosted: Fri May 21, 2004 12:00 pm    Post subject: Reply with quote

der fehler lag in /var/cache/edb/world.
die datei enthielt diverse zeilen code, die mit sicherheit da nicht reingehören. wie die da reingekommen sind ist mir schleierhaft.
an den tag gebracht hat es ein:
Code:
cat /var/cache/edb/world|sed "/^$/d"|while true;do read WORLD_ENTRY;if [ "${WORLD_ENTRY}" = "" ];then break;fi;[ "$(ls -1dlah /var/db/pkg/${WORLD_ENTRY}-*>/dev/null 2>&1;echo $?)" != "0" ] && echo ${WORLD_ENTRY};done

was zb. so etwas ausgespuckt hat:
PString help;
protected:
PINDEX primary;
List of strings for each subfield.
zufällig gefunden in:
https://forums.gentoo.org/viewtopic.php?t=136286
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