pkgsrc-Bugs archive

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

pkg/54108: misc/step fails build under -current 8.99.37



>Number:         54108
>Category:       pkg
>Synopsis:       misc/step fails build under -current 8.99.37
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 09 10:15:00 +0000 2019
>Originator:     Chavdar Ivanov
>Release:        amd64 -current as of 06/04/2019
>Organization:
CI4 Consulting Ltd
>Environment:
NetBSD ymir 8.99.37 NetBSD 8.99.37 (GENERIC) #0: Sat Apr  6 14:08:23 BST 2019  sysbuild@ymir:/home/sysbuild/amd64/obj/home/sysbuild/src/sys/arch/amd64/compile/GENERIC amd64

>Description:
Build fails with multiple errors (return by a void function, boolean in a enum context).
>How-To-Repeat:
make in pkgsrc/misc/step
>Fix:
Relax as follows:


Index: Makefile
===================================================================

RCS file: /cvsroot/pkgsrc/misc/step/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile    13 Dec 2018 19:52:12 -0000      1.38
+++ Makefile    9 Apr 2019 10:09:25 -0000
@@ -5,6 +5,8 @@
 CATEGORIES=    misc
 COMMENT=       KDE interactive physical simulator

+CFLAGS += -Wno-int-in-bool-context -fpermissive
+
 .include "../../meta-pkgs/kde4/Makefile.kde4"

 .include "../../meta-pkgs/kde4/kde4.mk"



Home | Main Index | Thread Index | Old Index