public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge --sync fails
@ 2006-06-22  3:16 Rafael Alfaro
  2006-06-22  6:14 ` Caster
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael Alfaro @ 2006-06-22  3:16 UTC (permalink / raw
  To: gentoo-user

Hi,


I have and emerge --sync problem,  (emerge-webrsync still works):


emerge --sync
>>> Starting rsync with rsync://140.211.166.165/gentoo-portage...
>>> Checking server timestamp ...
building file list ... rsync: link_stat "/root/300" failed: No such
file or directory (2)
rsync: link_stat
"/root/rsync://140.211.166.165/gentoo-portage/metadata/timestamp.chk"
failed: No such file or directory (2)
done

Number of files: 0
Number of files transferred: 0
Total file size: 0 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 5
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 21
Total bytes received: 20

sent 21 bytes  received 20 bytes  82.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at
main.c(892) [sender=2.6.8]
>>> Retrying...


I did a touch /root/300
I did a emerge --metadata
but emerge --sync still fail.

Here is th emerge --info

Portage 2.1 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.6-r4,
2.6.17-rc4 i686)
=================================================================
System uname: 2.6.17-rc4 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config
/usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config /var/bind
/var/qmail/alias /var/qmail/control /var/vpopmail/domains
/var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_EXTRA_OPTS="300"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts avi berkdb bgpclassless bitmap-fonts
chroot cli crypt cups dri dvd eds emacs emboss encode esd fastcgi
fbsplash firefox fix-connected-rt flash foomaticdb fortran gdbm
gencertdaily gif gmail gmailtimestamps gnome gpgme gpm gstreamer gtalk
gtk gtk2 gvim imap imlib ipalias iproute2 ipv6 isdnlog j2ee javascript
jboss jpeg kde kdepim kdexdeltas kerberos kexi key-screen
kig-scripting ldapsam ldirectord libg++ libwww lighttpd live logmail
ltsp mad mailwrapper mikmod modperl motif mp3 mpeg multipath
nagios-dns nagios-game nagios-ntp nagios-ping nagios-ssh nautilus
ncurses net netbeans netboot network nfs nls noauthcram
notlsbeforeauth nptl nptlonly ntfs ogg opengl openssh openssl oracle
ospfapi oss pam pcre pdf pdflib perl png postfix pppd python qmail qt
quicktime readline realms reflection rrdcgi rrdtool sasl sdl sendmail
session spamassassin spell spl ssl stream tcp-zebra tcpd tcpmd5
truetype truetype-fonts type1-fonts udev unicode userlocales verbose
vfat virus-scan vnc voice vorbis wxgtk1 wxwindows xml xmlrpc xmms xorg
xv yahoo zip zlib elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTDIR_OVERLAY




Please help me, I do not know what happen.

Thanks in advance.


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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge --sync fails
  2006-06-22  3:16 Rafael Alfaro
@ 2006-06-22  6:14 ` Caster
  2006-06-22 11:33   ` sternklang gentoo
  0 siblings, 1 reply; 6+ messages in thread
From: Caster @ 2006-06-22  6:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

On 6/22/06, Rafael Alfaro <cachux@gmail.com> wrote:
>
> PORTAGE_RSYNC_EXTRA_OPTS="300"
>

This 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

[-- Attachment #2: Type: text/html, Size: 514 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge --sync fails
  2006-06-22  6:14 ` Caster
@ 2006-06-22 11:33   ` sternklang gentoo
  2006-06-23  7:05     ` Rafael Alfaro
  0 siblings, 1 reply; 6+ messages in thread
From: sternklang gentoo @ 2006-06-22 11:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

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

-- 
sternklang
sternklang.gentoo@gmail.com

[-- Attachment #2: Type: text/html, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge --sync fails
  2006-06-22 11:33   ` sternklang gentoo
@ 2006-06-23  7:05     ` Rafael Alfaro
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael Alfaro @ 2006-06-23  7:05 UTC (permalink / raw
  To: gentoo-user; +Cc: cast3r, sternklang.gentoo

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

On 6/22/06, sternklang gentoo <sternklang.gentoo@gmail.com> wrote:
> Were you trying to do this?:
> PORTAGE_RSYNC_EXTRA_OPTS="--timeout=300"
>
> --
> sternklang
> sternklang.gentoo@gmail.com


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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] emerge --sync fails
@ 2007-02-17 16:45 Erik
  2007-02-17 17:57 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 6+ messages in thread
From: Erik @ 2007-02-17 16:45 UTC (permalink / raw
  To: gentoo-user

emerge --sync failed on one system today. I tried twice. Here is the end 
of the output:
x11-wm/fluxbox/files/
xfce-base/
xfce-extra/

Number of files: 144867
Number of files transferred: 54
Total file size: 162899536 bytes
Total transferred file size: 203819 bytes
Literal data: 203819 bytes
Matched data: 0 bytes
File list size: 3308769
File list generation time: 17.494 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 3465
Total bytes received: 3517647

sent 3465 bytes  received 3517647 bytes  19188.62 bytes/sec
total size is 162899536  speedup is 46.26

 >>> Updating Portage cache:      Traceback (most recent call last):
  File "/usr/bin/emerge", line 4049, in ?
    emerge_main()
  File "/usr/bin/emerge", line 4006, in emerge_main
    action_sync(settings, trees, mtimedb, myopts, myaction)
  File "/usr/bin/emerge", line 2924, in action_sync
    action_metadata(settings, portdb, myopts)
  File "/usr/bin/emerge", line 3019, in action_metadata
    eclass_cache=ec, verbose_instance=noise_maker)
  File "/usr/lib/portage/pym/cache/util.py", line 47, in mirror_cache
    if trg and not write_it:
  File "/usr/lib/python2.4/UserDict.py", line 170, in __len__
    return len(self.keys())
  File "/usr/lib/portage/pym/cache/mappings.py", line 54, in keys
    return list(self.__iter__())
  File "/usr/lib/portage/pym/cache/mappings.py", line 48, in __iter__
    for k in self.orig.iterkeys():
  File "/usr/lib/python2.4/UserDict.py", line 103, in iterkeys
    return self.__iter__()
  File "/usr/lib/portage/pym/cache/mappings.py", line 83, in __iter__
    return iter(self.keys())
  File "/usr/lib/portage/pym/cache/mappings.py", line 87, in keys
    self.d.update(self.pull())
  File "/usr/lib/portage/pym/cache/flat_hash.py", line 29, in callit
    return args[0](*args[1:]+args2)
  File "/usr/lib/portage/pym/cache/flat_hash.py", line 47, in _pull
    raise cache_errors.CacheCorruption(cpv, e)
cache.cache_errors.CacheCorruption: 
app-accessibility/SphinxTrain-0.9.1-r1 is corrupt: dictionary update 
sequence element #0 has length 1; 2 is required

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] emerge --sync fails
  2007-02-17 16:45 [gentoo-user] emerge --sync fails Erik
@ 2007-02-17 17:57 ` Bo Ørsted Andresen
  0 siblings, 0 replies; 6+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-17 17:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-17 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-17 16:45 [gentoo-user] emerge --sync fails Erik
2007-02-17 17:57 ` Bo Ørsted Andresen
  -- strict thread matches above, loose matches on Subject: below --
2006-06-22  3:16 Rafael Alfaro
2006-06-22  6:14 ` Caster
2006-06-22 11:33   ` sternklang gentoo
2006-06-23  7:05     ` Rafael Alfaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox