From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LaCNR-00051z-L3 for garchives@archives.gentoo.org; Thu, 19 Feb 2009 17:07:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3FBBE03D2; Thu, 19 Feb 2009 17:07:56 +0000 (UTC) Received: from mail-ew0-f15.google.com (mail-ew0-f15.google.com [209.85.219.15]) by pigeon.gentoo.org (Postfix) with ESMTP id 86176E03D2 for ; Thu, 19 Feb 2009 17:07:56 +0000 (UTC) Received: by ewy8 with SMTP id 8so509249ewy.10 for ; Thu, 19 Feb 2009 09:07:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=rL0T6ypqzHToXBMmpZsbND1Huoe7YAGmzOTu93rwN+M=; b=WoFHl9ars3whjdf6evtN+/6BLBNtfBtuvJ/078It3FYwaQLA8+zdHy/5Z9yCxLb88q S5MNzPV3eIX1yjLWc70RJGNHAHvXw//4cZjO5vzuB4cOBKgFlMMejBSjrCxLuFwl+vA9 GO1ynwNJeQyIcesxuCuIO14fYL1x/WIObqnJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=sia78Y/UFaL+6h+pb9PsKZli3B/SK15Df1nhOzsPigRyHnhrkFvV4ixaAL+0UpCKwS 0OMLMpP8lfLRlwuFk+E71QDzm7nO/AAJbSveHBYEQTLjJ7WulaqhgFDuqHSLjUbw2F+s jJEUJmu6XsqqVuzIwgQOOvU2z9pH+zMHqAzGc= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Sender: vittorio.giovara@gmail.com Received: by 10.211.196.13 with SMTP id y13mr1019791ebp.79.1235063275958; Thu, 19 Feb 2009 09:07:55 -0800 (PST) In-Reply-To: <4de51c660902181736o59bbd986u4bc863f051d3c442@mail.gmail.com> References: <4de51c660902181736o59bbd986u4bc863f051d3c442@mail.gmail.com> Date: Thu, 19 Feb 2009 18:07:55 +0100 X-Google-Sender-Auth: e3c65413b8a8d034 Message-ID: <4de51c660902190907j4bde6216kb0d3a373f2bfdc26@mail.gmail.com> Subject: [gentoo-science] Re: mpich2 fails to build From: Vittorio To: gentoo-science@lists.gentoo.org Content-Type: multipart/alternative; boundary=0015174c0cecd6b3750463489379 X-Archives-Salt: 2eca404e-e8a3-4a06-9d31-a90a31299171 X-Archives-Hash: 2db083799bdbecceab34f77afecded0c --0015174c0cecd6b3750463489379 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit ok i found the solution there's an error at line 144 of mpich2-1.0.8.ebuild a "\" is missing at the end of the line is econf $(mpi_econf_args) ${c} ${romio_conf} \ > --docdir=$(mpi_root)/usr/share/doc/${PF} > --with-pm=mpd:gforker \ > --disable-mpe \ > $(use_enable romio) \ > $(use_enable !nocxx cxx) \ > || die > should be econf $(mpi_econf_args) ${c} ${romio_conf} \ > --docdir=$(mpi_root)/usr/share/doc/${PF} \ > --with-pm=mpd:gforker \ > --disable-mpe \ > $(use_enable romio) \ > $(use_enable !nocxx cxx) \ > || die how can i use git to send this in the main repo? bye Vittorio Giovara On Thu, Feb 19, 2009 at 2:36 AM, Vittorio wrote: > hi! > i was trying to build mpich2 with empi and the build fails just after > "configuration done" with > > /var/tmp/portage/mpi-mpich2/mpich2-1.0.8/temp/environment: line 3438: > --with-pm=mpd:gforker: command not found > > (content of the script) > 3439: econf $(mpi_econf_args) ${c} ${romio_conf} > --docdir=$(mpi_root)/usr/share/doc/${PF}; > 3438: --with-pm=mpd:gforker --disable-mpe $(use_enable romio) > $(use_enable !nocxx cxx) || die; > > how is it possible to fix this? > thanks > Vittorio > --0015174c0cecd6b3750463489379 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ok i found the solution

there's an error at line 144 of mpich2-1= .0.8.ebuild
a "\" is missing at the end of the line

is<= br>
    econf $(mpi_econf_args) ${c} ${romio_conf} \
 &n= bsp;      --docdir=3D$(mpi_root)/usr/share/doc/${PF}         --with-pm=3Dmpd:gforker \
 =        --disable-mpe \
     = ;   $(use_enable romio) \
       = ; $(use_enable !nocxx cxx) \
        || die

should be<= br>
 &nbs= p;  econf $(mpi_econf_args) ${c} ${romio_conf} \
        --docdir=3D$(mpi_root)/usr/share/doc/= ${PF} \
        --with-pm=3Dmpd:gforker \<= br>        --disable-mpe \
  &nb= sp;     $(use_enable romio) \
     &n= bsp;  $(use_enable !nocxx cxx) \
      &nb= sp; || die


how can i use git to send this in the main repo?
bye
Vittorio Gio= vara

On Thu, Feb 19, 2009 at 2:36 = AM, Vittorio <= vitto.giova@yahoo.it> wrote:
hi!
i was tryi= ng to build mpich2 with empi and the build fails just after "configura= tion done" with

/var/tmp/portage/mpi-mpich2/mpich2-1.0.8/temp/environment: line 3438: -= -with-pm=3Dmpd:gforker: command not found

(content of the script)
3439:    econf $(mpi_econf_args) $= {c} ${romio_conf} --docdir=3D$(mpi_root)/usr/share/doc/${PF};
3438: &nbs= p;  --with-pm=3Dmpd:gforker --disable-mpe $(use_enable romio) $(use_en= able !nocxx cxx) || die;

how is it possible to fix this?
thanks
Vi= ttorio

--0015174c0cecd6b3750463489379--