[issue18154] make install failed on solaris

2014-05-06 Thread Palm Kevin
Palm Kevin added the comment: Issue can be closed. I am not able to reproduce this any more... -- resolution: -> works for me status: open -> closed ___ Python tracker ___ _

[issue18154] make install failed on solaris

2014-04-29 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Palm, I am trying "ln -sf" on Solaris 10 and it works ok. What error are you getting? -- nosy: +jcea ___ Python tracker ___ __

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
Changes by Palm Kevin : Added file: http://bugs.python.org/file30494/Makefile.pre.in.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
Changes by Palm Kevin : Removed file: http://bugs.python.org/file30493/Makefile.pre.in.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
Changes by Palm Kevin : Added file: http://bugs.python.org/file30493/Makefile.pre.in.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
Changes by Palm Kevin : Removed file: http://bugs.python.org/file30492/Makefile.pre.in.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
Palm Kevin added the comment: fixing patch attached -- keywords: +patch Added file: http://bugs.python.org/file30492/Makefile.pre.in.diff ___ Python tracker ___ _

[issue18154] make install failed on solaris

2013-06-07 Thread Palm Kevin
New submission from Palm Kevin: On Solaris, make install fails on target altbininstall. This is due to the fact than on Solaris you man not create a symlink using `ln -sf` -> You have to use `ln -f -s`. (SunOS sol1 5.10 Generic_147440-09 sun4u sparc SUNW,Sun-Fire-V240) -- components: