From owner-freebsd-ports@FreeBSD.ORG Sat Jun 20 14:49:52 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C76F8BC for ; Sat, 20 Jun 2015 14:49:52 +0000 (UTC) (envelope-from christian.schramm@dormerino.com) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5123FF23 for ; Sat, 20 Jun 2015 14:49:51 +0000 (UTC) (envelope-from christian.schramm@dormerino.com) Received: from [85.212.17.85] (helo=[192.168.178.38]) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1Z6K5X-0005mo-CW for freebsd-ports@freebsd.org; Sat, 20 Jun 2015 16:49:43 +0200 Message-ID: <55856163.1040902@dormerino.com> Date: Sat, 20 Jun 2015 14:49:39 +0200 From: Christian Schramm User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: emulators/pipelight failing to build References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Con-Id: 28398 X-Con-U: 0-christianschramm X-Originating-IP: 85.212.17.85 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 14:49:52 -0000 Hello, I am currently trying to build emulators/pipelight and getting the following error: g++48 -shared -I/usr/local/include -Wall -fPIC -std=gnu++0x -DPIPELIGHT_SHARE_PATH='"/usr/local/share/pipelight"' -I/usr/local/include -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -nostdinc++ -isystem /usr/local/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc48 common.o basicplugin.o configloader.o diagnostic.o npclass.o nppfunctions.o -lX11 -lpthread -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib/c++ -Wl,-rpath=/usr/local/lib/ c48 -L/usr/local/lib/gcc48 -o libpipelight.so gmake[2]: Leaving directory `/usr/ports/emulators/pipelight/work/mmueller2012-pipelight-79b1b7ba0032/src/linux' /usr/local/bin/gpg --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-v0.2.7.3.tar.gz.sig" gpg: keine signierten Daten gpg: can't hash datafile: Keine Daten gmake[1]: *** [prebuilt32] Fehler 2 gmake[1]: Leaving directory `/usr/ports/emulators/pipelight/work/mmueller2012-pipelight-79b1b7ba0032' *** Error code 1 Stop. make: stopped in /usr/ports/emulators/pipelight I found the following mail and it looks like the same error: https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097386.html My gpg version is # gpg --version gpg (GnuPG) 2.1.4 libgcrypt 1.6.3 Any idea to fix this problem? Regards Christian