public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] using -j1 with distcc?
@ 2006-09-13 14:34 Aron Griffis
  2006-09-13 14:51 ` [gentoo-dev] AutoMake and paralle safe makefiles [WAS: using -j1 with distcc?] Alec Warner
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Aron Griffis @ 2006-09-13 14:34 UTC (permalink / raw
  To: gentoo-dev

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

From bind-9.3.2-r4.ebuild:

    # idea from dev-libs/cyrus-sasl
    if has distcc ${FEATURES}; then
        einfo "You have \"distcc\" enabled"
        einfo "build with MAKEOPTS=\"-j1\""
        jobs="-j1"
    else
        einfo "build with MAKEOPTS=${MAKEOPTS}"
        jobs=""
    fi

    emake ${jobs} || die "failed to compile bind"

I think this is bogus.  If building with distcc reveals a parallel
build issue, then the issue exists with or without distcc, it just
seems to happen less often without it.  We've been down this road
before, maybe people have forgotten?

bind-9.3.2-r4.ebuild failed to build for me on dual ia64.  Building
with -j1 works.

Unless somebody can explain how this is valid, I'll go ahead and fix
the bind ebuilds (where "fix" means "use -j1 unconditionally since the
Makefiles aren't parallel safe").

Aron

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

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

end of thread, other threads:[~2006-09-13 21:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-13 14:34 [gentoo-dev] using -j1 with distcc? Aron Griffis
2006-09-13 14:51 ` [gentoo-dev] AutoMake and paralle safe makefiles [WAS: using -j1 with distcc?] Alec Warner
2006-09-13 14:58   ` Diego 'Flameeyes' Pettenò
2006-09-13 15:03   ` Ciaran McCreesh
2006-09-13 14:52 ` [gentoo-dev] using -j1 with distcc? Brian Harring
2006-09-13 15:26   ` Ferris McCormick
2006-09-13 15:29   ` Aron Griffis
2006-09-13 15:30 ` Aron Griffis
2006-09-13 21:09   ` Konstantin V. Arkhipov

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