Re: [gentoo-user] emerge --sync fails with a python error

2023-05-15 Thread Dan Johansson

On 15.05.23 16:41, Matt Connell wrote:

On Mon, 2023-05-15 at 16:24 +0200, Dan Johansson wrote:

RuntimeError: OpenPGP signature not found on Manifest


It sounds like your sync is hitting a mirror that is currently broken.

Are you using a defined mirror list or letting it auto-select?



As far as I can tell, portage is using "auto-select".
in /etc/portage/make.conf I do not have GENTOO_MIRRORS set.


--
Dan Johansson
***
This message is printed on 100% recycled electrons!
***




Re: [gentoo-user] emerge --sync fails with a python error

2023-05-15 Thread Matt Connell
On Mon, 2023-05-15 at 16:24 +0200, Dan Johansson wrote:
> RuntimeError: OpenPGP signature not found on Manifest

It sounds like your sync is hitting a mirror that is currently broken.

Are you using a defined mirror list or letting it auto-select?



Re: [gentoo-user] Emerge --sync fails on excluded stuff

2018-10-22 Thread Kai Peter

On 2018-10-22 16:26, Walter Dnes wrote:

I have a 10 year old Core2 as an emergency backup machine.  Let's just
say it's not as fast as modern machines.  To speed up "emerge --sync". 
I

put a bunch of unneeded stuff in an "rsync_excludes" file (attached).
Now "emerge --sync" has started failing, because it obviously can't
verify the missing directories/files.  Here's the error message...

 * Manifest timestamp: 2018-10-22 13:08:41 UTC
 * Valid OpenPGP signature found:
 * - primary key: DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D
 * - subkey: E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
 * - timestamp: 2018-10-22 13:08:41 UTC
 * Verifying /usr/portage/.tmp-unverified-download-quarantine ...!!!
Manifest verification failed:
Manifest mismatch for app-dicts/Manifest.gz
  __exists__: expected: True, have: False


  app_dicts is the first entry in my "rsync_excludes", and I assume 
that

all the other entries would be problematic too.  How do I turn off this
bleeping "helpful" verification feature?


It fails at the first exclude entry always - I wrote this already. The 
whole manifest verification is buggy like hell - not well deliberated. 
Even if you sync from a local mirror it loads the key from the default 
key server. My suggestion is to disable it if you don't stay with the 
default.


--
Sent with eQmail-1.11 beta - a fork of djb's famous qmail



Re: [gentoo-user] emerge --sync fails with CacheCorruption

2007-10-23 Thread Grant
File /usr/lib/portage/pym/cache/util.py, line 31, in mirror_cache
  try:entry = src_cache[x]
File /usr/lib/portage/pym/cache/metadata.py, line 32, in __getitem__
  return flat_hash.database.__getitem__(self, cpv)
File /usr/lib/portage/pym/cache/flat_hash.py, line 38, in __getitem__
  raise cache_errors.CacheCorruption(cpv, e)
  cache.cache_errors.CacheCorruption: dev-games/ode-0.8 is corrupt:
  [Errno 5] Input/output error

 http://bugs.gentoo.org/show_bug.cgi?id=196680

 It is a bug in portage, but it's also abnormal to receive an
 Input/output error in that case, so you should probably run fsck on
 that filesystem.

Fixed, thanks Zac!

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --sync fails with CacheCorruption

2007-10-22 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Grant wrote:
   File /usr/lib/portage/pym/cache/util.py, line 31, in mirror_cache
 try:entry = src_cache[x]
   File /usr/lib/portage/pym/cache/metadata.py, line 32, in __getitem__
 return flat_hash.database.__getitem__(self, cpv)
   File /usr/lib/portage/pym/cache/flat_hash.py, line 38, in __getitem__
 raise cache_errors.CacheCorruption(cpv, e)
 cache.cache_errors.CacheCorruption: dev-games/ode-0.8 is corrupt:
 [Errno 5] Input/output error

http://bugs.gentoo.org/show_bug.cgi?id=196680

It is a bug in portage, but it's also abnormal to receive an
Input/output error in that case, so you should probably run fsck on
that filesystem.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHHU7//ejvha5XGaMRAncHAKDOKb1mCZRZwppLJDrzUyGAf3wmFACg2COt
6A3aSb7i3ZWOdGgj/slVk0Y=
=vZAK
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --sync fails

2007-02-17 Thread Bo Ørsted Andresen
On Saturday 17 February 2007 17:45:41 Erik wrote:
 emerge --sync failed on one system today. I tried twice. Here is the end
[SNIP]
 cache.cache_errors.CacheCorruption:
 app-accessibility/SphinxTrain-0.9.1-r1 is corrupt: dictionary update
 sequence element #0 has length 1; 2 is required

http://bugs.gentoo.org/show_bug.cgi?id=156374

-- 
Bo Andresen


pgpsFrjZWQggU.pgp
Description: PGP signature


Re: [gentoo-user] emerge --sync fails

2006-06-23 Thread Rafael Alfaro

Thanks for your help friends!!
I solved the problem with your advices.

On 6/22/06, sternklang gentoo [EMAIL PROTECTED] wrote:

Were you trying to do this?:
PORTAGE_RSYNC_EXTRA_OPTS=--timeout=300

--
sternklang
[EMAIL PROTECTED]



--
Rafael Alfaro.
Omnilife Independent Distributor.
People taking care of people.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread Caster
On 6/22/06, Rafael Alfaro [EMAIL PROTECTED] wrote:
PORTAGE_RSYNC_EXTRA_OPTS=300This is the problem, remove that from your /etc/make.conf - that's not an valid option... What were you trying to accomplish with it?Caster


Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread sternklang gentoo
Were you trying to do this?:PORTAGE_RSYNC_EXTRA_OPTS=--timeout=300-- sternklang[EMAIL PROTECTED]