Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Missing processor #52

Closed
LcTrKiD opened this issue Jul 27, 2020 · 4 comments
Closed

Missing processor #52

LcTrKiD opened this issue Jul 27, 2020 · 4 comments

Comments

@LcTrKiD
Copy link

LcTrKiD commented Jul 27, 2020

I'm getting this error:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<dict>
		<key>RecipeError</key>
		<string>Unknown processor 'XcodeBuildNumberEmitter'.</string>
	</dict>
</array>
</plist>

I deleted and made again the override. I'm always getting this error and I can't find this processor.

@nmcspadden
Copy link
Contributor

Whoops, sorry. I added it back in c007f8f. Can you test again and verify?

@LcTrKiD
Copy link
Author

LcTrKiD commented Jul 28, 2020

Hi!
Now I'm getting this error: (This happen using my override and the original recipe.)

  File "/usr/local/bin/autopkg", line 2887, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/autopkg", line 2881, in main
    exit(subcommands[verb]["function"](argv))
  File "/usr/local/bin/autopkg", line 2327, in run_recipes
    search_github=make_suggestions,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 430, in load_recipe
    auto_pull=auto_pull,
  [Previous line repeated 982 more times]
  File "/usr/local/bin/autopkg", line 400, in load_recipe
    auto_pull=auto_pull,
  File "/usr/local/bin/autopkg", line 307, in locate_recipe
    recipe_file = find_recipe(name, override_dirs + recipe_dirs)
  File "/usr/local/bin/autopkg", line 205, in find_recipe
    return find_recipe_by_identifier(id_or_name, search_dirs) or find_recipe_by_name(
  File "/Library/AutoPkg/autopkglib/__init__.py", line 318, in find_recipe_by_identifier
    matches = glob.glob(pattern)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 20, in glob
    return list(iglob(pathname, recursive=recursive))
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 71, in _iglob
    for dirname in dirs:
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 72, in _iglob
    for name in glob_in_dir(dirname, basename, dironly):
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/glob.py", line 83, in _glob1
    return fnmatch.filter(names, pattern)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/fnmatch.py", line 51, in filter
    pat = os.path.normcase(pat)
  File "/Library/AutoPkg/Python3/Python.framework/Versions/Current/lib/python3.7/posixpath.py", line 55, in normcase
    if not isinstance(s, (bytes, str)):
RecursionError: maximum recursion depth exceeded in __instancecheck__

@nmcspadden
Copy link
Contributor

Try deleting and recreating your override. That error suggests that a recipe identifier is also listed as its own parent, causing a recursion loop.

@LcTrKiD
Copy link
Author

LcTrKiD commented Jul 29, 2020

Hi Nick!
That solve the issue.
Thank you very much !!!!

@LcTrKiD LcTrKiD closed this as completed Jul 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants