View Single Post
Old 09-14-2019, 06:23 PM   #8
WaseemAlkurdi
Zealot
WaseemAlkurdi began at the beginning.
 
Posts: 147
Karma: 20
Join Date: Jul 2019
Device: Kindle Touch (K5) Wi-Fi x 2, Kindle (7th Gen, KT2), Paperwhite 3rd Gen
Quote:
Originally Posted by schuhumi View Post
makepkg uses a file named "PKGBUILD" that is essentially a simple recipe on how to build this thing. You can look at it yourself here: https://aur.archlinux.org/cgit/aur.g...i-gcc49-linaro

You can see:
  • What exactly it downloads
  • What dependencies it installs (those might have slightly different names on Ubuntu)
  • That it adds 3 patches (those hare in the same folder as the PKGBUILD https://aur.archlinux.org/cgit/aur.g...i-gcc49-linaro , I'm not sure though what they do or whether they're neccesary )
  • What commands and parameters are used to build it
Alternatively you could put Arch in a docker container and then build it in there I guess. Also there needs to be some official documentation from linaro on how to build it, that would cover Ubuntu probably
Thanks for this! I'll see what I can cook up. It's probably going to be an Arch chroot.
WaseemAlkurdi is offline   Reply With Quote