Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 01:34:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214652] multimedia/sabbu: fails to build with libc++ 3.9
Message-ID:  <bug-214652-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 214652
           Summary: multimedia/sabbu: fails to build with libc++ 3.9
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: easy, needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 212343
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

util.cpp:526:12: error: assigning to 'char *' from incompatible type 'const
char *'
    msgval =3D strrchr (msgid, '|');
           ^ ~~~~~~~~~~~~~~~~~~~~
util.cpp:539:9: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
  char *msgval =3D strrchr(msgid, '|');
        ^        ~~~~~~~~~~~~~~~~~~~

http://package18.nyi.freebsd.org/data/headi386PR212343-default/2016-09-11_0=
7h04m19s/logs/errors/sabbu-0.3.0_14.log
http://package18.nyi.freebsd.org/data/headamd64PR212343-default/2016-09-13_=
07h18m01s/logs/errors/sabbu-0.3.0_14.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212343
[Bug 212343] [exp-run] Update llvm/clang/lldb/libc++ in base to 3.9.0
--=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-214652-13>