Issue 18154: make install failed on solaris (original ) (raw ) Issue18154
Created on 2013-06-07 08:08 by palm.kevin , last changed 2022-04-11 14:57 by admin . This issue is now closed .
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) *
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:46
admin
set
github: 62354
2014-05-07 05:55:13
palm.kevin
set
status: open -> closedresolution: works for memessages: +
2014-04-30 01:51:36
jcea
set
nosy: + jcea messages: +
2013-06-07 09:05:30
palm.kevin
set
files: - Makefile.pre.in.diff
2013-06-07 09:05:22
palm.kevin
set
files: + Makefile.pre.in.patch
2013-06-07 08:25:48
palm.kevin
set
files: + Makefile.pre.in.diff
2013-06-07 08:25:38
palm.kevin
set
files: - Makefile.pre.in.diff
2013-06-07 08:20:26
palm.kevin
set
files: + Makefile.pre.in.diff keywords: + patch messages: +
2013-06-07 08:08:37
palm.kevin
create