Questions tagged «package»

包广义上涉及两件事:1)构建/编译的软件的可用单元/组件,或2)全局命名空间(java)的分区。


7
找不到MSBuild目标软件包
我想打包我的VS2010 Web应用程序项目,准备使用msdeploy进行部署。在开发机器上,我可以使用: MSBuild.exe "C:\path\to\WebApp.csproj" /target:package 但是在我的构建服务器上,我收到此错误: 错误MSB4057:项目中不存在目标“包”。 我在构建服务器上缺少什么?

4
R install.packages返回“无法创建锁定目录”
下载Rcpp软件包时出现此错误: > install.packages("Rcpp", dependencies=TRUE) Installing package(s) into ‘/home/me/src/Rlibs’ (as ‘lib’ is unspecified) trying URL 'http://cran.us.r-project.org/src/contrib/Rcpp_0.10.2.tar.gz' Content type 'application/x-gzip' length 2380089 bytes (2.3 Mb) ... Warning in dir.create(lockdir, recursive = TRUE) : cannot create dir '/home', reason 'Permission denied' ERROR: failed to create lock directory ‘/home/me/src/Rlibs/00LOCK-Rcpp’ ... 由于我的计算机位于计算机群集上,因此我已经在不同的节点上进行了尝试,并且小心删除了在/ tmp中下载的临时文件。奇怪的是我有权在/ home / …
73 r  package  rcpp 

5
酿造错误:无法符号链接,路径不可写
当我尝试使用自制软件(brew install aLibrary)安装库时,出现以下错误: Could not symlink lib/pkgconfig/aFile /usr/local/lib/pkgconfig is not writable. 我该怎么办? 有几个问题及答案(1,2对本酿造错误,等等),这是企图使一个一般性的问题的建议在这里。
71 package  homebrew 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.