gnuastro-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #61795] Make step crashes in version 0.16.68-92ff442


From: Mohammad Akhlaghi
Subject: [bug #61795] Make step crashes in version 0.16.68-92ff442
Date: Tue, 11 Jan 2022 09:16:43 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0

Follow-up Comment #1, bug #61795 (project gnuastro):

Thanks a lot for reporting this Raul.

The 'pthread_barrier_*' set of functions are defined for operating systems
that don't have it (mostly macOS), they are described in the Implementation of
pthread_barrier
<https://www.gnu.org/software/gnuastro/manual/html_node/Implementation-of-pthread_005fbarrier.html>
section of the book.

The reason for the "conflicting types" can be that during the configuration
phase, Gnuastro has not been able to detect your system's
'pthread_barrier_t'.

Was this on a GNU/Linux OS? 

Can you have a look in the './configure' output, and this line in particular:


checking for pthread_barrier_wait in -lpthread... yes


If my assumption is correct, you should be using a GNU/Linux OS, but this
'./configure' check should be a 'no'. In this case, can you also send me the
'config.log' file (while removing private directories and doing a 'gzip --best
config.log' to avoid wasting space)?

With the 'config.log', we'll be able to see why this test failed, even though
the function already (probably!) existed in your OS... let's see

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61795>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]