From owner-freebsd-emulation@freebsd.org Wed Jan 3 01:37:04 2018 Return-Path: Delivered-To: freebsd-emulation@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 42373EA2237 for ; Wed, 3 Jan 2018 01:37:04 +0000 (UTC) (envelope-from chuck@tuffli.net) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E3597D184 for ; Wed, 3 Jan 2018 01:37:04 +0000 (UTC) (envelope-from chuck@tuffli.net) Received: by mail-it0-x235.google.com with SMTP id 68so177536ite.4 for ; Tue, 02 Jan 2018 17:37:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuffli-net.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=KfVphJcLmZT8xvi/tt3MKoVvSgKYa7f5iwFfbm+B/Ms=; b=j9pJUVq1pQws/rFbES13/Ar95In9aZfgr31LejJCxthMhoag5IIPmGrRrHFGE5gi8Z /uzIqY7VjI+qPagckc0zg6cFMF2d1UnOoqBWqqBHoXhhElqZGdxZliKJgvzoVKnjOGnA VvbZtLTsWuNZd8JLTXpdkn7oa8ZkiCdtBtSTbYH/lKP31Aw7+D0p2SISbCHvXi0k0vQQ 3pbuQCJLzkoTthosRFf3w01o0jBqbTA9Gq8an8T/fwW4hPWBwvNk8G9LnoTHnDrnMO9w uTOhL7AjEm1Z8HmIZ3LaUVRHw9rlbUFetO+AoAcMM+aLPKpdPOoH/aXsPvv7wv3KIMpS VIXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=KfVphJcLmZT8xvi/tt3MKoVvSgKYa7f5iwFfbm+B/Ms=; b=ufd3i8c4jE5SI7pijNBVoa59vN9LacpTgTreA7myjRf4ddbWw6e7KHCNFeqC/dS55A d7ICmlHRPF2oLHyt0XGBy0Clws/rez1MNYP+uDxLvLcYsk6+1yo+7B1L/caa6GT3EEcQ zUe+5XDnMezBTlAyqsbqrKK8kv/oN3pBX6TT5/jl8atNCvzHAx96AtbxfufLn5Tzk7X/ 1rnwvxhnXTSUxqWlFnFWmU9dmNHc+PEEfHZiCpUTaket/7BoairgJ0KBVgWy6OFCehH2 cRIdBeWFPJTDNOWJUv6WdNAiMF8OlQAm9tyZ4kZFGdsxnAY44+M3rt7bQROzUjqQrsSO i1aQ== X-Gm-Message-State: AKGB3mIOpL6LN+Kv9wz2iGtyPirrDvRwlnlTBy+kBRnVXAs2afifhs5B 4tiAefQsB8sO12MRcN6sqr6V3/IIohdaG+ljXfF//Dvr X-Google-Smtp-Source: ACJfBotbv2l81hV/TEWT20JEBBW8kV+16HUvXvYcHE9oik34s84wdLoZCzJhFxJR6OjkKQHihJKX7YBqXSZBFSxBxQs= X-Received: by 10.36.22.147 with SMTP id a141mr179780ita.30.1514943423103; Tue, 02 Jan 2018 17:37:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.137.76 with HTTP; Tue, 2 Jan 2018 17:37:02 -0800 (PST) From: Chuck Tuffli Date: Tue, 2 Jan 2018 17:37:02 -0800 Message-ID: Subject: Seeing apt-get update error in Linuxulator To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2018 01:37:04 -0000 Hi I'm working on getting something running under the Linuxulator and have run into the "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start" error when running apt-get update inside a chroot. Google pointed me to Bugzilla 210507 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210507) and the fix. I believe my kernel includes this fix, and I ran sudo mount -t fdescfs -o linrdlnk null /compat/linux/u14/dev/fd Any ideas on what I can do and/or check? % uname -Krs FreeBSD 12.0-CURRENT 1200054 % kldstat | grep lin 55 3 0xffffffff83d43000 7b4d linux_common.ko 56 1 0xffffffff83d4b000 3ed29 linux64.ko 57 1 0xffffffff83d8a000 ad2f linprocfs.ko % mount | grep compat linprocfs on /compat/linux/u14/proc (linprocfs, local) devfs on /compat/linux/u14/dev (devfs, local, multilabel) fdescfs on /compat/linux/u14/dev/fd (fdescfs) --chuck From owner-freebsd-emulation@freebsd.org Sat Jan 6 13:40:08 2018 Return-Path: Delivered-To: freebsd-emulation@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 F33BBEB9EAC for ; Sat, 6 Jan 2018 13:40:08 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C7F656E592 for ; Sat, 6 Jan 2018 13:40:08 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C427BEB9EAB; Sat, 6 Jan 2018 13:40:08 +0000 (UTC) Delivered-To: emulation@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 C3D0DEB9EAA for ; Sat, 6 Jan 2018 13:40:08 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C2556E591 for ; Sat, 6 Jan 2018 13:40:08 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by freefall.freebsd.org (Postfix) id D44B4FEEC; Sat, 6 Jan 2018 13:40:07 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id BC9A6FEEB for ; Sat, 6 Jan 2018 13:40:07 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 981656E58F for ; Sat, 6 Jan 2018 13:40:06 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id g75so6936667wme.0 for ; Sat, 06 Jan 2018 05:40:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=F0uBzVTdxrCL2tN8eTk9IZ8OdMOpdgSQuvZfmsZ2MTA=; b=i9kDweLI2S7pbXh1O4f0q8RweABOyr/GZNCAujH0nKLED+t3Hvn0yatUtyBX4yDOqT ySeq5WOQwlL+/tPz1AaewB/Cv/2VMkngSTRnJeRrlyzDCZdCM/vt1VVRjYCYlcZUK1tH PaAmeRyiRJMXlXZqqStda4W/8u82SfSgdsJT056OjeAQmsj7VnM7p4lymLCUoYwjRMxj OBuG1lVg4c4JCRs3j2mcAhejy+yAgszEJF7TCfu4hIdkix96Sj5TRQKgLF69eVZGpRzA AFP2B2twOztojBqG+eoIMq3JDPcUYf1Bsbcqicg//J9Elxm2pUqFXsoechJb9LK/5aBB nQWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=F0uBzVTdxrCL2tN8eTk9IZ8OdMOpdgSQuvZfmsZ2MTA=; b=mY4TcdWlQ28uiE1vXS+0hDyw8SGTjtiKpKe5frqqpSYGF6X68r+cXKhMCq6n8PAlsx 3UnoLq8YKbAkCv73VMAoWdBnpvwTnIKD9io46UuRDGRBubNoOOLEbkGcQuHjPSPZdRQa HjlTEfCG7qUsVPvSD4OjXycle1U7tsrwP2r+i3j4uiAio9hDCW6HGZbV9JE+kOqgnAYy JM+dpJ2byaW2rykIjZVtTNkgn+yfe4Fi0PALCodzxJJjYxJ1Hxl4ZW7DmVE0VrwzlNn2 bvMS3935Ea8q8Qs9ow/Uv5cUWeB+UBeQhSk+zb8rns2pJtuD1MMjmewZ9mO+53pjdR51 sSag== X-Gm-Message-State: AKGB3mLxZ/b6+Teq0YN1P/smHMclJwBgO+eOwLYnstYMT7u3X3geeg6q 2ZmM4t461ww3PjeGib6l21GmlFBC7Dav1PX6w0hV4A== X-Google-Smtp-Source: ACJfBoukD3YwPiSymVoaNgl2qxVWeFiX+5MiR0EZK2J+0BA4ROBC+EPfCNVig1AE9mcCNjy53w7Al+E+JEmkTtQXk3Y= X-Received: by 10.28.151.83 with SMTP id z80mr4116160wmd.99.1515246004701; Sat, 06 Jan 2018 05:40:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.197.70 with HTTP; Sat, 6 Jan 2018 05:39:24 -0800 (PST) From: Johannes Lundberg Date: Sat, 6 Jan 2018 13:39:24 +0000 Message-ID: Subject: Accelerated graphics with linuxkpi and drm-next? To: vbox@freebsd.org X-Mailman-Approved-At: Sat, 06 Jan 2018 14:18:07 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 13:40:09 -0000 Hi vbox folks! I'm part of the graphics team working on linuxkpi and drm-next graphics. I'm curious, with these modules in place, how much work would it be to get accelerated graphics in vbox with freebsd host/guest. For freebsd guest additions, looking at the source it seems like porting src/VBox/Additions/linux/drm to freebsd should be fairly straightforward using linuxkpi and linuxkpi_gplv2. Anyway feeling up to experimenting with this? :) Cheers! /Johannes From owner-freebsd-emulation@freebsd.org Sat Jan 6 21:28:47 2018 Return-Path: Delivered-To: freebsd-emulation@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 69F7ADF0D96 for ; Sat, 6 Jan 2018 21:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 40E348077B for ; Sat, 6 Jan 2018 21:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 40291DF0D95; Sat, 6 Jan 2018 21:28:47 +0000 (UTC) Delivered-To: emulation@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 3FB4EDF0D93 for ; Sat, 6 Jan 2018 21:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2418077A for ; Sat, 6 Jan 2018 21:28:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5E76617B2F; Sat, 6 Jan 2018 21:28:46 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 4617017B2E for ; Sat, 6 Jan 2018 21:28:46 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7401280777 for ; Sat, 6 Jan 2018 21:28:45 +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 68F8614F95 for ; Sat, 6 Jan 2018 21:28:45 +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 w06LSjsL021462 for ; Sat, 6 Jan 2018 21:28:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w06LSjgY021461 for vbox@FreeBSD.org; Sat, 6 Jan 2018 21:28:45 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: vbox@FreeBSD.org Subject: [Bug 200764] [patch] emulators/virtualbox-ose: various dependency / bug fixes, convert USE(S) to OPTIONS helpers Date: Sat, 06 Jan 2018 21:28:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: 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-Mailman-Approved-At: Sat, 06 Jan 2018 21:39:08 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 21:28:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200764 Andriy Voskoboinyk changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159694|0 |1 is obsolete| | --- Comment #7 from Andriy Voskoboinyk --- Created attachment 189473 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189473&action= =3Dedit Patch3.diff Rebase the patch (+ drop unneeded workaround) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sat Jan 6 21:29:39 2018 Return-Path: Delivered-To: freebsd-emulation@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 E3ECCDF0E14 for ; Sat, 6 Jan 2018 21:29:39 +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 BA26B80791 for ; Sat, 6 Jan 2018 21:29:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B9846DF0E13; Sat, 6 Jan 2018 21:29:39 +0000 (UTC) Delivered-To: emulation@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 B9173DF0E12 for ; Sat, 6 Jan 2018 21:29:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8212180790 for ; Sat, 6 Jan 2018 21:29:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 90B6617B37; Sat, 6 Jan 2018 21:29:38 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7B4C917B36 for ; Sat, 6 Jan 2018 21:29:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADC118078D for ; Sat, 6 Jan 2018 21:29:37 +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 A2C4314F98 for ; Sat, 6 Jan 2018 21:29:37 +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 w06LTbOs022552 for ; Sat, 6 Jan 2018 21:29:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w06LTbe7022551 for vbox@FreeBSD.org; Sat, 6 Jan 2018 21:29:37 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: vbox@FreeBSD.org Subject: [Bug 200764] [patch] emulators/virtualbox-ose: various dependency / bug fixes, convert USE(S) to OPTIONS helpers Date: Sat, 06 Jan 2018 21:29:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: 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-Mailman-Approved-At: Sat, 06 Jan 2018 21:39:35 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 21:29:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200764 Andriy Voskoboinyk changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159669|0 |1 is obsolete| | --- Comment #8 from Andriy Voskoboinyk --- Created attachment 189474 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189474&action= =3Dedit portlint.log --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sat Jan 6 21:30:19 2018 Return-Path: Delivered-To: freebsd-emulation@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 A951BDF0EB2 for ; Sat, 6 Jan 2018 21:30:19 +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 7F037807DA for ; Sat, 6 Jan 2018 21:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7E65BDF0EB1; Sat, 6 Jan 2018 21:30:19 +0000 (UTC) Delivered-To: emulation@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 7E0D7DF0EB0 for ; Sat, 6 Jan 2018 21:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4824D807D9 for ; Sat, 6 Jan 2018 21:30:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 8FFD417B78; Sat, 6 Jan 2018 21:30:18 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7A3C417B77 for ; Sat, 6 Jan 2018 21:30:18 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B87A807D5 for ; Sat, 6 Jan 2018 21:30:17 +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 0098914F9E for ; Sat, 6 Jan 2018 21:30:17 +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 w06LUG01023528 for ; Sat, 6 Jan 2018 21:30:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w06LUG8L023527 for vbox@FreeBSD.org; Sat, 6 Jan 2018 21:30:16 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: vbox@FreeBSD.org Subject: [Bug 200764] [patch] emulators/virtualbox-ose: various dependency / bug fixes, convert USE(S) to OPTIONS helpers Date: Sat, 06 Jan 2018 21:30:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: 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-Mailman-Approved-At: Sat, 06 Jan 2018 21:39:55 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 21:30:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200764 Andriy Voskoboinyk changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159670|0 |1 is obsolete| | --- Comment #9 from Andriy Voskoboinyk --- Created attachment 189475 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189475&action= =3Dedit poudriere.txz --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sat Jan 6 21:35:48 2018 Return-Path: Delivered-To: freebsd-emulation@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 8ECA9DF3455 for ; Sat, 6 Jan 2018 21:35:48 +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 6570F80F16 for ; Sat, 6 Jan 2018 21:35:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 64B88DF3454; Sat, 6 Jan 2018 21:35:48 +0000 (UTC) Delivered-To: emulation@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 6431FDF3453 for ; Sat, 6 Jan 2018 21:35:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DFAB80F15 for ; Sat, 6 Jan 2018 21:35:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 745C617FBB; Sat, 6 Jan 2018 21:35:47 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5D59F17FBA for ; Sat, 6 Jan 2018 21:35:47 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7727E80F14 for ; Sat, 6 Jan 2018 21:35:46 +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 697E4150FB for ; Sat, 6 Jan 2018 21:35:46 +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 w06LZkB4041013 for ; Sat, 6 Jan 2018 21:35:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w06LZk8g041012 for vbox@FreeBSD.org; Sat, 6 Jan 2018 21:35:46 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: vbox@FreeBSD.org Subject: [Bug 200764] [patch] emulators/virtualbox-ose: various dependency / bug fixes, convert USE(S) to OPTIONS helpers Date: Sat, 06 Jan 2018 21:35:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-Mailman-Approved-At: Sat, 06 Jan 2018 21:58:46 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 21:35:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200764 --- Comment #10 from Andriy Voskoboinyk --- > - Add a workaround for bug 201946, bug 188982 and bug 195365 (field for p= adding > in src/VBox/Devices/Graphics/DevVGA.h (i386 only)). I cannot reproduce this issue with current VirtualBox version (5.2.4); other fixes are still here. --=20 You are receiving this mail because: You are the assignee for the bug.=