Skip to Content.
Sympa Menu

opal - Re: [Opal] does boost need icu-library support for opal 2022.1? [solved]

opal AT lists.psi.ch

Subject: The OPAL Discussion Forum

List archive

Re: [Opal] does boost need icu-library support for opal 2022.1? [solved]


Chronological Thread  
  • From: Philippe Piot <ppiot AT niu.edu>
  • To: opal <opal AT lists.psi.ch>
  • Subject: Re: [Opal] does boost need icu-library support for opal 2022.1? [solved]
  • Date: Wed, 4 Jan 2023 21:25:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=niu.edu; dmarc=pass action=none header.from=niu.edu; dkim=pass header.d=niu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vn5j1oNXLVpJ+uDJQpPAkRAQwMteb8rrTMuEoCuF1Lk=; b=d0XINaBbE8duXQuUypY0axZLuRshF2odsCD5v6SuydSy31qVm4Bt3rz0s/tq0f7pA7Lh4SOtgQlWMWWGkN0aIBTHlV1/itNdHhxWtdlWX+Jcd7Kqsz4P4VPU/JIxhyT4PwYr4EaJZ+lck83geRCAw5hHkWXNMkgpCweuwcsDFqppYIskNjYWIH4fWyeck24ZbwfkPlqrpYxrUUMVPz2Y30znhJteGGjKsU+SZPwdl15r9JBnjjZXbSB6HAAttxMctcRBmXUPeMz6oKfdTa40YXFHKbRtRoVQLUr64EQOrFNxzTrAyq9ns7oEbl5vsrXVllKJkmer91s0i0CSG+hpkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bi+ianG79/gvUYP2QrXnFCDeuretNdDoR9MpB0aAulD4gzjc9JMl6UqSd67KwIwvzr+ra2Du7syovEFGkQ2VeXecfXSt7fw3smbwORHC1bXpGonwOWu+cHA/hOsWvc9z/PyUzyVhLzzPwVkEDlYeW83y90I2qglb43aTn92jNNrIbQdgQk5Vjbh31jPeorTChzKo3xz4ZABuwO1NJ6lvpkK8B27ejjz1h2PGEtKj9KhopInpj6GUrCbxPKkSttdcIaFs1929/zAs6J5Ir2iIl+wrzVDBM2J0DDLMSuBhyYqgxVWWGynKGM6C3kUEaTQylPEotcxHQI8sH3J1EPnAqw==
  • Authentication-results: mc1; iprev=pass (mail-bn8nam11on2041.outbound.protection.outlook.com) smtp.remote-ip=40.107.236.41; spf=pass smtp.mailfrom=niu.edu; dkim=pass header.d=niu.edu header.s=selector1 header.a=rsa-sha256; dmarc=pass header.from=niu.edu
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=niu.edu;
  • Msip_labels:

All, 
  Just FYI: for some weird reason, I needed to import the icu4c/58.2 for OPAL-2022.1 but did not need it for OPAL-2021.1! Anyway, this is solved now. -- Philippe. 

Philippe Piot, Professor, Department of Physics & Physicist Argonne National Laboratory

Northern Illinois University, Dept of Physics and
Northern Illinois Center for Accelerator & Detector Development

DeKalb, IL 60115, USA
Tel: 815 753 6473, Fax: 815 753 1772
Dept. Web:   http://www.physics.niu.edu/physics/

Group Web: https://www.niu.edu/advanced-accelerator-randd/


From: opal-request AT lists.psi.ch <opal-request AT lists.psi.ch> on behalf of Philippe Piot <philippe.piot AT gmail.com>
Sent: Wednesday, January 4, 2023 8:04 AM
To: opal <opal AT lists.psi.ch>
Subject: [Opal] does boost need icu-library support for opal 2022.1?
 

External Email. Think before you click or reply.

All,
  I am encountering a strange problem when trying to compile 2022.1 on our Cray.
  I can compile opal 2021.1 without any problem but when checking out 2022.1 -- and following the same step as 2021.1 --  the compilation aborts during the linking process with the error below. 
 Could anybody comment on the change in opal which could result in such an error (from some google search it appears to be related to icu library -- which is strange).
  Thank you! -- Philippe.

-------------------------------
[ 99%] Linking CXX static library libOPAL.a
[ 99%] Built target libOPALstatic
[100%] Building CXX object src/CMakeFiles/opal.dir/Main.cpp.o
[100%] Linking CXX executable opal
/usr/bin/ld: warning: libicudata.so.58, needed by /soft/boost/1.74.0/lib/libboost_regex.so.1.74.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicui18n.so.58, needed by /soft/boost/1.74.0/lib/libboost_regex.so.1.74.0, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.58, needed by /soft/boost/1.74.0/lib/libboost_regex.so.1.74.0, not found (try using -rpath or -rpath-link)
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_digit_58'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_isspace_58'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `icu_58::Locale::Locale()'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_charFromName_58'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `icu_58::Collator::createInstance(icu_58::Locale const&, UErrorCode&)'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_tolower_58'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `icu_58::Locale::Locale(icu_58::Locale const&)'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `icu_58::Locale::~Locale()'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_charType_58'
/soft/boost/1.74.0/lib/libboost_regex.so.1.74.0: undefined reference to `u_isblank_58'
collect2: error: ld returned 1 exit status
make[2]: *** [src/opal] Error 1
make[1]: *** [src/CMakeFiles/opal.dir/all] Error 2





Archive powered by MHonArc 2.6.19.

Top of Page