Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 407970 Details for
Bug 554952
app-emulation/virtualbox-guest-additions-5.0.0 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ellison_marks.patch
guest.patch (text/plain), 1.50 KB, created by
Alex Barker
on 2015-07-30 05:13:37 UTC
(
hide
)
Description:
ellison_marks.patch
Filename:
MIME Type:
Creator:
Alex Barker
Created:
2015-07-30 05:13:37 UTC
Size:
1.50 KB
patch
obsolete
>--- /usr/portage/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.0.0.ebuild 2015-07-14 07:33:13.000000000 -0700 >+++ virtualbox-guest-additions-5.0.0-r1.ebuild 2015-07-29 22:07:43.684314411 -0700 >@@ -80,7 +80,7 @@ > cp "${FILESDIR}/${PN}-5-localconfig" LocalConfig.kmk || die > > # stupid new header references... >- for vboxheader in {product,revision}-generated.h ; do >+ for vboxheader in {version,product,revision}-generated.h ; do > for mdir in vbox{guest,sf} ; do > ln -sf "${S}"/out/linux.${ARCH}/release/${vboxheader} \ > "${WORKDIR}/${mdir}/${vboxheader}" >@@ -110,20 +110,10 @@ > } > > src_compile() { >- for each in /src/VBox/{Runtime,Additions/common} \ >- /src/VBox/Additions/linux/sharedfolders ; do >- cd "${S}"${each} || die >- MAKE="kmk" \ >- emake TOOL_YASM_AS=yasm \ >- KBUILD_VERBOSE=2 >- done >- >- if use X; then >- cd "${S}"/src/VBox/Additions/x11/VBoxClient || die >- MAKE="kmk" \ >- emake TOOL_YASM_AS=yasm \ >- KBUILD_PATH="${S}/kBuild" >- fi >+ cd "${S}" || die >+ MAKE="kmk" \ >+ emake TOOL_YASM_AS=yasm \ >+ KBUILD_VERBOSE=2 > > # Now creating the kernel modules. We must do this _after_ > # we compiled the user-space tools as we need two of the >--- /usr/portage/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-5-localconfig 2015-07-14 07:33:13.000000000 -0700 >+++ files/virtualbox-guest-additions-5-localconfig 2015-07-29 21:36:58.822365101 -0700 >@@ -28,3 +28,5 @@ > > ## don't build with -Werror > VBOX_WITH_WARNINGS_AS_ERRORS := >+ >+VBOX_WITH_X11_ADDITIONS :=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 554952
:
406848
|
406944
|
406946
| 407970 |
408746
|
408748
|
408750
|
408828
|
408884
|
408956
|
408958
|
409138