Re: configurator still segfaults, what am I doing wrong?
Rusty Russell <[email protected]> Sat, 09 Feb 2019 14:00:38 +1030
| Newsgroups | org.ozlabs.lists.ccan |
|---|---|
| Message-ID | <[email protected]> |
Ian Zimmerman <[email protected]> writes: > matica!60 ccantest$ /home/itz/git/ccan/tools/create-ccan-tree --build-type=make+config /home/itz/ccantest/ccan tal > Building ccan_depends, modfiles > sh: line 1: 17440 Segmentation fault (core dumped) ./configurator.out 2>&1 OK, that's weird. If you run tools/configurator/configurator normally does it do this? If so, try under gdb... > Cleaning source tree > Adding ccan/alignof > modfiles: Getting canonical version of directory ccan/alignof: No such file or directory This is because the create-ccan-tree script is horrible, and needs to be run from the toplevel ccan dir, AFAICT. Thanks, Rusty.