From owner-freebsd-arm@FreeBSD.ORG Wed Jul 3 15:14:04 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DAD0FC0C for ; Wed, 3 Jul 2013 15:14:04 +0000 (UTC) (envelope-from jkwilborn@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) by mx1.freebsd.org (Postfix) with ESMTP id B9D1D122B for ; Wed, 3 Jul 2013 15:14:04 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id t12so185515pdi.35 for ; Wed, 03 Jul 2013 08:14:04 -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=o78v2fswb3oWuolsCW1AuozP8ed7Ig7xcB3dltzLmUo=; b=ODEVFm/Az5npKO2gXj7vuRgm+0Nw3K/zuKPQ4qnS7d/esnvURNXAHGNtpjPP5s2N1e N4cOwC42VmfUFkyRucV/qg4bUzpVB7tug2wzkQtlq13VgrWtvkhZiUSeOLykTNPQLRds flu4WNWvI5dduq7DwVipYIjRzfRCzP5Cah3SfSX2+Bj+2GdiT+gZZRNfTUvjHi1xqeVe eGCMO3HvyNQVgeWv/kGeMdp1LVbHZAnnrGDd513ptXrmBPORaKkbB4Y9klZoOBH44me4 BzvkEyPheP9UUak/ZJo4CDKrj27T9wz+ALTyPAHz5ylTzyRYzeuDi2wB14ON933T6IpN p4Dg== MIME-Version: 1.0 X-Received: by 10.68.138.131 with SMTP id qq3mr1398201pbb.10.1372864444497; Wed, 03 Jul 2013 08:14:04 -0700 (PDT) Received: by 10.66.26.241 with HTTP; Wed, 3 Jul 2013 08:14:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Jul 2013 08:14:04 -0700 Message-ID: Subject: Re: boinc/seti on RPi From: Jack Wilborn To: Nick@pettefar.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm@freebsd.org 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:14:04 -0000 Nick, seems pretty obvious error that it can't find something. How did you install it with some type of software control program, like aptitude or apt-get)? It also tells you to report this as a bug, which is time consuming, but sometimes a good step for others. Follow the paths indicated and see if it's there (I'm sure it's not). Then place what it wants there and try again... Hope this helps... Jack 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: > > 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" >