Re: [vbox-dev] building svn: 36871 - undefined symbol: _ZN9RTCString4nposE

2011-05-06 Thread Antonio Doldo

Il 05/05/2011 14:49, Klaus Espenlaub ha scritto:


Frank missed that you're using the debian build variant. The question 
is if the error happens if you delete /home/adoldo/vbox/debian/builddir


Klaus

Hi,
today I test two ways to build debian packages, cleaning builddir in any 
case


1. *dpkg-buildpackage -r -us -uc*
but this break during building docs with a xml file at 0 bytes:

-rw-r--r-- 1 adoldo adoldo 138321 2011-05-06 10:55 user_VBoxManage.xml.tmp
-rw-r--r-- 1 adoldo adoldo  0 2011-05-06 10:55 user_VBoxManage.xml.tmp2

At this point I make a copy with

cd vbox/debian/builddir/obj/manual/en_US/
cp user_VBoxManage.xml.tmp user_VBoxManage.xml

and continue the building with

2. *fakeroot debian/rules binary*

Finally I have two binary packages (svn 36972) but no sources .tar.gz 
and .dsc

I prefer the first method, but now I'm equally satisfied.

Regards,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] building svn: 36871 - undefined symbol: _ZN9RTCString4nposE

2011-05-05 Thread Antonio Doldo

Il 05/05/2011 14:49, Klaus Espenlaub ha scritto:

On 05.05.2011 14:20, Antonio Doldo wrote:

Il 05/05/2011 13:41, Frank Mehnert ha scritto:

On Thursday 05 May 2011 11:18:18 Antonio Doldo wrote:

Hi all,
I found the same error reported on a previous post:

http://vbox.innotek.de/pipermail/vbox-dev/2011-April/003875.html

/home/adoldo/vbox/debian/builddir/bin/VBoxManage: symbol lookup error:
/home/adoldo/vbox/debian/builddir/bin/VBoxManage: undefined symbol:
_ZN9RTCString4nposE
kmk: ***
[/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml] 


Error 127
kmk: *** Deleting file
`/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml' 


kmk: *** Waiting for unfinished jobs
kmk: *** Exiting with status 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


but I don't found a solution, a workaround as suggested is disable the
docs building?
My svn trunk is a fresh copy.

Is that problem reproducible with an empty out/ directory?

Kind regards,

Frank

Sorry but I do not find any "out" dir
find . -type d -name out
don't have I suppose


Frank missed that you're using the debian build variant. The question 
is if the error happens if you delete /home/adoldo/vbox/debian/builddir


Klaus


OK,
I tested now  (svn 36969) that if i ran "configure", "source env.sh" and 
"kmk all" the build is OK!


But if I try to build with debian variant, I obtain the same error
/home/adoldo/vbox/debian/builddir/bin/VBoxManage: symbol lookup error: 
/home/adoldo/vbox/debian/builddir/bin/VBoxManage: undefined symbol: 
_ZN9RTCString4nposE

.
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Thanks,
Antonio



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] building svn: 36871 - undefined symbol: _ZN9RTCString4nposE

2011-05-05 Thread Antonio Doldo

Il 05/05/2011 13:41, Frank Mehnert ha scritto:

On Thursday 05 May 2011 11:18:18 Antonio Doldo wrote:

Hi all,
I found the same error reported on a previous post:

http://vbox.innotek.de/pipermail/vbox-dev/2011-April/003875.html

/home/adoldo/vbox/debian/builddir/bin/VBoxManage: symbol lookup error:
/home/adoldo/vbox/debian/builddir/bin/VBoxManage: undefined symbol:
_ZN9RTCString4nposE
kmk: ***
[/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml]
Error 127
kmk: *** Deleting file
`/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml'
kmk: *** Waiting for unfinished jobs
kmk: *** Exiting with status 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


but I don't found a solution, a workaround as suggested is disable the
docs building?
My svn trunk is a fresh copy.

Is that problem reproducible with an empty out/ directory?

Kind regards,

Frank

Sorry but I do not find any "out" dir
find . -type d -name out
don't have I suppose

In what position of trunk where is?
Thanks for your reply,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] building svn: 36871 - undefined symbol: _ZN9RTCString4nposE

2011-05-05 Thread Antonio Doldo

Hi all,
I found the same error reported on a previous post:

http://vbox.innotek.de/pipermail/vbox-dev/2011-April/003875.html

/home/adoldo/vbox/debian/builddir/bin/VBoxManage: symbol lookup error: 
/home/adoldo/vbox/debian/builddir/bin/VBoxManage: undefined symbol: 
_ZN9RTCString4nposE
kmk: *** 
[/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml] 
Error 127
kmk: *** Deleting file 
`/home/adoldo/vbox/debian/builddir/obj/manual/en_US/user_VBoxManage.xml'

kmk: *** Waiting for unfinished jobs
kmk: *** Exiting with status 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


but I don't found a solution, a workaround as suggested is disable the 
docs building?

My svn trunk is a fresh copy.

Thanks for your attention,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] building error svn 31971

2010-08-27 Thread Antonio Doldo
 Il 27/08/2010 14:35, Frank Mehnert ha scritto:
> On Friday 27 August 2010, Antonio Doldo wrote:
>> At this moment with svn 32017,  I obtain another error during building
>> vbox additions:
>>
...
>> kmk[1]: *** No rule to make target
>> `/home/adoldo/PPA/vbox/out/linux.amd64/release/bin/additions/VBoxLinuxAddit
>> ions.run', needed by
>> `/home/adoldo/PPA/vbox/debian/builddir/bin/additions/VBoxGuestAdditions.iso
>> '. Stop.
> Please try again after 'svn update'.
>
> Kind regards,
>
> Frank
>
Great! Now build and work fine.
Just a stupid question: the ISO contain only the linux additions
(VBoxLinuxAdditions-amd64.run), of course, but is possible obtain the
VBoxWindowsAdditions
in the OSE linux building?

Thanks for your useful work,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] building error svn 31971

2010-08-27 Thread Antonio Doldo
 Il 26/08/2010 13:23, Frank Mehnert ha scritto:
> On Thursday 26 August 2010, Antonio Doldo wrote:
>> Now the building fail on the documentation step.
>> note that the "texlive-latex-base" package is installed (a previous
>> error was 'pdflatex' not found)
>>
>> I/O error : Attempt to load network entity
>> http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd
>> /home/adoldo/PPA/vbox/debian/builddir/obj/manual/en_US/user_Glossary.xml:3:
>> warning: failed to load external entity
>> "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";
>>   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
>>^
> That's not an error, only a warning.
>
>>   pdflatex {T}/manual/en_US/UserManual.tex (three passes) ->
>> {T}/manual/en_US/UserManual.pdf
>> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
>>  restricted \write18 enabled.
>> entering extended mode
>> kmk[2]: ***
>> [/home/adoldo/PPA/vbox/debian/builddir/obj/manual/en_US/UserManual.pdf]
>> Error 1
>> kmk[1]: *** [pass_others_this] Error 2
>> kmk: *** [pass_others_order] Error 2
>> make: *** [debian/build-stamp] Errore 2
>> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> Looks like some LaTeX part is missing. Have a look at
>
>   out/linux.*/*/obj/manual/en_US/UserManual.log
>
> to find out what went wrong.
>
> Kind regards,
>
> Frank
Many thanks Frank.
At this moment with svn 32017,  I obtain another error during building
vbox additions:

  IFIL   
{T}/Additions/Installer/linux/lib/VBoxGuestAdditions/vboxmouse_drv.o
  IFIL   
{T}/Additions/Installer/linux/lib/VBoxGuestAdditions/vboxvideo_drv.o
  IDIR{C}/debian/builddir/bin/additions/src/vboxguest
  IDIR{C}/debian/builddir/bin/additions/src/vboxsf
  IDIR{C}/debian/builddir/bin/additions/src/vboxvideo
  IFIL{T}/Additions/Installer/linux/init/vboxadd
  IFIL{T}/Additions/Installer/linux/init/vboxadd-service
  IFIL{T}/Additions/Installer/linux/init/vboxadd-x11
  IFIL{T}/Additions/Installer/linux/lib/VBoxGuestAdditions/vboxadd
  IFIL   
{T}/Additions/Installer/linux/lib/VBoxGuestAdditions/vboxadd-service
  IFIL{T}/Additions/Installer/linux/lib/VBoxGuestAdditions/vboxadd-x11
  Packing {C}/debian/builddir/bin/additions/VBoxGuestAdditions-dbg.tar.bz2
kmk[1]: *** No rule to make target
`/home/adoldo/PPA/vbox/out/linux.amd64/release/bin/additions/VBoxLinuxAdditions.run',
needed by
`/home/adoldo/PPA/vbox/debian/builddir/bin/additions/VBoxGuestAdditions.iso'. 
Stop.
kmk[1]: *** Waiting for unfinished jobs
kmk[1]: *** Exiting with status 2
kmk: *** [pass_packing_this] Error 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

For precisation I have added the texlive packages for the pdf
documantation, now my personal request list is:

FILES="subversion gcc g++ bcc iasl xsltproc uuid-dev zlib1g-dev libidl-dev \
libsdl1.2-dev libxcursor-dev libqt3-headers libqt3-mt-dev libasound2-dev \
libhal-dev libpulse-dev libxml2-dev libxslt1-dev libqt4-dev \
fakeroot debhelper python-qt4-dev libqt4-opengl \
linux-headers-`uname -r` build-essential python-qt4-dev \
libpam0g-dev wine libcap2 libcap2-dev libssl-dev \
gsoap libcurl4-openssl-dev libcap-dev libqt4-sql-sqlite \
qt4-designer qt4-dev-tools qt4-doc libcap2-dev g++-multilib \
libc6-dev-i386 sun-java6-jdk libvncserver-dev \
texlive-latex-base texlive-latex-recommended texlive-latex-extra
texlive-fonts-extra"


I hope that the next release will be updated with the build instructions.

Best regards,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] building error svn 31971

2010-08-26 Thread Antonio Doldo
 Il 26/08/2010 11:12, Frank Mehnert ha scritto:
> Antonio,
>
> On Thursday 26 August 2010, Antonio Doldo wrote:
>> in the last days I receive an error when building the debian package.
>> This is few minuts ago on svn 31971:
> as always thanks for the report, that problem is fixed in r31974.
>
> Kind regards,
>
> Frank
Thanks for immediate response.

Now the building fail on the documentation step.
note that the "texlive-latex-base" package is installed (a previous
error was 'pdflatex' not found)

I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd
/home/adoldo/PPA/vbox/debian/builddir/obj/manual/en_US/user_Glossary.xml:3:
warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
   ^
  pdflatex {T}/manual/en_US/UserManual.tex (three passes) ->
{T}/manual/en_US/UserManual.pdf
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
kmk[2]: ***
[/home/adoldo/PPA/vbox/debian/builddir/obj/manual/en_US/UserManual.pdf]
Error 1
kmk[1]: *** [pass_others_this] Error 2
kmk: *** [pass_others_order] Error 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Thanks for your useful work,
best regards,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] building error svn 31971

2010-08-26 Thread Antonio Doldo
 Hi all,
in the last days I receive an error when building the debian package.
This is few minuts ago on svn 31971:

/home/adoldo/PPA/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp:
In function 'int TrustedMain(int, char**, char**)':
/home/adoldo/PPA/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp:888:
warning: declaration of 'name' shadows a previous local [-Wshadow]
/home/adoldo/PPA/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp:555:
warning: shadowed declaration is here [-Wshadow]
/home/adoldo/PPA/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp:891:
error: 'class com::Utf8Str' has no member named 'raw'
kmk[2]: ***
[/home/adoldo/PPA/vbox/debian/builddir/obj/VBoxHeadless/VBoxHeadless.o]
Error 1
The failing command:
@g++ -c -O2 -fPIC -g -pipe -pedantic -Wshadow -Wall -Wextra
-Wno-missing-field-initializers -Wno-unused -Wno-trigraphs
-fdiagnostics-show-option -Wno-long-long -Wno-variadic-macros
-Wno-long-long -Wno-non-virtual-dtor -Wshadow -fshort-wchar -fpermissive
-fexceptions -frtti -O2 -mtune=generic -fno-omit-frame-pointer
-fno-strict-aliasing -fvisibility-inlines-hidden -fvisibility=hidden
-DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT  -pthread -m64
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include/xpcom
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include/string
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include/xpcom
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include/nsprpub
-I/home/adoldo/PPA/vbox/debian/builddir/bin/sdk/bindings/xpcom/include/ipcd
-I/home/adoldo/PPA/vbox/include -I/home/adoldo/PPA/vbox/debian/builddir
-DVBOX -DVBOX_WITH_DEBUGGER -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS
-DVBOX_WITH_HARDENING -DRTPATH_APP_PRIVATE=\"/usr/share/virtualbox\"
-DRTPATH_APP_PRIVATE_ARCH=\"/usr/lib/virtualbox\"
-DRTPATH_SHARED_LIBS=\"/usr/lib/virtualbox\"
-DRTPATH_APP_DOCS=\""/usr/share/doc/virtualbox-ose"\" -DRT_OS_LINUX
-D_FILE_OFFSET_BITS=64 -DRT_ARCH_AMD64 -D__AMD64__ -DPIC -DIN_RING3
-DUNICODE -DNDEBUG=1 -DVBOX_WITH_XPCOM
-DVBOX_WITH_XPCOM_NAMESPACE_CLEANUP -DNDEBUG -DTRIMMED -DVBOX_FFMPEG
-DVBOX_WITH_GUEST_PROPS -DVBOX_WITH_VNC
-Wp,-MD,/home/adoldo/PPA/vbox/debian/builddir/obj/VBoxHeadless/VBoxHeadless.o.dep
-Wp,-MT,/home/adoldo/PPA/vbox/debian/builddir/obj/VBoxHeadless/VBoxHeadless.o
-Wp,-MP -o
/home/adoldo/PPA/vbox/debian/builddir/obj/VBoxHeadless/VBoxHeadless.o
/home/adoldo/PPA/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
kmk[2]: *** Waiting for unfinished jobs
kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_dlls_this] Error 2
kmk: *** [pass_dlls_order] Error 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Thanks for your attention.

Cheers,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] error: jni.h: no such file or directory on svn build 31035

2010-07-23 Thread Antonio Doldo

 Il 23/07/2010 11:30, Frank Mehnert ha scritto:

Antonio,

On Friday 23 July 2010, Antonio Doldo wrote:

   Hi all,
from yesterday the last svn don't build for me on debian/ubuntu, anyone
can confirm this?
I receive an error on missing file 'jni.h':

/home/adoldo/PPA/vbox/src/libs/xpcom18a4/python/src/VariantUtils.cpp: In
member function ‘PRBool PyXPCOM_InterfaceVariantHelper::Init(PyObject*)’:
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/python/src/VariantUtils.cpp:1117:
warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has
type ‘Py_ssize_t’ [-Wformat]
In file included from
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/java/src/nsAppFileLocProviderProxy
.cpp:38:
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/java/src/nsAppFileLocProviderProxy
.h:42:17: error: jni.h: Nessun file o directory

Either install jdk 1.6 or run ./configure --disable-java

Kind regards,

Frank

Thanks Frank,
I confirm that installing jdk 1.6 (SUN build 1.6.0_20-b02) the svn 31036 
build successfully.


Great work!
Best regards,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] error: jni.h: no such file or directory on svn build 31035

2010-07-23 Thread Antonio Doldo

 Hi all,
from yesterday the last svn don't build for me on debian/ubuntu, anyone 
can confirm this?

I receive an error on missing file 'jni.h':

/home/adoldo/PPA/vbox/src/libs/xpcom18a4/python/src/VariantUtils.cpp: In 
member function ‘PRBool PyXPCOM_InterfaceVariantHelper::Init(PyObject*)’:
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/python/src/VariantUtils.cpp:1117: 
warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has 
type ‘Py_ssize_t’ [-Wformat]
In file included from 
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/java/src/nsAppFileLocProviderProxy.cpp:38:
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/java/src/nsAppFileLocProviderProxy.h:42:17: 
error: jni.h: Nessun file o directory

.

builddir/obj/VBoxJXpcom/src/nsAppFileLocProviderProxy.o 
/home/adoldo/PPA/vbox/src/libs/xpcom18a4/java/src/nsAppFileLocProviderProxy.cpp

kmk[2]: *** Waiting for unfinished jobs
kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_dlls_this] Error 2
kmk: *** [pass_dlls_order] Error 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

my distro is Ubuntu 10.04 amd64, the path of 'jni.h' is
/usr/lib/jvm/java-6-openjdk/include/jni.h

Thanks for attention,
Cheers,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] build svn 29768 "/usr/lib/virtualbox/VBoxRT.so": No such file or directory

2010-05-25 Thread Antonio Doldo
Hi all, in the last weeks i was compiled many times the svn OSE on
ubuntu lucid amd64 ,
but the last packets do not work.
In the /usr/lib/virtualbox there are missing files as shown in the 'ls'
command:

~$ VirtualBox
VirtualBox: supR3HardenedVerifyFileInternal: Failed to open
"/usr/lib/virtualbox/VBoxRT.so": No such file or directory (2)
~$ sudo /etc/init.d/vboxdrv setup
 * Stopping VirtualBox kernel
module  
   
*  done.
 * Removing old VirtualBox netadp kernel
module  
*  done.
 * Removing old VirtualBox netflt kernel
module  
*  done.
 * Removing old VirtualBox kernel
module 
*  done.
 * Recompiling VirtualBox kernel
module  
*  done.
 * Starting VirtualBox kernel
module  
   
*  done.

$ lsmod |grep vb
vboxnetadp  5171  0
vboxnetflt 15096  0
vboxdrv  1792311  2 vboxnetadp,vboxnetflt

~$ VirtualBox
VirtualBox: supR3HardenedVerifyFileInternal: Failed to open
"/usr/lib/virtualbox/VBoxRT.so": No such file or directory (2)
~$ ls -l /usr/lib/virtualbox/
totale 8156
drwxr-xr-x 2 root root4096 2010-05-25 12:26 components
drwxr-xr-x 3 root root4096 2010-05-25 12:26 sdk
-rw-r--r-- 1 root root   16656 2010-05-25 12:23 VBoxDD2GC.gc
-rw-r--r-- 1 root root   26016 2010-05-25 12:23 VBoxDD2R0.r0
-rw-r--r-- 1 root root  126140 2010-05-25 12:23 VBoxDDGC.gc
-rw-r--r-- 1 root root  166304 2010-05-25 12:23 VBoxDDR0.r0
-rw-r--r-- 1 root root 2031616 2010-05-25 12:23 VBoxEFI32.fd
-rw-r--r-- 1 root root 2031616 2010-05-25 12:23 VBoxEFI64.fd
-r-s--x--x 1 root root   27024 2010-05-25 12:23 VBoxHeadless
-rwxr-xr-x 1 root root  630416 2010-05-25 12:23 VBoxManage
-r-s--x--x 1 root root   10536 2010-05-25 12:23 VBoxNetAdpCtl
-r-s--x--x 1 root root   27024 2010-05-25 12:23 VBoxNetDHCP
-r-s--x--x 1 root root   27016 2010-05-25 12:23 VBoxSDL
-rwxr-xr-x 1 root root   93182 2010-05-25 12:23 vboxshell.py
-rw-r--r-- 1 root root  105225 2010-05-25 12:27 vboxshell.pyc
-rwxr-xr-x 1 root root 1675688 2010-05-25 12:23 VBoxSVC
-rwxr-xr-x 1 root root   88816 2010-05-25 12:23 VBoxTestOGL
-rwxr-xr-x 1 root root   27376 2010-05-25 12:23 VBoxXPCOMIPCD
-r-s--x--x 1 root root   27024 2010-05-25 12:23 VirtualBox
-rw-r--r-- 1 root root  459496 2010-05-25 12:23 VMMGC.gc
-rw-r--r-- 1 root root  716240 2010-05-25 12:23 VMMR0.r0

Thanks for patience.
Best regards,
Antonio
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Announcement: VirtualBox 3.2.0 Beta 3 released

2010-05-14 Thread Antonio Doldo

Il 14/05/2010 11:08, Klaus Espenlaub ha scritto:

Antonio Doldo wrote:

Il 12/05/2010 21:58, Frank Mehnert ha scritto:

Please do NOT use this VirtualBox Beta release on production machines!
A VirtualBox Beta release should be considered a bleeding-edge release
meant for early evaluation and testing purposes.

You can download the binaries here:

http://download.virtualbox.org/virtualbox/3.2.0_BETA3/

Thanks for nice works, I compiled it successfully on ubuntu/debian and
my opinion is that VB is always better.

I correct the changelog in '3.2.0~beta-3' because the final package
(using dpkg-buildpackage) result as Beta2:

debian/changelog:virtualbox-ose (3.2.0~beta-2) unstable; urgency=low


Sorry about that, seems someone skipped over a step in the release build
checklist. As long as it says r61544 (PUEL packages and/or OSE tarball)
or r29429 if you got the sources from the public VirtualBox subversion
repository it is BETA3.


I think that is a minimal problem and I confirm that the binary packages 
reporting, es:


virtualbox-3.2 (3.2.0~beta3-61544~Ubuntu~lucid) unstable; urgency=low

but the tarball  VirtualBox-3.2.0_BETA3-OSE.tar.bz2 has

virtualbox-ose (3.2.0~beta-2) unstable; urgency=low



Klaus

Thanks for immediate response.

Best regards,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Announcement: VirtualBox 3.2.0 Beta 3 released

2010-05-14 Thread Antonio Doldo

Il 12/05/2010 21:58, Frank Mehnert ha scritto:

Please do NOT use this VirtualBox Beta release on production machines!
A VirtualBox Beta release should be considered a bleeding-edge release
meant for early evaluation and testing purposes.

You can download the binaries here:

   http://download.virtualbox.org/virtualbox/3.2.0_BETA3/
Thanks for nice works, I compiled it successfully on ubuntu/debian and 
my opinion is that VB is always better.


I correct the changelog in '3.2.0~beta-3' because the final package 
(using dpkg-buildpackage) result as Beta2:


debian/changelog:virtualbox-ose (3.2.0~beta-2) unstable; urgency=low

Cheers,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] VirtualBox 3.2.0 Beta 2 withdrawn

2010-05-07 Thread Antonio Doldo
Il 07/05/2010 11:35, Alexey Eremenko ha scritto:
> Frank Mehnert said "Due to a last-minute regression the 3.2.0 Beta 2
> was withdrawn. We will fix the problem and upload new Beta 2 packages
> ASAP. Sorry for the inconveniences!"
>
> Do you mean:
>
> Regression: XP *CRASH* with GuestAdditions BETA2
> After installing Additions from BETA2, it take ~5 min to boot VM. It
> is very slow, and finally XP guest crashes !
> http://forums.virtualbox.org/viewtopic.php?f=15&t=30633
> ?
>
> or another ?
>
>   
I confirm that GA on Beta2, compiled from sources on ubuntu karmic
amd64, don't work.
I'm have not crashes, but the graphic are very slow and the mouse is not
releases from XP guest.
I resolved with ISO from BETA1 as suggested on the link posted.

Thanks to all,
Antonio



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 24682 fakeroot debian/rules binary gave error

2009-11-23 Thread Antonio Doldo
Frank Mehnert ha scritto:
> Antonio,
>
> On Monday 16 November 2009, Antonio Doldo wrote:
>   
>> the last svn 24682 give me an error during compilation of debian package
>>
>> * "rmdir /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE"
>> 
>
> thanks for the report, fixed in SVN.
>
> Kind regards,
>
> Frank
>   
Hi all,
Today I have the same problem on r24856

install -D -g 0 -o 0 -m 644 debian/VBox.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin/VBox
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/VBoxSysInfo.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/virtualbox
for i in VBoxManage VBoxSVC VBoxSDL \
VirtualBox VBoxHeadless \
; do \
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/$i
/home/adoldo/vbox/debian/virtualbox-ose/usr/lib/virtualbox; done
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/VBoxTunctl
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin
dh_installdocs
rmdir /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE
rmdir: rimozione di
"/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE" non
riuscita: Directory non vuota
make: *** [binary] Errore 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2


Please can you suggest me a rapid solution for "Directory not empty"?.

Thanks for your useful work,
Antonio

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 24682 fakeroot debian/rules binary gave error

2009-11-16 Thread Antonio Doldo
Hi all,
the last svn 24682 give me an error during compilation of debian package

* "rmdir /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE" *


mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/VBoxSysInfo.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/virtualbox
for i in VBoxManage VBoxSVC VBoxSDL \
VirtualBox VBoxHeadless \
; do \
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/$i
/home/adoldo/vbox/debian/virtualbox-ose/usr/lib/virtualbox; done
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE/VBoxTunctl
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin
dh_installdocs
rmdir /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE
rmdir: rimozione di
"/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-3.1.0_OSE" non
riuscita: Directory non vuota
make: *** [binary] Errore 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2


Thanks to all,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] error check Mesa libs on svn r24300.

2009-11-04 Thread Antonio Doldo
Hi all,
the "./configure" exit with this error code after a svn update (r24300)

Checking for Mesa / GLU: X Error of failed request:  BadRequest
(invalid request code or no such operation)
  Major opcode of failed request:  135 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  14
  Current serial number in output stream:  14

Any idea?
Thanks to all,
Antonio



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 3.0.51_OSE r24253 Host+N (session information) close VMs

2009-11-03 Thread Antonio Doldo
As reported in this image
http://img689.imageshack.us/img689/6126/getusberrorr24253.jpg

The svn r24253, and probably 2/3 days previous svn versions broken all
my VMs

Host Ubuntu 9.04
Guests: xp, freebsd, debian


The complete log of a Debian machine is on:

http://pastebin.com/m569a5c84

Best regards,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] 3.0.10 guru meditation, ose and puel edition

2009-10-29 Thread Antonio Doldo
Frank Mehnert ha scritto:
> On Thursday 29 October 2009, Antonio Doldo wrote:
>   
>> Today I have download the new source code VirtualBox-3.0.10-OSE.tar.bz2
>> and the PUEL package for jaunty.
>> 
.
> Last-minute regression, 3.0.10 is currently rebuilt.
>
> Kind regards,
>
> Frank
>   
sorry for my haste, thanks for report.  I had not read the message in
vbox-users list

Cheers,
Antonio


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] 3.0.10 guru meditation, ose and puel edition

2009-10-29 Thread Antonio Doldo
Today I have download the new source code VirtualBox-3.0.10-OSE.tar.bz2 
and the PUEL package for jaunty.

Both versions chrashed my xp, debian and ubuntu VMs, with a window "Guru
Meditation"
Host; Ubuntu jaunty 32 Bit
Guests; windows xp, ubuntu karmic rc, debian lenny.

I probe also to rename .VirtualBox and start with a clean solution.

One of these logs is visibile on:

http://pastebin.com/f24c8cb97

Thanks to all,

Antonio




___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian build failed on svn r23717

2009-10-14 Thread Antonio Doldo
Knut St. Osmundsen ha scritto:
> Antonio Doldo wrote:
>   
>> I have also tested the build on svn fresh copy, but the result is the
>> same, have you this problem?
>> thanks to all.
>> 
>
> Yes, we found and fixed the problem yesterday.  Updating the public
> subversion now, should be done in a few mins.
>
>
>   
Ok, I've successfully compiled the r23759 release :)
and upload it for test on my blog
http://adoldo.wordpress.com/virtualbox-ose-repo/

many thanks for fix,

cheers,
Antonio



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] debian build failed on svn r23717

2009-10-14 Thread Antonio Doldo
I have also tested the build on svn fresh copy, but the result is the
same, have you this problem?
thanks to all.


/home/adoldo/vbox/include/VBox/x86.h:866:1: warning:
"MSR_IA32_VMX_PROCBASED_CTLS2" redefined
In file included from
/lib/modules/2.6.28-15-generic/build/arch/x86/include/asm/msr.h:4,
from
/lib/modules/2.6.28-15-generic/build/arch/x86/include/asm/processor.h:20,
from
/lib/modules/2.6.28-15-generic/build/arch/x86/include/asm/thread_info.h:22,
from /lib/modules/2.6.28-15-generic/build/include/linux/thread_info.h:55,
from /lib/modules/2.6.28-15-generic/build/include/linux/preempt.h:9,
from /lib/modules/2.6.28-15-generic/build/include/linux/spinlock.h:50,
from /home/adoldo/vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h:100,
from /home/adoldo/vbox/src/VBox/HostDrivers/Support/SUPDrv.c:35:
/lib/modules/2.6.28-15-generic/build/arch/x86/include/asm/msr-index.h:358:1:
warning: this is the location of the previous definition
In file included from /home/adoldo/vbox/include/VBox/hwacc_vmx.h:37,
from /home/adoldo/vbox/src/VBox/HostDrivers/Support/SUPDrv.c:53:
/home/adoldo/vbox/include/VBox/x86.h:1849: error: expected identifier or
'(' before numeric constant
/home/adoldo/vbox/include/VBox/x86.h:1851: error: expected ';' before
'uint16_t'
/home/adoldo/vbox/include/VBox/x86.h:1883: error: expected identifier or
'(' before numeric constant
/home/adoldo/vbox/include/VBox/x86.h:1884: error: expected ';' before
'uint16_t'
kmk[2]: *** [/home/adoldo/vbox/debian/builddir/obj/vboxdrv/SUPDrv.o] Error 1
The failing command:
@gcc -c -O2 -nostdinc -iwithprefix include -Wall -Wextra
-Wno-missing-field-initializers -Wno-unused -Wno-trigraphs
-Wstrict-prototypes -Wno-pointer-sign -Wno-sign-compare
-fno-stack-protector -O2 -mtune=generic -fno-omit-frame-pointer
-fno-strict-aliasing -fno-common -mpreferred-stack-boundary=2
-msoft-float -I/home/adoldo/vbox/src/VBox/HostDrivers/Support
-I/home/adoldo/vbox/src/VBox/Runtime/r0drv/linux
-I/lib/modules/2.6.28-15-generic/build/include
-I/lib/modules/2.6.28-15-generic/build/include/asm-i386/mach-default
-I/lib/modules/2.6.28-15-generic/build/include/asm-x86/mach-default
-I/lib/modules/2.6.28-15-generic/build/arch/x86/include
-I/lib/modules/2.6.28-15-generic/build/arch/x86/include/asm/mach-default
-I/lib/modules/2.6.28-15-generic/build/include
-I/home/adoldo/vbox/include -I/home/adoldo/vbox/debian/builddir -DVBOX
-DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_HARDENING
-DRTPATH_APP_PRIVATE=\"/usr/share/virtualbox\"
-DRTPATH_APP_PRIVATE_ARCH=\"/usr/lib/virtualbox\"
-DRTPATH_SHARED_LIBS=\"/usr/lib/virtualbox\"
-DRTPATH_APP_DOCS=\""/usr/share/doc/virtualbox-ose"\" -DRT_OS_LINUX
-D_FILE_OFFSET_BITS=64 -DRT_ARCH_X86 -D__X86__ -D__KERNEL__ -DMODULE
-DIN_RING0 -DIN_RT_R0 -DKBUILD_MODNAME=KBUILD_STR\(vboxdrv\)
-DKBUILD_BASENAME=KBUILD_STR\(vboxdrv\) -DMODULE -DIN_RT_R0 -DIN_SUP_R0
-DCONFIG_VBOXDRV_AS_MISC -DVBOX_SVN_REV=23717
-Wp,-MD,/home/adoldo/vbox/debian/builddir/obj/vboxdrv/SUPDrv.o.dep
-Wp,-MT,/home/adoldo/vbox/debian/builddir/obj/vboxdrv/SUPDrv.o -Wp,-MP
-o /home/adoldo/vbox/debian/builddir/obj/vboxdrv/SUPDrv.o
/home/adoldo/vbox/src/VBox/HostDrivers/Support/SUPDrv.c
kmk[2]: *** Waiting for unfinished jobs
kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_binaries_this] Error 2
kmk: *** [pass_binaries_order] Error 2
make: *** [debian/build-stamp] Errore 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] VMs crashing with 23120 svn - module VMMR0.r0

2009-09-18 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

walt ha scritto:
> On 09/18/2009 05:53 AM, Antonio Doldo wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi all,
>> I build now successfully the svn 23120 package on ubuntu 9.04 32bit
>>
>> All the VM crashing immediately, the logs report:
>
> I see that svn is already up to 23130, just in the last two hours,
> so you might try updating again now.
>
The 23130 working fine, many thanks to dev team to fix it ^_^

Only for test I have upload the deb packages on:

http://adoldo.wordpress.com/virtualbox-ose-repo/


Best regards,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqzq98ACgkQd/eBSx+n1DqrDgCeODrtzWbKRSAiX3n2MZg52s5F
FC0Amweajfp4YbYI62HN9UM97PNy4vI9
=f6Kv
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] VMs crashing with 23120 svn - module VMMR0.r0

2009-09-18 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
I build now successfully the svn 23120 package on ubuntu 9.04 32bit

All the VM crashing immediately, the logs report:

Windowx XP:

00:00:00.453 VirtualBox 3.0.51_OSE r23120 linux.x86 (Sep 18 2009
14:22:10) release log
00:00:00.453 Log opened 2009-09-18T12:41:35.323315000Z
00:00:00.453 OS Product: Linux
00:00:00.453 OS Release: 2.6.28-15-generic
00:00:00.453 OS Version: #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009
00:00:00.453 Host RAM: 2011MB RAM, available: 1589MB
00:00:00.453 Executable: /usr/lib/virtualbox/VirtualBox
00:00:00.453 Process ID: 26351
00:00:00.453 Package type: LINUX_32BITS_GENERIC (OSE)
00:00:00.469 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at
0xfb4e7060 - ModuleInit at fb4fa760 and ModuleTerm at
fb4fa720
00:00:00.469 SUP: VMMR0EntryEx located at fb4fa5f0,
VMMR0EntryFast at fb4f97a0 and VMMR0EntryInt at fb4f95c0
00:00:00.517 VBoxSharedClipboard mode: Bidirectional

Debian 5.0.3:

00:00:00.584 VirtualBox 3.0.51_OSE r23120 linux.x86 (Sep 18 2009
14:22:10) release log
00:00:00.584 Log opened 2009-09-18T12:43:34.822816000Z
00:00:00.584 OS Product: Linux
00:00:00.584 OS Release: 2.6.28-15-generic
00:00:00.584 OS Version: #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009
00:00:00.584 Host RAM: 2011MB RAM, available: 1575MB
00:00:00.584 Executable: /usr/lib/virtualbox/VirtualBox
00:00:00.584 Process ID: 28319
00:00:00.584 Package type: LINUX_32BITS_GENERIC (OSE)
00:00:00.589 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at
0xfb6c5060 - ModuleInit at fb6d8760 and ModuleTerm at
fb6d8720
00:00:00.589 SUP: VMMR0EntryEx located at fb6d85f0,
VMMR0EntryFast at fb6d77a0 and VMMR0EntryInt at fb6d75c0
00:00:00.608 VBoxSharedClipboard mode: Bidirectional


I'have tested also /etc/init.d/vboxdrv setup

The previous versions 23073 work fine.


Thanks for your attention,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqzgrAACgkQd/eBSx+n1DrdSACfZOfcKjrwdNoOLYGhD1D407Jm
jcwAnRbMvWplZxR6D4BwTPQguBJwY25/
=YMFS
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Best way to move a vm to another pc?

2009-08-25 Thread Antonio Doldo
Hi,
there is a java graphical utility for register an image on the
VirtualBox.xml file
http://virtualbox.wordpress.com/doc/register-and-load-a-downloaded-image/
perhaps is not the best way, but is a chance.
The GUI  start with
java -jar registerimage-2.0.0.jar
a screenshot is here:
http://img253.imageshack.us/img253/28/javaregister.png
In practice tha tags MachineEntry and HardDisk were written in
VirtualBox.xml.
There are also the way manual of editing the file or more simply copy the
VDI disk and associate in a new VM ;-)

This is my personal point of view, of course

Best regards,
Antonio

-- 

:::. http://adoldo.wordpress.com ..:::


2009/8/25 Huihong Luo 

> In other words, can I simply move the xml files and virtual disk files to
> another pc? and open it by vbox?
>
> I couldn't find a better way, everytime I basically need to re-create the
> vm with the disk files  on a different pc.
>
> Is it possible to use a single xml file? with all disk files in the same
> dir.
>
> ___
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] machines don't starts with debian build r21369

2009-07-08 Thread Antonio Doldo
Hi all,
the svn r21369 on linux host, crash immediately:
This is the logs of a windowx xp and slax guests:

XP with bridged network:
00:00:00.503 VirtualBox 3.0.51_OSE r21369 linux.x86 (Jul  8 2009
11:00:45) release log
00:00:00.503 Log opened 2009-07-08T10:53:46.833725000Z
00:00:00.503 OS Product: Linux
00:00:00.503 OS Release: 2.6.24-24-server
00:00:00.503 OS Version: #1 SMP Tue Jun 30 21:03:25 UTC 2009
00:00:00.503 Host RAM: 4048MB RAM, available: 3319MB
00:00:00.503 Executable: /usr/lib/virtualbox/VirtualBox
00:00:00.503 Process ID: 31881
00:00:00.503 Package type: LINUX_32BITS_GENERIC (OSE)
00:00:00.508 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at
0xf9459060 - ModuleInit at f946bf50 and ModuleTerm at
f946bf10
00:00:00.508 SUP: VMMR0EntryEx located at f946bde0,
VMMR0EntryFast at f946bfd0 and VMMR0EntryInt at
f946b0e0
00:00:00.544 VBoxSharedClipboard mode: Bidirectional


slax with NAT:
00:00:00.500 VirtualBox 3.0.51_OSE r21369 linux.x86 (Jul  8 2009
11:00:45) release log
00:00:00.500 Log opened 2009-07-08T10:53:54.757695000Z
00:00:00.501 OS Product: Linux
00:00:00.501 OS Release: 2.6.24-24-server
00:00:00.501 OS Version: #1 SMP Tue Jun 30 21:03:25 UTC 2009
00:00:00.501 Host RAM: 4048MB RAM, available: 3319MB
00:00:00.501 Executable: /usr/lib/virtualbox/VirtualBox
00:00:00.501 Process ID: 31915
00:00:00.501 Package type: LINUX_32BITS_GENERIC (OSE)
00:00:00.506 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at
0xf9459060 - ModuleInit at f946bf50 and ModuleTerm at
f946bf10
00:00:00.506 SUP: VMMR0EntryEx located at f946bde0,
VMMR0EntryFast at f946bfd0 and VMMR0EntryInt at
f946b0e0
00:00:00.543 VBoxSharedClipboard mode: Bidirectional


Thanks for your time,
Antonio

-- 

:::. http://adoldo.wordpress.com ..:::


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] critical error at startup VirtualBox OSE svn r21049

2009-06-30 Thread Antonio Doldo
Hi all,
today I have compiled the  svn r21049 debian package, but VirtualBox
exit with a crtical error:

Fallimento nella creazione dell'oggetto COM VirtualBox.
L'applicazione verrà ora chiusa.
Method GetUSBController is not implemented.


Codice d'uscita:
NS_ERROR_NOT_IMPLEMENTED (0x80004001)
Componente:
Machine
Interfaccia:
IMachine {4d1df26d-d9c1-4c7e-b689-15e85ecf8ffc}
RC Chiamante:
NS_ERROR_NO_INTERFACE (0x80004002)

there are not other logs in .Virtualbox directory.
I also probe to rename .VirtualBox and start with a recompiled vboxdrv
module, but the problem remain.

Thanks for your time,
Antonio

--

:::. http://adoldo.wordpress.com ..:::


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 20158 compilation error on vboxapisetup.py

2009-06-01 Thread Antonio Doldo
Hi all,
Today I have successufully compiled the debian package from the source
VirtualBox-2.2.4-OSE.tar.bz2.

Instead on the svn trunk (20158) I have an error on xpcom:


  ISYM{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/file.py
  ISYM
{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/__init__.py
  ISYM{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/nsError.py
  ISYM
{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/primitives.py
  ISYM
{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/vboxxpcom.py
  ISYM
{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/xpcom_consts.py
  ISYM{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/xpt.py
  ISYM
{C}/debian/builddir/bin/sdk/bindings/xpcom/python/xpcom/client/__init__.py
kmk[1]: *** No rule to make target
`/home/adoldo/vbox/debian/builddir/bin/sdk/installer/vboxapisetup.py',
needed by
`/home/adoldo/vbox/debian/builddir/obj/Installer/linux/archive/sdk/installer/vboxapisetup.py'.
Stop.
kmk: *** [pass_packing_this] Error 2
make: *** [debian/build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


Any idea?
Thanks to all,
Antonio

--

:::. http://adoldo.wordpress.com ..:::

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] last svn (17978) debian package don't build

2009-03-17 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In last two builds I give an error on debian/rules building, the
script in fact don't remove the dir
vbox/debian/virtualbox-ose/opt/VirtualBox-2.1.51_OSE
the last lines og log reporting:

mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.1.51_OSE/webtest
/home/adoldo/vbox/debian/virtualbox-ose/usr/lib/virtualbox; \
fi
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.1.51_OSE/VBoxTunctl
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin
dh_installdocs
rmdir /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.1.51_OSE
rmdir: rimozione di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.1.51_OSE'
non riuscita: Directory non vuota
make: *** [binary] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2


Thanks to all for the support.

Best regards,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJv4EXd/eBSx+n1DoRAl5EAJ9/YMsmhstmmQ3maXq4H6Q7lsV9cgCeK3C5
cLuspHVGHORGk7TheEfqNAU=
=BZCZ
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] OVF import with OSE svn r17088

2009-02-24 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
just for my curiosity, i want tested the new feature relative to
import an OVF virtual machine,
with build r17088 of svn on debian/ubuntu.

I download a LAMP appliance from
http://virtualappliances.net/downloads/esx/
and also convert a vmware vmx with ovftool
(http://register.vmware.com/content/download-ovf-os.html)

In both cases I receive this error:

Method GetUSBController is not implemented.
Codice d'uscita:
NS_ERROR_NOT_IMPLEMENTED (0x80004001)
Componente:
Machine
Interfaccia:
IMachine {ea6fb7ea-1993-4642-b113-f29eb39e0df0}

My questions are: The OSE version don't have a bus USB and this
feature is only on the next PUEL release, or
there is a mistake with my procedure?

graphical snapshots are on:
http://img16.imageshack.us/img16/7217/ovfimportwizard.png
http://img16.imageshack.us/img16/3862/ovferror.png

Sorry for my English,
Best regards,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmkgSgACgkQd/eBSx+n1Dpx1wCcDVIRh0Z1IwkLhkc5irKpFh00
JT0Anjdiywf/0E4J3ejonZuxf88jwsFK
=T5sA
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] Crash related to VMM with 16873 svn (amd64)

2009-02-17 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After talk with Vasily, i decided to inform vbox-dev that the last
building of 16873 snc code on amd64
don't work with all machines:
the last lines of logs (winxp and Debian5) are:

00:00:01.432 !!Assertion Failed!!
00:00:01.432 Expression: pShwPaePd
00:00:01.432 Location  :
/home/adoldo/vbox/src/VBox/VMM/VMMAll/PGMAllMap.cpp(272) void
pgmMapSetShadowPDEs(VM*, PGMMAPPING*, unsigned int)


00:00:01.486 !!Assertion Failed!!
00:00:01.486 Expression: pShwPaePd
00:00:01.486 Location  :
/home/adoldo/vbox/src/VBox/VMM/VMMAll/PGMAllMap.cpp(272) void
pgmMapSetShadowPDEs(VM*, PGMMAPPING*, unsigned int)

The complete logs are online:


http://pastebin.com/m666547a4
http://pastebin.com/d330774e8

Thanks for attentions.
best regards,
Antonio
 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmbvIEACgkQd/eBSx+n1DpydQCfTzxIamVzfjvEqIUp6JYigjLS
lsUAn0f9uuaYETWFCvwaMt5857yRys2H
=2H1W
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] Machines crash with last svn version if NAT is enabled

2009-02-12 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As the subjet, I found in the last two build of debian package (svn
16650 and 16586)
that ALL the machines don't starting if NAT is enabled.
I make various tests and I'm confuse, in few cases seem that the
problem was randomized and I also changed the NIC PCnet-FAST III in
Intel PRO/1000.

At this moment all the building (32 and 64b bit) are affected, can
anyone confirm this?

The logs of 2 machines are here:
http://pastebin.com/m14edc2ec
http://pastebin.com/m6923dcd5

Thanks to all,
Antonio
_
http://adoldo.wordpress.com
,
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmUtVEACgkQd/eBSx+n1Dr40QCfZwmwh7a2VQoZa+MUOW1jdG9k
il4AnRkc52t3u91ITL9okfp46olsApjV
=KZix
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Host Interface Networking dhcp with svn 15842

2009-01-13 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
>> the same problem there is in the  rel. 15882, various test to confirm.
>
> Yes, same problem here. We are investigating.
>
> Kind regards,
>
> Frank
The svn (15902) compiled today work fine, I have tested various guests
in ubuntu e debian hosts.
Many thanks for your useful work,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJbIjVd/eBSx+n1DoRAnk7AJ9TLKSgYAnOncWyjSiNokQbhaCTqACfZdv1
KEeivjFonAiWdh6+NPGzMs8=
=SGSc
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] Host Interface Networking dhcp with svn 15842

2009-01-09 Thread Antonio Doldo
Antonio Doldo ha scritto:
> I have compiled today  the svn 15842 release,
the same problem there is in the  rel. 15882, various test to confirm.

sorry for reply to my message
>
> Antonio Doldo
> ___
> http://adoldo.wordpress.com


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] Host Interface Networking dhcp with svn 15842

2009-01-08 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have compiled today  the svn 15842 release,
all the guest machines (debian, ubuntu, win xp) not acquire from dchp
server the IP,
the previous version 15826 works fine.

The network in NAT mode is OK,
anyone can confirm this?
Thanks to all for attention,


Antonio Doldo
___
http://adoldo.wordpress.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJZeTzd/eBSx+n1DoRAgAsAJ0Q1wyakymnHk9LNl7plJfvFw34HACeIYbG
vCwRFlXHxpCiKctLgF+VSww=
=+ScD
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Antonio Doldo
Frank Mehnert ha scritto:
> On Thursday 18 December 2008, Antonio Doldo wrote:
>   
>> Frank Mehnert ha scritto:
>> 
>>> On Wednesday 17 December 2008, Antonio Doldo wrote:
>>>   
>>>> During the last svn, I obtain an error with dpkg-buildpackage:
>>>> 
>>> Should be fixed now. Thanks for the report.
>>>   
>> Frank, thanks for fix.
>> excuse me, but i have a similar error on the new and fresh source code
>> VirtualBox-2.1.0-OSE.tar.bz2
>> can you explain me about the error on debian tree of official stable
>> source code?
>> 
>
> Thanks again. Actually that one slipped through. I've added the file
> to the local archive but did not replace the archive on the download
> service. Which I did right now so the OSE archive should now contain
> that file as well.
>
> Kind regards,
>
> Frank
>   
Excuse me, what is the file that is copied from svn?
if I undesrstand well,  the archive will be substitued in next hours/days?
Happy day,
cheers,
A.


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian rules error during build svn 15619

2008-12-18 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
> On Wednesday 17 December 2008, Antonio Doldo wrote:
>> During the last svn, I obtain an error with dpkg-buildpackage:
>
> Should be fixed now. Thanks for the report.
Frank, thanks for fix.
excuse me, but i have a similar error on the new and fresh source code
VirtualBox-2.1.0-OSE.tar.bz2
can you explain me about the error on debian tree of official stable
source code?
I have compiled the svn tree (15630) successfully.

mv
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/opt/VirtualBox-2.1.0_OSE/VirtualBox.desktop
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/applications/VirtualBox.desktop
install -d -g 0 -o 0
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/pixmaps
install -d -g 0 -o 0
/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/lintian/overrides
sed \
-e 's|%VERPKG%|virtualbox-ose|g' \
debian/lintian-override.in > \

/home/adoldo/VirtualBox-2.1.0/debian/virtualbox-ose/usr/share/lintian/overrides/virtualbox-ose
sed: impossibile leggere debian/lintian-override.in: Nessun file o
directory
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2


Thanks for your useful fork.
Best regards,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJSgwgd/eBSx+n1DoRAmrYAJ4vIdwL/NN93NgYwKvysOs7VZTY/gCdGkuJ
C4WdKq7aNh3FebgTfpo4JcM=
=idr4
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] debian rules error during build svn 15619

2008-12-17 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

During the last svn, I obtain an error with dpkg-buildpackage:

mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VirtualBox.desktop
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/applications/VirtualBox.desktop
install -d -g 0 -o 0
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/pixmaps
install -d -g 0 -o 0
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/lintian/overrides
sed \
-e 's|%VERPKG%|virtualbox-ose|g' \
debian/lintian-override.in > \
  
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/lintian/overrides/virtualbox-ose
sed: impossibile leggere debian/lintian-override.in: Nessun file o
directory
make: *** [binary] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2

Thansk to all for any help or idea,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJSOWdd/eBSx+n1DoRAp1hAJ9lGyEuEXFRCzrA3Eow/wnyx8Y05gCfcfew
e1QtN+cIQkEaIrhFfaU3UWk=
=/eaA
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 15197 not complie

2008-12-10 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josh Wright ha scritto:
> Due to some work to add ICMP support to NAT on linux hosts, the
> libcap developments headers are currently a build dependency.
>
> apt-get install libcap2-dev
>
> ~JW
>
well, thanks for the information.
I have installed libcap-dev on ubuntu hardy 8.04.1 because I don't
found the libcap2-dev (only for intrepid?)

The build now work fine, many thanks.
Best regards,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJP8Gkd/eBSx+n1DoRAutoAKCBjzmYUi6WT9yusPAT7ZjSBxYqwgCeO6A+
NwIZufotIxkHFIvPnW03kuA=
=RFA+
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 15197 not complie

2008-12-10 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yesterday I have compiled successfully the 15111 svn release as debian
package, instead today i got an error on procedure, also on fresh
download sources with configure / kmk
The same errors are in dpkg-buildpackage test.

kmk[2]: ***
[/home/adoldo/vbox/out/linux.x86/release/obj/SUPR3HardenedStatic/SUPR3HardenedMain.o]
Error 1
The failing command:
@g++ -c -O2 -g -pipe -pedantic -Wall -Wextra
- -Wno-missing-field-initializers -Wno-unused -Wno-trigraphs
- -Wno-long-long -Wno-variadic-macros -march=i586 -O2 -mtune=generic
- -fno-omit-frame-pointer -fno-strict-aliasing
- -fvisibility-inlines-hidden -fvisibility=hidden
- -DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT -m32
- -I/home/adoldo/vbox/src/VBox/HostDrivers/Support
- -I/home/adoldo/vbox/include -I/home/adoldo/vbox/out/linux.x86/release
- -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DRT_OS_LINUX
- -D_FILE_OFFSET_BITS=64 -DRT_ARCH_X86 -D__X86__ -DIN_RING3
- -DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -DIN_SUP_HARDENED_R3
-
-Wp,-MD,/home/adoldo/vbox/out/linux.x86/release/obj/SUPR3HardenedStatic/SUPR3HardenedMain.o.dep
-
-Wp,-MT,/home/adoldo/vbox/out/linux.x86/release/obj/SUPR3HardenedStatic/SUPR3HardenedMain.o
- -Wp,-MP -o
/home/adoldo/vbox/out/linux.x86/release/obj/SUPR3HardenedStatic/SUPR3HardenedMain.o
/home/adoldo/vbox/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
kmk[2]: *** Waiting for unfinished jobs
kmk[2]: Leaving directory `/home/adoldo/vbox'
kmk[1]: *** [pass_libraries_this] Error 2
kmk[1]: Leaving directory `/home/adoldo/vbox'
kmk: *** [pass_libraries_order] Error 2

Thanks for your attention,
Have a happy day.

Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJP5dVd/eBSx+n1DoRAvtBAKCQHQUrd/vf781n7z46hJL+7kEuLgCdEWUU
uleWOlVewNc+0Os3QYbL1Z0=
=2mKf
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] setup of module vboxdrv failed with svn 14276

2008-11-22 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
> On Saturday 22 November 2008, Antonio Doldo wrote:
>> I'm sorry, but the procedure using debian/rules
>> "dpkg-buildpackage -rfakeroot -us -uc"
>> produce an error:
>>
>> mv: impossibile fare stat di
>>
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBoxAddI
>> F.sh': Nessun file o directory
>> make: *** [binary] Error 1
>
> Try now again.
>
> Kind regards,
>
> Frank
Thanks, now debian package compile and work perfectly.
best regards,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJJ8jjd/eBSx+n1DoRAufnAJ9MPKP4dE3JjtbuDN1fvWK5BVyJTACfbIYH
LRHjGI4Kq0ye4CWOCGYqeRk=
=Qmz+
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] setup of module vboxdrv failed with svn 14276

2008-11-21 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

walt ha scritto:
> Antonio Doldo wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Klaus Espenlaub ha scritto:
>>> Antonio Doldo wrote:
>>>> Hi all,
>>>> I today compiled the svn 14276 release to substitute the previous 14234
>>>> The command
>>>>
>>>> sudo /etc/init.d/vboxdrv setup
>>>>
>>>> not compile the module and the last line of the vbox-install.log is:
>>>>
>>>> /etc/init.d/vboxdrv: 342:
>>>> /usr/share/virtualbox/src/vboxnetflt/build_in_tmp: not found
>>>>
>>>> I return to previous version that work fine.
>>> There's ongoing work in the network area on linux. This can cause
>>> trouble like that. We just updated OSE, but no guarantees that it's
>>> perfect now. This is development code, and it's not always perfect.
>>>
>>> Klaus
>
>> Thanks for your precisation, I undestand your point of view.
>>
>> Today I make another test with SVN 14483, but at this time, it *not*
>> compile
>> and the last lines are:
>>
>> mv
>> /home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/*.so
>
> Hi Antonio. Are you getting your virtualbox source code from debian?
> If so, I suggest you try the source code from the virtualbox.org svn
> repository as a comparison.  Some linux distributions add their own
> patches which may or may not good.
>
I get the code from svn tree
$ svn co http://www.virtualbox.org/svn/vbox/trunk vbox

rev. 2058 revision 14483.
I make the test in both mode, after a fresh copy:

./configure --disable-hardening
source /home/adoldo/vbox/env.sh
kmk

and package well compile.

I'm sorry, but the procedure using debian/rules
"dpkg-buildpackage -rfakeroot -us -uc"
produce an error:

mv: impossibile fare stat di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBoxAddIF.sh':
Nessun file o directory
make: *** [binary] Error 1


Thanks,
best regards,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJJ60Ld/eBSx+n1DoRAhKFAJ0ZIxGEoZ7eN+RBrstQRNslafcK5ACfWeUF
IpdGL+zH8hrQO1J3u/F1ohw=
=eeoR
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] setup of module vboxdrv failed with svn 14276

2008-11-21 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Klaus Espenlaub ha scritto:
> Antonio Doldo wrote:
>> Hi all,
>> I today compiled the svn 14276 release to substitute the previous 14234
>> The command
>>
>> sudo /etc/init.d/vboxdrv setup
>>
>> not compile the module and the last line of the vbox-install.log is:
>>
>> /etc/init.d/vboxdrv: 342:
>> /usr/share/virtualbox/src/vboxnetflt/build_in_tmp: not found
>>
>> I return to previous version that work fine.
>
> There's ongoing work in the network area on linux. This can cause
> trouble like that. We just updated OSE, but no guarantees that it's
> perfect now. This is development code, and it's not always perfect.
>
> Klaus
>
> ___
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
Thanks for your precisation, I undestand your point of view.

Today I make another test with SVN 14483, but at this time, it *not*
compile
and the last lines are:

mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/*.so
/home/adoldo/vbox/debian/virtualbox-ose/usr/lib/virtualbox
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/*.so.4
/home/adoldo/vbox/debian/virtualbox-ose/usr/lib/virtualbox || true
mv: impossibile fare stat di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/*.so.4':
Nessun file o directory
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/nls
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/virtualbox
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/src
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/virtualbox
rm
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBox.sh
install -D -g 0 -o 0 -m 644 debian/VBox.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin/VBox
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBoxSysInfo.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/share/virtualbox
mv
/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBoxAddIF.sh
/home/adoldo/vbox/debian/virtualbox-ose/usr/bin/VBoxTAP
mv: impossibile fare stat di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-2.0.51_OSE/VBoxAddIF.sh':
Nessun file o directory
make: *** [binary] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2

I hope that this report is not annoying and to be useful in the
discovery of errors.

Good job and thanks,
Antonio

- --

:::. http://adoldo.wordpress.com ..:::

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJJyzzd/eBSx+n1DoRAnFOAJ9NX3BsW6UslH8iJJka03mDHviArACdF+XX
0pRiML38Kbqon1VpYuG8JJY=
=vHXm
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] setup of module vboxdrv failed with svn 14276

2008-11-18 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
I today compiled the svn 14276 release to substitute the previous 14234
The command

sudo /etc/init.d/vboxdrv setup

not compile the module and the last line of the vbox-install.log is:

/etc/init.d/vboxdrv: 342:
/usr/share/virtualbox/src/vboxnetflt/build_in_tmp: not found

I return to previous version that work fine.

Thanks for your consideration,
Antonio

- --

:::. http://adoldo.wordpress.com ..:::

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJIwu1d/eBSx+n1DoRAv66AKCFT1CqDiK8sixLcBmwFevn3hea3gCfae3q
xXNrjehaw+/s1rLF9uqOfyQ=
=ud9I
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13842 debian package not compile

2008-11-06 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Knut St. Osmundsen ha scritto:
> Antonio Doldo wrote:
>> Frank Mehnert ha scritto:
>>> On Wednesday 05 November 2008, Antonio Doldo wrote:
>>>> I have a tested and simple procedure that use:
>>>>
>>>>  *dpkg-buildpackage -rfaferoot -us -uc*
>>> Ok, please try again with the latest SVN version.
>>> Kind regards,
>>> Frank
>> there is another problem on a updated tree (13876) of svn, i have not
>> in this moment time to update a fresh download:
>>
>> kmk: *** No rule to make target
>> `/home/adoldo/vbox/debian/builddir/lib/NetBiosBin.a', needed by
>> `/home/adoldo/vbox/debian/builddir/obj/VBoxDD2/VBoxDD2.so'.  Stop.
>> kmk: *** Waiting for unfinished jobs
>> make: *** [debian/build-stamp] Error 2
>> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
>>
>> sorry for the incovenience.
>>
>> Thanks for your support,
>
> Looks like the hack didn't work for you then. I'll see if I can fix it
> properly later tonight. (http://svn.netlabs.org/kbuild/ticket/61)
>
> Kind Regards,
>  knut
Thanks, the svn 13897 compile and work fine.

Best regards,
Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJEsMld/eBSx+n1DoRAnt4AJ4omq/zcn1ZKjj658zwxWT8PeOp3ACgitWV
Qapwca4LQKjvBF1x+NZVqOI=
=BfJa
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13842 debian package not compile

2008-11-05 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
> On Wednesday 05 November 2008, Antonio Doldo wrote:
>> I have a tested and simple procedure that use:
>>
>>  *dpkg-buildpackage -rfaferoot -us -uc*
>
> Ok, please try again with the latest SVN version.
>
> Kind regards,
>
> Frank
>
there is another problem on a updated tree (13876) of svn, i have not
in this moment time to update a fresh download:

kmk: *** No rule to make target
`/home/adoldo/vbox/debian/builddir/lib/NetBiosBin.a', needed by
`/home/adoldo/vbox/debian/builddir/obj/VBoxDD2/VBoxDD2.so'.  Stop.
kmk: *** Waiting for unfinished jobs
make: *** [debian/build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

sorry for the incovenience.

Thanks for your support,

Antonio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJEcc/d/eBSx+n1DoRAvnjAJwMuQLeOQuuf8m3iLZlPIKsg7oL5gCeJbM3
yfQQzXZznTBXyTFWxCxrCXg=
=KAn7
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13842 debian package not compile

2008-11-05 Thread Antonio Doldo
I have a tested and simple procedure that use:

 *dpkg-buildpackage -rfaferoot -us -uc*

I have also tested the standard procedure, but the results are the same.

./configure --disable-hardening
source /home/adoldo/vbox/env.sh
kmk
Config.kmk:1508: /home/adoldo/vbox/out/linux.x86/release/GCCConfig.kmk:
Nessun file o directory
Config.kmk:3600: /home/adoldo/vbox/out/linux.x86/release/revision.kmk:
Nessun file o directory
kmk: bad number: empty

Of course I download also a new copy of a svn tree.

 check the files:*

*which kmk*

*/home/adoldo/vbox/kBuild/bin/linux.x86/kmk*

$ ls -l /home/adoldo/vbox/out/linux.x86/release/*GCCConfig.kmk*
-rw-r--r-- 1 adoldo adoldo *1498* 2008-11-05 14:24
/home/adoldo/vbox/out/linux.x86/release/GCCConfig.kmk
$ ls -l /home/adoldo/vbox/out/linux.x86/release/*revision.kmk*
-rw-r--r-- 1 adoldo adoldo *26* 2008-11-05 14:27
/home/adoldo/vbox/out/linux.x86/release/revision.kmk

errors:

kmk[1]: *** No rule to make target
`/home/adoldo/vbox/out/linux.x86/release/obj/bin2c/bin2c', needed by
`/home/adoldo/vbox/out/linux.x86/release/obj/src/VBox/Devices/PC/Etherboot-src/NetBiosBin.c'.
Stop.
kmk[1]: *** Waiting for unfinished jobs
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c: In
function 'addident':
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c:91:
warning: comparison between signed and unsigned
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c: In
function 'main':
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c:321:
warning: comparison between signed and unsigned
kmk[1]: Leaving directory
`/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src'
kmk: *** [pass_libraries_before] Error 2

Thanks for your patience,
Antonio


2008/11/5 Frank Mehnert <[EMAIL PROTECTED]>

> Antonio,
>
> On Wednesday 05 November 2008, Antonio Doldo wrote:
> > kmk[1]: *** No rule to make target
> > `/home/adoldo/vbox/debian/builddir/obj/bin2c/bin2c', needed by
> >
> `/home/adoldo/vbox/debian/builddir/obj/src/VBox/Devices/PC/Etherboot-src/Ne
> >tBiosBin.c'.
>
> From where did you call 'kmk'? It must be called from the root
> of the source tree. And did you try a full rebuild (delete out/
> first)?
>
> Kind regards,
>
> Frank
> --
> Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/
>
> ___
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>


-- 

:::. http://adoldo.wordpress.com ..:::

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 13842 debian package not compile

2008-11-05 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
in svn code i obtain an error during the compilation:

Estratta revisione 13842.
..
Config.kmk:1508: /home/adoldo/vbox/debian/builddir/GCCConfig.kmk:
Nessun file o directory
Config.kmk:3600: /home/adoldo/vbox/debian/builddir/revision.kmk:
Nessun file o directory
kmk: bad number: empty
..


kmk[1]: *** No rule to make target
`/home/adoldo/vbox/debian/builddir/obj/bin2c/bin2c', needed by
`/home/adoldo/vbox/debian/builddir/obj/src/VBox/Devices/PC/Etherboot-src/NetBiosBin.c'.

Stop.
kmk[1]: *** Waiting for unfinished jobs
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c: In
function ?addident?:
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c:91:
warning: comparison between signed and unsigned
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c: In
function ?main?:
/home/adoldo/vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c:321:
warning: comparison between signed and unsigned
kmk: *** [pass_libraries_before] Error 2
make: *** [debian/build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


Thanks for your attention.

Best regards,
Antonio Doldo
___
http://adoldo.wordpress.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJEX9Sd/eBSx+n1DoRAgSKAJ4lbdCJzLVbxbUiiF2pBu2IsJyayQCeJ8oJ
gyoZsMOHSKCKGCvhrsF0ISM=
=zVyT
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13664 failed to allocate 5696 bytes

2008-10-30 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
> On Thursday 30 October 2008, Antonio Doldo wrote:
>> I successufully compiled debian package from svn 13664, but i
>> obtain an error at startup of VM's
>>
>>
>> Failed to allocate 5696 bytes of contiguous memory for the world
>> switcher code (VERR_NO_MEMORY). Unknown error creating VM
>> (VERR_NO_MEMORY).
>
> please update from svn and try again. We had a similar case today
> and might have fixed it.
>
> Kind regards,
>
> Frank
The svn 13680 working fine, thanks for your support.
I think that you are a mith.

Best regards,
Antonio
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkKMjMACgkQd/eBSx+n1DrF8wCcDaTbRT1DeXY2PGV4zR9mvkKK
7LYAnA9o/5EoEUG+iqgnmRi86wQafmqX
=pF/U
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13664 failed to allocate 5696 bytes

2008-10-30 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jason Spiro ha scritto:
> 2008/10/30 Antonio Doldo <[EMAIL PROTECTED]> wrote:
>
>> I back to previous version of virtualbox-ose (13608) and working
>> fine
>
> Good.  I wonder where the regression is?
>
>> The our non-official repo is on:
>>
>>
http://www.ilportalinux.it/repository/pool/binary/dists/hardy/i386/virtualbox/
>>
>>
>> all the previous versions working good, the building method is
>> the same.
>>
>>
>> I don't want use the ubuntu repo for libqt4 dependencies (broken
>> version name)
>
> Did you send in a complaint or bug report?  If not, why not?  :)
> If you sent a bug report, what is the URL?
Sorry, in this moment the bugtracker is forbidden for me. I don't
understand
I am logged, but have an error:

Forbidden

TICKET_CREATE privileges are required to perform this operation

help me please

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJCeBPd/eBSx+n1DoRAudOAJ9jKXRz8DbzrUr1KcugxNVSTfYOOACfSFDw
1EmX1cSXr/JJVAcmKwUdZM4=
=raXw
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] svn 13664 failed to allocate 5696 bytes

2008-10-30 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jason Spiro ha scritto:
> 2008/10/30 Antonio Doldo <[EMAIL PROTECTED]> wrote:
>> Hi all, I successufully compiled debian package from svn 13664,
>> but i obtain an error at startup of VM's
>>
>>
>> Failed to allocate 5696 bytes of contiguous memory for the world
>> switcher code (VERR_NO_MEMORY). Unknown error creating VM
>> (VERR_NO_MEMORY).
>>
>>
>> Codice d'uscita: NS_ERROR_FAILURE (0x80004005) Componente:
>> Console Interfaccia: IConsole
>> {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}
>>
>>
>> of course i have recompiled the vboxdrv module
>
> Does the officially packaged Debian VirtualBox OSE work for you?
>
> In other words, try uninstalling the kernel driver.  Then type:
>
> sudo aptitude install virtualbox-ose # it's in Debian main and
> Ubuntu multiverse
>
> Does that version work?
>
> Please CC me when you reply.
>
Thanks for your reply.

I back to previous version of virtualbox-ose (13608) and working fine

The our non-official repo is on:

http://www.ilportalinux.it/repository/pool/binary/dists/hardy/i386/virtualbox/

all the previous versions working good, the building method is the same.


I don't want use the ubuntu repo for libqt4 dependencies (broken
version name)

Thanks for your attention.

Antonio
_
http://adoldo.wordpress.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJCcYkd/eBSx+n1DoRAuLQAJ4mEUY+rur51GUGG6WI1yL5QISJNACfTw4j
vI+LhKWLQq0QOj+Vvnn7DqA=
=NbkZ
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] svn 13664 failed to allocate 5696 bytes

2008-10-30 Thread Antonio Doldo
Hi all,
I successufully compiled debian package from svn 13664, but i obtain an
error at startup of VM's


Failed to allocate 5696 bytes of contiguous memory for the world
switcher code (VERR_NO_MEMORY).
Unknown error creating VM (VERR_NO_MEMORY).


Codice d'uscita:
NS_ERROR_FAILURE (0x80004005)
Componente:
Console
Interfaccia:
IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}


of course i have recompiled the vboxdrv module

Any idea?


Antonio Doldo
___
http://adoldo.wordpress.com

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] OSE repository moved

2008-10-22 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Mehnert ha scritto:
> Hi,
>
> yesterday we added rewriting rules to www.virtualbox.org making
> it necessary to relocate the subversion repository from
>
>   http://virtualbox.org/svn/vbox/trunk
>
> to
>
>   http://www.virtualbox.org/svn/vbox/trunk
>
> If you encounter an error message like
>
>   svn: Repository moved permanently to \
> 'http://www.virtualbox.org/svn/vbox/trunk'; please relocate
>
> during 'svn update' then you should do
>
>   svn switch --relocate \
> http://virtualbox.org/svn/vbox/trunk \
> http://www.virtualbox.org/svn/vbox/trunk
>
> Sorry for the inconveniences,
>
> Frank

Ok, thanks for the communication.

I have updated the svn and successfull compiled the debian package  :)

Is possible change the page at http://www.virtualbox.org/wiki/Downloads
to refer at this procedure?

Thanks for your patience

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI/vh/d/eBSx+n1DoRArhgAJoC9nU6k0HtCos0YDrLi52tR3s/iACeKJDp
jYqfvZdxK0z0tSiAp9LIkNQ=
=MryN
-END PGP SIGNATURE-


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] trunk svn update?

2008-10-22 Thread Antonio Doldo
Hi all,

Today I've notice that svn tree is updated to:
svn co http://www.virtualbox.org/svn/vbox/trunk vbox
instead of

svn co http://virtualbox.org/svn/vbox/trunk vbox

as reported on the home page.

The message (italian locale) is:

Caricamento di oggetto esterno in 'vbox/src/libs/kStuff/kStuff'
svn: Il repository è stato definitivamente spostato in
'http://www.virtualbox.org/svn/kstuff-mirror/trunk';
aggiorna i riferimenti

In this mode I've not informations in console about release number,
what is the best method?

I suppose that the dir vbox/.svn/ refer to 13462 subrelease
Where can I find other informations, please?

I have also an error :


$ kmk
Makefile.kmk:23: /subheader.kmk: Nessun file o directory
Makefile.kmk:32: /src/Makefile.kmk: Nessun file o directory
Makefile.kmk:33: *** extraneous `else'.  Stop.


Best regards,
Antonio


-- 

:::. http://adoldo.wordpress.com ..:::

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] build svn 2.0.51 in debian

2008-09-24 Thread Antonio Doldo
Thanks for your reply, but in debian (Etch and Lenny) I don't found a
package linux-headers, there are many but all witch rel. number, eg:

*linux-headers-2.6-686* - Header files for Linux 2.6 on
PPro/Celeron/PII/PIII/P4
*linux-headers-2.6.26-1-686* - Header files for Linux 2.6.26-1-686

If I remove linux-headers-generic from debian/control the package compile
correctly and source is generated, but i'm not sure that is correct.

By way i can compile with -d switch:

dpkg-buildpackage -rfakeroot -us -uc -d

to remove dependencies

if don't use "-d" i receive this error:

dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;
aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)

My stupid question is: remove linux-headers-generic from "control" file or
use "-d"?
(in both cases the packages were created)
Thanks for your attention.

Best regards,
Antonio


2008/9/24 Frank Mehnert <[EMAIL PROTECTED]>

> Antonio,
>
> On Sunday 21 September 2008, Antonio Doldo wrote:
> > i have compiled several times on Ubuntu the svn source with che command:
> > *
> > dpkg-buildpackage -rfakeroot -us -uc*
> >
> > This pachage are installed indifferently on Ubuntu Hardy/Untrepid and
> > Debian Lenny/Sid
> >
> > The file debian/*control* has a dependence with linux-headers-generic
> > which is present on ubuntu, but it is not or debian (I think):
>
> Yes, that's right. I guess the correct dependency would be linux-headers.
>
> Kind regards,
>
> Frank
> --
> Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/
>
> ___
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>


-- 

:::. http://adoldo.wordpress.com ..:::

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] build svn 2.0.51 in debian

2008-09-20 Thread Antonio Doldo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
i have compiled several times on Ubuntu the svn source with che command:
*
dpkg-buildpackage -rfakeroot -us -uc*

This pachage are installed indifferently on Ubuntu Hardy/Untrepid and
Debian Lenny/Sid

The file debian/*control* has a dependence with linux-headers-generic
which is present on ubuntu, but it is not or debian (I think):

Build-Depends: debhelper (>= 5), libz-dev, libssl-dev, libqt4-dev,
  libsdl1.2-dev, uuid-dev, libxcursor-dev, libidl-dev, libpam0g-dev,
  bcc, iasl, xsltproc, linux-headers-generic, wine, java2-runtime,
  lsb-release, g++-multilib [amd64], libc6-dev-i386 [amd64],
  ia32-libs [amd64], libasound-dev, libpulse-dev, libxml2-dev,
  libxslt1-dev, python-dev

As result, I can't build the package with tar.gz source and .dsc file
in on a debian machine.
I'm able instead to compile the binaries with the command:
*
fakeroot debian/rules binary*
but this is only a partial solution.

Thanks to all and sorry for my english.

Antonio

- -
http://adoldo.wordpress.com


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjVhMUACgkQd/eBSx+n1DoIVgCgi9hWiuUofUWpU9USsQEsgplx
yuwAnA6d78hwXCoxhrwL/LzxNzg/h9GU
=tSsS
-END PGP SIGNATURE-

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] VirtualBox OSE 1.6.4: Missing Makefiles

2008-08-25 Thread Antonio Doldo
in the message
http://vbox.innotek.de/pipermail/vbox-dev/2008-August/000707.html
there are attached the two Makefile.kmk
The solution is proposed by Klaus Espenlaub

-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.kmk
Url: 
http://vbox.innotek.de/pipermail/vbox-dev/attachments/20080804/1f206c30/attachment.txt
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.kmk
Url: 
http://vbox.innotek.de/pipermail/vbox-dev/attachments/20080804/1f206c30/attachment-0001.txt

I hope that is what you are searching for

Kind regards,
Antonio


:::. http://adoldo.wordpress.com ..:::



2008/8/25 Jonas Mellin <[EMAIL PROTECTED]>

> Dear all, since I want a site-based free license for educational
> purposes I decided to try VirtualBox OSE 1.6.4. Further, the PUEL
> version 1.6.4 had a problem with clonevdi that I intent to invesitgate
> further (with a debug version). My problem is that after unpacking and
> configuring the software from the bzipped tarball is that compilation
> breaks down in the src/apps directory. I have seen a few other postings
> on this problem and it is missing Makefiles in src/apps directory.
> Unfortunately, the patch indicated by
> http://vbox.innotek.de/pipermail/vbox-users/2008-August/003707.html does
> not work, so I got the current development trunk from the svn repository
> and checked it out. From there I copied the Makefile.kmk to the tarball
> source. Further, I made symbolic links to "Config.kmk" and the directory
> "out" in the src/apps (ugly hack), since the make process was missing
> them when it had entered the src/apps directory. It seems to be working,
> since I got the tool through the compilation. I have not completed the
> kernel modules, so I do not know yet if it works, I only assume it will.
> My question is: how do I avoid the symbolic links? I assume there is a
> difference between the makefiles in the svn repository and the tarball
> and if anyone have a solution, please tell me.
>
> BTW, I have googled this problem and tried to look through the vbox-dev
> archive for clues, but I could not find a search function for the
> vbox-dev archive 8-(.
>
> /Jonas Mellin
>
> --
> Carpe Diem!
> ===
> Jonas Mellin, Assistant Professor in Computer Science
> School of Humanities and Informatics, Building E-2
> University of Skövde, P.O. Box 408, SE-541 28 Skövde, Sweden
> Phone: +46 500 448321, Fax: +46 500 448399
> Email: [EMAIL PROTECTED], URL: http://www.his.se/melj
>
>
> ___
> vbox-dev mailing list
> vbox-dev@virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


Re: [vbox-dev] debian package from svn version with fakeroot

2008-08-20 Thread Antonio Doldo

Frank Mehnert ha scritto:

On Tuesday 22 July 2008, Antonio Doldo wrote:
  

The svn version well compile in ubuntu 8.0.4 and debian sid, but when i
test to make debian package from the same sources it broken

I use the command

fakeroot debian/rules binary

The error is shown in detailed output, in particular: "mv: impossibile fare
stat di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/*.so.4':
No such file or directory" .



Fixed in SVN.

  

Today I test the svn revision 11508 and have a similar error:

mv 
/home/Software/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/*.so 
/home/Software/vbox/debian/virtualbox-ose/usr/lib
mv 
/home/Software/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/*.so.4 
/home/Software/vbox/debian/virtualbox-ose/usr/lib || true
mv: impossibile fare stat di 
`/home/Software/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/*.so.4': 
Nessun file o directory
mv 
/home/Software/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/sdk/bin/xpidl 
/home/Software/vbox/debian/virtualbox-ose/usr/lib/virtualbox-ose
mv: impossibile fare stat di 
`/home/Software/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/sdk/bin/xpidl': 
Nessun file o directory

make[1]: *** [binary] Error 1
make[1]: Leaving directory `/home/Software/vbox'
make: *** [binary] Error 2

Thanks for your attention,
Antonio

--
------
Antonio Doldo Linux Blog
.::  http://adoldo.wordpress.com   ::.
-- 




Kind regards,

Frank
  



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev
  



___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] VirtualBox-1.6.4-OSE.tar.bz2 not compile in ubuntu hardy/intrepid

2008-08-02 Thread Antonio Doldo
Hello,
in the last days I have two unsatisfaction works, the first is the
compilation of svn version of 1.6.2 of VB, and a bug communicate  is
closed by admin:
http://www.virtualbox.org/ticket/1860

The second: Yesterday I download the OSE sources of VB 1.6.4 and the
compile work fail on the virgin system of a stable release (hardy) and
another dev release (intrepid)
I not want open a bug for a compile problem, but the problem is effective,
there are peoples with this trouble?
Thanks to all and sorry for my english,
Antonio

-- 

:::. http://adoldo.wordpress.com ..:::




kBuild: Linking pcbiossums
kBuild: Compiling vgabiossums -
/home/adoldo/VirtualBox-1.6.4/src/VBox/Devices/Graphics/BIOS/biossums.c
kBuild: Linking vgabiossums
kBuild: Compiling vbetables-gen -
/home/adoldo/VirtualBox-1.6.4/src/VBox/Devices/Graphics/BIOS/vbetables-gen.c
kBuild: Linking vbetables-gen
kmk[3]: Leaving directory `/home/adoldo/VirtualBox-1.6.4/src/VBox/Devices'
kmk[2]: Leaving directory `/home/adoldo/VirtualBox-1.6.4/src/VBox'
kmk[2]: Entering directory `/home/adoldo/VirtualBox-1.6.4/src/recompiler'
kBuild: Compiling dyngen - dyngen.c
kBuild: Linking dyngen
kmk[2]: Leaving directory `/home/adoldo/VirtualBox-1.6.4/src/recompiler'
kmk[2]: Entering directory `/home/adoldo/VirtualBox-1.6.4/src/apps'
kmk[2]: pass_bldprogs: Nessun file o directory
kmk[2]: *** No rule to make target `pass_bldprogs'.  Stop.
kmk[2]: Leaving directory `/home/adoldo/VirtualBox-1.6.4/src/apps'
kmk[1]: *** [pass_bldprogs_before] Error 2
kmk[1]: Leaving directory `/home/adoldo/VirtualBox-1.6.4/src'
kmk: *** [pass_bldprogs_before] Error 2


___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev


[vbox-dev] debian package from svn version with fakeroot

2008-07-22 Thread Antonio Doldo
The svn version well compile in ubuntu 8.0.4 and debian sid, but when i test
to make debian package from the same sources it broken

I use the command

fakeroot debian/rules binary

The error is shown in detailed output, in particular: "mv: impossibile fare
stat di
`/home/adoldo/vbox/debian/virtualbox-ose/opt/VirtualBox-1.6.51_OSE/*.so.4':
No such file or directory" .

I have submitted the ticket, but is closed with message

"Please don't report compile problems here. Use the developer's mailinglist"

detailed output is on the page:

http://www.virtualbox.org/ticket/1860#comment:1

Thanks to all,
Antonio

-- 

:::. http://adoldo.wordpress.com ..:::

___
vbox-dev mailing list
vbox-dev@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev