conda-forge / graphviz-feedstock

A conda-smithy repository for graphviz.
BSD 3-Clause "New" or "Revised" License
5 stars 29 forks source link

graphviz v6.0.2 #105

Closed regro-cf-autotick-bot closed 1 year ago

regro-cf-autotick-bot commented 1 year ago

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
gdk-pixbuf 2.42.9 Anaconda-Server Badge

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by source code inspection but not in the meta.yaml:

Packages found in the meta.yaml but not found by source code inspection:

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3231162055, please use this URL for debugging.

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 1 year ago

Interesting Azure does not seem to be running here

cc @conda-forge/core (for awareness)

ocefpaf commented 1 year ago

macOS is failing with:

Command 'LINKER_OPTIMIZATION_HINT' not parsed!
/Users/runner/miniforge3/etc/profile.d/conda.sh: line 9:  6349 Segmentation fault: 11  "$CONDA_EXE" $_CE_M $_CE_CONDA "$@"
/Users/runner/miniforge3/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

BTW, I've seen other feedstock failing with the same message and segfault.

Windows is failing with:

FAILED: plugin/webp/gvplugin_webp.dll plugin/webp/gvplugin_webp.lib 
cmd.exe /C "cd . && %BUILD_PREFIX%\Library\bin\cmake.exe -E vs_link_dll --intdir=plugin\webp\CMakeFiles\gvplugin_webp.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests  -- C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo plugin\webp\CMakeFiles\gvplugin_webp.dir\gvplugin_webp.c.obj plugin\webp\CMakeFiles\gvplugin_webp.dir\gvloadimage_webp.c.obj plugin\webp\CMakeFiles\gvplugin_webp.dir\gvdevice_webp.c.obj  /out:plugin\webp\gvplugin_webp.dll /implib:plugin\webp\gvplugin_webp.lib /pdb:plugin\webp\gvplugin_webp.pdb /dll /version:6.0 /machine:x64 /INCREMENTAL:NO  webp.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  && cd ."
LINK: command "C:\PROGRA~2\MICROS~2\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\link.exe /nologo plugin\webp\CMakeFiles\gvplugin_webp.dir\gvplugin_webp.c.obj plugin\webp\CMakeFiles\gvplugin_webp.dir\gvloadimage_webp.c.obj plugin\webp\CMakeFiles\gvplugin_webp.dir\gvdevice_webp.c.obj /out:plugin\webp\gvplugin_webp.dll /implib:plugin\webp\gvplugin_webp.lib /pdb:plugin\webp\gvplugin_webp.pdb /dll /version:6.0 /machine:x64 /INCREMENTAL:NO webp.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:plugin\webp\gvplugin_webp.dll.manifest" failed (exit code 1181) with the following output:
LINK : fatal error LNK1181: cannot open input file 'webp.lib'

[362/420] Building C object cmd\dot\CMakeFiles\dot.dir\dot.c.obj
[363/420] Building CXX object plugin\visio\CMakeFiles\gvplugin_visio.dir\VisioText.cpp.obj
ninja: build stopped: subcommand failed.
jakirkham commented 1 year ago

Interesting how long has that segfault been occurring? Wonder if maybe there was an update to the linker that started causing these issues. It's also possible that one of the bug fix releases to lld helps ( https://github.com/conda-forge/lld-feedstock/pulls )?

As to the Windows error, it looks like the library is called libwebp instead of webp. So maybe we need a patch.

matthiasdiener commented 1 year ago

@conda-forge-admin restart CI