port fuse4x-kext error

2012-09-11 Thread Peng Yu
Hi, I see the following error message. I'm installing fuse4x-kext. Does anybody know what the problem is? ~$ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_fuse4x-kext/fuse4x-kext/main.log version:1 :debug:build changing euid/egid -

Re: port fuse4x-kext error

2012-09-11 Thread Chris Jones
:info:build You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements. That is your problem. Do

Re: port fuse4x-kext error

2012-09-11 Thread Brandon Allbery
It told you what was wrong: On Tue, Sep 11, 2012 at 10:20 AM, Peng Yu pengyu...@gmail.com wrote: :info:build You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within

samtools build error

2012-09-11 Thread Peng Yu
Hi, I got the following error when I install samtools, which I don't quite understand what the problem is and how to fix it. Could anybody let me know? Thanks! ~$ cat

Installing ports in parallel

2012-09-11 Thread Peng Yu
Hi, I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! -- Regards, Peng ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Installing ports in parallel

2012-09-11 Thread Chris Jones
On 11 Sep 2012, at 5:57pm, Peng Yu pengyu...@gmail.com wrote: Hi, I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! No need. Ports (that can) automatically build in parallel themselves.

Re: Installing ports in parallel

2012-09-11 Thread Jeremy Lavergne
I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! No need. Ports (that can) automatically build in parallel themselves. He means two separate ports, rather than building a single port with

Re: Installing ports in parallel

2012-09-11 Thread Ryan Schmidt
On Sep 11, 2012, at 11:57, Peng Yu pengyu...@gmail.com wrote: I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! This used to be allowed (unintentionally, I think) and would sometimes work,

Re: samtools build error

2012-09-11 Thread Ryan Schmidt
On Sep 11, 2012, at 10:47, Peng Yu wrote: I got the following error when I install samtools, which I don't quite understand what the problem is and how to fix it. Could anybody let me know? Thanks! You should file a bug report in the issue tracker as usual, but before you do: :debug:main

Re: Installing ports in parallel

2012-09-11 Thread Chris Jones
Hi, On 11 Sep 2012, at 06:20 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! No need. Ports (that can) automatically build in

Re: Installing ports in parallel

2012-09-11 Thread Peng Yu
On Tue, Sep 11, 2012 at 12:50 PM, Ryan Schmidt ryandes...@macports.org wrote: On Sep 11, 2012, at 11:57, Peng Yu pengyu...@gmail.com wrote: I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks!

Re: Installing ports in parallel

2012-09-11 Thread Brandon Allbery
On Tue, Sep 11, 2012 at 4:58 PM, Peng Yu pengyu...@gmail.com wrote: There are many tools out there to handle dependencies for compiling software and for many other purpose as well. For example, GNU make, cmake, ant, maven, etc. I think that there should be (at least theoretically) some way of

Re: Installing ports in parallel

2012-09-11 Thread Dominik Reichardt
On 11.09.2012, at 22:58, Peng Yu pengyu...@gmail.com wrote: I don't find a way to let port install multiple independent ports in parallel to maximally use the cores on a machine. Is there a way to do so? Thanks! This used to be allowed (unintentionally, I think) and would sometimes work,

Re: Installing ports in parallel

2012-09-11 Thread Chris Jones
Hi, On 11 Sep 2012, at 09:58 PM, Peng Yu pengyu...@gmail.com wrote: On Tue, Sep 11, 2012 at 12:50 PM, Ryan Schmidt ryandes...@macports.org wrote: On Sep 11, 2012, at 11:57, Peng Yu pengyu...@gmail.com wrote: I don't find a way to let port install multiple independent ports in parallel