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

filament conflicts with other packages. please allow to use external dependencies #5957

Open
yurivict opened this issue Aug 19, 2022 · 3 comments · May be fixed by #8266
Open

filament conflicts with other packages. please allow to use external dependencies #5957

yurivict opened this issue Aug 19, 2022 · 3 comments · May be fixed by #8266
Labels
build Build & build system issues enhancement New feature or request

Comments

@yurivict
Copy link

Describe the bug
I can't install filament:

$ make install
===>  Installing for filament-1.25.5
===>  Checking if filament is already installed
===>  Switching to root credentials for 'install' target
===>   Registering installation for filament-1.25.5
Installing filament-1.25.5...
pkg-static: filament-1.25.5 conflicts with zstd-1.5.2 (installs files into the same place).  Problematic file: /usr/local/lib/libzstd.a
*** Error code 1

It conflicts with the zstd-1.5.2 package that is used by a lot of other important packages,

Please allow to use externally installed zstd.

The same situation is with meshoptimizer and potentially with some other packages.

To Reproduce
n/a

Expected behavior
n/a

Screenshots
/a

Logs
n/a

@romainguy
Copy link
Collaborator

Filament's build system isn't currently designed to system-wide install, esp. since we rely on our own copies of the various third party libraries.

@pixelflinger pixelflinger added enhancement New feature or request build Build & build system issues labels Aug 19, 2022
@rezzeted
Copy link

rezzeted commented Dec 14, 2022

Do you have any plans to change this in the future? Now it is very difficult to use a filament together with vcpkg.

@romainguy
Copy link
Collaborator

romainguy commented Dec 14, 2022

We’d like to rename the libraries to all be libfilament-*.* which we shouldn’t have done in the first place :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build & build system issues enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants