Date: Wed, 03 May 2017 19:35:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218714] multimedia/kodi: fix build when gcc is installed Message-ID: <bug-218714-13-bHFWL9JcKp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218714-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218714-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=3D218714 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: pawel Date: Wed May 3 19:35:26 UTC 2017 New revision: 440033 URL: https://svnweb.freebsd.org/changeset/ports/440033 Log: Fix build on systems with gcc installed by respecting CXX JsonSchemaBuilder configure picks up g++ as compiler: g++ -DPACKAGE_NAME=3D\"JsonSchemaBuilder\" -DPACKAGE_TARNAME=3D\"jsonschemabuilder\" -DPACKAGE_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"JsonSchemaBuilder\ 1.0\" -DPACKAGE_BUGREPORT=3D\"me@mail.com\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"jsonschemabuilder\" -DVERSION=3D\"1.0\" -I. -g -O2 -MT JsonSchemaBuilder.o -MD -MP -MF .deps/JsonSchemaBuilder.Tpo -c -o JsonSchemaBuilder.o JsonSchemaBuilder.cpp Later compiled binary fails to execute: ../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder schema/version.txt schema/license.txt schema/methods.json schema/types.json schema/notifications.json /usr/local/lib/gcc49/libstdc++.so.6: version GLIBCXX_3.4.21 required by /hdd/ports/multimedia/kodi/work/xbmc-fc1619b/tools/depends/native/ JsonSchemaBuilder/bin/JsonSchemaBuilder not found PR: 218714 Submitted by: myself Approved by: maintainer timeout Changes: =20 head/multimedia/kodi/files/patch-tools_depends_native_JsonSchemaBuilder_Mak= efile --=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-218714-13-bHFWL9JcKp>