Skip to content
Snippets Groups Projects

Draft: community/virtualbox-guest-additions: upgrade to 7.1.0

Open Peter Shkenev requested to merge Ermine/aports:vbox-guest-additions into master
1 unresolved thread

Merge request reports

Members who can merge are allowed to add commits.
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Peter Shkenev added 1 commit

    added 1 commit

    • c762e14f - community/virtualbox-guest-additions: upgrade to 7.1.0, enable aarch64

    Compare with previous version

  • Peter Shkenev added 1 commit

    added 1 commit

    • c343fa53 - community/virtualbox-guest-additions: upgrade to 7.1.0

    Compare with previous version

  • Peter Shkenev changed title from community/virtualbox-guest-additions: upgrade to 7.1.0, enable aarch64 to community/virtualbox-guest-additions: upgrade to 7.1.0

    changed title from community/virtualbox-guest-additions: upgrade to 7.1.0, enable aarch64 to community/virtualbox-guest-additions: upgrade to 7.1.0

    • Fails on arch:x86 with:

      >>> ERROR: virtualbox-guest-additions-x11*: Found textrels:
      TEXTREL  /builds/Ermine/aports/community/virtualbox-guest-additions/pkg/virtualbox-guest-additions-x11/usr/sbin/VBoxClient
    • Seems like I've found the culprit. During the build process, libX11LazyLoad.asm (a stub to lazy-load libX11 symbols) is generated and assembled by yasm. On x86 it yields TEXTREL, while it doesn't on x86_64. I'm not sure why that happens, and I'm not sure why it doesn't happen to other generated stubs.

      Maybe it is worth to patch the whole lazy-loading thing out?

      Ping @team/mentors

    • Please register or sign in to reply
  • Kevin Daudt marked this merge request as draft

    marked this merge request as draft

  • Peter Shkenev mentioned in merge request !73858 (merged)

    mentioned in merge request !73858 (merged)

  • Sorry to bother you @Ermine,

    but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping @team/mentors. You can also ask on IRC on #alpine-devel on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

    Thanks for your contribution.

Please register or sign in to reply
Loading