From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 3 12:00:03 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B054EB9C for ; Tue, 3 Dec 2013 12:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC571DC2 for ; Tue, 3 Dec 2013 12:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3C02ah085916 for ; Tue, 3 Dec 2013 12:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB3C02Ao085915; Tue, 3 Dec 2013 12:00:02 GMT (envelope-from gnats) Date: Tue, 3 Dec 2013 12:00:02 GMT Message-Id: <201312031200.rB3C02Ao085915@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Beeblebrox Subject: Re: ports/177281: multimedia/avidemux2 does not compile X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Beeblebrox List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 12:00:03 -0000 The following reply was made to PR ports/177281; it has been noted by GNATS. From: Beeblebrox To: Ivan Klymenko Cc: bug-followup@freebsd.org Subject: Re: ports/177281: multimedia/avidemux2 does not compile Date: Tue, 3 Dec 2013 13:58:56 +0200 Modified Makefile.common as: USE_GCC= any LDFLAGS+= "-lc++" Port compiles & installs but fails to run, probably due to libstdc++ versions being jumbled by this compile: /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/bin/avidemux2_gtk not found Caveat: System is 11-current_amd64 now, so our results will vary.