01-24-2020, 10:48 AM
(This post was last modified: 01-28-2020, 10:27 AM by JaceAlvejetti.
Edit Reason: Updated information
)
I was indeed, I will look again maybe in my rush of playing around I have over written it each time, wouldn't be surprised honestly, I likely also screwed with something to cause the modules to fail, that or maybe it an issue with my distcc I'll try it on PBP only, If I didn't say it previously i wasn't blaming you, More so question which I appreciate the answers!! I will give this another shot over the weekend.
EDIT:
So I finally found time to try again, standard build starting with stage3-arm64-20191124.tar.bz2, followed amd64 handbook up to just after selecting the profile,
kde non systemd in my case,
allowing me to emerge git, run the script and all seems well,
emerge kernel source and firmware(sys-kernel/pinebookpro-manjaro-sources and sys-firmware/pinebookpro-firmware), select kernel
kernel builds "make -j6 CC=distcc CXX=distcc Image dtbs modules" with the included config with quite a few "warning: this statement may fall through [-Wimplicit-fallthrough=]" but builds
make modules_install returns "sed: can't read modules.order: No such file or directory
make: *** [Makefile:1314: _modinst_] Error 2"
I don't believe it matters but host is Manjaro, Later today I am going to attempt a non-distcc kernel build and see if thats the limiting factor.
Alright, Making progress! not sure if its my old habit or the distcc server yet, I just ran "make" in the kernel source directory rather then the above "make Image dtbs modules" this produced the kernel, modules and dtbs as expected, at this point I was compiling on an external usb HDD to save writes on my SD card to I dropped Manjaro on the SD, formatted the root and rsynced the Gentoo over, it failed but its closer then I have gotten! I am going to try a Debian image next with the separate boot partition.
random note, distcc is successful with everything else where portage is concerned.
0
EDIT:
So I finally found time to try again, standard build starting with stage3-arm64-20191124.tar.bz2, followed amd64 handbook up to just after selecting the profile,
kde non systemd in my case,
allowing me to emerge git, run the script and all seems well,
emerge kernel source and firmware(sys-kernel/pinebookpro-manjaro-sources and sys-firmware/pinebookpro-firmware), select kernel
kernel builds "make -j6 CC=distcc CXX=distcc Image dtbs modules" with the included config with quite a few "warning: this statement may fall through [-Wimplicit-fallthrough=]" but builds
make modules_install returns "sed: can't read modules.order: No such file or directory
make: *** [Makefile:1314: _modinst_] Error 2"
I don't believe it matters but host is Manjaro, Later today I am going to attempt a non-distcc kernel build and see if thats the limiting factor.
Alright, Making progress! not sure if its my old habit or the distcc server yet, I just ran "make" in the kernel source directory rather then the above "make Image dtbs modules" this produced the kernel, modules and dtbs as expected, at this point I was compiling on an external usb HDD to save writes on my SD card to I dropped Manjaro on the SD, formatted the root and rsynced the Gentoo over, it failed but its closer then I have gotten! I am going to try a Debian image next with the separate boot partition.
random note, distcc is successful with everything else where portage is concerned.
0