Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
update world ... manifest error again n again
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
mintu
n00b
n00b


Joined: 18 Sep 2004
Posts: 21

PostPosted: Tue Dec 25, 2007 3:53 am    Post subject: update world ... manifest error again n again Reply with quote

I am trying to update the system. but i always get this error.

Quote:
localhost ~ # emerge --update --deep world
Calculating world dependencies... done!
>>> Verifying ebuild Manifests...
!!! A file is not listed in the Manifest: '/usr/local/portage/net-p2p/azureus/files/azureus-bcprov-1.35.patch'


i came to know that resyncing will solve this problem but no use. i am trying for last 2 days resyncing but this error doesnt go.
is there any way to remove this error.
Back to top
View user's profile Send private message
marrowhk
Apprentice
Apprentice


Joined: 25 Jul 2007
Posts: 250

PostPosted: Tue Dec 25, 2007 4:23 am    Post subject: Reply with quote

Many solutions to this if you think about it.

(as root) brute force, remove offending element and rsync (as you suggested)
Code:
# rm -Rf /usr/portage/net-p2p/azureus
# emerge --sync
# emerge -uDNpv world


If you still have this issue why not just remove portage altogether and replace it with a snapshot then update it:

(as root)
Code:
# cd /
# rm -Rf /usr/portage
# wget http://ftp.kaist.ac.kr/pub/gentoo/snapshots/portage-latest.tar.bz2
# tar -xjpf portage-latest.tar.bz2 -C /usr (note: never use the tar -v switch as it slows down the process!)
# rm portage-latest.tar.bz2
# emerge --rsync


If you want to manually update ebuild manifests do the following:

Code:
# cd /usr/portage/net-p2p/azureus
# ebuild azureus-3.0.3.4.ebuild digest

_________________
You'll always come back to GENTOOOOOOO ! (Trust me...)
Back to top
View user's profile Send private message
mintu
n00b
n00b


Joined: 18 Sep 2004
Posts: 21

PostPosted: Tue Dec 25, 2007 10:42 am    Post subject: Reply with quote

i have tried all the things.. it doesnt work.
Back to top
View user's profile Send private message
aldraia
n00b
n00b


Joined: 10 Jul 2006
Posts: 16

PostPosted: Tue Dec 25, 2007 11:34 am    Post subject: Reply with quote

have you tried to remove the file?
if it's not on the manifest, maybe azureus ebuild don't use it any more.
Back to top
View user's profile Send private message
Rafal_Glazar
Apprentice
Apprentice


Joined: 10 Jul 2004
Posts: 167
Location: Rzeszow, Poland

PostPosted: Tue Dec 25, 2007 11:43 am    Post subject: Reply with quote

It looks like broken Manifest file is in your portage overlay. Find out what ebuild you have in /usr/local/portage/net-p2p/azureus/ and then type command:
Code:

ebuild /usr/local/portage/net-p2p/azureus/ebuild-name.ebuild digest

in your console.
_________________
"All I ask for is choice. I want to be able to go into any store you can buy a computer in and say, "I want ______ OS on this computer." Is that too much to ask? We can't always be looking out Windows. We also need to get work done." - Bill Olson
Back to top
View user's profile Send private message
marrowhk
Apprentice
Apprentice


Joined: 25 Jul 2007
Posts: 250

PostPosted: Wed Dec 26, 2007 2:47 am    Post subject: Reply with quote

Rafal_Glazar wrote:
It looks like broken Manifest file is in your portage overlay. Find out what ebuild you have in /usr/local/portage/net-p2p/azureus/ and then type command:
Code:

ebuild /usr/local/portage/net-p2p/azureus/ebuild-name.ebuild digest

in your console.


He said this doesn't work, see my first answer! This is a portage error specific to this package only and it is resolved by our suggestions, either he doesn't understand the simple fix or he is unable to apply it.

Code:
If you want to manually update ebuild manifests do the following:

Code:
# cd /usr/portage/net-p2p/azureus
# ebuild azureus-3.0.3.4.ebuild digest

_________________
You'll always come back to GENTOOOOOOO ! (Trust me...)


Last edited by marrowhk on Wed Dec 26, 2007 2:51 am; edited 1 time in total
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5956

PostPosted: Wed Dec 26, 2007 2:49 am    Post subject: Reply with quote

marrowhk wrote:
Rafal_Glazar wrote:
It looks like broken Manifest file is in your portage overlay. Find out what ebuild you have in /usr/local/portage/net-p2p/azureus/ and then type command:
Code:

ebuild /usr/local/portage/net-p2p/azureus/ebuild-name.ebuild digest

in your console.


He said this doesn't work, see my first answer!


yeah, he said it didn't work for the one you specified, the one in the portage tree. the error states it's the one in his local overlay that is the one that needs the new digest.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
marrowhk
Apprentice
Apprentice


Joined: 25 Jul 2007
Posts: 250

PostPosted: Wed Dec 26, 2007 2:53 am    Post subject: Reply with quote

AAhh! Didn't read the post properly

Got it. Thanks.

All you have to do is apply the same fix to your local portage overlay or delete the local version.

Man, that's a quantum leap :oops:
_________________
You'll always come back to GENTOOOOOOO ! (Trust me...)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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