From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 13 15:43:45 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B0C51065672; Wed, 13 Oct 2010 15:43:45 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id DA7A88FC18; Wed, 13 Oct 2010 15:43:44 +0000 (UTC) Received: by qyk30 with SMTP id 30so909819qyk.13 for ; Wed, 13 Oct 2010 08:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=PKI+PLV1e5uRaGt4Y1LV184rVYeUdG17CjGb/VB1Plg=; b=XadX/4NoxhQ1GmV6bhsIDevNF3EZQZSR3spOc0bqaUqBHIi+0RPeBJyxDFeWB7X4ua SKdqpMbk1oIM7XLTW0e8qn+A4hPMDwD8W/1rZC5lb17//nYXPtxnjUu7gBVQAfgTJjCP gTJnPam4cRZOFku6sJQfVAAzNkHmUL6lyZ3xo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MQLoCZzb67xQcPqhEX5A4aa0O4x5Xvx5Ot6R+mM7xnQMaFBVnHJ5rhcHW/NW1oaz9d /fyFMQaW/H7jmQDFJ6/8y6+osxcpq/bPsjAy/4uZoXzuVNBMdPlSwMcVoWAEeqHlkf/M 91k7CIlbqrISpkWG0d4p4+jNKla58GtmoZa0o= MIME-Version: 1.0 Received: by 10.224.187.200 with SMTP id cx8mr7063961qab.29.1286984623699; Wed, 13 Oct 2010 08:43:43 -0700 (PDT) Received: by 10.229.9.198 with HTTP; Wed, 13 Oct 2010 08:43:42 -0700 (PDT) In-Reply-To: <20101010120411.00d82178@ukr.net> References: <20101009110055.1476e457@ukr.net> <20101010120411.00d82178@ukr.net> Date: Wed, 13 Oct 2010 17:43:42 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Ivan Klymenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= , freebsd-ports@freebsd.org Subject: Re: XBMC port 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: Wed, 13 Oct 2010 15:43:45 -0000 port updated to r34708 - problem in SIDCodec resolved (conflict with libevent event.h file) - timezone works - locale works with utf-8 for all - i disable dynamic module unload, it crash xbmc (may be a thread related problem) - python script works: no more crash with recentlyadded or youtube 2010/10/10 Ivan Klymenko > =D0=92 Sun, 10 Oct 2010 08:08:56 +0200 > Olivier Cochard-Labb=C3=A9 =D0=BF=D0=B8=D1=88=D0=B5= =D1=82: > > > On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko wrote: > > > > > > Hi! > > > > > > I have this port is not built ... > > > gives the following error when building: > > > ######## > > > ... > > > > `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/co= res/paplayer/SIDCodec' > > > > > > > I've got the same problem, here is a dirty fix: > > 1. Once the make failed, manually enter the work file of SIDCodec: > > cd work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec/ > > 2. Then manually restart the gmake: > > gmake > > 3. Then restart the port make: > > cd /usr/port/multimedia/xbmc > > make > > > > The make will finish without problem. > > > > Regards, > > > > Olivier > > Thank you so much! > It worked! :) >