From owner-freebsd-multimedia@freebsd.org Wed Jul 29 12:27:15 2015 Return-Path: Delivered-To: freebsd-multimedia@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 A3D739ACE89 for ; Wed, 29 Jul 2015 12:27:15 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) 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 8CBA08B8 for ; Wed, 29 Jul 2015 12:27:15 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 8BBDC9ACE88; Wed, 29 Jul 2015 12:27:15 +0000 (UTC) Delivered-To: multimedia@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 8B5159ACE87 for ; Wed, 29 Jul 2015 12:27:15 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep24.mx.upcmail.net (fep24.mx.upcmail.net [62.179.121.44]) by mx1.freebsd.org (Postfix) with ESMTP id B606D8B7 for ; Wed, 29 Jul 2015 12:27:13 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep24-int.chello.at (InterMail vM.8.01.05.21 201-2260-151-156-20141103) with ESMTP id <20150729121213.MFYE18256.viefep24-int.chello.at@edge03.upcmail.net>; Wed, 29 Jul 2015 14:12:13 +0200 Received: from [192.168.0.23] ([178.84.134.112]) by edge03.upcmail.net with edge id yCCC1q00o2Rg3Ey01CCCwA; Wed, 29 Jul 2015 14:12:13 +0200 X-SourceIP: 178.84.134.112 Subject: Re: multimedia/gstreamer1-plugins-bad fails to build with poudriere To: Matthias Apitz , multimedia@FreeBSD.org References: <20150729093721.GA2672@c720-r276659> From: Koop Mast Message-ID: <55B8C315.80704@rainbow-runner.nl> Date: Wed, 29 Jul 2015 14:12:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150729093721.GA2672@c720-r276659> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 12:27:15 -0000 On 29-7-2015 11:37, Matthias Apitz wrote: > Hello, > > I'm building a fresh ports tree (July 26) within poudriere and the port > multimedia/gstreamer1-plugins-bad fails to build with: > > CC libgstdvb_la-camconditionalaccess.lo > CC libgstdvb_la-parsechannels.lo > CCLD libgstdvb.la > /usr/bin/ld: cannot find -lgstmpegts-1.0 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > Makefile:846: recipe for target 'libgstdvb.la' failed > gmake[2]: *** [libgstdvb.la] Error 1 > gmake[2]: Leaving directory > '/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.4.5/sys/dvb' > Makefile:1093: recipe for target 'dvb' failed > gmake[1]: *** [dvb] Error 2 > gmake[1]: Leaving directory > '/wrkdirs/usr/ports/multimedia/gstreamer1-plugins-bad/work/gst-plugins-bad-1.4.5/sys' > *** Error code 2 > > Any idea how to avoid this (or even how to avoid pull-in this port at > all). > > Thanks > > matthias > Please update your ports tree, this issue has been fixed. -Koop