From unknown Sun Jun 22 03:50:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#12765 <12765@debbugs.gnu.org> To: bug#12765 <12765@debbugs.gnu.org> Subject: Status: hpux: "configure --disable-threads" failure Reply-To: bug#12765 <12765@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:50:09 +0000 retitle 12765 hpux: "configure --disable-threads" failure reassign 12765 coreutils submitter 12765 John David Anglin severity 12765 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 29 15:48:00 2012 Received: (at submit) by debbugs.gnu.org; 29 Oct 2012 19:48:00 +0000 Received: from localhost ([127.0.0.1]:38539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSvJY-0002yC-G3 for submit@debbugs.gnu.org; Mon, 29 Oct 2012 15:48:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43536) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSvJU-0002y3-9e for submit@debbugs.gnu.org; Mon, 29 Oct 2012 15:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSvH1-0000ey-49 for submit@debbugs.gnu.org; Mon, 29 Oct 2012 15:45:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSvH1-0000eE-1G for submit@debbugs.gnu.org; Mon, 29 Oct 2012 15:45:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSvBO-0004Lo-PV for bug-coreutils@gnu.org; Mon, 29 Oct 2012 15:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSvBI-0007Jf-Ph for bug-coreutils@gnu.org; Mon, 29 Oct 2012 15:39:34 -0400 Received: from mail16.primus.ca ([216.254.141.183]:54662 helo=mail-08.primus.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSvBI-0007IA-Kg for bug-coreutils@gnu.org; Mon, 29 Oct 2012 15:39:28 -0400 Received: from 216-58-40-249.cpe.distributel.net ([216.58.40.249] helo=[192.168.0.181]) by mail-08.primus.ca with esmtpa (Exim 4.72) (envelope-from ) id 1TSvBG-0005BV-2j; Mon, 29 Oct 2012 15:39:26 -0400 Message-ID: <508EDB5C.9020908@bell.net> Date: Mon, 29 Oct 2012 15:39:08 -0400 From: John David Anglin User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: bug-coreutils@gnu.org Subject: "configure --disable-threads" doesn't work with coreutils-8.20 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: danglin-lux@magma.ca - 216-58-40-249.cpe.distributel.net ([192.168.0.181]) [216.58.40.249] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) The following build error occurs on hppa1.1-hp-hpux10.20: CC src/sort.o In file included from ../src/sort.c:26:0: ./lib/pthread.h: In function 'pthread_spin_init': ./lib/pthread.h:241:3: error: incompatible type for argument 2 of 'pthread_mutex_init' /usr/include/pthread.h:354:5: note: expected 'pthread_mutexattr_t' but argument is of type 'void *' ../src/sort.c: In function 'merge_tree_init': ../src/sort.c:3200:3: error: incompatible type for argument 2 of 'pthread_mutex_init' /usr/include/pthread.h:354:5: note: expected 'pthread_mutexattr_t' but argument is of type 'void *' ../src/sort.c: In function 'init_node': ../src/sort.c:3242:3: error: incompatible type for argument 2 of 'pthread_mutex_init' /usr/include/pthread.h:354:5: note: expected 'pthread_mutexattr_t' but argument is of type 'void *' ../src/sort.c: In function 'queue_init': ../src/sort.c:3312:3: error: incompatible type for argument 2 of 'pthread_mutex_init' /usr/include/pthread.h:354:5: note: expected 'pthread_mutexattr_t' but argument is of type 'void *' ../src/sort.c:3313:3: error: incompatible type for argument 2 of 'pthread_cond_init' /usr/include/pthread.h:378:5: note: expected 'pthread_condattr_t' but argument is of type 'void *' ../src/sort.c: In function 'sortlines': ../src/sort.c:3584:7: error: incompatible type for argument 2 of 'pthread_create' /usr/include/pthread.h:275:5: note: expected 'pthread_attr_t' but argument is of type 'void *' ../src/sort.c: In function 'main': ../src/sort.c:4210:22: error: storage size of 'act' isn't known ../src/sort.c:4215:9: warning: implicit declaration of function 'cma_sigaction' [-Wimplicit-function-declaration] make[2]: *** [src/sort.o] Error 1 make[2]: Leaving directory `/xxx/gnu/coreutils-8.20/objdir' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/xxx/gnu/coreutils-8.20/objdir' make: *** [all] Error 2 hppa1.1-hp-hpux10.20 has DCE threads which predates the posix thread interface. Dave -- John David Anglin dave.anglin@bell.net From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 29 17:13:04 2012 Received: (at 12765) by debbugs.gnu.org; 29 Oct 2012 21:13:04 +0000 Received: from localhost ([127.0.0.1]:38583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSwds-0004uD-6V for submit@debbugs.gnu.org; Mon, 29 Oct 2012 17:13:04 -0400 Received: from smtp.cs.ucla.edu ([131.179.128.62]:59920) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSwdp-0004tn-F0 for 12765@debbugs.gnu.org; Mon, 29 Oct 2012 17:13:02 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id A4C17A6000A; Mon, 29 Oct 2012 14:10:32 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6cdhHYTj04fJ; Mon, 29 Oct 2012 14:10:32 -0700 (PDT) Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 52719A60008; Mon, 29 Oct 2012 14:10:32 -0700 (PDT) Message-ID: <508EF0C7.6050507@cs.ucla.edu> Date: Mon, 29 Oct 2012 14:10:31 -0700 From: Paul Eggert User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: John David Anglin Subject: Re: bug#12765: "configure --disable-threads" doesn't work with coreutils-8.20 References: <508EDB5C.9020908@bell.net> In-Reply-To: <508EDB5C.9020908@bell.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 12765 Cc: 12765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) On 10/29/2012 12:39 PM, John David Anglin wrote: > hppa1.1-hp-hpux10.20 has DCE threads which predates the posix thread interface. On such a platform, coreutils should run single-threaded and shouldn't be mucking with DCE threads at all. Can you investigate what went wrong? Perhaps you can send us the output of 'configure', and what's in config.h, and the output of 'diff -u lib/pthread.in.h lib/pthread.h'. From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 03 22:39:02 2012 Received: (at 12765) by debbugs.gnu.org; 4 Nov 2012 02:39:02 +0000 Received: from localhost ([127.0.0.1]:47855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUq74-0004Np-5o for submit@debbugs.gnu.org; Sat, 03 Nov 2012 22:39:02 -0400 Received: from blu0-omc1-s20.blu0.hotmail.com ([65.55.116.31]:34229) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUq71-0004NQ-TQ for 12765@debbugs.gnu.org; Sat, 03 Nov 2012 22:39:00 -0400 Received: from BLU0-SMTP70 ([65.55.116.8]) by blu0-omc1-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 3 Nov 2012 19:36:01 -0700 X-Originating-IP: [69.158.131.52] X-EIP: [5SNSpGmW6hw0x2yQgwLZTSPT6pnjYsyk] X-Originating-Email: [dave.anglin@bell.net] Message-ID: Received: from [192.168.2.10] ([69.158.131.52]) by BLU0-SMTP70.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 3 Nov 2012 19:36:01 -0700 From: John David Anglin To: Paul Eggert In-Reply-To: <508EF0C7.6050507@cs.ucla.edu> Content-Type: multipart/mixed; boundary="Apple-Mail-5-27197246" Subject: Re: bug#12765: "configure --disable-threads" doesn't work with coreutils-8.20 MIME-Version: 1.0 (Apple Message framework v936) Date: Sat, 3 Nov 2012 22:35:51 -0400 References: <508EDB5C.9020908@bell.net> <508EF0C7.6050507@cs.ucla.edu> X-Mailer: Apple Mail (2.936) X-OriginalArrivalTime: 04 Nov 2012 02:36:01.0676 (UTC) FILETIME=[2134E4C0:01CDBA35] X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 12765 Cc: 12765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) --Apple-Mail-5-27197246 Content-Type: text/plain; charset="US-ASCII"; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On 29-Oct-12, at 5:10 PM, Paul Eggert wrote: > On 10/29/2012 12:39 PM, John David Anglin wrote: >> hppa1.1-hp-hpux10.20 has DCE threads which predates the posix >> thread interface. > > On such a platform, coreutils should run single-threaded > and shouldn't be mucking with DCE threads at all. > Can you investigate what went wrong? Perhaps you can > send us the output of 'configure', and what's in config.h, > and the output of 'diff -u lib/pthread.in.h lib/pthread.h'. > The attached change results in a successful build of sort. It's not optimal but I tried to avoid messing with the automake files. I also note that sort only seems to support pthreads. Sorry, it appears the configure output, etc, only went to Paul. Dave -- John David Anglin dave.anglin@bell.net --Apple-Mail-5-27197246 Content-Disposition: attachment; filename="pthread.in.h.d.txt" Content-Type: text/plain; x-unix-mode=0644; name="pthread.in.h.d.txt" Content-Transfer-Encoding: 7bit --- pthread.in.h.orig Tue Oct 23 10:19:34 2012 +++ pthread.in.h Sat Nov 3 18:37:43 2012 @@ -26,7 +26,9 @@ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_PTHREAD_H@ -# @INCLUDE_NEXT@ @NEXT_PTHREAD_H@ +# ifdef USE_POSIX_THREADS +# @INCLUDE_NEXT@ @NEXT_PTHREAD_H@ +# endif #endif #ifndef _@GUARD_PREFIX@_PTHREAD_H_ @@ -38,7 +40,7 @@ #include #include -#if ! @HAVE_PTHREAD_T@ +#if ! @HAVE_PTHREAD_T@ || ! defined(USE_POSIX_THREADS) # if !GNULIB_defined_pthread_types typedef int pthread_t; typedef int pthread_attr_t; @@ -97,7 +99,7 @@ #define PTHREAD_SCOPE_PROCESS 1 #endif -#if ! @HAVE_PTHREAD_T@ +#if ! @HAVE_PTHREAD_T@ || ! defined(USE_POSIX_THREADS) # if !GNULIB_defined_pthread_functions @@ -226,7 +228,7 @@ #endif -#if ! @HAVE_PTHREAD_SPINLOCK_T@ +#if ! @HAVE_PTHREAD_SPINLOCK_T@ || ! defined(USE_POSIX_THREADS) # if !GNULIB_defined_pthread_spinlock_t --Apple-Mail-5-27197246-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 04 02:51:50 2012 Received: (at 12765) by debbugs.gnu.org; 4 Nov 2012 07:51:50 +0000 Received: from localhost ([127.0.0.1]:48033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUuzl-0004kB-Sq for submit@debbugs.gnu.org; Sun, 04 Nov 2012 02:51:50 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:57675) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TUuzj-0004k3-0J for 12765@debbugs.gnu.org; Sun, 04 Nov 2012 02:51:48 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id D562A39E810E; Sun, 4 Nov 2012 00:48:47 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id juXQbfUPkP1o; Sun, 4 Nov 2012 00:48:47 -0700 (PDT) Received: from [192.168.1.3] (pool-108-23-119-2.lsanca.fios.verizon.net [108.23.119.2]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 6373C39E8109; Sun, 4 Nov 2012 00:48:47 -0700 (PDT) Message-ID: <50961DE3.3030609@cs.ucla.edu> Date: Sun, 04 Nov 2012 00:48:51 -0700 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: John David Anglin Subject: Re: bug#12765: "configure --disable-threads" doesn't work with coreutils-8.20 References: <508EDB5C.9020908@bell.net> <508EF0C7.6050507@cs.ucla.edu> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 12765 Cc: 12765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) On 11/03/2012 07:35 PM, John David Anglin wrote: > The attached change results in a successful build of sort. I'm afraid that won't work, because it assumes that the application uses both threadlib and pthread. Why does coreutils use threadlib, anyway? Does anybody know? It seems like overkill for what coreutils needs. From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 04 11:32:47 2012 Received: (at 12765) by debbugs.gnu.org; 4 Nov 2012 16:32:47 +0000 Received: from localhost ([127.0.0.1]:49188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TV37v-0000Vg-7r for submit@debbugs.gnu.org; Sun, 04 Nov 2012 11:32:47 -0500 Received: from blu0-omc1-s29.blu0.hotmail.com ([65.55.116.40]:10451) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TV37r-0000VW-BE for 12765@debbugs.gnu.org; Sun, 04 Nov 2012 11:32:45 -0500 Received: from BLU0-SMTP90 ([65.55.116.7]) by blu0-omc1-s29.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 4 Nov 2012 08:29:41 -0800 X-Originating-IP: [69.158.131.52] X-EIP: [PicmIo2twsperZ7Po7ONZ7ZaTcup+z/Q] X-Originating-Email: [dave.anglin@bell.net] Message-ID: Received: from [192.168.2.10] ([69.158.131.52]) by BLU0-SMTP90.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 4 Nov 2012 08:29:41 -0800 From: John David Anglin To: Paul Eggert In-Reply-To: <50961DE3.3030609@cs.ucla.edu> Subject: Re: bug#12765: "configure --disable-threads" doesn't work with coreutils-8.20 References: <508EDB5C.9020908@bell.net> <508EF0C7.6050507@cs.ucla.edu> <50961DE3.3030609@cs.ucla.edu> Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 (Apple Message framework v936) Date: Sun, 4 Nov 2012 11:29:24 -0500 X-Mailer: Apple Mail (2.936) X-OriginalArrivalTime: 04 Nov 2012 16:29:41.0426 (UTC) FILETIME=[974D0920:01CDBAA9] X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12765 Cc: 12765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) On 4-Nov-12, at 2:48 AM, Paul Eggert wrote: > On 11/03/2012 07:35 PM, John David Anglin wrote: >> The attached change results in a successful build of sort. > > I'm afraid that won't work, because it assumes that the > application uses both threadlib and pthread. I don't see that it assumes that the application uses both threadlib and pthreads. As far as I can tell, sort doesn't use threadlib. It uses pthreads. Thus, a fallback is needed when pthreads is not available. If we are not using pthreads, we get a trivial pthread implementation from lib/pthread.h with the change. It seemed reasonable to base this on the configure variable USE_POSIX_THREADS. We could get the same result by modifying the configure result for HAVE_PTHREAD_H, etc, but the system does have a pthread.h header. It's just not usable. Another alternative might be to convert sort to use threadlib. Dave -- John David Anglin dave.anglin@bell.net From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 04 12:10:55 2012 Received: (at 12765) by debbugs.gnu.org; 4 Nov 2012 17:10:55 +0000 Received: from localhost ([127.0.0.1]:49212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TV3io-0001Mb-V1 for submit@debbugs.gnu.org; Sun, 04 Nov 2012 12:10:55 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:45360) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TV3im-0001MS-Qi for 12765@debbugs.gnu.org; Sun, 04 Nov 2012 12:10:54 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 88FDCA60004; Sun, 4 Nov 2012 09:07:51 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0klpJMw7Xs3M; Sun, 4 Nov 2012 09:07:51 -0800 (PST) Received: from [192.168.1.3] (pool-108-23-119-2.lsanca.fios.verizon.net [108.23.119.2]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 3441BA60002; Sun, 4 Nov 2012 09:07:51 -0800 (PST) Message-ID: <5096A0DC.60203@cs.ucla.edu> Date: Sun, 04 Nov 2012 09:07:40 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: John David Anglin Subject: Re: bug#12765: "configure --disable-threads" doesn't work with coreutils-8.20 References: <508EDB5C.9020908@bell.net> <508EF0C7.6050507@cs.ucla.edu> <50961DE3.3030609@cs.ucla.edu> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 12765 Cc: 12765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) On 11/04/2012 08:29 AM, John David Anglin wrote: > It seemed reasonable to base this on the configure variable > USE_POSIX_THREADS. But the problem is that USE_POSIX_THREADS is set by the threadlib configuration. > Another alternative might be to convert sort to use threadlib. coreutils already uses threadlib, sort of, which is part of the problem here. I'm not sure why it does. The idea was supposed to be that it uses POSIX threads or nothing. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 06 13:11:29 2018 Received: (at control) by debbugs.gnu.org; 6 Nov 2018 18:11:29 +0000 Received: from localhost ([127.0.0.1]:37708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gK5p3-000547-BV for submit@debbugs.gnu.org; Tue, 06 Nov 2018 13:11:29 -0500 Received: from mail-pf1-f179.google.com ([209.85.210.179]:42004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gK5p1-00053s-C2 for control@debbugs.gnu.org; Tue, 06 Nov 2018 13:11:27 -0500 Received: by mail-pf1-f179.google.com with SMTP id u10-v6so722579pfn.9 for ; Tue, 06 Nov 2018 10:11:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=LzfMWkzyI4LJdtKeBE3gFY1zgc5eF/2fe3mNvEZfGak=; b=cs+eGe8ZljqbipgIFC0W4cSr/kViDWyGe3p56S5C7UnQVgL5SlhAoPmnJKj89RhmDq zgS5UdoNaOBFCcEYTCVUVb36DD2Oq5lb57JDOBW8XGLINPok3qfL4B+ngNi9rY56cDaY nxicvckow4M+ShK/njho8Ns2RpsQ1jpYTNtiYKzw5Y8dZ+KtedGaV8PFckx/029s3WOk of8LBjuhEgKhl2DxUGlP48ozC5keWdaKLD/B8l18zUqwjItdO1VDmwOQyqg31HhWALbn Z6f8MRxaq5LcAVZM8R1wLShTCZYsxW0axN+6nqLWaR3e5EFSHzglQOZzQtbUF2vTu9S7 u/VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=LzfMWkzyI4LJdtKeBE3gFY1zgc5eF/2fe3mNvEZfGak=; b=nF8/UyDSKqYt6hxdlD4DXznXb7Ak48LfPmUmaaVzYAPjV/Qylv5ZtGUrrfA7f5Wp6l m02343JejvWjoXGxCSU54yFkaqZAqMz3K6NlY1kw99khCy2kSjQGW9bxaVuwBa/zVPda +Gvt8E9Pjvnqv3AYozRQWzuY9y0mvO4YZ9Bs9bOeVXJaM1FUEkEjZL2cJdzsUpdFtLHE keauQd7+8ydYNcATnr3Yr565O6jGFKGBhXwlWeDah31x3d3Jcb2w9rHaMpqP82S1YzCA QPKsA/6XqUQYMnDDCkeacgiimzClXv3gXmHXuaVM8T8i7Bvk2PpplDKBY4XgadoOb2rw 2r9Q== X-Gm-Message-State: AGRZ1gKw404egf+vUcDJHfPAtemoNkcbL2MIMdqmPduBZ4TYZc+IPRNx Eb8EUiB6bHCP0ULm954U/moXVzxT X-Google-Smtp-Source: AJdET5cNbXEy79ZPMEBP2kFxhSDCAvIQKLc5gKGA3OxQXuPLxwQ3GS9/wkBjaQhxHwINZoh+3UxACw== X-Received: by 2002:a62:6143:: with SMTP id v64-v6mr27624807pfb.125.1541527881123; Tue, 06 Nov 2018 10:11:21 -0800 (PST) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id h17-v6sm39384480pfj.125.2018.11.06.10.11.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Nov 2018 10:11:20 -0800 (PST) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: Date: Tue, 6 Nov 2018 11:11:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 12765 hpux: "configure --disable-threads" failure [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.210.179 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) retitle 12765 hpux: "configure --disable-threads" failure