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

Added re-wx as a package #25962

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Added re-wx as a package #25962

wants to merge 8 commits into from

Conversation

thewchan
Copy link
Contributor

@thewchan thewchan commented Apr 6, 2024

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@conda-forge-webservices
Copy link

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 (recipes/re-wx) and found it was in an excellent condition.

@thewchan
Copy link
Contributor Author

thewchan commented Apr 6, 2024

@conda-forge/staged-recipes @conda-forge/help-python This is technically noarch, but I think to pass import test in linux we need some CDT dependencies? It's asking for libwebkitgtk, which I don't see that we provide, though we provide webkitgtk but that does not seem to work.

Copy link

github-actions bot commented Apr 6, 2024

To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks!

@ocefpaf
Copy link
Member

ocefpaf commented Apr 8, 2024

@thewchan
Copy link
Contributor Author

thewchan commented Apr 8, 2024

@ocefpaf Still no dice:
ImportError: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory

@BastianZim
Copy link
Member

Have you tried libwebkitgtk itself?

@thewchan
Copy link
Contributor Author

thanks @BastianZim I'm going to try webgitgtk-devel

@thewchan
Copy link
Contributor Author

@BastianZim Still nope... unless I can just specify libwebkitgtk in yum?

@thewchan
Copy link
Contributor Author

specify libwebkitgtk in yum doesn't work either :( @BastianZim

@mfansler
Copy link
Member

I believe it's just webkitgtk (without the "lib"). E.g., that's how the CDT is packaged.

@thewchan
Copy link
Contributor Author

@mfansler I think I tried webkitgtk-devel earlier and it didn't work, but let me try just webkitgtk

@BastianZim
Copy link
Member

Hmm no idea then, sorry.

@thewchan
Copy link
Contributor Author

@BastianZim @mfansler @ocefpaf I'm gonna check out the raw logs with webkitgtk-devel

@thewchan
Copy link
Contributor Author

Looks like it can't find webkitgt-devel:

2024-05-14T15:59:18.3017939Z + find /home/conda/staged-recipes-copy/recipes -mindepth 2 -maxdepth 2 -type f -name yum_requirements.txt
2024-05-14T15:59:18.3019082Z + xargs -r /usr/bin/sudo -n yum install -y
2024-05-14T15:59:18.3032593Z + grep -v -e '^#' -e '^$'
2024-05-14T15:59:18.3036838Z + xargs -n1 cat
2024-05-14T15:59:18.4579330Z Loaded plugins: fastestmirror, ovl
2024-05-14T15:59:18.5737953Z Determining fastest mirrors
2024-05-14T15:59:22.8489329Z  * base: forksystems.mm.fcix.net
2024-05-14T15:59:22.8490665Z  * extras: centos.mirror.constant.com
2024-05-14T15:59:22.8491281Z  * updates: mirror.cogentco.com
2024-05-14T15:59:29.4607593Z No package webkitgtk-devel available.

@thewchan
Copy link
Contributor Author

is it called something else or maybe there's some casing issues?

@thewchan
Copy link
Contributor Author

@conda-forge/help-python @conda-forge/staged-recipes Requesting additional help here

Copy link

To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants