make[2]: Entering directory `/var/tmp/portage/dev-libs/geoip-1.4.2/work/GeoIP-1.4.2/conf' /bin/sh ../mkinstalldirs /var/tmp/portage/dev-libs/geoip-1.4.2/image//etc make install-data-hook make[3]: Entering directory `/var/tmp/portage/dev-libs/geoip-1.4.2/work/GeoIP-1.4.2/conf' /bin/sh ../mkinstalldirs /var/tmp/portage/dev-libs/geoip-1.4.2/image//etc mkdir /var/tmp/portage/dev-libs/geoip-1.4.2/image/etc mkdir /var/tmp/portage/dev-libs/geoip-1.4.2/image/etc mkdir: cannot create directory `/var/tmp/portage/dev-libs/geoip-1.4.2/image/etc': File exists /usr/bin/install -c -m 644 ./GeoIP.conf.default /var/tmp/portage/dev-libs/geoip-1.4.2/image//etc/GeoIP.conf.default /usr/bin/install -c -m 644 ./GeoIP.conf.default /var/tmp/portage/dev-libs/geoip-1.4.2/image//etc/GeoIP.conf.default /usr/bin/install: cannot create regular file `/var/tmp/portage/dev-libs/geoip-1.4.2/image//etc/GeoIP.conf.default': File exists make[2]: *** [install-sysconfDATA] Error 1 make[2]: *** Waiting for unfinished jobs.... /usr/bin/install -c -m 644 GeoIP.conf.default /var/tmp/portage/dev-libs/geoip-1.4.2/image//etc/GeoIP.conf make[3]: Leaving directory `/var/tmp/portage/dev-libs/geoip-1.4.2/work/GeoIP-1.4.2/conf' make[2]: Leaving directory `/var/tmp/portage/dev-libs/geoip-1.4.2/work/GeoIP-1.4.2/conf' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-libs/geoip-1.4.2/work/GeoIP-1.4.2/conf' make: *** [install-recursive] Error 1 build is ok, but failed in install phase. elibtoolize caused this problem in linux system for me. > # FreeBSD requires this > elibtoolize applied eblibtoolize log for this ebuild > * Running elibtoolize in: GeoIP-1.4.2 > * Applying install-sh-1.5.patch ... > * Applying portage-1.5.10.patch ... > * Applying max_cmd_len-1.5.14.patch ... > * Applying sed-1.5.6.patch ...
Don't understand what elibtoolize has to do with this. Try w/ MAKEOPTS="-j1" please.
thx, that works with elibtoolize. "-j1" opts for make in src_compile is need, isn't it? -emake DESTDIR="${D}" install || die "einstall failed" +emake -j1 DESTDIR="${D}" install || die "einstall failed"
Reopen.
Fixed in CVS, thanks for the report
Reopen to close correctly as this is duplicate...
Ok now resoloving. It is exactly same error as in bug 180988. *** This bug has been marked as a duplicate of bug 180988 ***