From owner-freebsd-current@freebsd.org Fri Sep 25 08:00:33 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF37DA06FC3 for ; Fri, 25 Sep 2015 08:00:33 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DAEED1106 for ; Fri, 25 Sep 2015 08:00:33 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7D52A06FC2; Fri, 25 Sep 2015 08:00:33 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D76A6A06FC0 for ; Fri, 25 Sep 2015 08:00:33 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BC8401105; Fri, 25 Sep 2015 08:00:33 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id t8P80Lr2016930; Fri, 25 Sep 2015 01:00:25 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201509250800.t8P80Lr2016930@gw.catspoiler.org> Date: Fri, 25 Sep 2015 01:00:21 -0700 (PDT) From: Don Lewis Subject: Re: Port compilation fails on HEAD. works on 9 and 10 STABLE To: fbsd@xtaz.co.uk cc: lists@opsec.eu, dim@FreeBSD.org, rkoberman@gmail.com, current@freebsd.org, leo@mediatomb.cc In-Reply-To: <20150925064640.GB15788@xtaz.uk> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 08:00:34 -0000 On 25 Sep, Matt Smith wrote: > On Sep 24 21:52, Kurt Jaeger wrote: >>Hi! >> >>> > > Try dropping the attached patch in net/mediatomb/files. I submitted it >>> > > in March, in PR198436: >>> > > >>> > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198436 >>> > >>> > Eh, now with an actual patch. :) >>> >>> Thanks, helps to build it. Still fails on 9.3a, but I *have* to go >>> to bed now. >> >>It's done. >> > > This seems to create a run time dependency on GCC. Should it not just be > a build time dependency which allows you to uninstall GCC afterwards? If the executable(s) link to any of the shared libraries bundled with the gcc port, then gcc needs to be a run time dependency. If you point ldd at one of the executables, what does it say?