Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 14:45:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209698] multimedia/kodi: 16.0 doesn't build on FreeBSD 10.3-RELEASE amd64
Message-ID:  <bug-209698-13-SK3HLzAOFN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209698-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209698-13@https.bugs.freebsd.org/bugzilla/>

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

Carlos J. Puga Medina <cpm@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cpm@freebsd.org

--- Comment #1 from Carlos J. Puga Medina <cpm@freebsd.org> ---
It seems that linux_base-c6 has GLIBCXX_3.4.9

# strings /usr/local/lib/compat/libstdc++.so.6 | grep GLIBCXX_3
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9

linux_base-f10 has one minor version short

# strings /compat/linux/usr/lib/libstdc++.so.6 | grep GLIBCXX_3
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10

Unfortunately it requires GLIBCXX_3.4.11

--=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-209698-13-SK3HLzAOFN>