Questions tagged «macports»

OS X的软件包管理系统。它允许轻松安装免费/开源软件。以前称为DarwinPorts。

1
OSX 10.8.4上的主机名的Apache问题
更新到10.8.4后,我无法运行我的macports apache服务器。我停止内置的apache: sudo apachectl stop,然后我尝试启动macports apache: sudo /opt/local/apache2/bin/apachectl -k start 我得到: httpd: Could not reliably determine the server's fully qualified domain name, using My-Name-iMac.local for ServerName httpd (pid 98) already running 当我加载 localhost 在我得到的浏览器中 无法连接... 我只是将它作为开发机器运行,因此我不需要域名。的输出 hostname (之前和之后)是 My-Name-iMac.local 正如你所期望的那样。我关心的是 httpd (pid 98) already running 这部分输出。 which apachectl 输出 /usr/sbin/apachectl

0
Macports / fink / homebrew - 允许真正的非root,仅限主目录安装?
我正在寻找在运行Yosemite的Macbook Pro上进行一些开发。我之前使用过Macport和自制软件,但我真的不想在我的主目录之外的机器上安装任何东西。理想情况下,我可以在$ HOME下安装所有内容,并且仍然可以链接SDL等库,安装pygame之类的东西等。 我已经阅读了关于三个主要工具的各种其他StackExchange帖子(我知道这些,并且在此消息的标题中提到了这些)但我认为我没有看到关于我的问题的明确答案。有吗?

3
在Mavericks上通过Macports安装gcc后切换回clang
在我安装了Macports之后(之后我通过Macports安装了几个版本的gcc),每当我输入gcc时,都会调用通过Macport安装的gcc之一。 在我安装Macports之前,每当我输入gcc时,都会调用XCode附带的clang。(不确定这是真的) 现在我需要用clang编译第三方包,但我不知道该怎么办。 我的问题是:现在已经安装了Macports(w gcc48),我该怎么做才能切换回gcc与XCode附带的clang链接的设置?

2
在Lion上安装gnuplot(或类似产品)
除了aquaterm以外,通过Lion上的MacPorts安装gnuplot所需的所有软件包均会成功。 通过Fink安装gnuplot在Lion上还算幸运。在仅安装了gnuplot所需软件包的三分之​​一后,Fink便解脱了,但是Fink确实安装了Aquaterm。 将MacPorts指向由Fink生成的aquaterm安装时,是否有一种“端口安装gnuplot”方法? 也很高兴知道不使用Fink或MacPorts在Lion上安装gnuplot的方法。了解在OSX上替代gnuplot本身的方法很方便。

1
Homebrew(与Macports不同)不会将程序放在系统之前
Macports插入 /opt/local/bin/ 在之前 /usr/bin 在路径中,如果两个文件夹中都存在相同的程序,则安装Macports的程序优先。 我不清楚Homebrew如何处理这个问题。举一个具体的例子,说我跑 brew install git,我现在有 > /usr/local/bin/git --version git version 2.14.2 > git --version git version 2.13.5 (Apple Git-94) 要使用更新的(git 2.14),使用起来很繁琐 /usr/local/bin/git。另外,更优先考虑 /usr/local/bin 我自己可能会产生不良副作用。 当更新的Homebrew程序与已经在macOS上运行的程序发生冲突时,运行它们的标准方法是什么?对于 python 我已经看到Homebrew通过要求用户键入来避免冲突 python2 要么 python3。对于这种情况,这一点不太清楚 git。

1
使用'#include <openssl / hmac.h>'飞机化了Makefile错误
我正在尝试在我的MacBook上安装Aircrack-ng,但我已经碰到了一堵砖墙。 首先,我按照Aircrack主页上的建议尝试使用MacPorts,但我发现有些工具像Airmon一样丢失,所以我决定尝试更传统的方式来安装我从主页下载的.tar。 现在运行该命令sudo make install Makefile会产生输出: /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src all sh ../autocfg gcc .. gcc -g -W -Wall -O3 -mavx2 -DJOHN_AVX2 -pthread -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -fstack-protector -Iinclude -DSIMD_CORE -c -o aircrack-ng.o aircrack-ng.c In file included from aircrack-ng.c:65: ./crypto.h:43:10: fatal error: 'openssl/hmac.h' file not found #include &lt;openssl/hmac.h&gt; ^ 1 error generated. make[1]: …

