From unknown Tue Jun 24 01:39:28 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#27618 <27618@debbugs.gnu.org> To: bug#27618 <27618@debbugs.gnu.org> Subject: Status: Possible bug when compiled with ssl Reply-To: bug#27618 <27618@debbugs.gnu.org> Date: Tue, 24 Jun 2025 08:39:28 +0000 retitle 27618 Possible bug when compiled with ssl reassign 27618 coreutils submitter 27618 Jean Louis severity 27618 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 10:24:45 2017 Received: (at submit) by debbugs.gnu.org; 8 Jul 2017 14:24:46 +0000 Received: from localhost ([127.0.0.1]:58004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTqf7-0006Dv-Ic for submit@debbugs.gnu.org; Sat, 08 Jul 2017 10:24:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTqf5-0006Di-OH for submit@debbugs.gnu.org; Sat, 08 Jul 2017 10:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTqez-0000xg-NI for submit@debbugs.gnu.org; Sat, 08 Jul 2017 10:24:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dTqez-0000xL-K0 for submit@debbugs.gnu.org; Sat, 08 Jul 2017 10:24:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTqey-00005m-JX for bug-coreutils@gnu.org; Sat, 08 Jul 2017 10:24:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTqet-0000wE-Md for bug-coreutils@gnu.org; Sat, 08 Jul 2017 10:24:36 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:59527) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dTqet-0000w0-FU for bug-coreutils@gnu.org; Sat, 08 Jul 2017 10:24:31 -0400 Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sat, 08 Jul 2017 07:25:35 -0700 id 000000000005DD4D.000000005960EB5F.00004ADB Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sat, 08 Jul 2017 17:17:21 +0300 id 00000000000ED99F.000000005960E971.00005FAF Date: Sat, 8 Jul 2017 17:17:21 +0300 From: Jean Louis To: bug-coreutils@gnu.org Subject: Possible bug when compiled with ssl Message-ID: <20170708141721.GA27405@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit 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: -4.1 (----) Hello, I have seen today that my coreutils was compiled with ssl support, and that is fine for me. However, what happens if libressl library is updated? sort is then missing libressl from old versio, and configure cannot run. Also, sort is required by other ./configure scripts so suddenly nothing can be ./configure-ed and make-ed as the script looks for sort, and sort looks for older libressl which is updated to newer version. It further means, when sort and coreutils are compiled with libressl, they cannot compile itself without libressl even I don't know the background on how sort is using the ssl. It maybe problem for development of chaintools with ssl. Jean configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating gnulib-tests/Makefile config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile sort: error while loading shared libraries: libcrypto.so.38: cannot open shared object file: No such file or directory sort: error while loading shared libraries: libcrypto.so.38: cannot open shared object file: No such file or directory From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 11:28:55 2017 Received: (at 27618-done) by debbugs.gnu.org; 8 Jul 2017 15:28:55 +0000 Received: from localhost ([127.0.0.1]:58028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTrfC-0007fS-Tg for submit@debbugs.gnu.org; Sat, 08 Jul 2017 11:28:55 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:49506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTrfB-0007fE-59 for 27618-done@debbugs.gnu.org; Sat, 08 Jul 2017 11:28:53 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0758F16017D; Sat, 8 Jul 2017 08:28:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id lEyZyD9O3ZCQ; Sat, 8 Jul 2017 08:28:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id F3DE1160193; Sat, 8 Jul 2017 08:28:44 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DskP6CjNoE5A; Sat, 8 Jul 2017 08:28:44 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id D590D16017D; Sat, 8 Jul 2017 08:28:44 -0700 (PDT) Subject: Re: bug#27618: Possible bug when compiled with ssl To: Jean Louis , 27618-done@debbugs.gnu.org References: <20170708141721.GA27405@protected.rcdrun.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> Date: Sat, 8 Jul 2017 08:28:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170708141721.GA27405@protected.rcdrun.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done 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: -0.0 (/) Jean Louis wrote: > I have seen today that my coreutils was compiled with ssl support, and > that is fine for me. > ... > sort: error while loading shared libraries: libcrypto.so.38: cannot ope= n shared object file: No such file or directory It sounds like in practice, it is not actually fine for you (:-). When yo= u run=20 'configure', omit the --with-openssl option; that should fix your problem= . From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 16:00:17 2017 Received: (at 27618-done) by debbugs.gnu.org; 8 Jul 2017 20:00:17 +0000 Received: from localhost ([127.0.0.1]:58180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTvto-0007hj-Qi for submit@debbugs.gnu.org; Sat, 08 Jul 2017 16:00:16 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:57648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTvtm-0007hU-3g for 27618-done@debbugs.gnu.org; Sat, 08 Jul 2017 16:00:14 -0400 Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sat, 08 Jul 2017 13:01:13 -0700 id 000000000005DD4A.0000000059613A09.0000573B Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sat, 08 Jul 2017 22:53:02 +0300 id 00000000000ED9A0.000000005961381E.00007969 Date: Sat, 8 Jul 2017 22:53:02 +0300 From: Jean Louis To: Paul Eggert Subject: Re: bug#27618: Possible bug when compiled with ssl Message-ID: <20170708195302.GA31067@protected.rcdrun.com> References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: Jean Louis , 27618-done@debbugs.gnu.org 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: -0.0 (/) On Sat, Jul 08, 2017 at 08:28:44AM -0700, Paul Eggert wrote: > Jean Louis wrote: > > I have seen today that my coreutils was compiled with ssl support, and > > that is fine for me. > > ... > > sort: error while loading shared libraries: libcrypto.so.38: cannot open shared object file: No such file or directory > > It sounds like in practice, it is not actually fine for you (:-). When you > run 'configure', omit the --with-openssl option; that should fix your > problem. Configure cannot run without "sort", and if "sort" is compiled with ssl, then ./configure is not working, regardless. What I have done, I've downloaded sort without ssl, and placed it in /usr/bin/sort just to be able to re-run configure. Jean From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 16:20:28 2017 Received: (at 27618-done) by debbugs.gnu.org; 8 Jul 2017 20:20:28 +0000 Received: from localhost ([127.0.0.1]:58185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTwDM-00088X-I8 for submit@debbugs.gnu.org; Sat, 08 Jul 2017 16:20:28 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:40970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTwDK-00088K-RT for 27618-done@debbugs.gnu.org; Sat, 08 Jul 2017 16:20:27 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D418B1600DA; Sat, 8 Jul 2017 13:20:19 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id W8kO3oENQ85s; Sat, 8 Jul 2017 13:20:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2E45E1600EF; Sat, 8 Jul 2017 13:20:19 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7RZA1BtbGt6U; Sat, 8 Jul 2017 13:20:19 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 0F8D61600DA; Sat, 8 Jul 2017 13:20:19 -0700 (PDT) Subject: Re: bug#27618: Possible bug when compiled with ssl To: Jean Louis References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> Date: Sat, 8 Jul 2017 13:20:18 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170708195302.GA31067@protected.rcdrun.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: 27618-done@debbugs.gnu.org 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: -0.0 (/) Jean Louis wrote: > Configure cannot run without "sort", and if "sort" is compiled with > ssl, then ./configure is not working, regardless. Sure, but that's not really a bug in the coreutils build procedure, which assumes a POSIX-like environment containing the C compiler and a few standard utilities. If these utilities don't work coreutils won't build, just as most other packages won't build. It sounds like your problem is that your distro builds coreutils with the --with-openssl option, but does not list the OpenSSL libraries as prerequsites for coreutils. If so, that's a bug in your distro's packaging rules and should be reported to your distro; it's not something coreutils itself can fix. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 18:13:12 2017 Received: (at 27618-done) by debbugs.gnu.org; 8 Jul 2017 22:13:12 +0000 Received: from localhost ([127.0.0.1]:58231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTxyR-0002GB-PP for submit@debbugs.gnu.org; Sat, 08 Jul 2017 18:13:11 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:44632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTxyQ-0002Fy-Gs for 27618-done@debbugs.gnu.org; Sat, 08 Jul 2017 18:13:11 -0400 Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sat, 08 Jul 2017 15:14:09 -0700 id 000000000005DD4F.0000000059615932.00005CD3 Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sun, 09 Jul 2017 01:12:50 +0300 id 00000000000ED9A1.00000000596158E2.00000279 Date: Sun, 9 Jul 2017 01:12:50 +0300 From: Jean Louis To: Paul Eggert Subject: Re: bug#27618: Possible bug when compiled with ssl Message-ID: <20170708221250.GB595@protected.rcdrun.com> References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: Jean Louis , 27618-done@debbugs.gnu.org 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: -0.0 (/) On Sat, Jul 08, 2017 at 01:20:18PM -0700, Paul Eggert wrote: > Jean Louis wrote: > > Configure cannot run without "sort", and if "sort" is compiled with > > ssl, then ./configure is not working, regardless. > > Sure, but that's not really a bug in the coreutils build procedure, which > assumes a POSIX-like environment containing the C compiler and a few > standard utilities. If these utilities don't work coreutils won't build, > just as most other packages won't build. > > It sounds like your problem is that your distro builds coreutils with the > --with-openssl option, but does not list the OpenSSL libraries as > prerequsites for coreutils. If so, that's a bug in your distro's packaging > rules and should be reported to your distro; it's not something coreutils > itself can fix. Alright, I see, I need to take care of it. No, I do not use distros. I see it is not a bug in software. It is disturbing the flow. Why sort need to have ssl with that option? Jean From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 08 19:21:09 2017 Received: (at 27618-done) by debbugs.gnu.org; 8 Jul 2017 23:21:09 +0000 Received: from localhost ([127.0.0.1]:58243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTz2D-0007P0-Bc for submit@debbugs.gnu.org; Sat, 08 Jul 2017 19:21:09 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:50958) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dTz2B-0007OY-J0 for 27618-done@debbugs.gnu.org; Sat, 08 Jul 2017 19:21:08 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id C65541600DA; Sat, 8 Jul 2017 16:21:00 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 90ZLKKT9oUo0; Sat, 8 Jul 2017 16:21:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1C8121600EF; Sat, 8 Jul 2017 16:21:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7Cf-0csB3mwR; Sat, 8 Jul 2017 16:21:00 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id F17AC1600DA; Sat, 8 Jul 2017 16:20:59 -0700 (PDT) Subject: Re: bug#27618: Possible bug when compiled with ssl To: Jean Louis References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> <20170708221250.GB595@protected.rcdrun.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: Date: Sat, 8 Jul 2017 16:20:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170708221250.GB595@protected.rcdrun.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: 27618-done@debbugs.gnu.org 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: -0.0 (/) Jean Louis wrote: > Why sort need to have ssl with that option? It probably doesn't. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 09 03:06:09 2017 Received: (at 27618-done) by debbugs.gnu.org; 9 Jul 2017 07:06:09 +0000 Received: from localhost ([127.0.0.1]:58325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dU6IC-0004qe-U5 for submit@debbugs.gnu.org; Sun, 09 Jul 2017 03:06:09 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:37409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dU6IB-0004qF-DU for 27618-done@debbugs.gnu.org; Sun, 09 Jul 2017 03:06:07 -0400 Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sun, 09 Jul 2017 00:07:06 -0700 id 000000000005DD48.000000005961D61A.0000715A Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sun, 09 Jul 2017 10:05:47 +0300 id 00000000000ED9A0.000000005961D5CB.000020CA Date: Sun, 9 Jul 2017 10:05:47 +0300 From: Jean Louis To: Paul Eggert Subject: Re: bug#27618: Possible bug when compiled with ssl Message-ID: <20170709070547.GD3326@protected.rcdrun.com> References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> <20170708221250.GB595@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: Jean Louis , 27618-done@debbugs.gnu.org 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: -0.0 (/) On Sat, Jul 08, 2017 at 04:20:59PM -0700, Paul Eggert wrote: > Jean Louis wrote: > > Why sort need to have ssl with that option? > > It probably doesn't. Maybe that is to be changed. Those small coreutils tools that do not depend of SSL maybe they shall not be linked with the SSL library. Systems are evolving, coreutils are used to build new systems. And why is SSL library useful in coreutils? What it does special? Does it replaces md5 and other hash functions? Jean From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 09 12:48:33 2017 Received: (at 27618-done) by debbugs.gnu.org; 9 Jul 2017 16:48:33 +0000 Received: from localhost ([127.0.0.1]:59060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dUFNp-0003B5-Go for submit@debbugs.gnu.org; Sun, 09 Jul 2017 12:48:33 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:47232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dUFNm-0003Ar-Mb for 27618-done@debbugs.gnu.org; Sun, 09 Jul 2017 12:48:31 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 9518D1600A7; Sun, 9 Jul 2017 09:48:24 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id nTgD6dT6EAoq; Sun, 9 Jul 2017 09:48:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id DB1781600D3; Sun, 9 Jul 2017 09:48:23 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id OK8KVwAPG8Vx; Sun, 9 Jul 2017 09:48:23 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B9AAE1600A7; Sun, 9 Jul 2017 09:48:23 -0700 (PDT) Subject: Re: bug#27618: Possible bug when compiled with ssl To: Jean Louis References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> <20170708221250.GB595@protected.rcdrun.com> <20170709070547.GD3326@protected.rcdrun.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <174fbbe6-9db1-4287-7605-28d8514ef581@cs.ucla.edu> Date: Sun, 9 Jul 2017 09:48:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170709070547.GD3326@protected.rcdrun.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: 27618-done@debbugs.gnu.org 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: -0.0 (/) Jean Louis wrote: > Maybe that is to be changed. Yes, that would be nice. In the meantime, I suggest not using --with-openssl. There is a reason it's disabled by default. > And why is SSL library useful in coreutils? What it does special? Does > it replaces md5 and other hash functions? Yes. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 09 14:14:16 2017 Received: (at 27618-done) by debbugs.gnu.org; 9 Jul 2017 18:14:16 +0000 Received: from localhost ([127.0.0.1]:59110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dUGim-0006zL-4K for submit@debbugs.gnu.org; Sun, 09 Jul 2017 14:14:16 -0400 Received: from stw1.rcdrun.com ([217.170.207.13]:39297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dUGil-0006z9-5n for 27618-done@debbugs.gnu.org; Sun, 09 Jul 2017 14:14:15 -0400 Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sun, 09 Jul 2017 11:15:09 -0700 id 000000000005DD48.00000000596272AE.00000BE3 Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sun, 09 Jul 2017 21:13:48 +0300 id 00000000000E08F1.000000005962725C.000002CA Date: Sun, 9 Jul 2017 21:13:48 +0300 From: Jean Louis To: Paul Eggert Subject: Re: bug#27618: Possible bug when compiled with ssl Message-ID: <20170709181347.GC30655@protected.rcdrun.com> References: <20170708141721.GA27405@protected.rcdrun.com> <2f3c00ca-433a-f482-b660-4c915c04a0f3@cs.ucla.edu> <20170708195302.GA31067@protected.rcdrun.com> <46883ae6-c9b9-acd6-0b9b-f87841c7e32a@cs.ucla.edu> <20170708221250.GB595@protected.rcdrun.com> <20170709070547.GD3326@protected.rcdrun.com> <174fbbe6-9db1-4287-7605-28d8514ef581@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <174fbbe6-9db1-4287-7605-28d8514ef581@cs.ucla.edu> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27618-done Cc: 27618-done@debbugs.gnu.org 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: -0.0 (/) On Sun, Jul 09, 2017 at 09:48:15AM -0700, Paul Eggert wrote: > Jean Louis wrote: > > Maybe that is to be changed. > > Yes, that would be nice. In the meantime, I suggest not using > --with-openssl. There is a reason it's disabled by default. > > > And why is SSL library useful in coreutils? What it does special? Does > > it replaces md5 and other hash functions? > > Yes. Thank you. I will not use it. Jean From unknown Tue Jun 24 01:39:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Aug 2017 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator