Skip to content
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

update the openmpi spkg to the latest version #7701

Closed
williamstein opened this issue Dec 16, 2009 · 7 comments
Closed

update the openmpi spkg to the latest version #7701

williamstein opened this issue Dec 16, 2009 · 7 comments

Comments

@williamstein
Copy link
Contributor

CC: @jdemeyer

Component: packages: optional

Reviewer: Volker Braun

Issue created by migration from https://trac.sagemath.org/ticket/7701

@williamstein
Copy link
Contributor Author

comment:1

Spkg in progress here:

http://sage.math.washington.edu/home/wstein/patches/openmpi-1.4.spkg

This doesn't work, and fails with this error:

/bin/bash ./libtool --tag=CC   --mode=link gcc  -O3 -DNDEBUG   -fvisibility=hidden -module -avoid-version  -o dlopen.la  dlopen.lo -ldl -ldl -lnsl -lutil  -lm
libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o
libtool: link: ranlib .libs/dlopen.a
rm: cannot remove `dlopen.la': No such file or directory
libtool: link: ( cd ".libs" && rm "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
rm: cannot remove `dlopen.la': No such file or directory
make[3]: *** [dlopen.la] Error 1
make[3]: Leaving directory `/scratch/wstein/build/sage-4.3.rc0/spkg/build/openmpi-1.4/src/opal/libltdl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/scratch/wstein/build/sage-4.3.rc0/spkg/build/openmpi-1.4/src/opal/libltdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/scratch/wstein/build/sage-4.3.rc0/spkg/build/openmpi-1.4/src/opal'
make: *** [all-recursive] Error 1
Error building

@vbraun
Copy link
Member

vbraun commented Jan 25, 2010

comment:2

The reason for this error is that newer versions of libtool break when you define $RM="rm", see #7818 comment:28

Temporary work-around is adding unset RM to spkg-install

@sagetrac-thisch
Copy link
Mannequin

sagetrac-thisch mannequin commented Mar 2, 2011

comment:3

this ticket should be fixed according to the release notes of sage 4.6.2, right ?

#8537: Stefan Reiterer: Update Open MPI package to latest - Sage version is 3 years old! [Reviewed by Volker Braun]

@vbraun
Copy link
Member

vbraun commented Mar 2, 2011

comment:4

Sage-4.6.2 has openmpi-1.4.3 as optional spkg.

Release manager: Please close this ticket.

@sagetrac-thisch
Copy link
Mannequin

sagetrac-thisch mannequin commented May 28, 2011

comment:5

any reason why this ticket is still open?

@jdemeyer
Copy link

comment:6

Replying to @vbraun:

Sage-4.6.2 has openmpi-1.4.3 as optional spkg.

Release manager: Please close this ticket.

@jdemeyer
Copy link

Reviewer: Volker Braun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants