Error while linking bsdinstall
- Reply: Alfonso S. Siciliano: "Re: Error while linking bsdinstall"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 17:33:53 UTC
Hi all, I'm having a problem linking bsdinstall in current dfe30e41967f9b5112c42ca20ec2c366db74cef9 ld: error: undefined symbol: bsddialog_clear >>> referenced by part_wizard.c:76 (/data/fernape_data/FreeBSD-repos/src/usr.sbin/bsdinstall/partedit/part_wizard.c:76) >>> part_wizard.o:(part_wizard) >>> referenced by part_wizard.c:84 (/data/fernape_data/FreeBSD-repos/src/usr.sbin/bsdinstall/partedit/part_wizard.c:84) >>> part_wizard.o:(part_wizard) >>> referenced by partedit.c:126 (/data/fernape_data/FreeBSD-repos/src/usr.sbin/bsdinstall/partedit/partedit.c:126) >>> partedit.o:(main) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Anything I forgot to do? This is in a branch that I had lingering that I rebased with main without any issues. Thanks in advance.