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

Installation seriously broken in r7443 #364

Closed
brycelelbach opened this issue Jul 10, 2012 · 7 comments
Closed

Installation seriously broken in r7443 #364

brycelelbach opened this issue Jul 10, 2012 · 7 comments
Milestone

Comments

@brycelelbach
Copy link
Member

[reported by maciek] [Trac time Thu Mar 15 19:47:27 2012] The compilation finishes successfully, however only some of the required libraries install. The effect is such that no HPX applications can be properly run.

@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Thu Mar 15 19:53:57 2012] Not sure if there are components missing, however none of the internal components are found (barrier, etc.) which seems to point towards either a problem with symbol visibility or rpath issues...

@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Thu Mar 15 19:54:50 2012] It works properly on Windows, btw

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Thu Mar 15 20:39:25 2012] Logs, please?

@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Thu Mar 15 21:18:45 2012] how to reproduce

  • fresh checkout
  • mkdir b
  • cd b
  • ccmake ..
  • set prefix in ccmake
  • make hello_world_exe
  • make install
  • cd $prefix
  • bin/hello_world
    bam!

@brycelelbach
Copy link
Member Author

[comment by maciek] [Trac time Thu Mar 15 21:33:35 2012] The actual error message:

> bin/hello_world 

[what]: attempt to create component instance of invalid/unknown type: component_barrier[7(3)] (component not found in map): HPX(bad_component_type): HPX(unhandled_exception)
[version]: V0.8.0-trunk (AGAS: V2.1), SVN: 7446M
[boost]: V1.48.0
[build-type]: release
[date]: Mar 15 2012 15:08:41
[platform]: linux
[compiler]: GNU C++ version 4.5.3
[stdlib]: GNU libstdc++ version 20110428

Abort

and working version status

> svn st
?       hpx_build
M       src/components/papi/papi_startup.cpp
M       src/components/papi/util/papi.cpp
M       src/components/papi/server/papi.cpp
?       src/svn-commit.tmp
?       .kdev4
M       hpx/components/papi/server/papi.hpp
?       hpx.kdev4
?       b

PAPI component is not build for the target tested.

Note that checking out [old svn rev7442] and adding patches from a2f6b43 produces working executables (5d3d22a is not relevant for this).

I'll do a fresh checkout of the whole source tree and see if this persists.

@brycelelbach
Copy link
Member Author

[comment by maciek] [Trac time Thu Mar 15 22:01:10 2012] Yup, still there:

> bin/hello_world 

[what]: attempt to create component instance of invalid/unknown type: component_barrier[7(3)] (component not found in map): HPX(bad_component_type): HPX(unhandled_exception)
[version]: V0.8.0-trunk (AGAS: V2.1), SVN: 7449
[boost]: V1.48.0
[build-type]: release
[date]: Mar 15 2012 16:35:21
[platform]: linux
[compiler]: GNU C++ version 4.5.3
[stdlib]: GNU libstdc++ version 20110428

Abort

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Thu Mar 15 22:42:35 2012] r7450.

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