Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Apr 2017 21:09:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218407] audio/logitechmediaserver: build error on 11-stable/llvm 4.0.0
Message-ID:  <bug-218407-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 218407
           Summary: audio/logitechmediaserver: build error on
                    11-stable/llvm 4.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: kwellsch@yahoo.com
                CC: mark@tranquillussoftware.co.uk
                CC: mark@tranquillussoftware.co.uk
             Flags: maintainer-feedback?(mark@tranquillussoftware.co.uk)

While building audio/logitechmediaserver on 11-stable I encountered a C++
compile error in the ICU related code.  Once I made the following change, I=
 was
able to compile and run the package successfully.

File: ./slimserver-vendor-14cc392/CPAN/icu/source/i18n/uspoof.cpp

The compiler error (I am guessing that llvm 4.0.0 is detecting it for the f=
irst
time) is for a unique line that looks like this:

if (position > 0)

position is a pointer ... based on context, I believe what they intended was

if (*position > 0)

when I made this change, I was able to build the package and run it.

--=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-218407-13>