<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
<div>So, if libsclean was the part that made it work, we might have to look at running it on distclean (if distclean is commonly used as a « super clean »).</div>
<br id="lineBreakAtBeginningOfSignature">
<div dir="ltr">Edouard Choinière</div>
<div dir="ltr"><br>
<blockquote type="cite">Le 29 juill. 2024 à 05:58, Luís Moreira de Sousa <luis.de.sousa@protonmail.ch> a écrit :<br>
<br>
</blockquote>
</div>
<blockquote type="cite">
<div dir="ltr">
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
Salut Edouard,</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
thank you for the swift reply. Indeed that sorted things out.</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
Best.</div>
<div class="protonmail_signature_block" style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<div class="protonmail_signature_block-user">
<div><br>
</div>
<div>-- <br>
</div>
<div>Luís Moreira de Sousa</div>
<div>Mastodon: <span><a href="https://mastodon.social/@luis_de_sousa" rel="noopener noreferrer" target="_blank">https://mastodon.social/@luis_de_sousa</a></span><br>
</div>
<div>URL: <a href="https://ldesousa.codeberg.page" rel="noopener noreferrer" target="_blank">
https://ldesousa.codeberg.page</a></div>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div class="protonmail_signature_block-proton">Sent with <a target="_blank" href="https://proton.me/" rel="noopener noreferrer">
Proton Mail</a> secure email. </div>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div class="protonmail_quote">On Monday, July 29th, 2024 at 10:41 AM, Edouard Choinière <e.chs@outlook.com> wrote:<br>
<blockquote class="protonmail_quote" type="cite">Could you try cleaning with « make libsclean clean distclean » beforehand? (The libsclean is the part I want you to try)
<div><br id="lineBreakAtBeginningOfSignature">
<div dir="ltr">Edouard Choinière</div>
<div dir="ltr"><br>
<blockquote type="cite">Le 29 juill. 2024 à 05:35, Luís Moreira de Sousa via grass-dev <grass-dev@lists.osgeo.org> a écrit :<br>
<br>
</blockquote>
</div>
<blockquote type="cite">
<div dir="ltr">
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
Dear all,</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
this morning compiling the main branch I am getting a couple errors:</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<span></span>
<div><span>GRASS GIS 8.5.0dev 4014208b4 compilation log</span></div>
<div><span>--------------------------------------------------</span></div>
<div><span>Started compilation: ma 29 jul 2024 10:11:18 WEST</span></div>
<div><span>--</span></div>
<div><span>Errors in:</span></div>
<div><span>/home/lads/git/grass/vector/v.profile</span></div>
<div><span>/home/lads/git/grass/vector/v.select</span></div>
<div><span>--</span></div>
<div><span>In case of errors please change into the directory with error and run 'make'.</span></div>
<div><span>If you get multiple errors, you need to deal with them in the order they</span></div>
<div><span>appear in the error log. If you get an error building a library, you will</span></div>
<div><span>also get errors from anything which uses the library.</span></div>
<div><span>--</span></div>
<div><span>Finished compilation: ma 29 jul 2024 10:15:45 WEST</span></div>
<div><span>make: *** [Makefile:71: default] Error 1</span></div>
<div><br>
</div>
<div>I proceeded as instructed:</div>
<div><br>
</div>
<div><span>$ cd /home/lads/git/grass/vector/v.profile</span></div>
<div><span>$ make</span></div>
<div><span>: && gcc -L/home/lads/git/grass/dist.x86_64-pc-linux-gnu/lib -L/home/lads/git/grass/dist.x86_64-pc-linux-gnu/lib -Wl,--export-dynamic -Wl,-rpath-link,/home/lads/git/grass/dist.x86_64-pc-linux-gnu/lib -Wl,-rpath,/usr/local/grass85/lib -o /home/lads/git/grass/dist.x86_64-pc-linux-gnu/bin/v.profile
OBJ.x86_64-pc-linux-gnu/main.o OBJ.x86_64-pc-linux-gnu/processors.o -lgrass_vector.8.5 -lgrass_dbmiclient.8.5 -lgrass_dbmibase.8.5 -lgrass_gis.8.5 -lm</span></div>
<div><span>/usr/bin/ld: OBJ.x86_64-pc-linux-gnu/main.o: undefined reference to symbol 'GEOSBufferParams_create'</span></div>
<div><span>/usr/bin/ld: /lib/x86_64-linux-gnu/libgeos_c.so.1: error adding symbols: DSO missing from command line</span></div>
<div><span>collect2: error: ld returned 1 exit status</span></div>
<div><span>make: *** [../../include/Make/Module.make:18: /home/lads/git/grass/dist.x86_64-pc-linux-gnu/bin/v.profile] Error 1</span></div>
<div><br>
</div>
<div><br>
</div>
<div><span>This discussion at StackOverflow [0] indicates arguments missing to gcc. Compiling v.select returns the same error message.</span></div>
<div><br>
</div>
<div><span>Could this be something missing from my config? Or is it a real issue that should be reported?</span></div>
<div><br>
</div>
<div><span>Thank you.</span></div>
<span></span><br>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
[0] <span><a href="https://stackoverflow.com/questions/19901934/libpthread-so-0-error-adding-symbols-dso-missing-from-command-line" rel="noreferrer nofollow noopener" target="_blank">https://stackoverflow.com/questions/19901934/libpthread-so-0-error-adding-symbols-dso-missing-from-command-line</a></span></div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;" class="protonmail_signature_block">
<div class="protonmail_signature_block-user">
<div><br>
</div>
<div>-- <br>
</div>
<div>Luís Moreira de Sousa</div>
<div>Mastodon: <span><a target="_blank" rel="noreferrer nofollow noopener" href="https://mastodon.social/@luis_de_sousa">https://mastodon.social/@luis_de_sousa</a></span><br>
</div>
<div>URL: <a target="_blank" rel="noreferrer nofollow noopener" href="https://ldesousa.codeberg.page">
https://ldesousa.codeberg.page</a></div>
</div>
<div style="font-family: Menlo, Consolas, Courier New, Monospace; font-size: 14px;">
<br>
</div>
<div class="protonmail_signature_block-proton">Sent with <a rel="noreferrer nofollow noopener" href="https://proton.me/" target="_blank">
Proton Mail</a> secure email. </div>
</div>
<span>_______________________________________________</span><br>
<span>grass-dev mailing list</span><br>
<span>grass-dev@lists.osgeo.org</span><br>
<span>https://lists.osgeo.org/mailman/listinfo/grass-dev</span><br>
</div>
</blockquote>
</div>
</blockquote>
<br>
</div>
</div>
</blockquote>
</body>
</html>