pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43398: Failed create wrapper due to missing hard link support on Haiku OS



>Number:         43398
>Category:       pkg
>Synopsis:       Failed create wrapper due to missing hard link support on 
>Haiku OS
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 01 09:25:00 +0000 2010
>Originator:     OBATA Akio
>Release:        
>Organization:
>Environment:
Haiku OS
>Description:
On Haiku OS, failed to create wrapper script due to missing hard link support: 
http://dev.haiku-os.org/ticket/1879

In pkgsrc/mk/wrapper/bsd.wrapper.mk line 503:
  ${LN} -f $$wrapper ${.TARGET}

It' the only one using hard link in pkgsrc framework.
>How-To-Repeat:
Use pkgsrc on Haiku (or other OS or filesystem not support hard link).

>Fix:
Even if I changed "${LN} -f" to "${LN} -sf", it works for me.
I'm not sure that hard link is really required on certain environment.



Home | Main Index | Thread Index | Old Index