You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installing the coin3d package, the build fails with error:
<PRIOR OUTPUT OMITTED>
-- Performing Test HAVE_HASH_QUOTING - Success
-- Performing Test DISABLE_WARNING_TAUTOLOGCOMPARE
-- Performing Test DISABLE_WARNING_TAUTOLOGCOMPARE - Success
-- Configuring done
CMake Error: install(EXPORT "Coin" ...) includes target "Coin" more than once in the export set.
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
CMake Generate step failed. Build files cannot be regenerated correctly.
To Reproduce
Steps to reproduce the behavior:
Use nixos-unstable channel
nix-shell -p pkgs.coin3d, or any other method of build/installation
Expected behavior coin3d can be installed explicitly or as a dependency.
Additional context
I encountered this issue while attempting to install freecad. Curiously, I had installed freecad last week with no issues, and neither coin3d nor freecad have been modified since late September and October, respectively.
Describe the bug
When installing the
coin3d
package, the build fails with error:To Reproduce
Steps to reproduce the behavior:
nixos-unstable
channelnix-shell -p pkgs.coin3d
, or any other method of build/installationExpected behavior
coin3d
can be installed explicitly or as a dependency.Additional context
I encountered this issue while attempting to install
freecad
. Curiously, I had installedfreecad
last week with no issues, and neithercoin3d
norfreecad
have been modified since late September and October, respectively.Notify maintainers
@gebner @viric
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information:
The text was updated successfully, but these errors were encountered: