Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410195 - =net-misc/rsync-3.0.9-r2 : parallel make issues
Summary: =net-misc/rsync-3.0.9-r2 : parallel make issues
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 21:52 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2012-04-04 14:39 UTC (History)
0 users

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


Attachments
rsync-3.0.9-r2 build.log (build.log,13.23 KB, text/plain)
2012-03-29 21:52 UTC, Jeremy Olexa (darkside) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-03-29 21:52:29 UTC
Created attachment 307129 [details]
rsync-3.0.9-r2 build.log

Succeeds with -j1, fails with -j5 while bootstrapping Gentoo Prefix.
Comment 1 SpanKY gentoo-dev 2012-03-30 21:01:59 UTC
problem looks like a prefix one.  mainline one doesn't run autotools.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-04-02 13:07:09 UTC
(In reply to comment #1)
> problem looks like a prefix one.  mainline one doesn't run autotools.

Huh? The same ebuild is used in gx86 and prefix.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-04-04 14:39:09 UTC
Something went awry during bootstrapping because in rsync's Makefile there is:

configure.sh config.h.in: configure.ac aclocal.m4
    @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
    @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
    autoconf -o configure.sh
    autoheader && touch config.h.in

I was having issues with autoconf during bootstrapping (wouldn't compile on my NFS home).. Cannot reproduce with an established prefix installation.