From owner-freebsd-ports@freebsd.org Mon May 16 20:36:37 2016 Return-Path: Delivered-To: freebsd-ports@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 47364B3DF58 for ; Mon, 16 May 2016 20:36:37 +0000 (UTC) (envelope-from alexandre@lotharedon.org) Received: from tolkien.lotharedon.org (lotharedon.org [5.196.206.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1845A1843 for ; Mon, 16 May 2016 20:36:36 +0000 (UTC) (envelope-from alexandre@lotharedon.org) Received: from Gibson (hhv06-1-82-227-71-77.fbx.proxad.net [82.227.71.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alexandre@lotharedon.org) by tolkien.lotharedon.org (Postfix) with ESMTPSA id 6EF8085F52E1 for ; Mon, 16 May 2016 23:29:22 +0200 (CEST) Date: Mon, 16 May 2016 22:31:20 +0200 From: Alexandre To: freebsd-ports@freebsd.org Subject: devel/sope2 with MySQL can't be installed Message-Id: <20160516223120.cbc467d8fe71257d87ebe0f9@lotharedon.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 20:36:37 -0000 Hi, I tried ton install sope2 with the MySQL connector. At first I tried to install it with the package but by default this connector seems to be disable. So next I tried to install it from the port tree. The compilation is done without any problem, but when I do "make install" I get : pkg-static: Unable to access file /usr/ports/devel/sope2/work/stage/usr/local/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL: No such file or directory pkg-static: Unable to access file /usr/ports/devel/sope2/work/stage/usr/local/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Info-gnustep.plist: No such file or directory pkg-static: Unable to access file /usr/ports/devel/sope2/work/stage/usr/local/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/Resources/Version: No such file or directory pkg-static: Unable to access file /usr/ports/devel/sope2/work/stage/usr/local/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/stamp.make: No such file or directory *** Error code 74 And so, it can't be installed. So how can I install sope2 with this connector ? Is it planned to build the binary package with this connector someday soon ? I have also seen some files which seem to be related to a SQLite connector ; does anyone know if it can be used with SOGo ? Best regards, Alexandre