-
Notifications
You must be signed in to change notification settings - Fork 901
Undefined $SED in configure #10392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Thanks for the report! some I also noted lex library detection is busted on Tumbleweed: I will issue the PRs and check the flex detection issue later on. |
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 17, 2022
Refs. open-mpi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/prrte
that referenced
this issue
May 17, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/pmix
that referenced
this issue
May 17, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
This was referenced May 17, 2022
rhc54
pushed a commit
to openpmix/openpmix
that referenced
this issue
May 17, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
ggouaillardet
added a commit
to ggouaillardet/pmix
that referenced
this issue
May 17, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit 34a26e8)
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
May 18, 2022
Refs. open-mpi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
jsquyres
pushed a commit
to jsquyres/ompi
that referenced
this issue
May 18, 2022
Refs. open-mpi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit 2012196)
ggouaillardet
added a commit
to ggouaillardet/prrte
that referenced
this issue
May 19, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
rhc54
pushed a commit
to openpmix/prrte
that referenced
this issue
May 20, 2022
Refs. open-mpi/ompi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
awlauria
pushed a commit
to awlauria/ompi
that referenced
this issue
Jun 22, 2022
Refs. open-mpi#10392 Signed-off-by: Gilles Gouaillardet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I configure the
v5.0.0rc7
tag from the repository on openSUSE Tumbleweed (with up to date submodules and autogen.pl executed), I see this output:The lines 32694 and 32700 are similar and both contain
$SED '1q'
. The content of the variable$SED
is apparently empty. Only when I dothen the configuration finishes without complaints. Open MPI, PMIX, as well as PRTE seem to be affected by the same problem; I see the same set of command-not-found messages three times.
The text was updated successfully, but these errors were encountered: