Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora 22 VM Tools not installed #458

Closed
mmckinst opened this issue Sep 24, 2015 · 2 comments
Closed

Fedora 22 VM Tools not installed #458

mmckinst opened this issue Sep 24, 2015 · 2 comments

Comments

@mmckinst
Copy link
Contributor

see below error from /var/log/vboxadd-install.log on the fedora-22 bento box

grep: /lib/modules/4.0.4-301.fc22.x86_64/build/include/linux/version.h: No such file or directory
make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/4.0.4-301.fc22.x86_64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
arch/x86/Makefile:114: stack-protector enabled but compiler support broken
Makefile:666: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: gcc: Command not found

While gcc and cpp are in the ks.cfg, they are not actually on the Fedora-Server-DVD-x86_64-22.iso bento uses to install all the packages from. You can verify this by mounting the iso and doing a find for the packages. When the Guest Additions try to compile, it can't because it lacks gcc.

@cheeseplus
Copy link
Contributor

Yep, we've encountered this with the Vmware Fusion provider first but strangely it's the only one that actually breaks a build. A PR is incoming that should fix them all and it should be a straightforward "use DNF to install packages before this part"

@cheeseplus cheeseplus changed the title Fedora 22 VirtualBox Guest Additions not installed Fedora 22 VM Tools not installed Oct 2, 2015
@cheeseplus
Copy link
Contributor

Fixed efeb14a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants