| View previous topic :: View next topic |
| Author |
Message |
Terrax Tux's lil' helper

Joined: 06 Nov 2005 Posts: 114
|
Posted: Sat Jan 07, 2006 3:14 pm Post subject: No package Manifest found, when emerging zugaina-sync[solved |
|
|
I get this following error:
| Code: |
# emerge zugaina-sync
Calculating dependencies ...done!
>>> emerge (1 of 1) app-portage/zugaina-sync-0.3 to /
!!! No package manifest found: /usr/portage/app-portage/zugaina-sync/Manifest
|
I dl'ed a ebuild from http://gentoo.zugaina.org/app-portage.html#zugaina-sync. So I could install gaim-vv.
But when I try to emerge the dl'ed ebuild in /usr/portage/app-portage/zugaina-sync. I get a no package manifest error.
What can I do to fix it?
Last edited by Terrax on Sun Jan 08, 2006 1:14 pm; edited 1 time in total |
|
| Back to top |
|
 |
polle Veteran


Joined: 28 Feb 2003 Posts: 1498 Location: Belgium
|
Posted: Sat Jan 07, 2006 7:42 pm Post subject: |
|
|
you did this?:
| Quote: | create the directory /usr/local/portage
add in the file "make.conf" this : PORTDIR_OVERLAY="/usr/local/portage"
create in the directory /usr/local/portage a sub-directory for the category, for example games-misc if you choose fortune-mod-french-0.02
create an other sub-directory with the name of the ebuild (without the version number) for example fortune-mod-french
copy or download the ebuild in this new directory (and if needed the other files in the sub-directory "files")
Enter this command : ebuild lenomdelebuild.ebuild digest, for example : ebuild fortune-mod-french-0.02.ebuild digest |
In your case
in make.conf uncomment (or create) this line:
PORTDIR_OVERLAY="/usr/local/portage"
create in /us/local/portage/ a directory:
app-portage
in this directory another directory:
zugaina-zsync
place her the downloaded :
zugaina-zsync-0.1-r1
then cd to /usr/local/portage/app-portage/zugaina-zsync
ebuild zugaina-zsync-0.1-r1.ebuild digest |
|
| Back to top |
|
 |
nixnut Administrator


Joined: 09 Apr 2004 Posts: 10951 Location: the dutch mountains
|
Posted: Sat Jan 07, 2006 8:08 pm Post subject: |
|
|
Moved from Installing Gentoo to Unsupported Software. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
| Back to top |
|
 |
Terrax Tux's lil' helper

Joined: 06 Nov 2005 Posts: 114
|
Posted: Sun Jan 08, 2006 1:14 pm Post subject: |
|
|
| Thx it worked |
|
| Back to top |
|
 |
|