从错误输出来看,应该是version里包含了’-’符号,建议换成’_’,因为前者容易引起歧义。

 

何晓文 (Hex EulerOS

庞加莱实验室 [2012实验室]

Tel : +86 18042018786 

Email : hexiaowen@huawei.com

 

This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!

 

发件人: 翁志艺 [mailto:zhiyi@iscas.ac.cn]
发送时间: 2020115 15:58
收件人: Hexiaowen (Hex, EulerOS) <hexiaowen@huawei.com>
抄送: infra@openeuler.org; dev@openeuler.org
主题: Re: [Dev] 答复: [Infra] 答复: nothing provides mingw32-filesystem >= 95

 

感谢大家的帮忙!

现在又遇到了另一个问题:

一个 PR  check_spec_file check version 总是失败,尝试了好几遍,不知道是什么原因。

https://gitee.com/src-openeuler/mingw-crt/pulls/2

昨晚还有一个奇怪的报错,不过今天 retest 的时候就突然好了。

 

 

-----原始邮件-----
发件人:"Hexiaowen (Hex, EulerOS)" <hexiaowen@huawei.com>
发送时间:2020-11-04 17:29:40 (星期三)
收件人: "Hexiaowen (Hex, EulerOS)" <hexiaowen@huawei.com>, "翁志艺" <zhiyi@iscas.ac.cn>, "infra@openeuler.org" <infra@openeuler.org>
抄送: "dev@openeuler.org" <dev@openeuler.org>
主题: [Dev] 答复: [Infra] 答复: nothing provides mingw32-filesystem >= 95

已联系基础设施的同志解决了,重新再尝试一下。

 

何晓文 (Hex EulerOS

Email : hexiaowen@huawei.com

 

This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!

 

发件人: Hexiaowen (Hex, EulerOS) [mailto:hexiaowen@huawei.com]
发送时间: 2020114 16:36
收件人: 翁志艺 <zhiyi@iscas.ac.cn>; infra@openeuler.org
抄送: dev@openeuler.org
主题: [Infra] 答复: nothing provides mingw32-filesystem >= 95

 

查看了工程配置,factory工程,也就是mingw- winpthreads所在的工程是依赖一个静态的二进制工程。

有两个可能的原因:

 

1  filesystem刚刚移动到mainlinemainline一直在编译,没有还没有出发归档到openEulerselfbuildBaseOSmainline_standard_x86_64,解决办法是等等,等待mainline编译完成,因为现在mainline的编译比较耗时。

2  mainlineBaseOS的同步出了问题,需要联系基础设施处理。

 

 

大概率是第一个原因,等一下再看看。

 

 

何晓文 (Hex EulerOS

庞加莱实验室 [2012实验室]

Tel : +86 18042018786 

Email : hexiaowen@huawei.com

 

This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!

 

发件人: 翁志艺 [mailto:zhiyi@iscas.ac.cn]
发送时间: 2020114 16:03
收件人: infra@openeuler.org
抄送: dev@openeuler.org
主题: [Infra] nothing provides mingw32-filesystem >= 95

 

大家好,

自从mingw32-filesystem被移到master/openEuler:Mainline就好像出了问题。

buildinfo is broken... it says:

unresolvable: nothing provides mingw32-filesystem >= 95

nothing provides mingw64-filesystem >= 95

2020-11-04 07:31:37,044 [ ERROR] : build package error, 1

2020-11-04 07:31:37,044 [ ERROR] : build standard_aarch64 ... failed

2020-11-04 07:31:37,045 [ ERROR] : build openEuler:Factory mingw-winpthreads aarch64 ... failed

 

 

其它依赖 mingw-filesystem 的项目 ci 测试时报错
https://gitee.com/src-openeuler/mingw-winpthreads/pulls/2

https://jenkins.openeuler.org/job/multiarch/job/src-openeuler/job/x86-64/job/mingw-winpthreads/12/console

https://gitee.com/src-openeuler/mingw-headers/pulls/2
曾经成功过,现在也报同样的错误。

mingw-filesystem version 110的啊。

https://gitee.com/src-openeuler/mingw-filesystem/blob/master/mingw-filesystem.spec

 

请帮忙解决一下,谢谢!