View previous topic :: View next topic |
Author |
Message |
nah89 n00b

Joined: 22 Aug 2015 Posts: 4
|
Posted: Sun Aug 23, 2015 6:06 am Post subject: Failed to emerge x11-drivers/xf86-video-virtualbox-4.3.28 |
|
|
I've been trying to install xorg on my virtualbox setup and it throws this error when it has to emerge xf86-video-virtualbox-4.3.28:
Code: | >>> Failed to emerge x11-drivers/xf86-video-virtualbox-4.3.28, Log file:
>>> '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-4.3.28/temp/build.log'
* Messages for package x11-drivers/xf86-video-virtualbox-4.3.28:
* ERROR: x11-drivers/xf86-video-virtualbox-4.3.28::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=x11-drivers/xf86-video-virtualbox-4.3.28::gentoo'`,
* the complete build log and the output of `emerge -pqv '=x11-drivers/xf86-video-virtualbox-4.3.28::gentoo'`.
* The complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-4.3.28/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-4.3.28/temp/environment'.
* Working directory: '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-4.3.28/work/VirtualBox-4.3.28/src/VBox/Runtime'
* S: '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-4.3.28/work/VirtualBox-4.3.28'
|
The log file is here: https://bpaste.net/show/0db2a6296cd8
I've been googling all around and while I see some people have the same issue - there doesn't seem to be a resolution anywhere.
Thanks |
|
Back to top |
|
 |
Buffoon Veteran


Joined: 17 Jun 2015 Posts: 1074 Location: EU or US
|
Posted: Sun Aug 23, 2015 6:21 am Post subject: |
|
|
First you have this:
Checking for compiler.h: compiler.h not found
then:
/lib/modules/4.0.5-gentoo/build/include/linux/compiler.h:201:29: error
Makes me think your kernel sources are not accessible via /lib/modules/. |
|
Back to top |
|
 |
destroyedlolo l33t

Joined: 17 Jun 2011 Posts: 711 Location: Close to Annecy (France)
|
Posted: Sun Aug 23, 2015 11:12 am Post subject: |
|
|
It's a known issue with GCC 4.8, discussed in this topic. |
|
Back to top |
|
 |
nah89 n00b

Joined: 22 Aug 2015 Posts: 4
|
Posted: Sun Aug 23, 2015 2:28 pm Post subject: |
|
|
So basically, there's nothing I can do since portage has only up to GCC 4.8? |
|
Back to top |
|
 |
desultory Administrator


Joined: 04 Nov 2005 Posts: 9289
|
Posted: Mon Aug 24, 2015 3:59 am Post subject: |
|
|
nah89 wrote: | So basically, there's nothing I can do since portage has only up to GCC 4.8? | Actually, no, at least twice over. First, and easiest, you can try a "lower" version of GCC. Secondly, there are "higher" versions present in the tree, though not all are necessarily advisable for general adoption at the moment. |
|
Back to top |
|
 |
|