| View previous topic :: View next topic |
| Author |
Message |
MOttS n00b

Joined: 29 Jan 2003 Posts: 40 Location: Mtl, CDN
|
Posted: Wed May 28, 2003 12:09 pm Post subject: Problem with 'emerge rsync' |
|
|
Hi all
My computer restarted (don't know why really) while I was doing an 'emerge rsync' job. Now, everytime I run it I get the following message:
| Code: |
root@localhost gd # emerge rsync
................................
....lots of stuff going here....
................................
>>> Updating Portage cache... /
aux_get(): (0) Error in dev-php/php-cvs-5.0 ebuild.
Check for syntax error or corruption in the ebuild. (--debug)
...done!
root@localhost gd #
|
WTF? How can I fix it. Thanks for any help
MOttS _________________ No longer using Linux |
|
| Back to top |
|
 |
Decibels Veteran


Joined: 16 Aug 2002 Posts: 1542 Location: U.S.A.
|
Posted: Wed May 28, 2003 12:31 pm Post subject: |
|
|
Have you tried just deleting:
rm /usr/portage/dev-php/php-cvs-5.0.ebuild
Not sure why portage would complain about an ebuild on the system while rsyncing, maybe it is the ebuild it is retrieving from the mirror? Try deleting it first and see what is up. |
|
| Back to top |
|
 |
rac Bodhisattva


Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed May 28, 2003 10:36 pm Post subject: |
|
|
Try clearing /var/cache/edb/dep _________________ For every higher wall, there is a taller ladder |
|
| Back to top |
|
 |
MOttS n00b

Joined: 29 Jan 2003 Posts: 40 Location: Mtl, CDN
|
Posted: Thu May 29, 2003 12:42 am Post subject: |
|
|
| Decibels wrote: | Have you tried just deleting:
rm /usr/portage/dev-php/php-cvs-5.0.ebuild
|
Yes .. but that gives me the same thing
| rac wrote: |
Try clearing /var/cache/edb/dep
|
What am I supposed to do inthere? .. delete everything or what?
Thanks for your reply guys. I appreciate your help.
MOttS _________________ No longer using Linux |
|
| Back to top |
|
 |
MOttS n00b

Joined: 29 Jan 2003 Posts: 40 Location: Mtl, CDN
|
Posted: Thu May 29, 2003 11:27 pm Post subject: |
|
|
Some update on my problem. Don't know why but today I get some new things with 'emerge rsync' .. look at that:
| Code: |
root@localhost gd # emerge rsync
...
...
...
>>> Updating Portage cache... -
aux_get(): (0) Error in dev-php/php-cvs-5.0 ebuild.
Check for syntax error or corruption in the ebuild. (--debug)
...done!
Performing Global Updates: /usr/portage/profiles/updates/2Q-2003
(Could take a couple minutes if you have a lot of binary packages.)
.='update pass' *='binary update' @='/var/db move'
.......@
** Skipping packages. Run 'fixpackages' or set it in FEATURES to fix the
tbz2's in the packages directory. Note: This can take a very long time.
root@localhost gd # fix (using the tab I get:)
fix_libtool_files.sh fixmswrd.pl
|
MOttS _________________ No longer using Linux |
|
| Back to top |
|
 |
MOttS n00b

Joined: 29 Jan 2003 Posts: 40 Location: Mtl, CDN
|
Posted: Mon Jun 02, 2003 2:04 am Post subject: |
|
|
Any takers? .. Any ideas .. anything to say like 'hey it's nice outhere'
M ttS _________________ No longer using Linux |
|
| Back to top |
|
 |
MOttS n00b

Joined: 29 Jan 2003 Posts: 40 Location: Mtl, CDN
|
Posted: Mon Jun 02, 2003 2:11 am Post subject: |
|
|
OH .. ok I solved it. I first thought that 'fixpackages' was in the $PATH but it wasn't. I did a 'locate fixpackages' and learned it is at
| Code: |
/usr/lib/portage/bin/fixpackages
|
Running it as root fixed all the problems
MOttS _________________ No longer using Linux |
|
| Back to top |
|
 |
|