Skip to content

Conversation

skupr-anaconda
Copy link

@skupr-anaconda skupr-anaconda commented Jul 28, 2025

Destination channel: main

Links

Explanation of changes:

  • Rebuild against libkrb5 1.21.3 on Unix platforms because libkrb5 1.21.3 (libraries and headers) fails on Windows with an error: "C2065: 'gss_key_value_set_desc': undeclared identifier", but krb5 (plus executables) works fine.
  • Updated build number from 1 to 2
  • Run pytest

Notes:

  • This rebuild addresses downstream dependency issues with krb5 1.21.3

@skupr-anaconda skupr-anaconda self-assigned this Jul 28, 2025
- gssapi.raw
- gssapi.raw._enum_extensions
source_files: # [unix]
- gssapi/tests # [unix]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think tests must work without this line.

@anaconda-pkg-build
Copy link

Linter check found the following problems: Traceback (most recent call last): File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 208, in main return_code, report = execute_linter( ~~~~~~~~~~~~~~^ recipe=args.recipe, ^^^^^^^^^^^^^^^^^^^ ...<6 lines>... verbose_flag=args.verbose, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 180, in execute_linter result = linter.lint(recipes, subdir, variant_config_files, exclusive_config_files, fix_flag) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 725, in lint msgs = self.lint_file( recipe_name, ...<3 lines>... fix=fix, ) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 831, in lint_file self.lint_recipe( ~~~~~~~~~~~~~~~~^ recipe, ^^^^^^^ fix=fix, ^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 891, in lint_recipe res = self.check_instances[check].run(recipe, fix) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 294, in run self.check_recipe(recipe) ~~~~~~~~~~~~~~~~~^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/check_syntax.py", line 36, in check_recipe has_constraints = constraints.search(spec) TypeError: expected string or bytes-like object, got 'NoneType'

ERROR conda.cli.main_run:execute(127): conda run conda-lint /tmp/abs_d4828hqr5y/clone failed. (See above for error)

@anaconda-pkg-build
Copy link

Linter check found the following problems: Traceback (most recent call last): File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 208, in main return_code, report = execute_linter( ~~~~~~~~~~~~~~^ recipe=args.recipe, ^^^^^^^^^^^^^^^^^^^ ...<6 lines>... verbose_flag=args.verbose, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 180, in execute_linter result = linter.lint(recipes, subdir, variant_config_files, exclusive_config_files, fix_flag) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 725, in lint msgs = self.lint_file( recipe_name, ...<3 lines>... fix=fix, ) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 831, in lint_file self.lint_recipe( ~~~~~~~~~~~~~~~~^ recipe, ^^^^^^^ fix=fix, ^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 891, in lint_recipe res = self.check_instances[check].run(recipe, fix) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 294, in run self.check_recipe(recipe) ~~~~~~~~~~~~~~~~~^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/check_syntax.py", line 36, in check_recipe has_constraints = constraints.search(spec) TypeError: expected string or bytes-like object, got 'NoneType'

ERROR conda.cli.main_run:execute(127): conda run conda-lint /tmp/abs_ef85qh_qoq/clone failed. (See above for error)

@anaconda-pkg-build
Copy link

Linter check found the following problems: Traceback (most recent call last): File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 208, in main return_code, report = execute_linter( ~~~~~~~~~~~~~~^ recipe=args.recipe, ^^^^^^^^^^^^^^^^^^^ ...<6 lines>... verbose_flag=args.verbose, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 180, in execute_linter result = linter.lint(recipes, subdir, variant_config_files, exclusive_config_files, fix_flag) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 725, in lint msgs = self.lint_file( recipe_name, ...<3 lines>... fix=fix, ) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 831, in lint_file self.lint_recipe( ~~~~~~~~~~~~~~~~^ recipe, ^^^^^^^ fix=fix, ^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 891, in lint_recipe res = self.check_instances[check].run(recipe, fix) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 294, in run self.check_recipe(recipe) ~~~~~~~~~~~~~~~~~^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/check_syntax.py", line 36, in check_recipe has_constraints = constraints.search(spec) TypeError: expected string or bytes-like object, got 'NoneType'

ERROR conda.cli.main_run:execute(127): conda run conda-lint /tmp/abs_fap3zcq8n_/clone failed. (See above for error)

@skupr-anaconda skupr-anaconda merged commit ef313df into main Jul 31, 2025
6 of 7 checks passed
@skupr-anaconda skupr-anaconda deleted the krb5_downstream_repair branch July 31, 2025 11:53
@anaconda-pkg-build
Copy link

Linter check found the following problems: Traceback (most recent call last): File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 208, in main return_code, report = execute_linter( ~~~~~~~~~~~~~~^ recipe=args.recipe, ^^^^^^^^^^^^^^^^^^^ ...<6 lines>... verbose_flag=args.verbose, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/run.py", line 180, in execute_linter result = linter.lint(recipes, subdir, variant_config_files, exclusive_config_files, fix_flag) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 725, in lint msgs = self.lint_file( recipe_name, ...<3 lines>... fix=fix, ) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 831, in lint_file self.lint_recipe( ~~~~~~~~~~~~~~~~^ recipe, ^^^^^^^ fix=fix, ^^^^^^^^ ) ^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 891, in lint_recipe res = self.check_instances[check].run(recipe, fix) File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/__init__.py", line 294, in run self.check_recipe(recipe) ~~~~~~~~~~~~~~~~~^^^^^^^^ File "/opt/conda/envs/linter/lib/python3.13/site-packages/anaconda_linter/lint/check_syntax.py", line 36, in check_recipe has_constraints = constraints.search(spec) TypeError: expected string or bytes-like object, got 'NoneType'

ERROR conda.cli.main_run:execute(127): conda run conda-lint /tmp/abs_e9nmvfofhx/clone failed. (See above for error)

@skupr-anaconda
Copy link
Author

An intermittent issue after merging the PR on win-64:

The process cannot access the file because it is being used by another process.

The system cannot find the file C:\cygwin64\tmp\__conda_tmp_22737.txt.

WARNING: Tests failed for python-gssapi-1.8.3-py312hbb35dff_2.tar.bz2 - moving package to C:\b\abs_30_q9drdfi\croot\broken

CondaBuildUserError: TESTS FAILED: python-gssapi-1.8.3-py312hbb35dff_2.tar.bz2

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants