Skip to content

latest ArchLinuxARM uses gcc10 which fails to build kernel PKGBUILD #35

@kybr

Description

@kybr

Thank you so much for this work. I have one of these chromebooks and I really want to use Arch on it. If you can look at this, I would be most appreciative!

~

Building the new kernel with makepkg -si fails because the checksums are not correct. Ignoring the checksums with --skipchecksums leads to a kernel build failure. Here's an excerpt of your PKGBUILD file from a commit a couple of years ago:

...
_commit=8d57cc314fb6199846e5b30637aa0ed355a44704
_coreboot_commit=24cf824297f8a4bf5faf6711fbe296d8384bddc3
...
source=(  "https://chromium.googlesource.com/chromiumos/third_party/kernel/+archive/${_commit}.tar.gz"
          "https://chromium.googlesource.com/chromiumos/third_party/coreboot/+archive/${_coreboot_commit}.tar.gz"
...
sha256sums=('b32a477312ce3db1c289ad1e5c0456ef8553468be07854ef61a16870e502ca8e'
62
            '68f9050651c9714ce99c617a008e39266fb9887e6038dba8a7cfca223e01b989'

Those commits don't match the checksums. I don't currently know enough about google's git or ChromeOS to fix this myself. If you could take a look.. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions