pkgsrc-Bugs archive

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

pkg/50835: Package build error dependency problem



>Number:         50835
>Category:       pkg
>Synopsis:       Package build error dependency problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 22 13:45:00 +0000 2016
>Originator:     Jonn Fox
>Release:        2015Q3 (I believe it is in Q4 also)
>Organization:
N/A
>Environment:
7.0 NetBSD 7.0 (GENERIC.201509250726Z) amd64
>Description:
A very small problem. net/dcsharp calls for mono2 (.include "../../lang/mono2/buildlink3.mk") but has already installed mono4 to fulfill a different dependency.
>How-To-Repeat:
Just try to build and package dcsharp
>Fix:
change the  entry in the net/dcsharp Makefile from

.include "../../lang/mono2/buildlink3.mk"

to 

.include "../../lang/mono/buildlink3.mk"


Home | Main Index | Thread Index | Old Index