From owner-freebsd-questions@freebsd.org Mon Aug 1 11:52:51 2016 Return-Path: Delivered-To: freebsd-questions@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 8BCE8BA3A47; Mon, 1 Aug 2016 11:52:51 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from d2ux.org (d2ux.org [5.9.151.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5683718F3; Mon, 1 Aug 2016 11:52:50 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from d2ux.org (unknown [10.0.0.4]) by d2ux.org (Postfix) with ESMTP id EA1C322C487; Mon, 1 Aug 2016 13:47:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at d2ux.org Received: from d2ux.org ([10.0.0.4]) by d2ux.org (d2ux.org [10.0.0.4]) (amavisd-new, port 10024) with ESMTP id aKjNAshYPVHE; Mon, 1 Aug 2016 13:47:23 +0200 (CEST) Received: from x220.local (p54B7F63C.dip0.t-ipconnect.de [84.183.246.60]) by d2ux.org (Postfix) with ESMTPSA id 447D922C482; Mon, 1 Aug 2016 13:47:23 +0200 (CEST) To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org From: "Matthias Petermann (Business)" Subject: emulators/virtualbox-ose build failure Message-ID: <7f7c15dd-4259-3037-0b20-15e9a5d2b206@petermann-it.de> Date: Mon, 1 Aug 2016 13:47:20 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 11:52:51 -0000 Hello, during the last build of my custom package repository I did experience a strange issue. I am using Synth, the build host is running FreeBSD 10.3/amd64. For the last build run, I receive an error: In file included from /construction/xports/emulators/virtualbox-ose/work/VirtualBox-5.0.26/src/= recompiler/cpu-exec.c:30: /construction/xports/emulators/virtualbox-ose/work/VirtualBox-5.0.26/src/= recompiler/target-i386/exec.h:41:30: error: global register variables are not supported register struct CPUX86State *env asm(AREG0); ^ (the full log is available in (1)). The closest I could find is stated in a posting from 2012 (2) where a similiar issue from seems to occur when Virtualbox is compiled with clang and not gcc. Not sure is this still applies today but Makefile seems still to refer --with-gcc. Some observations: * the build issue started when I included multimedia/kdenlive to the to-be-built port list * both ports (kdenlive and virtualbox-ose) share the Qt4 dependency * synth is building each port in a clean chroot, builds dependencies first and does a pkg install for them in the clean chroot where virtualbox-ose is built * kdenlive is built in order before virtualbox-ose, so Qt4 dependency build seems to be triggered from kdenlive Has anyone on this list an idea what is going wrong here? Thanks in advance & best regards, Matthias (1) https://dev.petermann-it.de/nextcloud/index.php/s/RpnDYYiyYSCjenb (2) http://osdir.com/ml/freebsd-emulation/2012-04/msg00108.html