From owner-freebsd-ports@FreeBSD.ORG Sun Nov 21 18:31:07 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2D931065670 for ; Sun, 21 Nov 2010 18:31:07 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 68C3A8FC1C for ; Sun, 21 Nov 2010 18:31:06 +0000 (UTC) Received: by bwz2 with SMTP id 2so5646012bwz.13 for ; Sun, 21 Nov 2010 10:31:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=bQbTK+DZq9v5Zt7T3U3Tzr1p/9kHZrIB7QnX/f1wT1k=; b=WUMe4yNJFqzBKistTDAmYs5GgAau+vGFzZ3w/lSGNQqnIb+ihcJ2JtcCaa7LSD7ewR BY/XTbi+CkvftZoljk+i7PV78hEp5DOU1eyqHuqmJMCEpK6No25g21m70FAoyBNHKKbz i0ecdWt1TvpxN9CqgQ6JNc6j0se8B7SNmxy9M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=YChRu/MTMgj3ClM1IuwRoRErnm21YtjeynR8ZNHlYq4XjqY/vvWHO6xTfVy2L0o1et OUERn6wSy0FAPU/9HH13XZugrnqxbyXk00h4duCgvaGnUYR9tuunvJPfJXOocHpM054k OXFwiwYSnmbk9zUvuc1TpMqsf5wJLhO9Fm2LM= Received: by 10.204.103.66 with SMTP id j2mr4318223bko.160.1290364265621; Sun, 21 Nov 2010 10:31:05 -0800 (PST) Received: from ernst.jennejohn.org (p578E1807.dip.t-dialin.net [87.142.24.7]) by mx.google.com with ESMTPS id v20sm1485600bku.10.2010.11.21.10.31.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Nov 2010 10:31:04 -0800 (PST) Date: Sun, 21 Nov 2010 19:31:01 +0100 From: Gary Jennejohn To: David Southwell Message-ID: <20101121193101.26f03a32@ernst.jennejohn.org> In-Reply-To: <201011211718.14091.david@vizion2000.net> References: <201011211517.22012.david@vizion2000.net> <20101121162817.62a1517b@ernst.jennejohn.org> <201011211718.14091.david@vizion2000.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ntarmos@cs.uoi.gr, freebsd-ports@freebsd.org Subject: Re: multimedia/vlc Compile failure on upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 18:31:08 -0000 On Sun, 21 Nov 2010 17:18:13 +0000 David Southwell wrote: > > On Sun, 21 Nov 2010 15:17:21 +0000 > > > > David Southwell wrote: > > > > On Sun, 21 Nov 2010 12:12:11 +0000 > > > > > > > > David Southwell wrote: > > > > > I posted about this failure some time ago but have had no useful > > > > > response. I jhave also not heard from the maintainer so I thought > > > > > another posting might be helpful. I understand others have a similar > > > > > problem. > > > > > > > > > > Thanks in advance for any assistance > > > > > > > > Which version of FreeBSD are you using? > > > > > > > > The posix_spawn_file_actions stuff didn't appear until 8.0. > > > > > > > > There's a patch under files for older versions of FreeBSD, but it looks > > > > like the patch doesn't match this version of vlc. > > > > > > Version is Freebsd 7.2 p3 > > > > > > Somone also reported the identical failure with 7.3 > > > > The apparently out-of-date patch is for all FreeBSD versions < 800040. > > I have cc'd this to the maintainer... > Any chance of a "good" patch? > Try running "make config" and disabling XCB. It looks like xscreensaver is disabled when XCB is turned off. That means you also have to disable XVIDEO, because it requires XCB. Can't test any of this myself because I'm using CURRENT. -- Gary Jennejohn