This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make install failed on solaris
Type: Stage:
Components: Build Versions: Python 3.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: jcea, palm.kevin
Priority: normal Keywords: patch

Created on 2013-06-07 08:08 by palm.kevin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Makefile.pre.in.patch palm.kevin, 2013-06-07 09:05 review
Messages (4)
msg190738 - (view) Author: Palm Kevin (palm.kevin) Date: 2013-06-07 08:08
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)
msg190739 - (view) Author: Palm Kevin (palm.kevin) Date: 2013-06-07 08:20
fixing patch attached
msg217565 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2014-04-30 01:51
Palm, I am trying "ln -sf" on Solaris 10 and it works ok.

What error are you getting?
msg218039 - (view) Author: Palm Kevin (palm.kevin) Date: 2014-05-07 05:55
Issue can be closed. I am not able to reproduce this any more...
History
Date User Action Args
2022-04-11 14:57:46adminsetgithub: 62354
2014-05-07 05:55:13palm.kevinsetstatus: open -> closed
resolution: works for me
messages: + msg218039
2014-04-30 01:51:36jceasetnosy: + jcea
messages: + msg217565
2013-06-07 09:05:30palm.kevinsetfiles: - Makefile.pre.in.diff
2013-06-07 09:05:22palm.kevinsetfiles: + Makefile.pre.in.patch
2013-06-07 08:25:48palm.kevinsetfiles: + Makefile.pre.in.diff
2013-06-07 08:25:38palm.kevinsetfiles: - Makefile.pre.in.diff
2013-06-07 08:20:26palm.kevinsetfiles: + Makefile.pre.in.diff
keywords: + patch
messages: + msg190739
2013-06-07 08:08:37palm.kevincreate