Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IRPF90 using Hartree Fock error #102

Closed
tbhuber opened this issue Apr 24, 2020 · 0 comments
Closed

IRPF90 using Hartree Fock error #102

tbhuber opened this issue Apr 24, 2020 · 0 comments

Comments

@tbhuber
Copy link

tbhuber commented Apr 24, 2020

After successfully installing all the dependencies, configuring with gfortran.cfg, and sourcing 'quantum_package.rc', I execute ninja and obtain the following error.

I noticed in the first version of quantum package there was a qp_module.py command available in the $QP_ROOT/scripts/module/ directory and with this command, one could install the hartree fock/Full CI binaries. This command is not present in qp2. Is this the reason why the build fails at the hartree fock step?

By the way I am using Ubuntu.

[1/3] /home/huber/src/qp2/scripts/compilation/qp_create_ninja update
[1/3] Compiling all modules
[1/72] rm -f /home/huber/src/qp2/src/cis/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/cis/utils
[2/72] rm -f /home/huber/src/qp2/src/cis/hartree_fock ; ln -sf /home/huber/src/qp2/src/hartree_fock /home/huber/src/qp2/src/cis/hartree_fock
[3/72] rm -f /home/huber/src/qp2/src/cis/davidson ; ln -sf /home/huber/src/qp2/src/davidson /home/huber/src/qp2/src/cis/davidson
[4/72] rm -f /home/huber/src/qp2/src/cis/selectors_utils ; ln -sf /home/huber/src/qp2/src/selectors_utils /home/huber/src/qp2/src/cis/selectors_utils
[5/72] rm -f /home/huber/src/qp2/src/cis/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/cis/ao_one_e_ints
[6/72] rm -f /home/huber/src/qp2/src/cis/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/cis/mpi
[7/72] rm -f /home/huber/src/qp2/src/cis/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/cis/determinants
[8/72] rm -f /home/huber/src/qp2/src/hartree_fock/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/hartree_fock/ao_one_e_ints
[9/72] rm -f /home/huber/src/qp2/src/hartree_fock/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/hartree_fock/mpi
[10/72] rm -f /home/huber/src/qp2/src/hartree_fock/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/hartree_fock/utils
[11/72] rm -f /home/huber/src/qp2/src/cisd/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/cisd/utils
[12/72] rm -f /home/huber/src/qp2/src/cisd/hartree_fock ; ln -sf /home/huber/src/qp2/src/hartree_fock /home/huber/src/qp2/src/cisd/hartree_fock
[13/72] rm -f /home/huber/src/qp2/src/cisd/davidson ; ln -sf /home/huber/src/qp2/src/davidson /home/huber/src/qp2/src/cisd/davidson
[14/72] rm -f /home/huber/src/qp2/src/cisd/selectors_utils ; ln -sf /home/huber/src/qp2/src/selectors_utils /home/huber/src/qp2/src/cisd/selectors_utils
[15/72] rm -f /home/huber/src/qp2/src/cisd/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/cisd/ao_one_e_ints
[16/72] rm -f /home/huber/src/qp2/src/cisd/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/cisd/mpi
[17/72] rm -f /home/huber/src/qp2/src/cisd/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/cisd/determinants
[18/72] rm -f /home/huber/src/qp2/src/casscf/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/casscf/utils
[19/72] rm -f /home/huber/src/qp2/src/casscf/perturbation ; ln -sf /home/huber/src/qp2/src/perturbation /home/huber/src/qp2/src/casscf/perturbation
[20/72] rm -f /home/huber/src/qp2/src/casscf/two_body_rdm ; ln -sf /home/huber/src/qp2/src/two_body_rdm /home/huber/src/qp2/src/casscf/two_body_rdm
[21/72] rm -f /home/huber/src/qp2/src/casscf/davidson ; ln -sf /home/huber/src/qp2/src/davidson /home/huber/src/qp2/src/casscf/davidson
[22/72] rm -f /home/huber/src/qp2/src/casscf/selectors_utils ; ln -sf /home/huber/src/qp2/src/selectors_utils /home/huber/src/qp2/src/casscf/selectors_utils
[23/72] rm -f /home/huber/src/qp2/src/casscf/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/casscf/ao_one_e_ints
[24/72] rm -f /home/huber/src/qp2/src/casscf/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/casscf/mpi
[25/72] rm -f /home/huber/src/qp2/src/casscf/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/casscf/determinants
[26/72] rm -f /home/huber/src/qp2/src/kohn_sham_rs/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/kohn_sham_rs/utils
[27/72] rm -f /home/huber/src/qp2/src/kohn_sham_rs/dft_one_e ; ln -sf /home/huber/src/qp2/src/dft_one_e /home/huber/src/qp2/src/kohn_sham_rs/dft_one_e
[28/72] rm -f /home/huber/src/qp2/src/kohn_sham_rs/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/kohn_sham_rs/ao_one_e_ints
[29/72] rm -f /home/huber/src/qp2/src/kohn_sham_rs/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/kohn_sham_rs/mpi
[30/72] rm -f /home/huber/src/qp2/src/kohn_sham_rs/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/kohn_sham_rs/determinants
[31/72] rm -f /home/huber/src/qp2/src/tools/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/tools/utils
[32/72] rm -f /home/huber/src/qp2/src/tools/perturbation ; ln -sf /home/huber/src/qp2/src/perturbation /home/huber/src/qp2/src/tools/perturbation
[33/72] rm -f /home/huber/src/qp2/src/tools/two_body_rdm ; ln -sf /home/huber/src/qp2/src/two_body_rdm /home/huber/src/qp2/src/tools/two_body_rdm
[34/72] rm -f /home/huber/src/qp2/src/tools/davidson ; ln -sf /home/huber/src/qp2/src/davidson /home/huber/src/qp2/src/tools/davidson
[35/72] rm -f /home/huber/src/qp2/src/tools/selectors_utils ; ln -sf /home/huber/src/qp2/src/selectors_utils /home/huber/src/qp2/src/tools/selectors_utils
[36/72] rm -f /home/huber/src/qp2/src/tools/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/tools/ao_one_e_ints
[37/72] rm -f /home/huber/src/qp2/src/tools/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/tools/mpi
[38/72] rm -f /home/huber/src/qp2/src/tools/fci ; ln -sf /home/huber/src/qp2/src/fci /home/huber/src/qp2/src/tools/fci
[39/72] rm -f /home/huber/src/qp2/src/tools/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/tools/determinants
[40/72] rm -f /home/huber/src/qp2/src/kohn_sham/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/kohn_sham/utils
[41/72] rm -f /home/huber/src/qp2/src/kohn_sham/dft_one_e ; ln -sf /home/huber/src/qp2/src/dft_one_e /home/huber/src/qp2/src/kohn_sham/dft_one_e
[42/72] rm -f /home/huber/src/qp2/src/kohn_sham/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/kohn_sham/ao_one_e_ints
[43/72] rm -f /home/huber/src/qp2/src/kohn_sham/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/kohn_sham/mpi
[44/72] rm -f /home/huber/src/qp2/src/kohn_sham/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/kohn_sham/determinants
[45/72] rm -f /home/huber/src/qp2/src/fci/determinants ; ln -sf /home/huber/src/qp2/src/determinants /home/huber/src/qp2/src/fci/determinants
[46/72] rm -f /home/huber/src/qp2/src/fci/utils ; ln -sf /home/huber/src/qp2/src/utils /home/huber/src/qp2/src/fci/utils
[47/72] rm -f /home/huber/src/qp2/src/fci/ao_one_e_ints ; ln -sf /home/huber/src/qp2/src/ao_one_e_ints /home/huber/src/qp2/src/fci/ao_one_e_ints
[48/72] rm -f /home/huber/src/qp2/src/fci/mpi ; ln -sf /home/huber/src/qp2/src/mpi /home/huber/src/qp2/src/fci/mpi
[49/72] Running IRPF90 for cis
[49/72] Create all the binaries from cis
[1/1] Link: cis
FAILED: /home/huber/src/qp2/src/cis/cis
gfortran -ffree-line-length-none -I . -fPIC -fopenmp -I scf_utils/ -I utils/ -I ao_two_e_ints/ -I mo_guess/ -I ezfio_files/ -I hartree_fock/ -I davidson_undressed/ -I single_ref_method/ -I zmq/ -I davidson/ -I selectors_utils/ -I ao_one_e_ints/ -I mpi/ -I determinants/ -I mo_basis/ -I selectors_full/ -I pseudo/ -I mo_two_e_ints/ -I bitmask/ -I ao_basis/ -I electrons/ -I nuclei/ -I mo_one_e_ints/ /home/huber/src/qp2/src/cis/IRPF90_temp/cis.irp.o /home/huber/src/qp2/src/cis/IRPF90_temp/cis.irp.module.o /home/huber/src/qp2/src/cis/IRPF90_temp/irpf90.a -lblas -llapack /home/huber/src/qp2/lib/libezfio_irp.a /home/huber/src/qp2/lib/libf77zmq.a /home/huber/src/qp2/lib/libzmq.a -lstdc++ -lrt -ldl -lz -o /home/huber/src/qp2/src/cis/cis
/usr/bin/ld: /home/huber/src/qp2/src/cis/IRPF90_temp/irpf90.a(fortran_mmap.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-zmq.o): relocation R_X86_64_32 against symbol _ZSt7nothrow@@GLIBCXX_3.4' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-socket_poller.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-clock.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-ctx.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-epoll.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq7epoll_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-err.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-io_thread.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq11io_thread_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-ip.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-mailbox.o): relocation R_X86_64_32 against hidden symbol _ZTVN3zmq7ypipe_tINS_9command_tELi16EEE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-metadata.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-msg.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-object.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8object_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-options.o): relocation R_X86_64_32S against .rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-own.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq5own_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-pipe.o): relocation R_X86_64_32 against symbol _ZSt7nothrow@@GLIBCXX_3.4' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-poller_base.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq13poller_base_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-proxy.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-reaper.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8reaper_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-signaler.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-socket_base.o): relocation R_X86_64_32S against .rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-stream.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8stream_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-sub.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq5sub_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tcp_address.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tcp_listener.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14tcp_listener_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-thread.o): relocation R_X86_64_32 against .text' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-timers.o): relocation R_X86_64_32 against symbol __gxx_personality_v0@@CXXABI_1.3' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tipc_address.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tipc_listener.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq15tipc_listener_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-udp_address.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq13udp_address_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-xpub.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6xpub_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-xsub.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6xsub_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-zmq_utils.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-address.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-client.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8client_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-dealer.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8dealer_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-dgram.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq7dgram_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-dish.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6dish_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-dist.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-fq.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-gather.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8gather_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-io_object.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq11io_object_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-ipc_address.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-ipc_listener.o): relocation R_X86_64_32 against hidden symbol _ZN3zmq14ipc_listener_t12tmp_env_varsE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-lb.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-mailbox_safe.o): relocation R_X86_64_32 against hidden symbol _ZTVN3zmq7ypipe_tINS_9command_tELi16EEE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-mtrie.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-pair.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6pair_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-pub.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq5pub_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-pull.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6pull_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-push.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq6push_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-radio.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq7radio_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-rep.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq5rep_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-req.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq5req_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-router.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8router_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-scatter.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq9scatter_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-server.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq8server_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-session_base.o): relocation R_X86_64_32S against .rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-socks_connecter.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq17socks_connecter_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-stream_engine.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq15stream_engine_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tcp.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tcp_connecter.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq15tcp_connecter_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-tipc_connecter.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq16tipc_connecter_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-trie.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-udp_engine.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq12udp_engine_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-v1_decoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq12v1_decoder_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-v2_decoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14decoder_base_tINS_12v2_decoder_tENS_31shared_message_memory_allocatorEEE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-v1_encoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14encoder_base_tINS_12v1_encoder_tEEE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-v2_encoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14encoder_base_tINS_12v2_encoder_tEEE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-decoder_allocators.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-curve_client.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-curve_mechanism_base.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-curve_server.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-ipc_connecter.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq15ipc_connecter_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-mechanism.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq11mechanism_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-mechanism_base.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq16mechanism_base_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-null_mechanism.o): relocation R_X86_64_32 against hidden symbol _ZTTN3zmq16null_mechanism_tE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-plain_client.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14plain_client_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-plain_server.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-raw_decoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq13raw_decoder_tE' can not be used when making a PIE object
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-raw_encoder.o): relocation R_X86_64_32S against hidden symbol _ZTVN3zmq14encoder_base_tINS_13raw_encoder_tEEE' can not be used when making a PIE object /usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-socks.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/huber/src/qp2/lib/libzmq.a(src_libzmq_la-zap_client.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FAILED: /home/huber/src/qp2/src/cis/cis
cd /home/huber/src/qp2/src/cis/IRPF90_temp ; ninja /home/huber/src/qp2/src/cis/cis && for i in /home/huber/src/qp2/src/cis/cis ; do [ -x $i ] && touch $i ; done
[51/72] Running IRPF90 for hartree_fock
ninja: build stopped: subcommand failed.
FAILED: all
ninja -f /home/huber/src/qp2/config/build.ninja
ninja: build stopped: subcommand failed.

@tbhuber tbhuber closed this as completed Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant