* [gentoo-science] mpich2 fails to build
@ 2009-02-19 1:36 Vittorio
2009-02-19 17:07 ` [gentoo-science] " Vittorio
2009-02-19 20:49 ` Justin Bronder
0 siblings, 2 replies; 3+ messages in thread
From: Vittorio @ 2009-02-19 1:36 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
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: 547 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-science] Re: mpich2 fails to build
2009-02-19 1:36 [gentoo-science] mpich2 fails to build Vittorio
@ 2009-02-19 17:07 ` Vittorio
2009-02-19 20:49 ` Justin Bronder
1 sibling, 0 replies; 3+ messages in thread
From: Vittorio @ 2009-02-19 17:07 UTC (permalink / raw
To: gentoo-science
[-- 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 --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-science] Re: mpich2 fails to build
2009-02-19 1:36 [gentoo-science] mpich2 fails to build Vittorio
2009-02-19 17:07 ` [gentoo-science] " Vittorio
@ 2009-02-19 20:49 ` Justin Bronder
1 sibling, 0 replies; 3+ messages in thread
From: Justin Bronder @ 2009-02-19 20:49 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
On 19/02/09 02:36 +0100, 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
Should be fixed already, see http://bugs.gentoo.org/show_bug.cgi?id=259209
Thanks,
--
Justin Bronder
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-19 20:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 1:36 [gentoo-science] mpich2 fails to build Vittorio
2009-02-19 17:07 ` [gentoo-science] " Vittorio
2009-02-19 20:49 ` Justin Bronder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox