Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-22 Thread Jeremy Lavergne
It is build.jobs=1

"René J.V. Bertin"  wrote:
>Just a though/suggestion, if still in time:
>
>would it be possible to add an option to the port command allowing to
>override the number of build jobs configured in macports.conf ?
>Most of the time I let MacPorts builds grind away in the background,
>and so allow only 2 out of my 4 (virtual) cores, but there are times
>I'd like to go higher without having to edit the configuration file ...
>
>R.
>___
>macports-users mailing list
>macports-users@lists.macosforge.org
>https://lists.macosforge.org/mailman/listinfo/macports-users

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-22 Thread René J.V. Bertin
Just a though/suggestion, if still in time:

would it be possible to add an option to the port command allowing to override 
the number of build jobs configured in macports.conf ?
Most of the time I let MacPorts builds grind away in the background, and so 
allow only 2 out of my 4 (virtual) cores, but there are times I'd like to go 
higher without having to edit the configuration file ...

R.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-21 Thread Ryan Schmidt

On Mar 21, 2014, at 00:57, mk-macpo...@techno.ms wrote:

> On 21 Mar 2014, at 02:51 , Clemens Lang  wrote:
>> port notes https://neverpanic.de/documents/mpstats.tar
> 
> This is what I get from a non-sudo user here:
> —
> $  port notes https://neverpanic.de/documents/mpstats.tar
> Can't map the URL 'https://neverpanic.de/documents/mpstats.tar' to a port 
> description file ("Port remote fetch failed: You do not have permission to 
> write to /opt/local/var/macports/portdirs").
> Please verify that the directory and portfile syntax are correct.
> Error: Can't open URL 'https://neverpanic.de/documents/mpstats.tar' as a port
> Error: Improper expression syntax while processing parameters
> —

Hmm, it worked for me. I am running MacPorts trunk, however.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread MK-MacPorts
On 21 Mar 2014, at 02:51 , Clemens Lang  wrote:
>  port notes https://neverpanic.de/documents/mpstats.tar

This is what I get from a non-sudo user here:
—
$  port notes https://neverpanic.de/documents/mpstats.tar
Can't map the URL 'https://neverpanic.de/documents/mpstats.tar' to a port 
description file ("Port remote fetch failed: You do not have permission to 
write to /opt/local/var/macports/portdirs").
Please verify that the directory and portfile syntax are correct.
Error: Can't open URL 'https://neverpanic.de/documents/mpstats.tar' as a port
Error: Improper expression syntax while processing parameters
—

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread Clemens Lang
On Thu, Mar 20, 2014 at 05:45:31PM -0500, Ryan Schmidt wrote:
> > Since I used the tar file to install the port this caused the confusion.
> Yes, that'll be the reason. I overlooked that in your mail. I haven't
> used the method to install a port...

I'm not surprised -- it's undocumented and potentially dangerous to do
  sudo port install $some-random-url-from-the-internet
It's just as bad as
  ruby -e "$(curl -fsSL $if-you-know-what-I-mean)"

However, I noticed this was possible when I ripped out some of the
mport:// source sync code and was asked to put it back in, especially
because it can be used to install older versions from the binaries
archives we publish on packages.macports.org.

If you run
  port notes https://neverpanic.de/documents/mpstats.tar
it'll work just fine.

-- 
Clemens Lang

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread Ryan Schmidt
On Mar 20, 2014, at 17:32, mk-macpo...@techno.ms wrote:
> 
> Since I used the tar file to install the port this caused the confusion.

Yes, that'll be the reason. I overlooked that in your mail. I haven't used the 
method to install a port...
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread Marius Schamschula
On Mar 20, 2014, at 5:18 PM, mk-macpo...@techno.ms wrote:

> On 20 Mar 2014, at 20:19 , Clemens Lang  wrote:
>> https://neverpanic.de/documents/mpstats.tar
> 
> I installed the latest testing beta just OVER my stable MacPorts (keeping a 
> copy of /opt/local put aside, of course):
> —
> $ port
> MacPorts 2.2.99
> $ sudo port install https://neverpanic.de/documents/mpstats.tar
> .
> .
> .
> $ port installed mpstats
> The following ports are currently installed:
>  mpstats @0.1.3_0 (active)
> $ port notes mpstats
> Error: The port 'mpstats' was not found
> —
> but as one can see MacPorts claims - when asking for the port's notes - that 
> the port isn’t installed!!!?
> 
> Also tab completion suddenly doesn’t work anymore…
> —
> $ port installed mp
> mpfr   mpvim  
> —
> 
> What’s going on here???
> 
> Perhaps I need to reboot? ;-)
> ___
> macports-users mailing list
> macports-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users

Did you add your local port path back into the following file?

/opt/local/etc/macports/sources.conf

--
Marius Schamschula



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread MK-MacPorts
On 20 Mar 2014, at 23:26 , Ryan Schmidt  wrote:
> It didn't say it wasn't installed; it said it wasn't found.
OK.

> The notes you requested would come from the normal portfile, not from any 
> installed copy of the port.
I see now.

> So something is the matter with the portfile? Where is the portfile? I don't 
> see it in the port list. 
Since I used the tar file to install the port this caused the confusion.

Thanks for clarifying this, Ryan.

Greets,
Marko
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread Ryan Schmidt
On Mar 20, 2014, at 17:18, mk-macpo...@techno.ms wrote:
> 
>> On 20 Mar 2014, at 20:19 , Clemens Lang  wrote:
>> https://neverpanic.de/documents/mpstats.tar
> 
> I installed the latest testing beta just OVER my stable MacPorts (keeping a 
> copy of /opt/local put aside, of course):
> —
> $ port
> MacPorts 2.2.99
> $ sudo port install https://neverpanic.de/documents/mpstats.tar
> .
> .
> .
> $ port installed mpstats
> The following ports are currently installed:
>  mpstats @0.1.3_0 (active)
> $ port notes mpstats
> Error: The port 'mpstats' was not found
> —
> but as one can see MacPorts claims - when asking for the port's notes - that 
> the port isn’t installed!!!?

It didn't say it wasn't installed; it said it wasn't found. The notes you 
requested would come from the normal portfile, not from any installed copy of 
the port. So something is the matter with the portfile? Where is the portfile? 
I don't see it in the port list. 


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread MK-MacPorts
On 20 Mar 2014, at 20:19 , Clemens Lang  wrote:
> https://neverpanic.de/documents/mpstats.tar

I installed the latest testing beta just OVER my stable MacPorts (keeping a 
copy of /opt/local put aside, of course):
—
$ port
MacPorts 2.2.99
$ sudo port install https://neverpanic.de/documents/mpstats.tar
.
.
.
$ port installed mpstats
The following ports are currently installed:
  mpstats @0.1.3_0 (active)
$ port notes mpstats
Error: The port 'mpstats' was not found
—
but as one can see MacPorts claims - when asking for the port's notes - that 
the port isn’t installed!!!?

Also tab completion suddenly doesn’t work anymore…
—
$ port installed mp
mpfr   mpvim  
—

What’s going on here???

Perhaps I need to reboot? ;-)
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


MacPorts 2.3.0-beta1 now available for testing

2014-03-20 Thread Joshua Root
Source code and pkgs for MacPorts 2.3.0-beta1 are now
available [1]. Testing of either of these install methods is helpful.

Be prepared to encounter bugs. As always, having a recent backup would
be wise. Please report any bugs that you find [2] (after first searching
Trac [3], of course!)

There are a large number of changes in this release. See the ChangeLog
[4] for a list of most of them. You may like to focus your testing on
the new features in that list, as well as your normal usage.

Cheers,
Josh

[1] 
[2] 
[3] 
[4] 

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users