From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 1 04:20:00 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]) by hub.freebsd.org (Postfix) with ESMTP id D6CC278F for ; Sat, 1 Jun 2013 04:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A5ED1DD8 for ; Sat, 1 Jun 2013 04:20:00 +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 r514K0ou040411 for ; Sat, 1 Jun 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r514K0aq040410; Sat, 1 Jun 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 1 Jun 2013 04:20:00 GMT Resent-Message-Id: <201306010420.r514K0aq040410@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, Justin Hibbits Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5DEF3788 for ; Sat, 1 Jun 2013 04:19:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 511F1DD6 for ; Sat, 1 Jun 2013 04:19:54 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r514Js87038675 for ; Sat, 1 Jun 2013 04:19:54 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r514Jrct038642; Sat, 1 Jun 2013 04:19:53 GMT (envelope-from nobody) Message-Id: <201306010419.r514Jrct038642@oldred.FreeBSD.org> Date: Sat, 1 Jun 2013 04:19:53 GMT From: Justin Hibbits To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179164: multimedia/cuse4bsd-kmod fails to build on powerpc* 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: Sat, 01 Jun 2013 04:20:00 -0000 >Number: 179164 >Category: ports >Synopsis: multimedia/cuse4bsd-kmod fails to build on powerpc* >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: Sat Jun 01 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Justin Hibbits >Release: 10-CURRENT >Organization: >Environment: FreeBSD zhabar 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r250992M: Sun May 26 02:03:28 PDT 2013 chmeee@zhabar:/usr/home/chmeee/world/usr/home/chmeee/freebsd/head/sys/ZHABAR powerpc >Description: r249265 of base/ (merge of projects/counters) adds an assert to sys/pcpu.h checking for proper padding of struct pcpu. However, on PowerPC, AIM or BOOKE must be defined to get all the fields, else the size of the struct is not a perfect factor of PAGE_SIZE. >How-To-Repeat: Build multimedia/cuse4bsd-kmod >Fix: Possibly unconditionally define either AIM or BOOKE when building on powerpc, or find some way to determine the target. Since struct pcpu is not used anywhere in cuse4bsd-kmod, only in the kernel headers it includes, it may be safe enough to always define AIM on powerpc. >Release-Note: >Audit-Trail: >Unformatted: