Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 22:00:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229376] [PATCH] devel/avarice: unbreak build under 11.2-RELEASE (and clang 6)
Message-ID:  <bug-229376-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 229376
           Summary: [PATCH] devel/avarice: unbreak build under
                    11.2-RELEASE (and clang 6)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joerg@FreeBSD.org
          Reporter: leres@freebsd.org
             Flags: maintainer-feedback?(joerg@FreeBSD.org)
          Assignee: joerg@FreeBSD.org

After upgrading to 11.2-RELEASE devel/avarice fails to compile with:

    jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar=
 *'
(aka 'unsigned char *') with an rvalue of type 'bool'
                return false;
                       ^~~~~

examination of the code shows another case with a similar check that returns
NULL.

I also filed an upstream bug report:

    https://sourceforge.net/p/avarice/bugs/24/

--=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-229376-7788>