From owner-freebsd-ports-bugs@freebsd.org Mon Mar 25 09:48:51 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36C011559215 for ; Mon, 25 Mar 2019 09:48:51 +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 B96AE89490 for ; Mon, 25 Mar 2019 09:48:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 798681559214; Mon, 25 Mar 2019 09:48:50 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54A6E1559212 for ; Mon, 25 Mar 2019 09:48:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD01C8948F for ; Mon, 25 Mar 2019 09:48:49 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 15F7F18827 for ; Mon, 25 Mar 2019 09:48:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2P9mmIg038815 for ; Mon, 25 Mar 2019 09:48:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2P9mmuj038813 for ports-bugs@FreeBSD.org; Mon, 25 Mar 2019 09:48:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236775] emulators/virtualbox: fails to build on head (r343963) Date: Mon, 25 Mar 2019 09:48:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: madpilot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 09:48:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236775 Bug ID: 236775 Summary: emulators/virtualbox: fails to build on head (r343963) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: madpilot@FreeBSD.org I have recently updated to a newer head and now virtualbox fails in my poudriere machine. I get this error: kBuild: Linking VBoxManage kBuild: Linking VBoxBalloonCtrl ld: error: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so: undefined reference to pthread_getschedparam ld: error: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so: undefined reference to pthread_setschedparam ld: error: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so: undefined reference to pthread_getschedparam ld: error: /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so: undefined reference to pthread_setschedparam c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/fre= ebsd.amd64/release/obj/VBoxManage/VBoxManage] Error 1 The failing command: @c++ '-Wl,-rpath,/usr/local/lib/virtualbox' -m64 -o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManage /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManage.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxInternalManage.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageAppliance.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageBandwidthControl.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageControlVM.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageDebugVM.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageDHCPServer.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageDisk.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageGuestCtrl.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageGuestCtrlListener.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageGuestProp.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageHelp.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/gen/VBoxManageBuiltInHelp.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageHostonly.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageInfo.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageList.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageMetrics.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageMisc.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageModifyVM.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageSnapshot.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageStorageController.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageUSB.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/VBoxManageNATNetwork.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxManage/dt/dt/NetworkServices/NetLib/VBoxNetPortFo= rwardString.o -L/usr/local/lib=20=20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxDDU.so =20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxRT.so =20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/lib/VBoxCOM.a =20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so=20 kmk: *** Waiting for unfinished jobs.... c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/fre= ebsd.amd64/release/obj/VBoxBalloonCtrl/VBoxBalloonCtrl] Error 1 The failing command: @c++ '-Wl,-rpath,/usr/local/lib/virtualbox' -m64 -o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxBalloonCtrl/VBoxBalloonCtrl /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxBalloonCtrl/VBoxWatchdog.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxBalloonCtrl/VBoxWatchdogUtils.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxBalloonCtrl/VBoxModAPIMonitor.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/obj/VBoxBalloonCtrl/VBoxModBallooning.o -L/usr/local/lib=20=20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxRT.so =20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/lib/VBoxCOM.a =20 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/out/free= bsd.amd64/release/bin/VBoxXPCOM.so=20 USBIdDatabaseGenerator: info: Total 378934 bytes - saving 29% (161311 bytes= ); old version 717755 bytes + relocs (47% save) kmk: *** Exiting with status 2 *** Error code 2 Stop. make: stopped in /usr/ports/emulators/virtualbox-ose >From the error it looks like it's missing a "-lpthread" argument, but I don= 't know the virtualbox build system and was not able to easily figure out how = to add it. --=20 You are receiving this mail because: You are the assignee for the bug.=