Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198531 - dev-libs/geoip-1.4.2 parallel install fails
Summary: dev-libs/geoip-1.4.2 parallel install fails
Status: RESOLVED DUPLICATE of bug 180988
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-09 06:40 UTC by Shunichi Fuji
Modified: 2008-09-03 05:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shunichi Fuji 2007-11-09 06:40:15 UTC
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 ...
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-09 09:02:58 UTC
Don't understand what elibtoolize has to do with this. Try w/ MAKEOPTS="-j1" please.
Comment 2 Shunichi Fuji 2007-11-10 02:51:11 UTC
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"
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-11-10 07:37:10 UTC
Reopen.
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2007-11-26 15:07:44 UTC
Fixed in CVS, thanks for the report
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2008-09-03 05:22:24 UTC
Reopen to close correctly as this is duplicate...
Comment 6 Peter Volkov (RETIRED) gentoo-dev 2008-09-03 05:22:52 UTC
Ok now resoloving. It is exactly same error as in bug 180988.

*** This bug has been marked as a duplicate of bug 180988 ***