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

app-emulation/virtualbox: add 7.0.8, 6.1.44 #30654

Closed
wants to merge 13 commits into from

Conversation

ceamac
Copy link
Contributor

@ceamac ceamac commented Apr 19, 2023

Work in progress. Builds fine but I still have to check a few things. Also they changed the spelling of some macros, I have to recheck them all.

Kbuild:

  • dev-util/kbuild: add 0.1.9998.3592 - needed for virtualbox 7.0.8 new SDL2 module.

6.1 branch:

  • app-emulation/virtualbox-modules: add 6.1.44
  • app-emulation/virtualbox: add 6.1.44
  • app-emulation/virtualbox-guest-additions: add 6.1.44
  • app-emulation/virtualbox-additions: add 6.1.44
  • app-emulation/virtualbox-extpack-oracle: add 6.1.44

7.0 branch:

  • app-emulation/virtualbox-modules: add 7.0.8
  • app-emulation/virtualbox: add 7.0.8
  • app-emulation/virtualbox-guest-additions: add 7.0.8
  • app-emulation/virtualbox-additions: add 7.0.8
  • app-emulation/virtualbox-extpack-oracle: add 7.0.8

Everything 6.1.x can be built only with the old dev-util/kbuild-0.1.9998.3499
Everything 7.0.6 can be built with either
Virtualbox 7.0.8 can be built only with the new dev-util/kbuild-0.1.9998.3592, except Guest Additions that can be built with either.

For 6.1.42 I had to add a BDEPEND on the old kbuild. Revbump straight to stable:

  • app-emulation/virtualbox-guest-additions-6.1.42
  • app-emulation/virtualbox-6.1.42.

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). labels Apr 19, 2023
@ceamac ceamac added the do not merge Please DO NOT MERGE this PR. It will not be assigned but it will be scanned by CI. label Apr 19, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-19 18:58 UTC
Newest commit scanned: 6e6ef28
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/2fd5194e15/output.html

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
@ceamac ceamac force-pushed the app-emulation/virtualbox/v7.0.8 branch 2 times, most recently from 18d0905 to 00659a0 Compare April 19, 2023 19:27
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-19 19:33 UTC
Newest commit scanned: 18d0905
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/4dad111a3e/output.html

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-19 19:43 UTC
Newest commit scanned: 00659a0
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/7b76606e43/output.html

@ceamac ceamac force-pushed the app-emulation/virtualbox/v7.0.8 branch from 00659a0 to 27b7a1f Compare April 20, 2023 19:19
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-20 19:28 UTC
Newest commit scanned: 27b7a1f
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/c63d47b17c/output.html

@ceamac ceamac force-pushed the app-emulation/virtualbox/v7.0.8 branch from 27b7a1f to f64e8ae Compare April 21, 2023 11:12
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-21 11:23 UTC
Newest commit scanned: 27b7a1f
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/7882b9558a/output.html

@ceamac ceamac force-pushed the app-emulation/virtualbox/v7.0.8 branch from f64e8ae to 760da11 Compare April 21, 2023 13:44
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-21 14:03 UTC
Newest commit scanned: 760da11
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/09c3a69300/output.html

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
VirtualBox 6.1 does not build with newer kbuild.  Change the RDEPEND to
require old version in v6.1.42 (stable).

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
VirtualBox 6.1 does not build with newer kbuild.  Change the RDEPEND to
require old version in v6.1.42 (stable).

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
@ceamac ceamac force-pushed the app-emulation/virtualbox/v7.0.8 branch from 760da11 to 599e929 Compare April 21, 2023 16:23
@ceamac ceamac changed the title app emulation/virtualbox/v7.0.8 app-emulation/virtualbox: add 7.0.8, 6.1.44 [please reassign] Apr 21, 2023
@gentoo-bot gentoo-bot changed the title app-emulation/virtualbox: add 7.0.8, 6.1.44 [please reassign] app-emulation/virtualbox: add 7.0.8, 6.1.44 Apr 21, 2023
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @ceamac
Areas affected: ebuilds
Packages affected: app-emulation/virtualbox, app-emulation/virtualbox-additions, app-emulation/virtualbox-extpack-oracle, app-emulation/virtualbox-guest-additions, app-emulation/virtualbox-modules...

app-emulation/virtualbox: @ceamac
app-emulation/virtualbox-additions: @ceamac
app-emulation/virtualbox-extpack-oracle: @ceamac
app-emulation/virtualbox-guest-additions: @ceamac
app-emulation/virtualbox-modules: @ceamac
dev-util/kbuild: @ceamac

Linked bugs

Bugs linked: 880229, 893286, 760102, 899082, 757783


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. and removed assigned PR successfully assigned to the package maintainer(s). self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) labels Apr 21, 2023
@ceamac ceamac removed the do not merge Please DO NOT MERGE this PR. It will not be assigned but it will be scanned by CI. label Apr 21, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-04-21 16:33 UTC
Newest commit scanned: 599e929
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/8a197f9389/output.html

@ceamac ceamac deleted the app-emulation/virtualbox/v7.0.8 branch April 21, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
3 participants