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
Error: File 'Library/bin/libEGL.dll' found in multiple packages: qt-5.12.5-h7ef1ec2_0.tar.bz2, firefox-68.0.2-h6538335_1.tar.bz2
(it stops)
From inside conda-build, adding qt as a test dependency (full output below):
ClobberWarning: This transaction has incompatible packages due to a shared path.
packages: local::firefox-68.0.2-ha925a31_1, conda-forge::qt-5.12.5-h7ef1ec2_0
path: 'library/bin/libegl.dll'
ClobberWarning: This transaction has incompatible packages due to a shared path.
packages: local::firefox-68.0.2-ha925a31_1, conda-forge::qt-5.12.5-h7ef1ec2_0
path: 'library/bin/libglesv2.dll'
done
Executing transaction: ...working...
ClobberWarning: Conda was asked to clobber an existing path.
source path: c:\mc3\pkgs\qt-5.12.5-h7ef1ec2_0\Library\bin\libEGL.dll
target path: c:\mc3\conda-bld\firefox_1569869752180\_test_env\Library\bin\libEGL.dll
ClobberWarning: Conda was asked to clobber an existing path.
source path: c:\mc3\pkgs\qt-5.12.5-h7ef1ec2_0\Library\bin\libGLESv2.dll
target path: c:\mc3\conda-bld\firefox_1569869752180\_test_env\Library\bin\libGLESv2.dll
(but it does build the package. using qt =5.9 and qt =5.6 gives the same two conflicts, so i guess qt got there first.)
Not sure how to proceed: adding qt as a dependency seems awfully heavy, and probably not even correct.
Preparing transaction: ...working... done
Verifying transaction: ...working...
ClobberWarning: This transaction has incompatible packages due to a shared path.
packages: local::firefox-68.0.2-ha925a31_1, conda-forge::qt-5.12.5-h7ef1ec2_0
path: 'library/bin/libegl.dll'
ClobberWarning: This transaction has incompatible packages due to a shared path.
packages: local::firefox-68.0.2-ha925a31_1, conda-forge::qt-5.12.5-h7ef1ec2_0
path: 'library/bin/libglesv2.dll'
done
Executing transaction: ...working...
ClobberWarning: Conda was asked to clobber an existing path.
source path: c:\mc3\pkgs\qt-5.12.5-h7ef1ec2_0\Library\bin\libEGL.dll
target path: c:\mc3\conda-bld\firefox_1569869752180_test_env\Library\bin\libEGL.dll
ClobberWarning: Conda was asked to clobber an existing path.
source path: c:\mc3\pkgs\qt-5.12.5-h7ef1ec2_0\Library\bin\libGLESv2.dll
target path: c:\mc3\conda-bld\firefox_1569869752180_test_env\Library\bin\libGLESv2.dll
done
set PREFIX=c:\mc3\conda-bld\firefox_1569869752180_test_env
set SRC_DIR=c:\mc3\conda-bld\firefox_1569869752180\test_tmp
(%PREFIX%) %SRC_DIR%>"%PREFIX%\python.exe" -s "%SRC_DIR%\run_test.py"
===== testing package: firefox-68.0.2-ha925a31_1 =====
running run_test.py
checking firefox binary at %PREFIX%\Library\bin\firefox.exe...
... ok
checking binary version...
... ok
testing about:license with selenium...
... ok
===== firefox-68.0.2-ha925a31_1 OK =====
(%PREFIX%) %SRC_DIR%>IF 0 NEQ 0 exit 1
Resource usage statistics from testing firefox:
Process count: 8
CPU time: Sys=0:00:01.6, User=0:00:04.2
Memory: 396.4M
Disk usage: 12.8K
Time elapsed: 0:00:12.2
TEST END: c:\mc3\conda-bld\win-64\firefox-68.0.2-ha925a31_1.tar.bz2
Renaming work directory, c:\mc3\conda-bld\firefox_1569869752180\work to c:\mc3\conda-bld\firefox_1569869752180\work_moved_firefox-68.0.2-ha925a31_1_win-64_main_build_loop
Automatic uploading is disabled
If you want to upload package(s) to anaconda.org later, type:
To have conda build upload to anaconda.org automatically, use
$ conda config --set anaconda_upload yes
anaconda_upload is not set. Not uploading wheels: []
####################################################################################
Resource usage summary:
Total time: 0:03:50.6
CPU usage: sys=0:00:01.7, user=0:00:04.3
Maximum memory usage observed: 396.4M
Total disk usage observed (not including envs): 46.3M
####################################################################################
Source and build intermediates have been left in c:\mc3\conda-bld.
There are currently 2 accumulated.
To remove them, you can run the conda build purge command
The text was updated successfully, but these errors were encountered:
bollwyvl
changed the title
win-64 firefox also vends some shared packages with qt 5.12
win-64 firefox also vends some shared paths with qt
Sep 30, 2019
Adding requirements: host: qt =5.12 reduces the number of packaged files to 62 from 64, and conda-build no longer complains. Doing a simple screenshot test with WebGL indicates that it is (at least not horrible in-)compatible with qt =5.12 (note that said test cannot be run with --headless). The license canary test works with qt =5.9, but the webgl one does not.
Issue:
follow-on to #1
It appears the windows build (and maybe others?) of
firefox
andqt
both vend parts ofmesa
:from inside a (pretty heavy)
constructor
build:(it stops)
From inside
conda-build
, addingqt
as a test dependency (full output below):(but it does build the package. using
qt =5.9
andqt =5.6
gives the same two conflicts, so i guessqt
got there first.)Not sure how to proceed: adding
qt
as a dependency seems awfully heavy, and probably not even correct.related?
Environment (
conda list
):Details about
conda
and system (conda info
):Adding
qt
totest: requires
:The text was updated successfully, but these errors were encountered: