From owner-freebsd-arm@FreeBSD.ORG Wed Jul 3 15:52:31 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 794D2470 for ; Wed, 3 Jul 2013 15:52:31 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x229.google.com (mail-ee0-x229.google.com [IPv6:2a00:1450:4013:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id 14E62147C for ; Wed, 3 Jul 2013 15:52:30 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id d17so176662eek.14 for ; Wed, 03 Jul 2013 08:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LK3+/+IDPpmwGJS2TbOFjD2B7ZQMqJoMHxy+mqFj4/o=; b=tVJbsRUFdbJKH54QgxrQnuik8k2p/cuZflrZ8DB7x0ePqsG0E39DHJlvg0WjoKIk/v ov4xknBEX2ifKO0zM+WuOwevdFf+eGBtGV3fNXyEhhggdyNnWVp6SyeizfvAU0mLtlql HrLmdyaDJuKsobOxRGSa5XsRhzriWLOwFuUXsmmWOfCIh9lLKM3a4J+jrPi3YbN+LKEj zKadO4n5Mgfu4xva+dWHFX8i5MIyyKP/BDaUdDF6pk611eHaoc+PTAyt3fLq6Dfu9pJs XduBYsaTipqAHRnhui0SrUcTi0CjZigj83rxwQ33KyfynmGopYUBxwzgRhuADpEV+ztR +sAg== MIME-Version: 1.0 X-Received: by 10.15.42.129 with SMTP id u1mr1729948eev.116.1372866749848; Wed, 03 Jul 2013 08:52:29 -0700 (PDT) Received: by 10.14.119.203 with HTTP; Wed, 3 Jul 2013 08:52:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Jul 2013 08:52:29 -0700 Message-ID: Subject: Re: boinc/seti on RPi From: hiren panchasara To: Nick@pettefar.com Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 15:52:31 -0000 On Wed, Jul 3, 2013 at 8:09 AM, Nick Pettefar wrote: > Hi, I am trying to install boinc/seti on my Raspberry Pi running FreeBSD. > > root@bsdpi:/usr/ports/devel/cmake # uname -a > FreeBSD bsdpi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r251172M: Sat Jun 1 > 04:12:21 SGT 2013 > root@fbsd10:/root/crochet/work/obj/arm.armv6/usr/src/sys/RPI-B > arm > > Unfortunately I cannot install cmake, it keeps failing: Not helping with the error but you can probably grab the prebuild package from http://mirrors.nycbug.org/pub/FreeBSD_ARM/pkg/ to unblock yourself. I see it has cmake there. cheers, Hiren > > root@bsdpi:/usr/ports/devel/cmake # make > ===> Configuring for cmake-2.8.10.2 > ===> FreeBSD 10 autotools fix applied to > /usr/ports/devel/cmake/work/cmake-2.8.10.2/configure > --------------------------------------------- > CMake 2.8.10.2, Copyright 2000-2012 Kitware, Inc. > C compiler on this system is: cc -O -pipe > --------------------------------------------- > Error when bootstrapping CMake: > Cannot find appropriate C++ compiler on this system. > Please specify one using environment variable CXX. > See cmake_bootstrap.log for compilers attempted. > --------------------------------------------- > Log of errors: > /usr/ports/devel/cmake/work/cmake-2.8.10.2/Bootstrap.cmk/cmake_bootstrap.log > --------------------------------------------- > ===> Script "configure" failed unexpectedly. > Please report the problem to kde@FreeBSD.org [maintainer] and attach the > "/usr/ports/devel/cmake/work/cmake-2.8.10.2/config.log" including the output > of the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > > Stop. > > Any ideas anyone? > > Regards, > > Nick Pettefar > N. Dublin > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"