From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 20 21:02:06 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA81B106566C; Tue, 20 Dec 2011 21:02:06 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 31A5A8FC16; Tue, 20 Dec 2011 21:02:05 +0000 (UTC) Received: by eekc50 with SMTP id c50so8193748eek.13 for ; Tue, 20 Dec 2011 13:02:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=d95oQevkW6RAr/rvGSAHGGoSbtYY64DraGEUPRb1xkQ=; b=Vns8ehZOAgdrtB3Lock4r/M+PzXiguL92S4YR5Sj7kWNxIKn1rkTYDhSU1hyxG5THY 3bpq0u/GPnn2vwtync+ZweO+AMruGtrjmQLnuXmLPEOdVShuC4v+mdJGMfIyFGx8B9jL x4vBo1dz5M4TKdTMsLOa5qciLu0CWH4DIy8Lg= MIME-Version: 1.0 Received: by 10.213.27.81 with SMTP id h17mr3985036ebc.99.1324414924994; Tue, 20 Dec 2011 13:02:04 -0800 (PST) Received: by 10.14.37.131 with HTTP; Tue, 20 Dec 2011 13:02:04 -0800 (PST) In-Reply-To: References: Date: Tue, 20 Dec 2011 22:02:04 +0100 Message-ID: From: Thomas Zander To: Zhihao Yuan Content-Type: text/plain; charset=ISO-8859-1 Cc: multimedia@freebsd.org, FreeBSD - Ports Subject: Re: CFT: mplayer and mencoder updates X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 21:02:06 -0000 On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan wrote: > stable/8: > > gcc: > > ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open': > udp.c:(.text+0xf8e): undefined reference to `pthread_create' > ffmpeg/libavcodec/libavcodec.a(pthread.o): In function `ff_thread_init': > pthread.c:(.text+0x178c): undefined reference to `pthread_create' > pthread.c:(.text+0x1894): undefined reference to `pthread_create' > collect2: ld returned 1 exit status How did you trigger this build problem? What OPTIONS did you use? I'll look into your patch set as soon as I can! Until then, thanks for testing and patching! Best regards Riggs