Displaying 3 results from an estimated 3 matches for "g5aa90a845892".
2017 Dec 30
6
building debug version of klibc
...ripped
./usr/kinit/fstype/shared/fstype: ELF 64-bit MSB executable, SPARC V9,
relaxed memory ordering, version 1 (SYSV), statically linked,
interpreter /lib/klibc-M67ne2AU3wnuYln_9h2L1vfH5J0.so, stripped
I started to get segfault in fstype:
linux-2.6$ make install
...
DEPMOD 4.15.0-rc5-00149-g5aa90a845892
sh ./arch/sparc/boot/install.sh 4.15.0-rc5-00149-g5aa90a845892
arch/sparc/boot/zImage \
System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal
4.15.0-rc5-00149-g5aa90a845892
/boot/vmlinuz-4.15.0-rc5-00149-g5aa90a845892
run-parts: executing /etc/kernel/post...
2017 Dec 30
0
building debug version of klibc
...that gets
built. I don't know what code is in klibc, but an example in the kernel source
tree would be 'objtool' - that runs on the host system during the build, not at runtime.
> I started to get segfault in fstype:
> linux-2.6$ make install
...
> DEPMOD 4.15.0-rc5-00149-g5aa90a845892
> sh ./arch/sparc/boot/install.sh 4.15.0-rc5-00149-g5aa90a845892 arch/sparc/boot/zImage \
> System.map "/boot"
What directory did you do that in? It looks like you're trying to install a whole
new kernel image, not a new initramfs that has an updated klibc on it.
------...
2017 Dec 30
2
building debug version of klibc
...know what code is in klibc, but an example in the kernel source
> tree would be 'objtool' - that runs on the host system during the build, not at runtime.
>
>> I started to get segfault in fstype:
>
>> linux-2.6$ make install
> ...
>> DEPMOD 4.15.0-rc5-00149-g5aa90a845892
>> sh ./arch/sparc/boot/install.sh 4.15.0-rc5-00149-g5aa90a845892 arch/sparc/boot/zImage \
>> System.map "/boot"
>
> What directory did you do that in? It looks like you're trying to install a whole
> new kernel image, not a new initramfs that has an updat...