How can I resolve the "Could not fix timestamps in ..." "...Error: The requested feature is not implemented."

How can I resolve the "Could not fix timestamps in ..." "...Error: The requested feature is not implemented."

我一直在尝试在 Linux 上用 F# 构建一个项目,我找到了 here on github。这是我正在作为演示进行的基本型项目。但是,在 Linux(特别是 Ubuntu 14.04 LTS 桌面)上,我还无法构建它,因为我一直遇到如图所示的几个问题。

Could not fix timestamps in /home/adron/Codez/sharpKataStringCalc/packages/Microsoft.Bcl/Microsoft.Bcl.1.1.10.nupkg. Error: The requested feature is not implemented.

和...

Could not fix timestamps in /home/adron/Codez/sharpKataStringCalc/packages/FSharpVSPowerTools.Core/FSharpVSPowerTools.Core.1.8.0.nupkg. Error: The requested feature is not implemented.

我的第一个猜测是 Paket 在 Linux 上对这些东西不起作用,所以我想我应该将它们从项目中删除。但我听说有些人已经将它用于这个项目,我想确定是否有可能解决这些未实现的问题。

更新:查看@forki 的评论。我必须 运行 进行以下更新才能使其正常工作。

apt-get install mono-devel
apt-get install mono-complete

有关 http://www.mono-project.com/docs/getting-started/install/linux/#usage

的更多详细信息

这通常表示您应该更新单声道。较旧的单声道版本在解压缩实现方面存在问题