Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2016 20:17:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214638] devel/kore: fails to build on 12.0
Message-ID:  <bug-214638-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214638

            Bug ID: 214638
           Summary: devel/kore: fails to build on 12.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch, regression
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: ed@FreeBSD.org, t@tobik.me
             Flags: maintainer-feedback?(t@tobik.me)
                CC: t@tobik.me

FreeBSD dropped `const` in base r303451 and made the argument mutable in ba=
se
r308264. Vendor makefile contains -std=3Dc99 which leads to the following e=
rror

src/cli.c:385:9: error: generic selections are a C11-specific feature
[-Werror,-Wc11-extensions]
        appl =3D basename(pwd);
               ^
/usr/include/libgen.h:60:21: note: expanded from macro 'basename'
#define basename(x)     __generic(x, const char *, __old_basename, basename=
)(x)
                        ^
/usr/include/sys/cdefs.h:337:2: note: expanded from macro '__generic'
        _Generic(expr, t: yes, default: no)
        ^

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214638-13>