💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-01-09.txt captured on 2024-02-05 at 10:31:05.
-=-=-=-=-=-=-
[2024-01-09T02:24:09Z] <slash> Im getting a error after trying to use "make menuconfig" on the kernel even after installing ncurses [2024-01-09T02:24:18Z] <slash> collect2: error: ld returned 1 exit status [2024-01-09T02:24:18Z] <slash> make[2]: *** [scripts/Makefile.host:123: scripts/kconfig/mconf] Error 1 [2024-01-09T02:24:18Z] <slash> make[1]: *** [/root/linux-6.6.10/Makefile:697: menuconfig] Error 2 [2024-01-09T02:24:19Z] <slash> make: *** [Makefile:234: __sub-make] Error 2 [2024-01-09T02:32:00Z] <ukky> slash: Try analyzing the build log: make -d -j1 V=1 menuconfig 2>&1 | tee /tmp/mk.log [2024-01-09T02:39:44Z] <slash> collect2: error: ld returned 1 exit status [2024-01-09T02:39:44Z] <slash> Reaping losing child 0x7f1af5949350 PID 295504 [2024-01-09T02:39:44Z] <slash> make[2]: *** [scripts/Makefile.host:123: scripts/kconfig/mconf] Error 1 [2024-01-09T02:39:45Z] <slash> Removing child 0x7f1af5949350 PID 295504 from chain. [2024-01-09T02:39:47Z] <slash> Reaping losing child 0x7f30d9a8bdb0 PID 295502 [2024-01-09T02:39:49Z] <slash> make[1]: *** [/root/linux-6.6.10/Makefile:697: menuconfig] Error 2 [2024-01-09T02:39:53Z] <slash> Removing child 0x7f30d9a8bdb0 PID 295502 from chain. [2024-01-09T02:39:55Z] <slash> Reaping losing child 0x7f131489b030 PID 295318 [2024-01-09T02:39:57Z] <slash> make: *** [Makefile:234: __sub-make] Error 2 [2024-01-09T02:39:59Z] <slash> Removing child 0x7f131489b030 PID 295318 from chain. [2024-01-09T02:44:30Z] <ukky> The main error is this one: collect2: error: ld returned 1 exit status, but this line doesn't say why linker has failed. The reason for the failure should be printed earlier. [2024-01-09T02:56:54Z] <slash> Do you mean this one "scripts/Makefile.host:123: update target 'scripts/kconfig/mconf' due to: target does not exist" [2024-01-09T03:01:10Z] <ukky> No. The message 'update target ... due to: target does not exist' comes from 'make' itself. But the message 'collect2: error: ld returned 1 exit status' is the result of failed linking. [2024-01-09T03:02:51Z] <ukky> Do 'make clean', and then 'make menuconfig', and you should see some files being compiled [2024-01-09T03:13:58Z] <slash> I still got the same error, here is the output of "make -d -j1 V=1 menuconfig 2>&1 | tee /tmp/mk.log" https://sprunge.us/Mzg7AZ. Im also not the only one to get this error https://www.reddit.com/r/kisslinux/comments/18eplk9/error_when_make_menuconfig/ [2024-01-09T03:23:27Z] <ukky> This: /usr/bin/ld: scripts/kconfig/lxdialog/util.o: undefined reference to symbol 'cbreak' [2024-01-09T03:23:49Z] <ukky> And this: /usr/bin/ld: /usr/lib/libtinfow.so.6: error adding symbols: DSO missing from command line [2024-01-09T03:24:23Z] <ukky> Those are the reasons for the failure [2024-01-09T03:30:00Z] <ilt> install pkgconf [2024-01-09T03:46:57Z] <slash> @ilt: still didn't work [2024-01-09T03:50:12Z] <ilt> make clean first and try again [2024-01-09T03:57:36Z] <slash> it now works thanks [2024-01-09T06:04:33Z] <sewn> hi [2024-01-09T14:10:03Z] <Hughmann> hello kiss-friends [2024-01-09T18:57:57Z] <sewn> bye hugeman