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: Raul Infante-Sainz
Subject: [bug #61795] Make step crashes in version 0.16.68-92ff442
Date: Tue, 11 Jan 2022 07:19:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

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

                 Summary: Make step crashes in version 0.16.68-92ff442
                 Project: GNU Astronomy Utilities
            Submitted by: infantesainz
            Submitted on: Tue 11 Jan 2022 12:19:48 PM UTC
                Category: Installation
                Severity: 3 - Normal
              Item Group: Crash
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

While trying to install the latest version of Gnuastro (right now it is
0.16.68-92ff442), it crashes with the output shown below. I am also attaching
the output of the configure step in case it can provide some clues.


depbase=`echo arithmetic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I\../bootstrapped/lib -I\../bootstrapped/lib
-DSYSCONFIG_DIR=\"/usr/local/etc\"   -Wall -O3  -pthread -MT arithmetic.lo -MD
-MP -MF $depbase.Tpo -c -o arithmetic.lo arithmetic.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../bootstrapped/lib
-I../bootstrapped/lib -DSYSCONFIG_DIR=\"/usr/local/etc\" -Wall -O3 -pthread
-MT arithmetic.lo -MD -MP -MF .deps/arithmetic.Tpo -c arithmetic.c  -fPIC
-DPIC -o .libs/arithmetic.o
In file included from arithmetic.c:41:
./gnuastro/threads.h:72:13: error: conflicting types for
‘pthread_barrierattr_t’
   72 | typedef int pthread_barrierattr_t;
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:227,
                 from ../bootstrapped/lib/sys/types.h:39,
                 from ../bootstrapped/lib/stdio.h:58,
                 from ../bootstrapped/lib/error.h:23,
                 from arithmetic.c:26:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:118:3: note: previous
declaration of ‘pthread_barrierattr_t’ was here
  118 | } pthread_barrierattr_t;
      |   ^~~~~~~~~~~~~~~~~~~~~
In file included from arithmetic.c:41:
./gnuastro/threads.h:81:3: error: conflicting types for
‘pthread_barrier_t’
   81 | } pthread_barrier_t;
      |   ^~~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:227,
                 from ../bootstrapped/lib/sys/types.h:39,
                 from ../bootstrapped/lib/stdio.h:58,
                 from ../bootstrapped/lib/error.h:23,
                 from arithmetic.c:26:
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h:112:3: note: previous
declaration of ‘pthread_barrier_t’ was here
  112 | } pthread_barrier_t;
      |   ^~~~~~~~~~~~~~~~~
In file included from arithmetic.c:41:
./gnuastro/threads.h:84:1: error: conflicting types for
‘pthread_barrier_init’
   84 | pthread_barrier_init(pthread_barrier_t *b, pthread_barrierattr_t
*attr,
      | ^~~~~~~~~~~~~~~~~~~~
In file included from ./gnuastro/threads.h:28,
                 from arithmetic.c:41:
/usr/include/pthread.h:1080:12: note: previous declaration of
‘pthread_barrier_init’ was here
 1080 | extern int pthread_barrier_init (pthread_barrier_t *__restrict
__barrier,
      |            ^~~~~~~~~~~~~~~~~~~~
In file included from arithmetic.c:41:
./gnuastro/threads.h:88:1: error: conflicting types for
‘pthread_barrier_wait’
   88 | pthread_barrier_wait(pthread_barrier_t *b);
      | ^~~~~~~~~~~~~~~~~~~~
In file included from ./gnuastro/threads.h:28,
                 from arithmetic.c:41:
/usr/include/pthread.h:1090:12: note: previous declaration of
‘pthread_barrier_wait’ was here
 1090 | extern int pthread_barrier_wait (pthread_barrier_t *__barrier)
      |            ^~~~~~~~~~~~~~~~~~~~
In file included from arithmetic.c:41:
./gnuastro/threads.h:91:1: error: conflicting types for
‘pthread_barrier_destroy’
   91 | pthread_barrier_destroy(pthread_barrier_t *b);
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ./gnuastro/threads.h:28,
                 from arithmetic.c:41:
/usr/include/pthread.h:1086:12: note: previous declaration of
‘pthread_barrier_destroy’ was here
 1086 | extern int pthread_barrier_destroy (pthread_barrier_t *__barrier)
      |            ^~~~~~~~~~~~~~~~~~~~~~~




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 11 Jan 2022 12:19:48 PM UTC  Name: configure.txt  Size: 31KiB   By:
infantesainz

<http://savannah.gnu.org/bugs/download.php?file_id=52642>

    _______________________________________________________

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]