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
I want to build 1.19.1 version and disable pytest option. I'm facing an error where the build can't find python3 (I have python3). The error says Program python3 found: NO (disabled by: pytest ) followed by this :
../tests/meson.build:288:18: ERROR: Unknown method "language_version" in object <[ExternalProgramHolder] holds [NonExistingExternalProgram]: <NonExistingExternalProgram 'nonexistingprogram' -> [None]>> of type ExternalProgramHolder.
Any clue to fix it ? thanks.
Steps to Reproduce
Build the 1.19.1 version.
The build complaining about Program python3 found: NO (disabled by: pytest ) followed by :
../tests/meson.build:288:18: ERROR: Unknown method "language_version" in object <[ExternalProgramHolder] holds [NonExistingExternalProgram]: <NonExistingExternalProgram 'nonexistingprogram' -> [None]>> of type ExternalProgramHolder.
We can only use the python object if it was found and the arguments for
require are all evaluated, even if the resulting feature is disabled.
Fixes: 1c6dd18 ("tests: Check for required WAV decoder for notification tests")
Closes: flatpak#1547
We can only use the python object if it was found and the arguments for
require are all evaluated, even if the resulting feature is disabled.
Fixes: 1c6dd18 ("tests: Check for required WAV decoder for notification tests")
Closes: #1547
Operating System
Dragora GNU/Linux.
XDG Desktop Portal version
Other
XDG Desktop Portal version (Other)
1.19.1
Desktop Environment
Other
Desktop Environment (Other)
sway
Expected Behavior
The build run just fine.
Current Behavior
I want to build 1.19.1 version and disable pytest option. I'm facing an error where the build can't find python3 (I have python3). The error says
Program python3 found: NO (disabled by: pytest )
followed by this :Any clue to fix it ? thanks.
Steps to Reproduce
Program python3 found: NO (disabled by: pytest )
followed by :Anything else we should know?
I have meson log, meson-log.txt .
The text was updated successfully, but these errors were encountered: