From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 24 19:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BBDF923E for ; Thu, 24 Oct 2013 19:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83ACC23BE for ; Thu, 24 Oct 2013 19:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJA22r052571 for ; Thu, 24 Oct 2013 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9OJA2YJ052570; Thu, 24 Oct 2013 19:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 24 Oct 2013 19:10:02 GMT Resent-Message-Id: <201310241910.r9OJA2YJ052570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthieu Volat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 84C98E8B for ; Thu, 24 Oct 2013 19:05:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7200D2388 for ; Thu, 24 Oct 2013 19:05:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9OJ5Gl8009014 for ; Thu, 24 Oct 2013 19:05:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9OJ5GfY009003; Thu, 24 Oct 2013 19:05:16 GMT (envelope-from nobody) Message-Id: <201310241905.r9OJ5GfY009003@oldred.freebsd.org> Date: Thu, 24 Oct 2013 19:05:16 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183281: devel/hwloc seems fine on armv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:10:02 -0000 >Number: 183281 >Category: ports >Synopsis: devel/hwloc seems fine on armv6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 24 19:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 10-BETA1 >Organization: >Environment: FreeBSD providence.alkumuna.eu 10.0-BETA1 FreeBSD 10.0-BETA1 #1: Sun Oct 20 16:57:47 CEST 2013 mazhe@freedom.alkumuna.eu:/home/mazhe/Devel/cross/raspberry-pi/obj/arm.armv6/home/mazhe/Devel/cross/raspberry-pi/src/sys/RPI-B arm >Description: devel/hwloc is marked as working only on amd64 and i386, but I tried it anyway on armv6 (using a raspberry pi) and build and installation were fine. Information level is not as detailed as with amd64/i386, but it has still the basic functionality: root@providence:~ # hwloc-info depth 0: 1 Machine (type #1) depth 1: 1 PU (type #6) This should be enough to mark put it in the arch list? >How-To-Repeat: => devel/hwloc is not buildable because armv6 is not in the ONLY_FOR_ARCH list. >Fix: --- Makefile.orig 2013-10-24 18:05:16.000000000 +0000 +++ Makefile 2013-10-24 18:05:28.000000000 +0000 @@ -24,7 +24,7 @@ PORTDOCS= * -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 armv6 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture OPTIONS_DEFINE= DOCS CAIRO >Release-Note: >Audit-Trail: >Unformatted: