From: Vittorio <vitto.giova@yahoo.it>
To: gentoo-science@lists.gentoo.org
Subject: [gentoo-science] Re: mpich2 fails to build
Date: Thu, 19 Feb 2009 18:07:55 +0100 [thread overview]
Message-ID: <4de51c660902190907j4bde6216kb0d3a373f2bfdc26@mail.gmail.com> (raw)
In-Reply-To: <4de51c660902181736o59bbd986u4bc863f051d3c442@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]
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 <vitto.giova@yahoo.it> 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
>
[-- Attachment #2: Type: text/html, Size: 2382 bytes --]
next prev parent reply other threads:[~2009-02-19 17:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-19 1:36 [gentoo-science] mpich2 fails to build Vittorio
2009-02-19 17:07 ` Vittorio [this message]
2009-02-19 20:49 ` [gentoo-science] " Justin Bronder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4de51c660902190907j4bde6216kb0d3a373f2bfdc26@mail.gmail.com \
--to=vitto.giova@yahoo.it \
--cc=gentoo-science@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox