You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ./autogen.sh against main or v2024.12.02.00, I get:
Traceback (most recent call last):
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps.py", line 1478, in <module>
sys.exit(main())
^^^^^^
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps.py", line 1461, in main
return args.func(args)
^^^^^^^^^^^^^^^
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps.py", line 108, in run
self.run_project_cmd(args, loader, manifest)
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps.py", line 592, in run_project_cmd
fetcher = loader.create_fetcher(m)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps/load.py", line 262, in create_fetcher
return manifest.create_fetcher(self.build_opts, self, ctx)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps/manifest.py", line 476, in create_fetcher
fetcher = self._create_fetcher(build_options, ctx)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/monconstat/Apps/watchman/build/fbcode_builder/getdeps/manifest.py", line 470, in _create_fetcher
raise KeyError(
KeyError: 'project openssl has no fetcher configuration or system packages matching {distro=arch, distro_vers=None, fb=off, fbsource=off, os=linux, shared_libs=off, test=off}'
Note that main and v2024.12.02.00 are using "openssl 3".
But if I build v2024.11.25.00 (which is using "openssl 1.1.1l"), it works fine:
When running
./autogen.sh
againstmain
orv2024.12.02.00
, I get:Note that
main
andv2024.12.02.00
are using "openssl 3".But if I build
v2024.11.25.00
(which is using "openssl 1.1.1l"), it works fine:The text was updated successfully, but these errors were encountered: