X-Loop: help-debbugs@HIDDEN Subject: bug#42566: Trying to build libtool 2.4.6 on HPE NonStop Resent-From: "Randall S. Becker" <rsbecker@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-libtool@HIDDEN Resent-Date: Mon, 27 Jul 2020 21:45:02 +0000 Resent-Message-ID: <handler.42566.B.159588626622735 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 42566 X-GNU-PR-Package: libtool X-GNU-PR-Keywords: To: 42566 <at> debbugs.gnu.org X-Debbugs-Original-To: <bug-libtool@HIDDEN> Received: via spool by submit <at> debbugs.gnu.org id=B.159588626622735 (code B ref -1); Mon, 27 Jul 2020 21:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jul 2020 21:44:26 +0000 Received: from localhost ([127.0.0.1]:55874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1k0Av3-0005ud-K4 for submit <at> debbugs.gnu.org; Mon, 27 Jul 2020 17:44:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:55144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rsbecker@HIDDEN>) id 1k0Aly-0005gj-Vv for submit <at> debbugs.gnu.org; Mon, 27 Jul 2020 17:35:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rsbecker@HIDDEN>) id 1k0Aly-0002gB-ON for bug-libtool@HIDDEN; Mon, 27 Jul 2020 17:35:02 -0400 Received: from elephants.elehost.com ([216.66.27.132]:52967) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rsbecker@HIDDEN>) id 1k0Alx-0001Bj-2x for bug-libtool@HIDDEN; Mon, 27 Jul 2020 17:35:02 -0400 X-Virus-Scanned: amavisd-new at elehost.com Received: from gnash (CPE00fc8d49d843-CM00fc8d49d840.cpe.net.cable.rogers.com [173.32.57.223]) (authenticated bits=0) by elephants.elehost.com (8.15.2/8.15.2) with ESMTPSA id 06RLYo6A094286 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <bug-libtool@HIDDEN>; Mon, 27 Jul 2020 17:34:51 -0400 (EDT) (envelope-from rsbecker@HIDDEN) From: "Randall S. Becker" <rsbecker@HIDDEN> Date: Mon, 27 Jul 2020 17:34:44 -0400 Message-ID: <045201d6645d$c210def0$46329cd0$@nexbridge.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0453_01D6643C.3B00C590" X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AdZkXV/TlTRr1QTjSEGXazSHlAhwRQ== Received-SPF: none client-ip=216.66.27.132; envelope-from=rsbecker@HIDDEN; helo=elephants.elehost.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/27 17:34:52 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Mon, 27 Jul 2020 17:44:24 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) This is a multipart message in MIME format. ------=_NextPart_000_0453_01D6643C.3B00C590 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Libtool Team, I'm getting a strange error after configure is run: CCLD libltdl/dlopen.la CC libltdl/lt__argz.lo CC libltdl/lt__strl.lo CCLD libltdl/libltdl.la libtool: error: not configured to extract global symbols from dlpreopened files This stops the build. I am not sure what to do about it. Note: We have no gcc on this platform, so configure is run using c99 (the most recent compiler we have). The platform is big endian Itanium and POSIX compliant - I also have an big endian x86 variant with the same effect. Advice would be appreciated. Thanks, Randall ------=_NextPart_000_0453_01D6643C.3B00C590 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" = xmlns:o=3D"urn:schemas-microsoft-com:office:office" = xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" = xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META = HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 15 = (filtered medium)"><style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:"Calibri",sans-serif; color:windowtext;} .MsoChpDefault {mso-style-type:export-only; font-family:"Calibri",sans-serif; mso-fareast-language:EN-US;} @page WordSection1 {size:612.0pt 792.0pt; margin:72.0pt 72.0pt 72.0pt 72.0pt;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--></head><body lang=3DEN-CA = link=3D"#0563C1" vlink=3D"#954F72"><div class=3DWordSection1><p = class=3DMsoNormal>Hi Libtool Team,<o:p></o:p></p><p = class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal>I’m = getting a strange error after configure is run:<o:p></o:p></p><p = class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal> = CCLD libltdl/dlopen.la<o:p></o:p></p><p = class=3DMsoNormal> CC = libltdl/lt__argz.lo<o:p></o:p></p><p class=3DMsoNormal> = CC = libltdl/lt__strl.lo<o:p></o:p></p><p class=3DMsoNormal> = CCLD libltdl/libltdl.la<o:p></o:p></p><p = class=3DMsoNormal>libtool: error: not configured to extract = global symbols from dlpreopened files<o:p></o:p></p><p = class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal>This stops = the build. I am not sure what to do about it. Note: We have no gcc on = this platform, so configure is run using c99 (the most recent compiler = we have). The platform is big endian Itanium and POSIX compliant – = I also have an big endian x86 variant with the same = effect.<o:p></o:p></p><p class=3DMsoNormal><o:p> </o:p></p><p = class=3DMsoNormal>Advice would be appreciated.<o:p></o:p></p><p = class=3DMsoNormal><o:p> </o:p></p><p = class=3DMsoNormal>Thanks,<o:p></o:p></p><p = class=3DMsoNormal>Randall<o:p></o:p></p></div></body></html> ------=_NextPart_000_0453_01D6643C.3B00C590--
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: "Randall S. Becker" <rsbecker@HIDDEN> Subject: bug#42566: Acknowledgement (Trying to build libtool 2.4.6 on HPE NonStop) Message-ID: <handler.42566.B.159588626622735.ack <at> debbugs.gnu.org> References: <045201d6645d$c210def0$46329cd0$@nexbridge.com> X-Gnu-PR-Message: ack 42566 X-Gnu-PR-Package: libtool Reply-To: 42566 <at> debbugs.gnu.org Date: Mon, 27 Jul 2020 21:45:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-libtool@HIDDEN If you wish to submit further information on this problem, please send it to 42566 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 42566: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42566 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.