View previous topic :: View next topic |
Author |
Message |
kg4ysy Apprentice
Joined: 08 Jul 2006 Posts: 183 Location: North Carolina
|
Posted: Sun Mar 25, 2007 7:45 pm Post subject: a file listed in the Manifest not found (nfs-utils) [solved] |
|
|
A file listed in the Manifest could not be found: /usr/portage/net-fs/nfs-utils/files/nfs.confd.old
This happened on both of my machines. Is this a bug? I hesitate to issue a bug before I see if I'm the one with something wrong.
Last edited by kg4ysy on Mon Mar 26, 2007 12:55 am; edited 1 time in total |
|
Back to top |
|
|
ATA Tux's lil' helper
Joined: 04 Apr 2006 Posts: 80 Location: Germany
|
Posted: Sun Mar 25, 2007 8:34 pm Post subject: |
|
|
it happened to me too
nfs-utils-1.0.12-r2
x86
happend on emerge -uavDN world today.
edit: after a bit of searching
https://forums.gentoo.org/viewtopic-t-538520-highlight-listed+manifest.html
im currently trying that one.
2nd edit
this one was working for me:
Code: |
# ebuild /usr/portage/net-fs/nfs-utils/nfs-utils-1.0.12-r2.ebuild digest
>>> Generating digest file...
[...]
>>> Computed message digests.
|
just replace your package and it works.
emerge the package again and it should do fine. |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Sun Mar 25, 2007 9:27 pm Post subject: |
|
|
Well, there was a bug report filed, but I'm not sure what SpanKY's comment "your tree is out of date" is supposed to mean. The ebuild's Manifest is looking for a file that just ain't there. So, I modified the Manifest by deleting the four lines that referenced that .old file, rebuilt the digest...seemed to work, I guess. |
|
Back to top |
|
|
kg4ysy Apprentice
Joined: 08 Jul 2006 Posts: 183 Location: North Carolina
|
Posted: Sun Mar 25, 2007 11:22 pm Post subject: |
|
|
Yeah I was just going to delete the reference, but I didn't know if there was another solution. Looks like I'll just comment it out.
thx |
|
Back to top |
|
|
Featherfoot Veteran
Joined: 28 Dec 2002 Posts: 1108 Location: Stuart, Florida
|
Posted: Mon Mar 26, 2007 12:52 am Post subject: |
|
|
Same problem here. I tried the fix suggested but the eventual solution was rebuilding the ebuild just like you did:
Code: |
ebuild /usr/portage/net-fs/nfs-utils/nfs-utils-1.0.12-r2.ebuild digest
|
Re-emerging nfs-utils worked after that. Thank you very much. |
|
Back to top |
|
|
|