Hi all, I'm having trouble installing yt from the install script. This is on a small cluster here at UCSC. The install script fails while trying to install libpng The terminal output from my install session is located here: http://paste.enzotools.org/show/1746/ And the contents of my yt_install.log are located here: http://paste.enzotools.org/show/1747/ Any thoughts as to why the install script is failing? Best, Nathan Goldbaum Graduate Student Astronomy & Astrophysics, UCSC goldbaum@ucolick.org http://www.ucolick.org/~goldbaum
Hi Nathan, Weird! It looks like it's trying to link against the static instead of shared build; and, since the static lib was not compiled with -fPIC (position independent code) it is failing. I'd suggest trying: rm /share/work3/goldbaum/yt-x86_64/lib//libz.a and re-running the install script, with no changes. -Matt On Tue, Aug 16, 2011 at 4:18 PM, Nathan Goldbaum <goldbaum@ucolick.org> wrote:
Hi all, I'm having trouble installing yt from the install script. This is on a small cluster here at UCSC. The install script fails while trying to install libpng The terminal output from my install session is located here: http://paste.enzotools.org/show/1746/ And the contents of my yt_install.log are located here: http://paste.enzotools.org/show/1747/ Any thoughts as to why the install script is failing? Best, Nathan Goldbaum Graduate Student Astronomy & Astrophysics, UCSC goldbaum@ucolick.org http://www.ucolick.org/~goldbaum
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Hi Matt, It turned out I had some conflicting environment variables in my .bashrc. After commenting them out, yt installs without a problem. Nathan Goldbaum Graduate Student Astronomy & Astrophysics, UCSC goldbaum@ucolick.org http://www.ucolick.org/~goldbaum On Aug 16, 2011, at 2:41 PM, Matthew Turk wrote:
Hi Nathan,
Weird! It looks like it's trying to link against the static instead of shared build; and, since the static lib was not compiled with -fPIC (position independent code) it is failing. I'd suggest trying:
rm /share/work3/goldbaum/yt-x86_64/lib//libz.a
and re-running the install script, with no changes.
-Matt
On Tue, Aug 16, 2011 at 4:18 PM, Nathan Goldbaum <goldbaum@ucolick.org> wrote:
Hi all, I'm having trouble installing yt from the install script. This is on a small cluster here at UCSC. The install script fails while trying to install libpng The terminal output from my install session is located here: http://paste.enzotools.org/show/1746/ And the contents of my yt_install.log are located here: http://paste.enzotools.org/show/1747/ Any thoughts as to why the install script is failing? Best, Nathan Goldbaum Graduate Student Astronomy & Astrophysics, UCSC goldbaum@ucolick.org http://www.ucolick.org/~goldbaum
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
!DSPAM:10175,4e4ae41a272792744412578!
participants (2)
-
Matthew Turk
-
Nathan Goldbaum