From owner-freebsd-ports@FreeBSD.ORG Thu Aug 11 21:09:44 2011 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 1847A1065674 for ; Thu, 11 Aug 2011 21:09:44 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id 7904D8FC16 for ; Thu, 11 Aug 2011 21:09:43 +0000 (UTC) Received: from edge04.upcmail.net ([192.168.13.239]) by viefep17-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110811210840.QMZY8134.viefep17-int.chello.at@edge04.upcmail.net>; Thu, 11 Aug 2011 23:08:40 +0200 Received: from [192.168.0.100] ([178.84.137.57]) by edge04.upcmail.net with edge id K98e1h01D1EUzH60498f83; Thu, 11 Aug 2011 23:08:40 +0200 X-SourceIP: 178.84.137.57 From: Koop Mast To: gnixua@gmail.com In-Reply-To: <4E444378.1020709@gmail.com> References: <1313016797.2489.31.camel@hp-laptop> <4E444378.1020709@gmail.com> Content-Type: text/plain; charset="us-ascii" Date: Thu, 11 Aug 2011 23:08:29 +0200 Message-ID: <1313096910.1766.3.camel@crashalot.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=HQ3F56nxkum+cgCiDL7AXQpbvw7DWrWCBJRnYYnM0Zc= c=1 sm=0 a=kj9zAlcOel0A:10 a=hHX9ACvCgU9l-BnLeeEA:9 a=527F9K8MTaTV_p_YP0QA:7 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: freebsd-ports@freebsd.org, Jesse Smith Subject: Re: Ubuntu One port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 21:09:44 -0000 On Fri, 2011-08-12 at 00:02 +0300, Anton wrote: > On 11.08.2011 01:53, Jesse Smith wrote: > > Hi all, > > > > I've been working on a port of the Ubuntu One client. Ubuntu One is a > > cloud storage service and the client is used to sync files with the > > remote server. > > > > The port has been progressing well and I've reached a point where it > > builds and installs cleanly on my machine. However, running the software > > still seems a bit flaky, I don't think the daemon is running properly. > > > > Is anyone here willing to give the attached port a try and send me > > feedback/suggestions? > > Build port is failed for me. > > text of error here: > > ===> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > ===> Registering installation for evolution-data-server-2.32.1_1 > ===> SECURITY REPORT: > This port has installed the following binaries which execute with > increased privileges. > /usr/local/libexec/camel-lock-helper-1.2 > > If there are vulnerabilities in these programs there may be a > security > risk to the system. FreeBSD makes no guarantee about the security of > ports included in the Ports Collection. Please type 'make deinstall' > to deinstall the port if this is a concern. > ===> Returning to build of ubuntuone-client-1.7.0 > Error: shared library "ebook-1.2.9" does not exist > *** Error code 1 > > Stop in /usr/ports/net/ubuntuone. There isn't a libebook-1.2.9 in our evolution-data-server port only libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver switch to depend on it? More values are mentioned at line 81 of Mk/bsd.gnome.mk. > > Is camel-lock-helper-1.2 vulnerable? > I have idea what you mean with this. -Koop