From owner-freebsd-gnome@freebsd.org Sat Aug 8 04:01:56 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06CCB9B5B8A for ; Sat, 8 Aug 2015 04:01:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DC2D71E93 for ; Sat, 8 Aug 2015 04:01:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DAE1D9B5B88; Sat, 8 Aug 2015 04:01:55 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D97C59B5B87 for ; Sat, 8 Aug 2015 04:01:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC6EC1E92 for ; Sat, 8 Aug 2015 04:01:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7841tTf087859 for ; Sat, 8 Aug 2015 04:01:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 202170] audio/pulseaudio: build fail with Xen Date: Sat, 08 Aug 2015 04:01:55 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 04:01:56 -0000 Roman Bogorodskiy has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 202170: audio/pulseaudio: build fail with Xen https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202170 --- Description --- Created attachment 159656 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D159656&action= =3Dedit disable xen option The build fails with: CC modules/dbus/module_dbus_protocol_la-iface-card-profile.lo In file included from modules/xen/module-xenpv-sink.c:51: In file included from /usr/local/include/xenctrl.h:56: /usr/local/include/xen/foreign/x86_64.h:198:47: warning: 'aligned' attribute ignored when parsing type [-Wignored-attributes] __align8__ uint64_t evtchn_pending[sizeof(__align8__ uint64_t) * 8]; ^~~~~~~~~~ /usr/local/include/xen/foreign/x86_64.h:13:36: note: expanded from macro '__align8__' # define __align8__ __attribute__((aligned (8))) ^~~~~~~~~~~ /usr/local/include/xen/foreign/x86_64.h:199:44: warning: 'aligned' attribute ignored when parsing type [-Wignored-attributes] __align8__ uint64_t evtchn_mask[sizeof(__align8__ uint64_t) * 8]; ^~~~~~~~~~ /usr/local/include/xen/foreign/x86_64.h:13:36: note: expanded from macro '__align8__' # define __align8__ __attribute__((aligned (8))) ^~~~~~~~~~~ In file included from modules/xen/module-xenpv-sink.c:52: /usr/local/include/xs.h:1:2: warning: xs.h is deprecated use xenstore.h ins= tead [-W#warnings] #warning xs.h is deprecated use xenstore.h instead ^ modules/xen/module-xenpv-sink.c:602:26: error: use of undeclared identifier '_IOC_NONE' rv =3D ioctl(alloc_fd, IOCTL_GNTALLOC_ALLOC_GREF, gref_); ^ ../src/modules/xen/gntalloc.h:24:6: note: expanded from macro 'IOCTL_GNTALLOC_ALLOC_GREF' _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) ^ /usr/include/sys/ioccom.h:55:4: note: expanded from macro '\ _IOC' ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num))) ^ 3 warnings and 1 error generated. Makefile:9020: recipe for target 'modules/xen/module_xenpv_sink_la-module-xenpv-sink.lo' failed gmake[5]: *** [modules/xen/module_xenpv_sink_la-module-xenpv-sink.lo] Error= 1 gmake[5]: *** Waiting for unfinished jobs.... Looks like this is caused by xen-tools installed on the system and pulseaud= io's configuring picking it. Adding the '--disable-xen' flag to configure allows to build it. Patch attached.=