VirtualBox from the default software sources sugests non-free software.

Project:Trisquel
Version:6.0
Component:Programs
Category:bug report
Priority:normal
Assigned:Unassigned
Status:patch (needs review)
Description

When you tell VirtualBox to enable USB support in a virtual machine, VirtualBox says it cannot comply until you install the Oracle VM VirtualBox Extension Pack. According to https://www.virtualbox.org/wiki/Downloads , that extension pack is under the VirtualBox Personal Use and Evaluation License (PUEL), and reading over that licence at https://www.virtualbox.org/wiki/VirtualBox_PUEL , it forbids modifications (section 2 and 3). It looks like a licence holder may not be allowed to redistribute even unmodified copies either, though I'm unsure of that part.

AttachmentSize
Screenshot from 2013-10-03 07:32:19.png79.06 KB
Thu, 10/03/2013 - 21:21
Status:active» patch (needs review)

Ruben, please add the following to helpers/make-virtualbox to build without support for USB 2.0:

FILE=debian/rules
LINENUM=$(grep -n '. out/env.sh && $(MAKE) \\' $FILE | cut -d: -f1)
LINE="\            VBOX_WITH_EHCI= \\\\"
sed -i "$(($LINENUM+1)) i $LINE" $FILE
Fri, 10/04/2013 - 11:46

FYI: Virtualbox in Ubuntu quantal requires a non-free compiler.
https://trisquel.info/en/forum/virtualbox#comment-39916