View previous topic :: View next topic |
Author |
Message |
Dick Hertz Tux's lil' helper
Joined: 17 Apr 2003 Posts: 98 Location: Pacific Northwest, USA
|
Posted: Tue Apr 11, 2006 5:31 am Post subject: File not in manifest - what do I do? |
|
|
Got this when I was trying to emerge hylafax:
Code: | joe@barbera ~ $ sudo emerge hylafax
Password:
Calculating dependencies ...done!
>>> emerge (1 of 1) net-misc/hylafax-4.2.1-r2 to /
!!! Security Violation: A file exists that is not in the manifest.
!!! File: wget-log |
I'm not sure what to do here short of install it from source. Any suggestions? |
|
Back to top |
|
|
fangorn Veteran
Joined: 31 Jul 2004 Posts: 1886
|
Posted: Tue Apr 11, 2006 5:35 am Post subject: |
|
|
If this is the official portage tree, do a "emerge sync", maybe the problem is fixed then. Else you would have to delete the file he mentions. And I dont know which files belong in the according directory.
If this is a portage overlay, redo the overlay and build a new manifest with
Code: |
ebuild </path/to/overlay/package.ebuild> digest
|
_________________ Video Encoding scripts collection | Project page |
|
Back to top |
|
|
|