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

CDT mesa-libgl missing some requirements #113

Open
jakirkham opened this issue Dec 31, 2018 · 1 comment
Open

CDT mesa-libgl missing some requirements #113

jakirkham opened this issue Dec 31, 2018 · 1 comment

Comments

@jakirkham
Copy link

The CDT mesa-libgl seems to be missing some requirements. So have had to add them manually when using it. However it would be nice if it pulled in other CDTs needed automatically. FWICT that list should include the following.

    - {{ cdt('libselinux') }}        # [linux]
    - {{ cdt('libxcb') }}            # [linux]
    - {{ cdt('libxdamage') }}        # [linux]
    - {{ cdt('libxfixes') }}         # [linux]
    - {{ cdt('libxxf86vm') }}        # [linux]

Snippet about missing library dependencies below. Link to the associated log afterwards.

/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libselinux.so.1, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libXdamage.so.1, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libXfixes.so.3, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libxcb-glx.so.0, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libxcb-dri2.so.0, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)
/home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libXxf86vm.so.1, needed by /home/conda/feedstock_root/build_artifacts/glew_1546219221094/_build_env/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/lib64/libGL.so, not found (try using -rpath or -rpath-link)

ref: https://circleci.com/gh/conda-forge/glew-feedstock/40

@jakirkham
Copy link
Author

Thoughts on this?

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