pkgsrc-Bugs archive

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

pkg/56482: devel/kcoreaddons fails on build on Linux due to devel/libinotify dependency



>Number:         56482
>Category:       pkg
>Synopsis:       devel/kcoreaddons fails on build on Linux due to devel/libinotify dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 01 17:55:00 +0000 2021
>Originator:     Sad Clouds
>Release:        pkgsrc-2021Q3
>Organization:
>Environment:
Linux rp4 5.10.0-0.bpo.8-arm64 #1 SMP Debian 5.10.46-4~bpo10+1 (2021-08-07) aarch64 GNU/Linux
>Description:
devel/libinotify is BSD specific and should not be build on other platforms as it results in the following errors:

ERROR: This package is not available for these platforms: SunOS-*-* Linux-*-*.
ERROR: This package has set PKG_SKIP_REASON:
ERROR: libinotify-0.0.20180201 is not available for Linux-5.10.0-aarch64
*** Error code 1

Stop.
bmake[8]: stopped in /opt/pkgsrc-2021Q3/devel/libinotify
*** Error code 1

Stop.
bmake[7]: stopped in /opt/pkgsrc-2021Q3/devel/kcoreaddons
*** Error code 1

>How-To-Repeat:

>Fix:
Fix the following lines in devel/kcoreaddons/Makefile

.if ${OPSYS} != "SunOS"
.include "../../devel/libinotify/buildlink3.mk"
.endif

either add Linux to the if check, or substitute libinotify with Linux specific package.



Home | Main Index | Thread Index | Old Index