-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[graphviz] update to 9.0.0 #33795
[graphviz] update to 9.0.0 #33795
Conversation
There is a problem with post process (found exe on bin and debug/bin) Not sure how to handle. I will apricate the help. warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.
C:\src\vcpkg\packages\graphviz_x64-windows\bin\cluster.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\dot_builtins.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\gv2gxl.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\gxl2dot.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\prune.exe
warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\cluster.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\dot_builtins.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\gv2gxl.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\gxl2dot.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\prune.exe
error: Found 2 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: C:\src\vcpkg\ports\graphviz\portfile.cmake |
553a927
to
bc0f6db
Compare
On the CI it fail with:
I am not sure why. Any help? |
bc0f6db
to
bd08888
Compare
Check that line to find the missing dependency. |
127: find_package(PkgConfig)
128: if(PkgConfig_FOUND) It search for pkgconfig, and it don't find it. Something changed? |
I cited the
|
bd08888
to
1e332d2
Compare
It actually was the:
Thank you for your help! |
Now I have again the problem: There is a problem with post process (found exe on bin and debug/bin) Not sure how to handle. I will apricate the help. warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.
C:\src\vcpkg\packages\graphviz_x64-windows\bin\cluster.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\dot_builtins.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\gv2gxl.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\gxl2dot.exe
C:\src\vcpkg\packages\graphviz_x64-windows\bin\prune.exe
warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\cluster.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\dot_builtins.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\gv2gxl.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\gxl2dot.exe
C:\src\vcpkg\packages\graphviz_x64-windows\debug\bin\prune.exe
error: Found 2 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: C:\src\vcpkg\ports\graphviz\portfile.cmake |
If there are new tools, you have to update the |
1e332d2
to
665a80a
Compare
Thank you, that help!! |
665a80a
to
b65cc4f
Compare
All feature are tested successfully in the following triplet:
|
cluster | ||
dot_builtins | ||
gv2gxl | ||
gxl2dot | ||
prune |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It used to be alphabetic.
--- a/cmd/gvedit/mainwindow.cpp | ||
+++ b/cmd/gvedit/mainwindow.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But gvedit is explicitly disabled...
./vcpkg x-add-version --all
and committing the result.