From owner-freebsd-emulation@freebsd.org Sun Jul 30 00:46:47 2017 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 C2F72DCEDB7 for ; Sun, 30 Jul 2017 00:46:47 +0000 (UTC) (envelope-from dereks@lifeofadishwasher.com) Received: from mail-qk0-x242.google.com (mail-qk0-x242.google.com [IPv6:2607:f8b0:400d:c09::242]) (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 82E03827BE for ; Sun, 30 Jul 2017 00:46:47 +0000 (UTC) (envelope-from dereks@lifeofadishwasher.com) Received: by mail-qk0-x242.google.com with SMTP id d136so24041242qkg.3 for ; Sat, 29 Jul 2017 17:46:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lifeofadishwasher.com; s=google; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=fG2DhApfOop2FiEwalJ+YnRcRC7uXXCdtsCtlSCPc60=; b=A5sXItORvY9OR2dSi9LTHOqu8GDQO5Q14KUqV2wh9TJcT4KxjrwWoeFI7IffNKSaHO 0zuo+racDlIhvlHa6cuWtIZ+pcTwnNBgEahChvKjiBhWBhLHwrYphlQPZVTjKWblptwV DsCzrEw0WLDlrb9IhqnxQE68tNZmPPBfuHNNk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=fG2DhApfOop2FiEwalJ+YnRcRC7uXXCdtsCtlSCPc60=; b=lVO2t3lCZuRQdtcsQDXVxAqJGzY9+JKbe6AARiuqPL3MGVOId3AXT+ChBp12Ta/cKo vk/EX+1LQxUOFkKdtWAyErIiMiOAsMGZLU0QDW+/MbaNEvJKKHREQnv7SkqJeDP/BYbb TO1IuhPFJTpfSOSwQajaFoNIs+XcQXBHefX7vn8bwTblFM6e5s/9G6caP+C+rw7Oqli3 V7dCNPbpkYiDawh/bBVoaoQD9wh67S/0BU0RK9yDbObOC5WC7Bl6RPr2L4tKHOXnAXkZ 82fAPtcycJh7jbNVwZ8GAA3Wkx79l+aSUHJcoLABgX56SxgvNr7CLum2tZ04rlmTNVmu FeXQ== X-Gm-Message-State: AIVw111W2Deh1pFycFaBlqghlcJ3QHJ6okqB54rO8gKUPi8IasXa7qvi MeP7cFzdFc3JRg5d+Vo= X-Received: by 10.55.189.132 with SMTP id n126mr16408487qkf.89.1501375606521; Sat, 29 Jul 2017 17:46:46 -0700 (PDT) Received: from lifeofadishwasher.com ([2601:547:901:37b7:4637:e6ff:fead:11c4]) by smtp.gmail.com with ESMTPSA id c204sm9408915qkb.32.2017.07.29.17.46.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Jul 2017 17:46:45 -0700 (PDT) Received: by lifeofadishwasher.com (sSMTP sendmail emulation); Sat, 29 Jul 2017 20:46:43 -0400 Date: Sat, 29 Jul 2017 20:46:43 -0400 From: Derek Schrock To: freebsd-emulation@freebsd.org Subject: Re: [Bug 220171] [PATCH] www/phpvirtualbox: update to support 5.1 Message-ID: <20170730004643.GA30949@ircbsd.lifeofadishwasher.com> Mail-Followup-To: freebsd-emulation@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 30 Jul 2017 00:46:47 -0000 Can anyone confirm the latest update to phpvirtualbox works with 11.x and 5.1.24 or 5.1.26? Since the upgrade I get "Validation constraint violation: empty value provided where a value is required in element 'device'" error messages when I try to add/change any device of a VM. Also, can't create VMs either or at least it fails when trying to examine media info or add networking devices. Using the GUI everything is fine. On Thu, Jul 27, 2017 at 11:27:15AM EDT, bugzilla-noreply@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220171 > > Bernhard Froehlich changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|Open |Closed > Resolution|--- |FIXED > > --- Comment #9 from Bernhard Froehlich --- > I have done some small changes and committed it. Thanks a lot for the > hard part of the work! > > my changes: > * shortened the git revision > * moved USES above USE_PHP (to pet portlint) > * moved USE_GITHUB down (to pet portlint) > * fixed the patchfile names (vboxweb-5.1.wsdl vs vboxwebService-5.1.wsdl) > * regenerated the patches using "make makepatch" > > -- > You are receiving this mail because: > You are the assignee for the bug. > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org"