1
运行第二个Google云端硬盘在OSX Mavericks上不断崩溃
我一直试图让第二个Google Drive实例在运行Mavericks的MBP上的另一个用户下运行。 我一直按照这里的说明http://truongtx.me/2013/06/30/macos-using-multiple-google-drive-accounts-at-the-same-time/。 每次我尝试使用sudo su user -c "/Applications/Google\ Drive.app/Contents/MacOS/Google\ Drive"我运行新实例时都会遇到以下错误: /Applications/Google Drive.app/Contents/Resources/lib/python2.7/lib-dynload 2014-05-09 14:30:15.593 Google Drive[97308:c07] GsyncAppDeletegate.py : Finder debug level logs : False 2014-05-09 14:30:15.876 Google Drive[97308:c07] CoreText performance note: Client called CTFontCreateWithName() using name ".Lucida Grande UI" and got font with PostScript name ".LucidaGrandeUI". For best performance, only …

1
将python模块从一个安装移动到另一个安装
我安装了几个版本的Python,一些通过MacPorts,一些直接通过python.org安装程序。我有通过MacPorts和PyPI安装的模块,用于相同的Python版本(3.2.3),但是我想使用的某些PyPI模块没有端口。我试过将文件从一个site-packages目录复制到另一个,但它没有用。有没有办法创建一个“真正的”集中位置,可以接受来自MacPorts和pip / easy_install的软件包?

0
从macports安装octave-java
我需要安装octave-java。我尝试使用macports,但显然我在这里遗漏了一些东西。我正在运行优胜美地。 我已经安装了octave,所以我尝试安装octave-java。。。 $sudo port install octave-java ---&gt; Computing dependencies for octave-java ---&gt; Fetching archive for octave-java ---&gt; Attempting to fetch octave-java-1.2.9_0.darwin_14.x86_64.tbz2 from http://packages.macports.org/octave-java ---&gt; Attempting to fetch octave-java-1.2.9_0.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/octave-java ---&gt; Attempting to fetch octave-java-1.2.9_0.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/octave-java ---&gt; Fetching distfiles for octave-java ---&gt; Attempting to fetch java-1.2.9.tar.gz from http://superb-dca2.dl.sourceforge.net/octave ---&gt; …


1
获取Macports的问题
我在2013年末的MBP上运行macports。我遇到macport无法下载包文件的问题。我尝试安装'git + svn'并且不仅整个依赖项解析需要花费超过一个小时,一旦完成并进入提取阶段,它找不到任何要下载的文件。我检查了safari,文件确实足够,但端口安装程序似乎无法找到它们。我也在家试过,我的mac mini在找到包装并安装它们没有问题,但MBP不能。并且mac mini在依赖性解析方面要快得多。 我没有真正找到任何东西就google了,所以我在这里结束了。我的装置一定有些奇怪,但我无法弄清楚是什么。 日志: info:fetch ---&gt; expat-2.1.0.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/expat :notice:fetch ---&gt; Attempting to fetch expat-2.1.0.tar.gz from http://osl.no.distfiles.macports.org/expat :debug:fetch Fetching distfile failed: Connection timed out after 30003 milliseconds :notice:fetch ---&gt; Attempting to fetch expat-2.1.0.tar.gz from http://skylink.dl.sourceforge.net/project/expat/expat/2.1.0 :debug:fetch Fetching distfile failed: Connection timed out after …

2
为什么我不能使用tmux中的launchctl setenv?
如果我在其中运行,tmux并且尝试使用来更新环境变量launchctl,则会看到如下错误: $ launchctl setenv GIT_SSH /opt/local/bin/ssh Not privileged to set domain environment. 但这可以从tmux... 之外很好地工作...知道为什么是这样,或者是否有任何解决方法?

1
Mac Ports无法安装mysql5
我试图通过Mac端口安装mysql,但没有运气: /sites $ sudo port install mysql5 Password: ---&gt; Computing dependencies for mysql5 ---&gt; Building mysql5 Error: org.macports.build for port mysql5 returned: command execution failed Please see the log file for port mysql5 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_databases_mysql5/mysql5/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of …
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.