[CI] dbghelp requires "Debugging Tools" of Windows SDK
Open
Nobody has claimed this yet.
- Dominant language
- CMake
- Stars
- 27.5k
- Forks
- 7.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 321
Description
Found a regression. #49268 fails due to an untouched port.
Installing 8/17 dbghelp:x86-windows@0#2...
Building dbghelp:x86-windows@0#2...
LIBFILEPATH: C:\Program Files (x86)\Windows Kits\10\Debuggers\lib\x86\dbghelp.lib
DLLFILEPATH: C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\dbghelp.dll
HEADERPATH: C:\Program Files (x86)\Windows Kits\10\Debuggers\inc\dbghelp.h
CMake Error at ports/dbghelp/portfile.cmake:17 (message):
Cannot find debugging tools in Windows SDK 10.0.26100.0. Please reinstall
the Windows SDK and select "Debugging Tools".
Call Stack (most recent call first):
scripts/ports.cmake:206 (include)
@BillyONeal I think sth for you.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The failure is reported in ports/dbghelp/portfile.cmake at line 17. Start by reproducing the dbghelp:x86-windows installation with the Windows SDK configuration shown, then inspect how the port locates dbghelp.lib, dbghelp.dll, and dbghelp.h. Done means the regression is addressed and the relevant port behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 56/100