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

[BUILD] Current version lib symlinks showing up in build from previous version #4414

Open
virtualritz opened this issue Sep 9, 2024 · 1 comment

Comments

@virtualritz
Copy link

virtualritz commented Sep 9, 2024

I'm on Ubuntu 24.04. What I'm doing inside my cloned OIIO repo is:

git checkout v2.5.15.0
cmake -DOpenImageIO_BUILD_MISSING_DEPS=all -B build -S . 
cmake --build build --target install     

What I get in dist/lib is this:

drwxrwxr-x    - moritz  9 Sep 15:32 cmake
lrwxrwxrwx    - moritz  9 Sep 15:32 libOpenImageIO.so -> libOpenImageIO.so.2.6.4
.rw-r--r--  14M moritz  3 Sep 13:20 libOpenImageIO.so.2.5.15
lrwxrwxrwx    - moritz  9 Sep 15:32 libOpenImageIO.so.2.6.4 -> libOpenImageIO.so.2.5.15
lrwxrwxrwx    - moritz  9 Sep 15:32 libOpenImageIO_Util.so -> libOpenImageIO_Util.so.2.6.4
.rw-r--r-- 1.2M moritz  3 Sep 13:15 libOpenImageIO_Util.so.2.5.15
lrwxrwxrwx    - moritz  9 Sep 15:32 libOpenImageIO_Util.so.2.6.4 -> libOpenImageIO_Util.so.2.5.15
drwxrwxr-x    - moritz  9 Sep 15:32 pkgconfig
drwxrwxr-x    - moritz  9 Sep 15:32 python3.12

Is this expected? How does v2.6.5 get in there?

@lgritz
Copy link
Collaborator

lgritz commented Sep 9, 2024

The mixture of dates on the files seems suspicious. Maybe this is one version built or installed on top of a previous build of a different version?

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

2 participants