- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在构建一个 Bitbake 配方并收到以下错误消息:ERROR: When reparsing virtual:native:/path/to/poky/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb.do_populate_cve_db, the basehash value changed from 0b637979bcb5db4263f9ed97497a6330 to bcd28a5efe646ed4d327fefa349f889c. The metadata is not deterministic and this needs to be fixed.
这在干净的构建中重现(在 bitbake -c cleanall -c cleansstate <recipe>
之后)。
这个错误的原因是什么?配方尚未从上游版本修改。
最佳答案
以下是添加此诊断信息的 yocto 补丁
https://patchwork.openembedded.org/patch/133517/
这是提交消息,解释了其原因以及获取问题更多详细信息的可能方法:
Bitbake can parse metadata in the cooker and in the worker during builds. If the metadata isn't deterministic, it can change between these two parses and this confuses things a lot. It turns out to be hard to debug these issues currently.
This patch ensures the basehashes from the original parsing are passed into the workers and that these are checked when reparsing for consistency. The user is shown an error message if inconsistencies are found.
There is debug code in siggen.py (see the "Slow but can be useful for debugging mismatched basehashes" commented code), we don't enable this by default due to performance issues. If you run into this message, enable this code and you will find "sigbasedata" files in tmp/stamps which should correspond to the hashes shown in this error message. bitbake-diffsigs on the files should show which variables are changing.
Signed-off-by: Richard Purdie
关于yocto - 比特烘焙: "The metadata is not deterministic and this needs to be fixed",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48762459/
我对确定性函数的理解是: always produces the same result for the same input parameters 根据我的理解,下面的函数是非确定性函数 CREAT
根据 Deterministic and Nondeterministic Functions 上的 MSDN SQL BOL(联机丛书)页面,非确定性函数可以“以确定性方式使用” The follo
我今天刚刚开始阅读更多关于马尔可夫链生成器的内容,并且对构建它的整个过程非常感兴趣。根据我的理解, future 状态取决于过去状态到现在的统计数据。 示例: Hello World. Hello D
有人能给我一个程序中确定性错误的例子吗? 谢谢。 最佳答案 void bug() { int *ptr = 0; ptr[0] = 10; } 访问空指针。总是发生。 关于determinis
它们(幂等函数和确定性函数)是否只是在给定相同输入的情况下返回相同结果的函数? 还是我遗漏了什么区别? (如果有区别,请你帮我理解它是什么) 最佳答案 用更简单的话来说: 纯确定性函数 :输出完全且仅
我处于一种情况,我需要生成一个非常大的(~10^16 个元素)具有特定随机稀疏模式的随机矩阵。显然存储所有这些元素是完全不可行的。在任何给定时间只需要少数元素,因此可以按需绘制它们 - 但是,一旦存储
让我们仔细看看Ticker example code在 Go 的时间包中: package main import ( "fmt" "time" ) func main() {
某些 Prolog 目标的确定性成功问题已经一次又一次地出现在 - 至少 - 以下问题: Reification of term equality/inequality Intersection an
我正在构建一个 Bitbake 配方并收到以下错误消息: ERROR: When reparsing virtual:native:/path/to/poky/meta/recipes-devtool
我在使用 Symfony2 时遇到了这个奇怪的错误。在本地主机中,一切正常,但是当我在服务器中尝试时,我收到此 PHP 错误: [06-Mar-2013 22:04:50 UTC] PHP Fatal
我正在使用 Scipy.stats.multivariate_normal从多元正态分布中抽取样本。像这样: from scipy.stats import multivariate_normal #
我正在开发一个 Groovy 应用程序,它必须为用户提供一个包含加密查询参数的链接。目前我们使用 AES 加密算法,所有链接都使用相同的 IV。我们知道这很糟糕(因此我们想要切换的原因),但这样做的原
在 DB2 V5R4 中,当您修改 DETERMINISTIC UDF 的功能时,它会返回缓存的响应一段时间... 有什么方法可以重置缓存的响应? 提前致谢。 最佳答案 它返回缓存的响应是什么?是通过
我目前正在尝试在 Keras 中实现 DDPG。我知道如何更新评论家网络(普通 DQN 算法),但我目前坚持更新 Actor 网络,它使用等式: 因此,为了将 Actor 网络 wrt 的损失减少到其
在数据访问限制方面,Oracle 函数中的确定性 和并行启用子句有什么区别? 最佳答案 如 documentation on the CREATE FUNCTION statement 中所述: DE
Oracle 函数中的deterministic 和parallel enable 子句 在数据访问限制方面有什么区别? 最佳答案 如 documentation on the CREATE FUNC
我使用 Stanford Core NLP 构建了一个 Java 解析器。我发现在使用 CORENLP 对象获得一致结果时存在问题。我正在为相同的输入文本获取不同的实体类型。对我来说,这似乎是 Cor
TL;DR:我非常希望 in_edges 的迭代顺序在我的图表上(adjacency_list 和 edge_list of setS)是确定性的,但据我所知,迭代的顺序是由只是指针的比较运算符确定比
我是 Rust 的新手,正在尝试了解 Cargo 的东西。我在他们的常见问题解答中读到关于 "why do binaries have Cargo.lock in version control, b
假设我有一个观点 MYVIEW COL1[CARCHAR2] SORTINGCOL[NUMBER] "itm1" 100 "itm2" 101 "it
我是一名优秀的程序员,十分优秀!