while trying to emerge the package sgml-common, I ran into the following problem Calculating dependencies ...done! >>> emerge (1 of 2) app-text/sgml-common-0.6.3-r4 to / >>> md5 files ;-) sgml-common-0.6.3-r4.ebuild >>> md5 files ;-) files/digest-sgml-common-0.6.3-r4 >>> md5 files ;-) files/sgml-common-0.6.3-r4-install-catalog.in !!! Digest verification Failed: !!! /usr/portage/distfiles/sgml-common-0.6.3.tgz !!! Reason: Failed on MD5 verification Reproducible: Always Steps to Reproduce: 1. 2. 3. !!! Relying on the shell to locate gcc, this may break !!! DISTCC, installing gcc-config and setting your current gcc !!! profile will fix this Portage 2.0.52-r1 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.2.0 Power Macintosh) =============================================================== == System uname: 8.2.0 Power Macintosh powerpc macos-20041118 distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled] dev-lang/python: [Not Present] sys-apps/sandbox: [Not Present] sys-devel/autoconf: [Not Present] sys-devel/automake: [Not Present] sys-devel/binutils: [Not Present] sys-devel/libtool: [Not Present] virtual/os-headers: 7.1 ACCEPT_KEYWORDS="ppc-macos ~ppc-macos" AUTOCLEAN="yes" CBUILD="powerpc-apple-darwin" CFLAGS="-O2 -pipe" CHOST="powerpc-apple-darwin" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/ qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig collision-protect distlocks sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/ gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="ppc emboss imagemagick nls png ppc-macos sdl userland_Darwin kernel_Darwin elibc_Darwin" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
try a resync, and see if the problem persists.
> try a resync, and see if the problem persists. Resync didn't help, but removing the offending file on my local filesystem did help. Possibly an aborted download at my first try?
ohw... what does % grep FETCH /etc/make.conf result in for you? there is a small error in the command line provided by the installer, and it should be: FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -f -# -o \${DISTDIR}/\${FILE} \${URI}"
> % grep FETCH /etc/make.conf > result in for you? FETCHCOMMAND="/usr/bin/curl --connect-timeout 15 -# -o \${DISTDIR}/\${FILE} \${URI}" seems there is missing the -f