[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vbox-dev
Subject:    Re: [vbox-dev] vbox-dev Digest, Vol 84, Issue 7
From:       Woof <he1.woof () gmail ! com>
Date:       2013-10-10 7:41:48
Message-ID: CAC5Y+rTW__U8X9LmNSikSPLNuyw7Mwfru6=Jxzx2-YwKkosTCA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


To. Re: support USB 3.0 port (Klaus Espenlaub)

Thanks for your answer.

At that time 4.2.16 version was built on my PC. so I just tried to fix USB
port problem. (change only driver.)

Why I mentioned version, i was unclear that it needs more modification.


Is it right replying form?? ;


2013/10/9 <vbox-dev-request@virtualbox.org>

> Send vbox-dev mailing list submissions to
>         vbox-dev@virtualbox.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://www.virtualbox.org/mailman/listinfo/vbox-dev
> or, via email, send a message with subject or body 'help' to
>         vbox-dev-request@virtualbox.org
>
> You can reach the person managing the list at
>         vbox-dev-owner@virtualbox.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vbox-dev digest..."
>
>
> Today's Topics:
>
>    1. I need a work (C?sar Sebasti?n de Le?n)
>    2. support USB 3.0 port (Woof)
>    3. Re: support USB 3.0 port (Klaus Espenlaub)
>    4. Svn Commit 48852 breaks build an Fedora17.x64 and
>       Fedora18.x64 (Peter Gsellmann)
>    5. Re: I need a work (Joe Page)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 8 Oct 2013 02:17:47 -0300
> From: C?sar Sebasti?n de Le?n   <teturecords@hotmail.com>
> Subject: [vbox-dev] I need a work
> To: "vbox-dev@virtualbox.org" <vbox-dev@virtualbox.org>
> Message-ID: <BAY176-W1774FF8483D7CF3A61D9DAA11C0@phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I need employment, while I make virtualbox bootee from Pendrives and USB
> Drives.I can work for oracle?.
> A.P.U. de Le?n, C?sar Sebasti?n
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/54337413/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 8 Oct 2013 15:35:21 +0900
> From: Woof <he1.woof@gmail.com>
> Subject: [vbox-dev] support USB 3.0 port
> To: vbox-dev@virtualbox.org
> Message-ID:
>         <CAC5Y+rQzPFQJtDf_iegu=_g7mmzaCaq4-d=
> Ha72+jLx0S07rDw@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I wanna fix USB 3.0 port bugs on widows host. (#6509)
> I modify code VBoxUsbMon.cpp and VBoxUsbFlt.cpp based 4.2.16 version
> (SVN Revision 48062, 48742, 48874)
>
> So that's result here. (it is same 4.2.18)
>
> USB 2.0 port : USB 2.0 device -> ok
> USB 2.0 port : USB 3.0 device -> ok
> USB 3.0 port : USB 2.0 device -> ok (but this case does not appear device
> name)
> USB 3.0 port : USB 3.0 device -> X
>
> 2.0 and 3.0 USB device are memory stick.
>
> Is it current state? (include not release version)
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/8830ad21/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 08 Oct 2013 10:44:01 +0200
> From: Klaus Espenlaub <klaus.espenlaub@oracle.com>
> Subject: Re: [vbox-dev] support USB 3.0 port
> To: vbox-dev@virtualbox.org
> Message-ID: <5253C5D1.1070700@oracle.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Woof,
>
> On 08.10.2013 08:35, Woof wrote:
> > I wanna fix USB 3.0 port bugs on widows host. (#6509)
>
> don't think it helps people if you reference some internal bug number
> which is meaningless for everyone outside the VirtualBox team - they'd
> be looking at the public bug tracker, e.g.
> https://www.virtualbox.org/ticket/8873
>
> > I modify code VBoxUsbMon.cpp and VBoxUsbFlt.cpp based 4.2.16 version
> > (SVN Revision 48062, 48742, 48874)
>
> Why do you modify 4.2.16 if there's an improved 4.2.18 out there?
>
> > So that's result here. (it is same 4.2.18)
>
> No surprise, as 4.2.18 contains all fixes we have right now in this
> area. Note that some people report that this fix has some remaining
> problems, including host BSOD.
>
> > USB 2.0 port : USB 2.0 device -> ok
> > USB 2.0 port : USB 3.0 device -> ok
> > USB 3.0 port : USB 2.0 device -> ok (but this case does not appear
> > device name)
>
> all cases above should work with 4.2.18, and the presence or absence of
> the device name depends to some extent on luck - VirtzalBox can't get
> the device name if the host OS has already powered down the USB device
> to save power. Some Windows versions do that quite aggressively.
>
> > USB 3.0 port : USB 3.0 device -> X
>
> Expected behavior - for this case to work there needs to be full USB3
> hardware support in VirtualBox, i.e. it needs to emulate an xHCI
> controller. Work in progress, but this will need more time.
>
> Workaround: put a USB2 hub in between, or if you want to go for a very
> cheap solution, use a USB2 extension cord. This will strip the USB3
> device down to USB2, and then it is covered by the 3 working cases above.
>
> > 2.0 and 3.0 USB device are memory stick.
> >
> > Is it current state? (include not release version)
>
> Yes. Again, is there any reason why you modify 4.2.16?
>
> Klaus
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 08 Oct 2013 13:39:20 +0200
> From: Peter Gsellmann <pgsellmann@portner-elektronik.at>
> Subject: [vbox-dev] Svn Commit 48852 breaks build an Fedora17.x64 and
>         Fedora18.x64
> To: vbox-dev@virtualbox.org
> Message-ID: <5253EEE8.5080600@portner-elektronik.at>
> Content-Type: text/plain; charset=ISO-8859-15
>
> Hi vbox-dev!
>
> error messages are:
> undefined reference to `dlopen' ( and other functions of libdl )
> /home/peter/VirtualBox/vbox/src/VBox/Runtime/r3/xml.cpp:402: undefined
> reference to `xmlSetExternalEntityLoader' ( and other functions of libxml2
> )
>
> The failing command:
> @g++                     '-Wl,-rpath,$(VBOX_ORIGIN)' -static
> -Wl,-z,noexecstack -Wl,--as-needed -Wl,-z,origin -m64   -o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/vbox-img
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/vbox-img.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VD.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDVfs.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDI.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VMDK.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VHD.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/DMG.o
>
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/Parallels.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/ISCSI.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/RAW.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/QED.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/QCOW.o
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VHDX.o
>
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VCICache.o
>
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDIfVfs.o
>     /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/RuntimeR3.a
>   /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/VBox-liblzf.a
>   -lz   -lcrypt
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/RuntimeR3.a
> /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/VBox-liblzf.a
> -lz   -lcrypt   -lpthread   -lm   -lrt   -ldl   -lssl   -lcrypto
>
>
> both libraries are present as static and dynamic, 32 and 64:
> /usr/lib/libdl.a /usr/lib64/libdl.a /usr/lib/libdl-2.15.so
> /usr/lib64/libdl-2.15.so and associated softlinks
>
> I can successfully compile 48851 and 4.2.18, installed also packages
> libvpx-devel, libxml2-static, openssl-static
>
> Guessing: -static
>
> How can i fetch the SVN version corresponding do Release 4.2.18_88780 ?
> Obviously not by  svn update -r88780
> Also not by  svn switch http://www.virtualbox.org/svn/vbox/tags/88780
> Also  svn log | grep 88780  doesnt reveal.
> Is there a public document of the relation of the Build-number to
> SVN-number ?
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 8 Oct 2013 09:47:20 -0400
> From: "Joe Page" <joe@autogamerinc.com>
> Subject: Re: [vbox-dev] I need a work
> To: C?sar Sebasti?n de Le?n     <teturecords@hotmail.com>
> Cc: vbox-dev@virtualbox.org
> Message-ID: <747D7E6B575644CCA25D676A4FFE3CEC@CyborgPC>
> Content-Type: text/plain; charset="utf-8"
>
> Im a little confused now. Are you trying to add the ability to boot vbox
> from USB at the hardware level so users can carry a portable os around, or
> to boot a usb in virtualbox?
>
> Also, I don?t think the Open Source Virtualbox mailing list is the best
> place to ask about employment with Oracle.
>
> --
> Joseph Page
> 866-986-8030 | joe@autogamerinc.com | http://www.autogamerinc.com
> Facebook: http://www.facebook.com/Autogamer | Twitter:
> https://twitter.com/Autogamer
>
> From: C?sar Sebasti?n de Le?n
> Sent: Tuesday, October 08, 2013 1:17 AM
> To: vbox-dev@virtualbox.org
> Subject: [vbox-dev] I need a work
>
> I need employment, while I make virtualbox bootee from Pendrives and USB
> Drives.
> I can work for oracle?.
>
> A.P.U. de Le?n, C?sar Sebasti?n
>
>
>
> --------------------------------------------------------------------------------
> _______________________________________________
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/9605c64c/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> https://www.virtualbox.org/mailman/listinfo/vbox-dev
>
>
> End of vbox-dev Digest, Vol 84, Issue 7
> ***************************************
>

[Attachment #5 (text/html)]

<div dir="ltr">To. Re: support USB 3.0 port (Klaus \
Espenlaub)<div><br></div><div>Thanks for your answer.</div><div><br></div><div>At \
that time 4.2.16 version was built on my PC. so I just tried to fix USB port problem. \
(change only driver.)</div> <div><br></div><div>Why I mentioned version, i was \
unclear that it needs more modification.<br><div class="gmail_extra"><br></div><div \
class="gmail_extra"><br></div><div class="gmail_extra">Is it right replying form?? \
;</div> <div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/9  <span \
dir="ltr">&lt;<a href="mailto:vbox-dev-request@virtualbox.org" \
target="_blank">vbox-dev-request@virtualbox.org</a>&gt;</span><br><blockquote \
class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
 Send vbox-dev mailing list submissions to<br>
        <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" \
target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br> or, via \
                email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:vbox-dev-request@virtualbox.org">vbox-dev-request@virtualbox.org</a><br>
 <br>
You can reach the person managing the list at<br>
        <a href="mailto:vbox-dev-owner@virtualbox.org">vbox-dev-owner@virtualbox.org</a><br>
 <br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of vbox-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. I need a work (C?sar Sebasti?n de Le?n)<br>
   2. support USB 3.0 port (Woof)<br>
   3. Re: support USB 3.0 port (Klaus Espenlaub)<br>
   4. Svn Commit 48852 breaks build an Fedora17.x64 and<br>
      Fedora18.x64 (Peter Gsellmann)<br>
   5. Re: I need a work (Joe Page)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 8 Oct 2013 02:17:47 -0300<br>
From: C?sar Sebasti?n de Le?n   &lt;<a \
                href="mailto:teturecords@hotmail.com">teturecords@hotmail.com</a>&gt;<br>
                
Subject: [vbox-dev] I need a work<br>
To: &quot;<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>&quot; \
                &lt;<a \
                href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>&gt;<br>
                
Message-ID: &lt;BAY176-W1774FF8483D7CF3A61D9DAA11C0@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I need employment, while I make virtualbox bootee from Pendrives and USB Drives.I can \
work for oracle?.<br> A.P.U. de Le?n, C?sar Sebasti?n<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/54337413/attachment-0001.html" \
target="_blank">http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/54337413/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 8 Oct 2013 15:35:21 +0900<br>
From: Woof &lt;<a href="mailto:he1.woof@gmail.com">he1.woof@gmail.com</a>&gt;<br>
Subject: [vbox-dev] support USB 3.0 port<br>
To: <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
Message-ID:<br>
        &lt;CAC5Y+rQzPFQJtDf_iegu=_g7mmzaCaq4-d=<a \
href="mailto:Ha72%2BjLx0S07rDw@mail.gmail.com">Ha72+jLx0S07rDw@mail.gmail.com</a>&gt;<br>
                
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I wanna fix USB 3.0 port bugs on widows host. (#6509)<br>
I modify code VBoxUsbMon.cpp and VBoxUsbFlt.cpp based 4.2.16 version<br>
(SVN Revision 48062, 48742, 48874)<br>
<br>
So that&#39;s result here. (it is same 4.2.18)<br>
<br>
USB 2.0 port : USB 2.0 device -&gt; ok<br>
USB 2.0 port : USB 3.0 device -&gt; ok<br>
USB 3.0 port : USB 2.0 device -&gt; ok (but this case does not appear device<br>
name)<br>
USB 3.0 port : USB 3.0 device -&gt; X<br>
<br>
2.0 and 3.0 USB device are memory stick.<br>
<br>
Is it current state? (include not release version)<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/8830ad21/attachment-0001.html" \
target="_blank">http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/8830ad21/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 08 Oct 2013 10:44:01 +0200<br>
From: Klaus Espenlaub &lt;<a \
                href="mailto:klaus.espenlaub@oracle.com">klaus.espenlaub@oracle.com</a>&gt;<br>
                
Subject: Re: [vbox-dev] support USB 3.0 port<br>
To: <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
Message-ID: &lt;<a href="mailto:5253C5D1.1070700@oracle.com">5253C5D1.1070700@oracle.com</a>&gt;<br>
                
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi Woof,<br>
<br>
On 08.10.2013 08:35, Woof wrote:<br>
&gt; I wanna fix USB 3.0 port bugs on widows host. (#6509)<br>
<br>
don&#39;t think it helps people if you reference some internal bug number<br>
which is meaningless for everyone outside the VirtualBox team - they&#39;d<br>
be looking at the public bug tracker, e.g.<br>
<a href="https://www.virtualbox.org/ticket/8873" \
target="_blank">https://www.virtualbox.org/ticket/8873</a><br> <br>
&gt; I modify code VBoxUsbMon.cpp and VBoxUsbFlt.cpp based 4.2.16 version<br>
&gt; (SVN Revision 48062, 48742, 48874)<br>
<br>
Why do you modify 4.2.16 if there&#39;s an improved 4.2.18 out there?<br>
<br>
&gt; So that&#39;s result here. (it is same 4.2.18)<br>
<br>
No surprise, as 4.2.18 contains all fixes we have right now in this<br>
area. Note that some people report that this fix has some remaining<br>
problems, including host BSOD.<br>
<br>
&gt; USB 2.0 port : USB 2.0 device -&gt; ok<br>
&gt; USB 2.0 port : USB 3.0 device -&gt; ok<br>
&gt; USB 3.0 port : USB 2.0 device -&gt; ok (but this case does not appear<br>
&gt; device name)<br>
<br>
all cases above should work with 4.2.18, and the presence or absence of<br>
the device name depends to some extent on luck - VirtzalBox can&#39;t get<br>
the device name if the host OS has already powered down the USB device<br>
to save power. Some Windows versions do that quite aggressively.<br>
<br>
&gt; USB 3.0 port : USB 3.0 device -&gt; X<br>
<br>
Expected behavior - for this case to work there needs to be full USB3<br>
hardware support in VirtualBox, i.e. it needs to emulate an xHCI<br>
controller. Work in progress, but this will need more time.<br>
<br>
Workaround: put a USB2 hub in between, or if you want to go for a very<br>
cheap solution, use a USB2 extension cord. This will strip the USB3<br>
device down to USB2, and then it is covered by the 3 working cases above.<br>
<br>
&gt; 2.0 and 3.0 USB device are memory stick.<br>
&gt;<br>
&gt; Is it current state? (include not release version)<br>
<br>
Yes. Again, is there any reason why you modify 4.2.16?<br>
<br>
Klaus<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 08 Oct 2013 13:39:20 +0200<br>
From: Peter Gsellmann &lt;<a \
href="mailto:pgsellmann@portner-elektronik.at">pgsellmann@portner-elektronik.at</a>&gt;<br>
                
Subject: [vbox-dev] Svn Commit 48852 breaks build an Fedora17.x64 and<br>
        Fedora18.x64<br>
To: <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
Message-ID: &lt;<a href="mailto:5253EEE8.5080600@portner-elektronik.at">5253EEE8.5080600@portner-elektronik.at</a>&gt;<br>
                
Content-Type: text/plain; charset=ISO-8859-15<br>
<br>
Hi vbox-dev!<br>
<br>
error messages are:<br>
undefined reference to `dlopen&#39; ( and other functions of libdl )<br>
/home/peter/VirtualBox/vbox/src/VBox/Runtime/r3/xml.cpp:402: undefined<br>
reference to `xmlSetExternalEntityLoader&#39; ( and other functions of libxml2 )<br>
<br>
The failing command:<br>
@g++                     &#39;-Wl,-rpath,$(VBOX_ORIGIN)&#39; -static<br>
-Wl,-z,noexecstack -Wl,--as-needed -Wl,-z,origin -m64   -o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/vbox-img \
                /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/vbox-img.o<br>
                
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VD.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDVfs.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDI.o \
                /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VMDK.o<br>
                
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VHD.o \
                /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/DMG.o<br>
                
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/Parallels.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/ISCSI.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/RAW.o \
                /home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/QED.o<br>
                
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/QCOW.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VHDX.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VCICache.o<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/obj/vbox-img/dt/VDIfVfs.o<br>
    /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/RuntimeR3.a<br>
  /home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/VBox-liblzf.a<br>
  -lz   -lcrypt<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/RuntimeR3.a<br>
/home/peter/VirtualBox/vbox/out/linux.amd64/release/lib/VBox-liblzf.a<br>
-lz   -lcrypt   -lpthread   -lm   -lrt   -ldl   -lssl   -lcrypto<br>
<br>
<br>
both libraries are present as static and dynamic, 32 and 64:<br>
/usr/lib/libdl.a /usr/lib64/libdl.a /usr/lib/<a href="http://libdl-2.15.so" \
                target="_blank">libdl-2.15.so</a><br>
/usr/lib64/<a href="http://libdl-2.15.so" target="_blank">libdl-2.15.so</a> and \
associated softlinks<br> <br>
I can successfully compile 48851 and 4.2.18, installed also packages<br>
libvpx-devel, libxml2-static, openssl-static<br>
<br>
Guessing: -static<br>
<br>
How can i fetch the SVN version corresponding do Release 4.2.18_88780 ?<br>
Obviously not by  svn update -r88780<br>
Also not by  svn switch <a href="http://www.virtualbox.org/svn/vbox/tags/88780" \
target="_blank">http://www.virtualbox.org/svn/vbox/tags/88780</a><br> Also  svn log | \
grep 88780  doesnt reveal.<br> Is there a public document of the relation of the \
Build-number to<br> SVN-number ?<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 8 Oct 2013 09:47:20 -0400<br>
From: &quot;Joe Page&quot; &lt;<a \
                href="mailto:joe@autogamerinc.com">joe@autogamerinc.com</a>&gt;<br>
Subject: Re: [vbox-dev] I need a work<br>
To: C?sar Sebasti?n de Le?n     &lt;<a \
                href="mailto:teturecords@hotmail.com">teturecords@hotmail.com</a>&gt;<br>
                
Cc: <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
Message-ID: &lt;747D7E6B575644CCA25D676A4FFE3CEC@CyborgPC&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Im a little confused now. Are you trying to add the ability to boot vbox from USB at \
the hardware level so users can carry a portable os around, or to boot a usb in \
virtualbox?<br> <br>
Also, I don?t think the Open Source Virtualbox mailing list is the best place to ask \
about employment with Oracle.<br> <br>
--<br>
Joseph Page<br>
866-986-8030 | <a href="mailto:joe@autogamerinc.com">joe@autogamerinc.com</a> | <a \
href="http://www.autogamerinc.com" \
                target="_blank">http://www.autogamerinc.com</a><br>
Facebook: <a href="http://www.facebook.com/Autogamer" \
target="_blank">http://www.facebook.com/Autogamer</a> | Twitter: <a \
href="https://twitter.com/Autogamer" \
target="_blank">https://twitter.com/Autogamer</a><br> <br>
From: C?sar Sebasti?n de Le?n<br>
Sent: Tuesday, October 08, 2013 1:17 AM<br>
To: <a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
Subject: [vbox-dev] I need a work<br>
<br>
I need employment, while I make virtualbox bootee from Pendrives and USB Drives.<br>
I can work for oracle?.<br>
<br>
A.P.U. de Le?n, C?sar Sebasti?n<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" \
                target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br>
                
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/9605c64c/attachment-0001.html" \
target="_blank">http://www.virtualbox.org/pipermail/vbox-dev/attachments/20131008/9605c64c/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="https://www.virtualbox.org/mailman/listinfo/vbox-dev" \
target="_blank">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a><br> <br>
<br>
End of vbox-dev Digest, Vol 84, Issue 7<br>
***************************************<br>
</blockquote></div><br></div></div></div>



_______________________________________________
vbox-dev mailing list
vbox-dev@virtualbox.org
https://www.virtualbox.org/mailman/listinfo/vbox-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic