Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Ryan Schmidt
On Mar 8, 2014, at 03:51, Ryan Schmidt wrote:

 There will be scheduled downtime for all MacPorts services on Tuesday, March 
 11th, from 15:00 to at least 19:00 UTC, due to maintenance at our hosting 
 provider Mac OS Forge. As a result, our server IP addresses will be changing; 
 the required DNS changes may take up to an hour to propagate to you due to 
 DNS caching.

Server maintenance should now be concluded, possibly excluding the hour for DNS 
change propagation. If after that time you’re seeing any problems with the 
MacPorts or other Mac OS Forge servers, please let us know. Thanks.

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


Re: [117749] trunk/dports/editors/textmate2/Portfile

2014-03-12 Thread Andrea D'Amore
On Mon, Mar 10, 2014 at 10:16 PM,  c...@macports.org wrote:
 Revision 117749 Author c...@macports.org Date 2014-03-10 14:16:12 -0700 (Mon,
 10 Mar 2014)

 Log Message

 textmate2: update to a9517

9517 isn't released a as a normal release for the alpha branch,
given the Macports' policy of releasing stable version of software I
think only normal releases should be followed for TextMate2, unless
there's some actual bug affecting usability.

For the others: we're talking alpha releases anyway so not exactly the
stable meaning used when talking about other ports but it's the only
version of TextMate 2 available so far.


That said on my system both 9515 and 9517 are broken, I guess due to
the XCode 5.1 update.
Namely building it breaks at Frameworks/file/src/reader.cc around line
70 where the io_error() calls are returning void and the constructor
doesn't accept that. I see the io_error() definition in reader.h and I
actually I don't get how it used to build before.

Can you correctly build textmate2 port using 5.1?


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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Clemens Lang
Hi,

 Server maintenance should now be concluded, possibly excluding the hour for
 DNS change propagation. If after that time you’re seeing any problems with
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.

Does committing work for you? I get
$ svn ci
Authentication realm: https://svn.macports.org:443 Mac OS Forge
Password for 'c...@macports.org': *[...]

Authentication realm: https://svn.macports.org:443 Mac OS Forge
Username: c...@macports.org
Password for 'c...@macports.org': *[...]

Authentication realm: https://svn.macports.org:443 Mac OS Forge
Username: c...@macports.org
Password for 'c...@macports.org': *[...]

svn: E215004: Commit failed (details follow):
svn: E215004: No more credentials or we tried too many times.
Authentication failed
svn: E120191: Additional errors:
svn: E120191: Error running context: The requested authentication type(s) are 
not supported

-- 
Clemens Lang
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread David Evans
On 3/12/14 4:07 AM, Clemens Lang wrote:
 Hi,

 Server maintenance should now be concluded, possibly excluding the hour for
 DNS change propagation. If after that time you’re seeing any problems with
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.
 Does committing work for you? I get
 $ svn ci
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Password for 'c...@macports.org': *[...]

 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]

 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]

 svn: E215004: Commit failed (details follow):
 svn: E215004: No more credentials or we tried too many times.
 Authentication failed
 svn: E120191: Additional errors:
 svn: E120191: Error running context: The requested authentication type(s) are 
 not supported

As of this time, svn commit also fails for me due to authorization
problems as reported by Clemens and buildbots are offline.  Other svn
operations such as update
that don't require authorization appear to work fine.  Trac appears to
be working as well including login authorization.


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


naming scikits related name ...

2014-03-12 Thread Peter Danecek

Hi all,

I need to implement a port for one of the scikits packages, `samplerate`, and 
I am a bit confused with all the naming. I guess part of this confusion comes 
from PyPI and https://scikits.appspot.com/scikits itself, and the fact that the 
packages are not all maintained actively.

So if I understand things right, all this started with the idea that all these 
scikits would install into the scikits.* namespace, eg. scikits.timeseries, 
scikits.statmodels, etc. These seem to be mostly legacy.

I the meanwhile some of the packages dropped `scikits` completely from their 
naming, e.g. `statsmodels` in PyPI and this lead to the `py-statsmodels` in 
Macports. Fine.

Then there are some packages now called `scikit-*` and these seem to use 
namespaces like `sklearn` and `skimage`, and translate to `py-scikit-image` and 
`py-scikit-learn` in Macports.

The rest is what I would call //legacy// and still use scikits.* namespace and 
the `scikits.` prefix to the names on PyPI, but appears without this prefix on 
https://scikits.appspot.com/scikits.

So if I understand all right, this would translate to `py-scikits-samplerates` 
(scikits w/ S) and is to be compared with ports like 
`py-scikits-{bootstrap,bvp_solver` or `py26-scikits-*` to remain consistent.

Is this correct?
~petr


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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Peter Danecek
Hi all,
I just realised that there seem to be some issues with the website as well.

- https://www.macports.org/ports.php (Available Ports) does not give results;
- The homepage does not reply (.../index.php);

~petr


On 12 Mar 2014, at 15:54, David Evans dev...@macports.org wrote:

 On 3/12/14 4:07 AM, Clemens Lang wrote:
 Hi,
 
 Server maintenance should now be concluded, possibly excluding the hour for
 DNS change propagation. If after that time you’re seeing any problems with
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.
 Does committing work for you? I get
 $ svn ci
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Password for 'c...@macports.org': *[...]
 
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]
 
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]
 
 svn: E215004: Commit failed (details follow):
 svn: E215004: No more credentials or we tried too many times.
 Authentication failed
 svn: E120191: Additional errors:
 svn: E120191: Error running context: The requested authentication type(s) 
 are not supported
 
 As of this time, svn commit also fails for me due to authorization
 problems as reported by Clemens and buildbots are offline.  Other svn
 operations such as update
 that don't require authorization appear to work fine.  Trac appears to
 be working as well including login authorization.
 
 
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread William Siegrist
Please try again, we believe we fixed the problem. 

-Bill



On Mar 12, 2014, at 4:07 AM, Clemens Lang c...@macports.org wrote:

 Hi,
 
 Server maintenance should now be concluded, possibly excluding the hour for
 DNS change propagation. If after that time you’re seeing any problems with
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.
 
 Does committing work for you? I get
 $ svn ci
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Password for 'c...@macports.org': *[...]
 
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]
 
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]
 
 svn: E215004: Commit failed (details follow):
 svn: E215004: No more credentials or we tried too many times.
 Authentication failed
 svn: E120191: Additional errors:
 svn: E120191: Error running context: The requested authentication type(s) are 
 not supported
 
 -- 
 Clemens Lang
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread David Evans
On 3/12/14 9:18 AM, William Siegrist wrote:
 Please try again, we believe we fixed the problem. 

 -Bill



 On Mar 12, 2014, at 4:07 AM, Clemens Lang c...@macports.org wrote:

 Hi,

 Server maintenance should now be concluded, possibly excluding the hour for
 DNS change propagation. If after that time you’re seeing any problems with
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.
 Does committing work for you? I get
 $ svn ci
 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Password for 'c...@macports.org': *[...]

 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]

 Authentication realm: https://svn.macports.org:443 Mac OS Forge
 Username: c...@macports.org
 Password for 'c...@macports.org': *[...]

 svn: E215004: Commit failed (details follow):
 svn: E215004: No more credentials or we tried too many times.
 Authentication failed
 svn: E120191: Additional errors:
 svn: E120191: Error running context: The requested authentication type(s) 
 are not supported

 -- 
 Clemens Lang
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev

Yes, svn commit authorization is now working again, thanks.
buildbots still reporting offline per https://build.macports.org/waterfall.

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Aljaž 'g5pw' Srebrnič
Works for me! Thanks!

On 12 marzo 2014 at 17:25:08, William Siegrist (wsiegr...@apple.com) wrote:

Please try again, we believe we fixed the problem.  

-Bill  



On Mar 12, 2014, at 4:07 AM, Clemens Lang c...@macports.org wrote:  

 Hi,  
  
 Server maintenance should now be concluded, possibly excluding the hour for  
 DNS change propagation. If after that time you’re seeing any problems with  
 the MacPorts or other Mac OS Forge servers, please let us know. Thanks.  
  
 Does committing work for you? I get  
 $ svn ci  
 Authentication realm: https://svn.macports.org:443 Mac OS Forge  
 Password for 'c...@macports.org': *[...]  
  
 Authentication realm: https://svn.macports.org:443 Mac OS Forge  
 Username: c...@macports.org  
 Password for 'c...@macports.org': *[...]  
  
 Authentication realm: https://svn.macports.org:443 Mac OS Forge  
 Username: c...@macports.org  
 Password for 'c...@macports.org': *[...]  
  
 svn: E215004: Commit failed (details follow):  
 svn: E215004: No more credentials or we tried too many times.  
 Authentication failed  
 svn: E120191: Additional errors:  
 svn: E120191: Error running context: The requested authentication type(s) are 
 not supported  
  
 --  
 Clemens Lang  
 ___  
 macports-dev mailing list  
 macports-dev@lists.macosforge.org  
 https://lists.macosforge.org/mailman/listinfo/macports-dev  

___  
macports-dev mailing list  
macports-dev@lists.macosforge.org  
https://lists.macosforge.org/mailman/listinfo/macports-dev  
-- 
Aljaž Srebrnič a.k.a g5pw
My public key:  http://bit.ly/g5pw_pubkey___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Peter Danecek

This one still persists …
~petr


On 12 Mar 2014, at 16:57, Peter Danecek peter.dane...@bo.ingv.it wrote:

 Hi all,
 I just realised that there seem to be some issues with the website as well.
 
 - https://www.macports.org/ports.php (Available Ports) does not give results;
 - The homepage does not reply (.../index.php);
 
 ~petr
 

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Eric Gallager
Also trac appears to be failing to display recent commits again...



On Wed, Mar 12, 2014 at 12:34 PM, Peter Danecek peter.dane...@bo.ingv.itwrote:


 This one still persists ...
 ~petr


 On 12 Mar 2014, at 16:57, Peter Danecek peter.dane...@bo.ingv.it wrote:

  Hi all,
  I just realised that there seem to be some issues with the website as
 well.
 
  - https://www.macports.org/ports.php (Available Ports) does not give
 results;
  - The homepage does not reply (.../index.php);
 
  ~petr
 

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

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread William Siegrist
Adding Shree… 

-Bill



On Mar 12, 2014, at 10:36 AM, Eric Gallager eg...@gwmail.gwu.edu wrote:

 Also trac appears to be failing to display recent commits again...
 
 
 
 On Wed, Mar 12, 2014 at 12:34 PM, Peter Danecek peter.dane...@bo.ingv.it 
 wrote:
 
 This one still persists …
 ~petr
 
 
 On 12 Mar 2014, at 16:57, Peter Danecek peter.dane...@bo.ingv.it wrote:
 
  Hi all,
  I just realised that there seem to be some issues with the website as well.
 
  - https://www.macports.org/ports.php (Available Ports) does not give 
  results;
  - The homepage does not reply (.../index.php);
 
  ~petr
 
 
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev
 

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Peter Danecek
This seems to work now again, Thanks!
~petr


On 12 Mar 2014, at 18:02, Peter Danecek peter.dane...@bo.ingv.it wrote:

 
 Bill,
 
 we believe that SVN commits do not propagate to trac. See for example:
   https://trac.macports.org/ticket/42593
 
 r117770 is valid but does not appear on trac.
 
 Thanks for looking into this!
 ~petr
 
 
 On 12 Mar 2014, at 17:18, William Siegrist wsiegr...@apple.com wrote:
 
 Please try again, we believe we fixed the problem. 
 
 -Bill
 

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


#42586: py-threadpool @1.2.7: new port

2014-03-12 Thread Peter Danecek

Hi committer,

would someone of you kindly take interest some of my tickets, review and commit 
the port.

#42586: py-threadpool @1.2.7: new port
https://trac.macports.org/ticket/42586

It will be need this as a dependency. The Portfile should be pretty 
commit-ready.

Thanks!
~petr

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


Re: #42586: py-threadpool @1.2.7: new port

2014-03-12 Thread Frank Schima
Done.

https://trac.macports.org/changeset/117782


Cheers!
Frank

On Mar 12, 2014, at 1:48 PM, Peter Danecek peter.dane...@bo.ingv.it wrote:

 
 Hi committer,
 
 would someone of you kindly take interest some of my tickets, review and 
 commit the port.
 
 #42586: py-threadpool @1.2.7: new port
   https://trac.macports.org/ticket/42586
 
 It will be need this as a dependency. The Portfile should be pretty 
 commit-ready.
 
 Thanks!
 ~petr
 
 ___
 macports-dev mailing list
 macports-dev@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-dev

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Shreeraj Karulkar
Bill
I just send myself an email from trac.macports.org and it took perhaps a few 
mins but not super late. Is there anywhere else I can look?
Shree


On Mar 12, 2014, at 3:22 PM, Clemens Lang c...@macports.org wrote:

 Hi,
 
 When adding new comments to tickets in Trac the page takes a very long time 
 to submit. I can open the same ticket in a different tab and see that the 
 comment has been added, but I haven't seen mails to the -tickets mailing list 
 for the last few comments I added – so I'm guessing the connection to the 
 mail server is running into a timeout.
 
 Can you take a look?
 
 -- 
 Clemens Lang

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


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Clemens Lang
Hi,

 Bill
 I just send myself an email from trac.macports.org and it took perhaps a few
 mins but not super late. Is there anywhere else I can look?
 Shree

I guess it might be due to the DNS outage at the moment? Might just clear up 
itself after that.

-- 
Clemens Lang
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: Scheduled downtime on Mar 11, 15-19 UTC

2014-03-12 Thread Clemens Lang
Hi,

When adding new comments to tickets in Trac the page takes a very long time to 
submit. I can open the same ticket in a different tab and see that the comment 
has been added, but I haven't seen mails to the -tickets mailing list for the 
last few comments I added – so I'm guessing the connection to the mail server 
is running into a timeout.

Can you take a look?

-- 
Clemens Lang
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Trac is down

2014-03-12 Thread Ryan Schmidt
Now Trac is down.


Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/trac/web/api.py, line 441, in 
send_error
data, 'text/html')
  File /usr/lib/python2.6/site-packages/trac/web/chrome.py, line 828, in 
render_template
message = req.session.pop('chrome.%s.%d' % (type_, i))
  File /usr/lib/python2.6/site-packages/trac/web/api.py, line 216, in 
__getattr__
value = self.callbacks[name](self)
  File /usr/lib/python2.6/site-packages/trac/web/main.py, line 309, in 
_get_session
return Session(self.env, req)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line 212, in 
__init__
self.get_session(req.authname, authenticated=True)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line 228, in 
get_session
super(Session, self).get_session(sid, authenticated)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line 61, in 
get_session
db = self.env.get_db_cnx()
  File /usr/lib/python2.6/site-packages/trac/env.py, line 329, in get_db_cnx
return get_read_db(self)
  File /usr/lib/python2.6/site-packages/trac/db/api.py, line 90, in 
get_read_db
return _transaction_local.db or DatabaseManager(env).get_connection()
  File /usr/lib/python2.6/site-packages/trac/db/api.py, line 152, in 
get_connection
return self._cnx_pool.get_cnx(self.timeout or None)
  File /usr/lib/python2.6/site-packages/trac/db/pool.py, line 227, in get_cnx
return _backend.get_cnx(self._connector, self._kwargs, timeout)
  File /usr/lib/python2.6/site-packages/trac/db/pool.py, line 147, in get_cnx
raise TimeoutError(errmsg)
TimeoutError: Unable to get database connection within 21 seconds. 
(OperationalError: could not connect to server: Connection timed out
Is the server running on host data.macports.org and accepting
TCP/IP connections on port ?
)
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev