Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Virtualbox compile errors on Slack 13.0 64?

 
   Soft32 Home -> Linux -> Slackware RSS
Next:  Bug#545547: zaz: "End game" does not pr..  
Author Message
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 1) Posted: Tue Sep 08, 2009 3:21 am
Post subject: Virtualbox compile errors on Slack 13.0 64?
Archived from groups: alt>os>linux>slackware (more info?)

Does anyone get this error when building Virtualbox from slackbuilds?




/tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/src/VBoxLineTextEdit.cpp:
In member function 'bool QBasicAtomicInt::ref()':
/tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/src/VBoxLineTextEdit.cpp:121:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
kmk[2]: ***
[/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/src/VBoxLineTextEdit.o]
Error 1
The failing command:
@g++ -c -O2 -fPIC -g -pipe -Wall -Wextra -Wno-missing-field-initializers -
Wno-trigraphs -frtti -fno-exceptions -Wno-non-virtual-dtor -Wno-long-long -
fshort-wchar -fno-strict-aliasing -fvisibility=hidden -
DVBOX_HAVE_VISIBILITY_HIDDEN -DRT_USE_VISIBILITY_DEFAULT -fvisibility-
inlines-hidden -pthread -m64 -
I/tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/include -
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/include
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include/xpcom
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include/string
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include/xpcom
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include/nsprpub
-
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/bin/sdk/bindings/xpcom/include/ipcd
-I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtGui -
I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include -
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/qtmoc
-I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/qtuic
-I/usr/include/SDL -I/tmp/SBo/VirtualBox-3.0.4_OSE/include -
I/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release -
DRTPATH_APP_PRIVATE=\"/usr/share/virtualbox\" -DVBOX -DVBOX_OSE -
DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_HARDENING -
DRTPATH_APP_PRIVATE=\"/usr/share/virtualbox\" -
DRTPATH_APP_PRIVATE_ARCH=\"/usr/lib64/virtualbox\" -
DRTPATH_SHARED_LIBS=\"/usr/lib64/virtualbox\" -DRTPATH_APP_DOCS=\"\" -
DRTPATH_APP_PRIVATE=\"/usr/share/virtualbox\" -DRT_OS_LINUX -
D_FILE_OFFSET_BITS=64 -DRT_ARCH_AMD64 -D__AMD64__ -DPIC -DIN_RING3 -
DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DHAVE_CONFIG_H -
DHC_ARCH_BITS=64 -DGC_ARCH_BITS=64 -DVBOX_WITH_XPCOM -
DVBOX_WITH_XPCOM_NAMESPACE_CLEANUP -DVBOX_GUI_SEPARATE_VM_PROCESS -
DVBOX_WITH_REGISTRATION -DVBOX_WITH_REGISTRATION_REQUEST -
DVBOX_WITH_UPDATE_REQUEST -DVBOX_WITH_ALSA -DVBOX_WITH_E1000 -
DVBOX_WITH_NETFLT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -D_REENTRANT -
DVBOX_GUI_USE_QIMAGE -DVBOX_GUI_USE_SDL -Wp,-
MD,/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/src/VBoxLineTextEdit.o.dep
-Wp,-
MT,/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/src/VBoxLineTextEdit.o
-Wp,-MP -o
/tmp/SBo/VirtualBox-3.0.4_OSE/out/linux.amd64/release/obj/VirtualBox/src/VBoxLineTextEdit.o
/tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/src/VBoxLineTextEdit.cpp
kmk[2]: *** Waiting for unfinished jobs....
kmk[2]: Leaving directory `/tmp/SBo/VirtualBox-3.0.4_OSE'
kmk[2]: Entering directory `/tmp/SBo/VirtualBox-3.0.4_OSE'
kmk[2]: *** Exiting with status 2
kmk[1]: *** [pass_dlls_this] Error 2
kmk[1]: Leaving directory `/tmp/SBo/VirtualBox-3.0.4_OSE'
kmk: *** [pass_dlls_order] Error 2




--
http://www.petezilla.co.uk
Back to top
Login to vote
Simon Sibbez

External


Since: Nov 01, 2008
Posts: 9



(Msg. 2) Posted: Tue Sep 08, 2009 3:22 am
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Peter Chant wrote:

> Does anyone get this error when building Virtualbox from slackbuilds?

you need multilib (but just for the compile)
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 3) Posted: Tue Sep 08, 2009 7:20 am
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Simon Sibbez wrote:

> Peter Chant wrote:
>
>> Does anyone get this error when building Virtualbox from slackbuilds?
>
> you need multilib (but just for the compile)

Already have it, needed it for proprietary 32 bit only printer drivers.

--
http://www.petezilla.co.uk
Back to top
Login to vote
Jim Diamond

External


Since: Sep 04, 2007
Posts: 15



(Msg. 4) Posted: Tue Sep 08, 2009 9:20 am
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-09-08 at 09:08 ADT, Peter Chant <REMpeteOVE DeleteThis @petezilla.co.uk> wrote:
> Simon Sibbez wrote:
>
>> Peter Chant wrote:
>>
>>> Does anyone get this error when building Virtualbox from slackbuilds?
>>
>> you need multilib (but just for the compile)
>
> Already have it, needed it for proprietary 32 bit only printer drivers.
>

In Peter's first message there was

>> /tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/src/VBoxLineTextEdi
>> t.cpp:
>> In member function 'bool QBasicAtomicInt::ref()':
>> /tmp/SBo/VirtualBox-3.0.4_OSE/src/VBox/Frontends/VirtualBox/src/VBoxLineTextEdi
>> t.cpp:121:
>> internal compiler error: Segmentation fault
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>> See <http://gcc.gnu.org/bugs.html> for instructions.

Peter, I compiled vbox 3.04 with no problems by running their
VirtualBox-3.0.4-50677-Linux_amd64.run
package. The fact that you got an "internal compiler error" makes me
wonder whether you have a (possibly transient) hardware fault.

Did you try running it a second time in case one of your bits was hit
by a stray neutrino? If that doesn't work, try d/l'ing and running
that package, it installs mostly into /opt, so even though you don't
have it installed as a slackware package, it isn't dropping files all
over your system.

Cheers.
Jim
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 5) Posted: Tue Sep 08, 2009 3:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jim Diamond wrote:

> Peter, I compiled vbox 3.04 with no problems by running their
> VirtualBox-3.0.4-50677-Linux_amd64.run
> package. The fact that you got an "internal compiler error" makes me
> wonder whether you have a (possibly transient) hardware fault.

That worked simply, combined with the slackbuild for the kernel module!

>
> Did you try running it a second time in case one of your bits was hit
> by a stray neutrino? If that doesn't work, try d/l'ing and running
> that package, it installs mostly into /opt, so even though you don't
> have it installed as a slackware package, it isn't dropping files all
> over your system.
>

Crashes in exactly the same place.

Annoying thing is, I'm suffering several IT problems at once, so I was
planning on using virtual box to configure a couple of extra slack virtual
boxes for testing purposes.


Basically, the error is still there but I have a solution for a working
virtualbox!



--
http://www.petezilla.co.uk
Back to top
Login to vote
Jim Diamond

External


Since: Sep 04, 2007
Posts: 15



(Msg. 6) Posted: Tue Sep 08, 2009 9:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-09-08 at 16:35 ADT, Peter Chant <REMpeteOVE DeleteThis @petezilla.co.uk> wrote:
> Jim Diamond wrote:
>
>> Peter, I compiled vbox 3.04 with no problems by running their
>> VirtualBox-3.0.4-50677-Linux_amd64.run
>> package. The fact that you got an "internal compiler error" makes me
>> wonder whether you have a (possibly transient) hardware fault.
>
> That worked simply, combined with the slackbuild for the kernel module!

Huh. I just used the vbox automated kernel module thing. A whole lot
nicer than chasing down the right vmware-any-any patch.

>> Did you try running it a second time in case one of your bits was hit
>> by a stray neutrino? If that doesn't work, try d/l'ing and running
>> that package, it installs mostly into /opt, so even though you don't
>> have it installed as a slackware package, it isn't dropping files all
>> over your system.

> Crashes in exactly the same place.
Ok, probably not a neutrino Smile

Jim
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 7) Posted: Wed Sep 09, 2009 7:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jim Diamond wrote:

>> That worked simply, combined with the slackbuild for the kernel module!
>
> Huh. I just used the vbox automated kernel module thing. A whole lot
> nicer than chasing down the right vmware-any-any patch.
>

I missed that. Where is it?

>>> Did you try running it a second time in case one of your bits was hit
>>> by a stray neutrino? If that doesn't work, try d/l'ing and running
>>> that package, it installs mostly into /opt, so even though you don't
>>> have it installed as a slackware package, it isn't dropping files all
>>> over your system.
>
>> Crashes in exactly the same place.
> Ok, probably not a neutrino Smile

Well, I had to underclock the machine as initially when doing intensive
stuff it hung. At least I think I have underclocked. I've never tried
overclocking and the bios tells you all sorts of info except for what speed
you have the CPU running at.

I think I might cut a hole in the case an run a piece of pipe down to the
CPU fan, that seems to be the thing that you get on newer PC cases than
mine.

--
http://www.petezilla.co.uk
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 8) Posted: Wed Sep 09, 2009 7:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Peter Chant wrote:


> I missed that. Where is it?
>
>>>> Did you try running it a second time in case one of your bits was hit
>>>> by a stray neutrino? If that doesn't work, try d/l'ing and running
>>>> that package, it installs mostly into /opt, so even though you don't
>>>> have it installed as a slackware package, it isn't dropping files all
>>>> over your system.
>>
>>> Crashes in exactly the same place.
>> Ok, probably not a neutrino Smile

Hmm, same thing compiling wxwidgets:

/tmp/txz/wxWidgets-2.8.10/bk-deps g++ -c -o richtextdll_richtextsymboldlg.o
-I./.pch/wxprec_richtextdll -D__WXGTK__ -I./src/regex -DWXUSINGDLL
-DWXMAKINGDLL_RICHTEXT -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -
I/tmp/txz/wxWidgets-2.8.10/lib/wx/include/gtk2-unicode-release-2.8 -
I./include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -
I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -
I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/X11R6/include -
DWX_PRECOMP -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-
aliasing -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2
../src/richtext/richtextsymboldlg.cpp
../src/richtext/richtextsymboldlg.cpp:1302: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [richtextdll_richtextsymboldlg.o] Error 1
bash-3.1#

Just waiting to see what the results are of building it on a pure 64 bit
system under virtualbox. Am using the slackbuilds in slacky.eu.


--
http://www.petezilla.co.uk
Back to top
Login to vote
Jim Diamond

External


Since: Sep 04, 2007
Posts: 15



(Msg. 9) Posted: Wed Sep 09, 2009 9:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2009-09-09 at 20:24 ADT, Peter Chant <REMpeteOVE.DeleteThis@petezilla.co.uk> wrote:
> Jim Diamond wrote:
>
>>> That worked simply, combined with the slackbuild for the kernel module!
>>
>> Huh. I just used the vbox automated kernel module thing. A whole lot
>> nicer than chasing down the right vmware-any-any patch.
>>
>
> I missed that. Where is it?

/etc/rc.d/rc.vboxdrv setup

(I don't recall if I had to handraulically move rc.vboxdrv from
/etc/init.d to /etc/rc.d or not.)


>>>> Did you try running it a second time in case one of your bits was hit
>>>> by a stray neutrino? If that doesn't work, try d/l'ing and running
>>>> that package, it installs mostly into /opt, so even though you don't
>>>> have it installed as a slackware package, it isn't dropping files all
>>>> over your system.
>>
>>> Crashes in exactly the same place.
>> Ok, probably not a neutrino Smile
> Well, I had to underclock the machine as initially when doing intensive
> stuff it hung. At least I think I have underclocked. I've never tried
> overclocking and the bios tells you all sorts of info except for what speed
> you have the CPU running at.

> I think I might cut a hole in the case an run a piece of pipe down to the
> CPU fan, that seems to be the thing that you get on newer PC cases than
> mine.

Hmmm... have you tried running memtest or doing other hardware
diagnostics? You may have something from the manufacturer if the
machine came with a commercial OS.

Cheers.

Jim
Back to top
Login to vote
Peter Chant

External


Since: Aug 03, 2009
Posts: 12



(Msg. 10) Posted: Tue Sep 15, 2009 7:20 pm
Post subject: Re: Virtualbox compile errors on Slack 13.0 64? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jim Diamond wrote:


> Hmmm... have you tried running memtest or doing other hardware
> diagnostics? You may have something from the manufacturer if the
> machine came with a commercial OS.

Slax comes with memtest. I think it was a basic thermal issue. Shutting a
core down helped. Things only got unstable on a large compile. In the past
this has always been thermally related.


--
http://www.petezilla.co.uk
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Assigning two NICs - I have a Slackware box with two NICs. With Slackware 10.2, device eth0 gets assigned to NIC #1 (a VIA Rhine built-in..

best way to setup bridge for qemu - I'd like to setup a bridge using the tun/tap driver on my slackware 12 system but still be able to use the..

Slackware 12.0: cannot view or print postscript files - Hi I just upgraded from Slack 11.0 to 12.0 following instructions from..

errors on kernel compile? - I'm trying to compile the 2.6.20.1 kernel on my multia, it keeps giving me a constant error message: {standard input}:...

[Samba] CVS compile errors - What am I doing wrong here ?? -- clip [root@bast source]# make Using FLAGS = -g -O2 -I/usr/kerberos/include -Iinclud...

[gentoo-user] Xorg compile errors - Hi all, I have recently installed Gentoo (from the 2005.1 live disk) on an AMD64 machine. I have been working on it for...
       Soft32 Home -> Linux -> Slackware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]