ort
ort copied to clipboard
Reporter: ERROR org.ossreviewtoolkit.plugins.commands.reporter.ReporterCommand - Could not create 'SpdxDocument'
15:25:53.400 [main] ERROR org.ossreviewtoolkit.plugins.commands.reporter.ReporterCommand - Could not create 'SpdxDocument' report in 2.568317933s: IllegalArgumentException: The entries in licenseInfoInFiles must each be either an SpdxExpression, 'NONE' or 'NOASSERTION', but found GPL-2.0-or-later WITH NOASSERTION.
Creation of Notice files have started to fail with weird error. https://github.com/oss-review-toolkit/ort/blame/main/utils/spdx/src/main/kotlin/model/SpdxFile.kt#L193 is the related line
NOASSERTION
is not a valid operand for WITH
, as WITH
only accepts names of exceptions. You are required to curate this license finding in order to proceed.
Closing this in favor of https://github.com/oss-review-toolkit/ort/issues/8052.