Re: [Rdkit-discuss] Compilation Errors on RHEL7

2018-10-24 Thread Markus Sitzmann


Re: [Rdkit-discuss] Compilation Errors on RHEL7

2018-10-24 Thread Dimitri Maziuk via Rdkit-discuss
On 10/24/2018 12:10 PM, Dimitri Maziuk via Rdkit-discuss wrote:
> Yes. I once spent a couple of hours trying and ended up installing docer

docker

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu



signature.asc
Description: OpenPGP digital signature
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


Re: [Rdkit-discuss] Compilation Errors on RHEL7

2018-10-24 Thread Dimitri Maziuk via Rdkit-discuss
On 10/24/2018 11:32 AM, Oellien, Frank wrote:
> Hi,
> 
> I am trying to compile RDKit on a RHEL7 system using Python 2.7 and Boost 
> 1.68 
...
> Has somebody already seen this error?

Yes. I once spent a couple of hours trying and ended up installing docer
and pulling a conda/rdkit container instead. I strongly recommend doing
that, or finding a singularity version of the same.

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu



signature.asc
Description: OpenPGP digital signature
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


Re: [Rdkit-discuss] Compilation Errors on RHEL7

2018-10-24 Thread Paolo Tosco

Dear Frank,

I am just guessing here, mostly based on a quick Google search, so 
please bear with me if I am wrong.


Could it be that Boost 1.68 and the RDKit were built with different 
versions of gcc, i.e. the built-in 4.7 and a devtoolset version? I would 
make sure that both Boost and the RDKit were built with the latest 
devtoolset-7 
 toolchain.


I hope the above helps; if not, please reply to me off-list with details 
on the compiler toolchain that you used and I will try to reproduce the 
issue.


Best,
Paolo


On 10/24/18 17:32, Oellien, Frank wrote:


Hi,

I am trying to compile RDKit on a RHEL7 system using Python 2.7 and 
Boost 1.68 and I retrieve the following issue:


64%] Linking CXX executable testReaction

../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined 
reference to 
`boost::archive::text_iarchive_impl::load_override(boost::archive::class_name_type&)'


../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined 
reference to 
`boost::archive::archive_exception::archive_exception(boost::archive::archive_exception 
const&)'


../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined 
reference to 
`boost::archive::text_iarchive_impl::load(std::__cxx11::basic_stringstd::char_traits, std::allocator >&)'


../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined 
reference to 
`boost::archive::text_oarchive_impl::save(std::__cxx11::basic_stringstd::char_traits, std::allocator > const&)'


collect2: error: ld returned 1 exit status

make[2]: *** [Code/GraphMol/ChemReactions/testReaction] Error 1

make[1]: *** 
[Code/GraphMol/ChemReactions/CMakeFiles/testReaction.dir/all] Error 2


make: *** [all] Error 2

Has somebody already seen this error?

Best regards,

Frank



*FRANK OELLIEN, PhD*

LabHead Cheminformatics and Modeling

Computer-Aided Drug Design (CADD) / Medicinal Chemistry

cid:image001.gif@01D1640E.6AC721D0

*AbbVie Deutschland GmbH & Co KG*

Neuroscience Discovery

Knollstr.

67061 Ludwigshafen

*OFFICE *+49 621-589-4683

*FAX *+49 621-589-63449

*EMAIL *frank.oell...@abbvie.com 

*JABBER***cid:image001.png@01D27897.8A51B0D0 
cid:image002.png@01D27897.8A51B0D0 



*abbvie.com* *| Follow us: 
*cid:image008.png@01D00271.E88E8A40 
cid:image009.png@01D00271.E88E8A40 
cid:image011.png@01D00271.E88E8A40 
cid:image013.png@01D00271.E88E8A40 



*abbvie.de**| Folgen Sie uns* 
*:**cid:image004.png@01CDE9C9.A9800490* 
***cid:image002.png@01CDE9C9.A9800490* 
***cid:image003.png@01CDE9C9.A9800490* 
*unnamed* 
**



This communication may contain information that is proprietary, 
confidential, or exempt from disclosure. If you are not the intended 
recipient, please note that any other dissemination, distribution, use 
or copying of this communication is strictly prohibited. Anyone who 
receives this message in error should notify the sender immediately by 
telephone or by return e-mail and delete it from his or her computer.







Sitz der Gesellschaft: Wiesbaden - Registergericht: AG
Wiesbaden HRA 9790
Persönlich haftende Gesellschafterin: AbbVie Komplementär
GmbH
Sitz der persönlich haftenden Gesellschafterin: Wiesbaden
- Registergericht: AG Wiesbaden HRB 26371
Geschäftsführer: Dr. Patrick Horber, Thomas Scheidmeir,
Dr. Stefan Simianer, William J. Chase
Vorsitzende des Aufsichtsrats: Dr. Azita Saleki-Gerhardt

This communication may contain information that is
proprietary, confidential, or exempt from disclosure. If
you are not the intended recipient, please note that any
other dissemination, distribution, use or copying of this
communication is strictly prohibited. Anyone who receives
this message in error should notify the sender immediately
by telephone or by return e-mail and delete it from his or
her computer.

Diese Kommunikation kann Informationen enthalten, die
geheim, vertraulich oder hinsichtlich der Offenlegung
beschränkt sind. Wenn Sie nicht der beabsichtigte
Empfänger sind, nehmen Sie bitte zur Kenntnis, dass jede
Weitergabe, Verteilung, Verwendung oder 

[Rdkit-discuss] Compilation Errors on RHEL7

2018-10-24 Thread Oellien, Frank
Hi,

I am trying to compile RDKit on a RHEL7 system using Python 2.7 and Boost 1.68 
and I retrieve the following issue:
64%] Linking CXX executable testReaction
../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined reference to 
`boost::archive::text_iarchive_impl::load_override(boost::archive::class_name_type&)'
../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined reference to 
`boost::archive::archive_exception::archive_exception(boost::archive::archive_exception
 const&)'
../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined reference to 
`boost::archive::text_iarchive_impl::load(std::__cxx11::basic_string, std::allocator >&)'
../../../lib/libRDKitChemReactions.so.1.2019.03.1dev1: undefined reference to 
`boost::archive::text_oarchive_impl::save(std::__cxx11::basic_string, std::allocator > const&)'
collect2: error: ld returned 1 exit status
make[2]: *** [Code/GraphMol/ChemReactions/testReaction] Error 1
make[1]: *** [Code/GraphMol/ChemReactions/CMakeFiles/testReaction.dir/all] 
Error 2
make: *** [all] Error 2
Has somebody already seen this error?


Best regards,
Frank


FRANK OELLIEN, PhD
LabHead Cheminformatics and Modeling
Computer-Aided Drug Design (CADD) / Medicinal Chemistry

[cid:image001.gif@01D1640E.6AC721D0]

AbbVie Deutschland GmbH & Co KG
Neuroscience Discovery
Knollstr.
67061 Ludwigshafen
OFFICE+49 621-589-4683
FAX  +49 621-589-63449
EMAIL frank.oell...@abbvie.com
JABBER  [cid:image001.png@01D27897.8A51B0D0]  
[cid:image002.png@01D27897.8A51B0D0] 

abbvie.com | Follow us:  
[cid:image008.png@01D00271.E88E8A40]   
[cid:image009.png@01D00271.E88E8A40]   
[cid:image011.png@01D00271.E88E8A40] 

  [cid:image013.png@01D00271.E88E8A40] 
abbvie.de | Folgen Sie uns: 
[cid:image004.png@01CDE9C9.A9800490]   
[cid:image002.png@01CDE9C9.A9800490]   
[cid:image003.png@01CDE9C9.A9800490]  
[unnamed] 
[cid:image012.png@01D46BC7.DBABA470]






This communication may contain information that is proprietary, confidential, 
or exempt from disclosure. If you are not the intended recipient, please note 
that any other dissemination, distribution, use or copying of this 
communication is strictly prohibited. Anyone who receives this message in error 
should notify the sender immediately by telephone or by return e-mail and 
delete it from his or her computer.



Sitz der Gesellschaft: Wiesbaden - Registergericht: AG Wiesbaden HRA 9790
Pers?nlich haftende Gesellschafterin: AbbVie Komplement?r GmbH
Sitz der pers?nlich haftenden Gesellschafterin: Wiesbaden - Registergericht: AG 
Wiesbaden HRB 26371
Gesch?ftsf?hrer: Dr. Patrick Horber, Thomas Scheidmeir, Dr. Stefan Simianer, 
William J. Chase
Vorsitzende des Aufsichtsrats: Dr. Azita Saleki-Gerhardt

This communication may contain information that is proprietary, confidential, 
or exempt from disclosure. If you are not the intended recipient, please note 
that any other dissemination, distribution, use or copying of this 
communication is strictly prohibited. Anyone who receives this message in error 
should notify the sender immediately by telephone or by return e-mail and 
delete it from his or her computer.

Diese Kommunikation kann Informationen enthalten, die geheim, vertraulich oder 
hinsichtlich der Offenlegung beschr?nkt sind. Wenn Sie nicht der beabsichtigte 
Empf?nger sind, nehmen Sie bitte zur Kenntnis, dass jede Weitergabe, 
Verteilung, Verwendung oder Vervielf?ltigung dieser. Kommunikation strikt 
untersagt ist. Jeder, der diese Nachricht fehlerhaft erh?lt, sollte den Sender 
unverz?glich telefonisch oder durch R?cksendung der E-Mail benachrichtigen und 
diese von seinem oder ihrem Computer l?schen.
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss