Re: problem with pkg_resources in python 3

2017-07-12 Thread pagani laurent via macports-users
It is (to me) very strange! Lorenzo>sudo port upgrade python35 ---> Scanning binaries for linking errors ---> No broken files found. Lorenzo>sudo port installed python35 The following ports are currently installed: python35 @3.5.3_1 (active) Lorenzo>type python3.5

Re: problem with pkg_resources in python 3

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 16:40, a écrit : > > >> On Jul 12, 2017, at 8:36 AM, Joshua Root > > wrote: >> >> On 2017-7-13 00:30 , pagani laurent wrote: >>> It is (to me) very strange! >>> Lorenzo>sudo port upgrade

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 17:19, MacPorts a écrit : > > #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3 > + > Reporter: lpagani91 | Owner: jyrkiwahlstedt > Type: defect | Status: closed >

Re: problem with pkg_resources in python 3

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 16:36, Joshua Root a écrit : > > On 2017-7-13 00:30 , pagani laurent wrote: >> It is (to me) very strange! >> Lorenzo>sudo port upgrade python35 >> ---> Scanning binaries for linking errors >> ---> No broken files found. >> Lorenzo>sudo port installed

Re: Portfile for audiofile trying to fetch from wrong URL

2017-07-12 Thread Ken Cunningham
Hey, Frank took care of it. But next time, we'll do it! > On Jul 12, 2017, at 7:29 AM, Richard L. Hamilton wrote: > > Given that the former probably doesn't take much more time than the latter, > why not? (tickets are maybe a necessary evil, but they're still a nuisance, >

Re: problem with pkg_resources in python 3

2017-07-12 Thread Joshua Root
On 2017-7-13 00:48 , pagani laurent wrote: Is /opt/local/bin/python3.5 somehow a link to a different version? Does uninstalling and reinstalling python35 help? yes! And i also uninstalled and reinstalled setuptools and pip and now it finds pkg_resources… It looks like one should often

Re: Portfile for audiofile trying to fetch from wrong URL

2017-07-12 Thread Richard L. Hamilton
Given that the former probably doesn't take much more time than the latter, why not? (tickets are maybe a necessary evil, but they're still a nuisance, esp. for something fairly obvious, although I wouldn't know a Portfile from a cannoli) > On Jul 12, 2017, at 10:25, Ken Cunningham

Re: Portfile for audiofile trying to fetch from wrong URL

2017-07-12 Thread Ken Cunningham
Would you be interested in learning how to make a pull request to fix this up for everyone? If not, perhaps you might open a ticket. Best, Ken > On Jul 12, 2017, at 7:06 AM, Richard L. Hamilton wrote: > > ---> Attempting to fetch audiofile-0.3.6.tar.gz from >

Portfile for audiofile trying to fetch from wrong URL

2017-07-12 Thread Richard L. Hamilton
---> Attempting to fetch audiofile-0.3.6.tar.gz from http://www.68k.org/~michael/audiofile/ when in fact the file is not there, but at https://audiofile.68k.org/audiofile-0.3.6.tar.gz signature.asc Description: Message signed with OpenPGP

Re: problem with pkg_resources in python 3

2017-07-12 Thread Joshua Root
I have Macports python 3.5 and 3.6 and I have installed setuptools and pip for each version, on Mac OS 10.12.5, XCode 8.3.3 However for python3.5 it says it does not find pkg_resources and for python3.6, it is even worse, python crashes : laurent>python3.5 Python 3.5.2 (default, Dec 17 2016,

Re: problem with pkg_resources in python 3

2017-07-12 Thread Joshua Root
On 2017-7-13 00:15 , pagani laurent wrote: The following ports are currently installed: py27-pip @9.0.1_0 (active) py27-setuptools @36.0.1_0 (active) py35-pip @9.0.1_0 (active) py35-setuptools @36.0.1_0 (active) py36-pip @9.0.1_0 (active) py36-setuptools @36.0.1_0 (active)

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ryan Schmidt
On Jul 12, 2017, at 11:10, Richard L. Hamilton wrote: > After switching my Snow Leopard over to the toolchain that supports C++11 and > favors libc++ instead of libstdc++, I could no longer build nmap; it kept > getting undefined symbols like std::logic_error::logic_error (which as used, >

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread Rainer Müller
On 2017-07-12 17:40, pagani laurent via macports-users wrote: > My XCode info window says I have 8.3.3 > When I run softwareupdate : > > Lorenzo>softwareupdate --list > Software Update Tool > > Finding available software > No new software available. > > it finds nothing to update. So my CLT

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread mf2k
> On Jul 12, 2017, at 9:56 AM, pagani laurent > wrote: > > >> Le 12 juil. 2017 à 17:52, > >> > a écrit : >> >> >>> On Jul 12, 2017, at 9:47 AM, pagani laurent

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 17:52, a écrit : > > >> On Jul 12, 2017, at 9:47 AM, pagani laurent > > wrote: >> >> >>> Le 12 juil. 2017 à 17:44, > >>>

Re: problem with pkg_resources in python 3

2017-07-12 Thread Ryan Schmidt
On Jul 12, 2017, at 09:30, pagani laurent via macports-users wrote: > It is (to me) very strange! > > Lorenzo>sudo port upgrade python35 > ---> Scanning binaries for linking errors > ---> No broken files found. > Lorenzo>sudo port installed python35 > The

Re: [MacPorts] #54468: problem installing py36-ipython on Mac OS Sierra 10.12.5

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 19:42, MacPorts a écrit : > > #54468: problem installing py36-ipython on Mac OS Sierra 10.12.5 > -+-- > Reporter: lpagani91 | Owner: stromnov > Type: defect | Status:

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread pagani laurent via macports-users
> Le 12 juil. 2017 à 18:00, a écrit : > > >> On Jul 12, 2017, at 9:56 AM, pagani laurent > > wrote: >> >> >>> Le 12 juil. 2017 à 17:52, > >>>

Re: [MacPorts] #54469: problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3

2017-07-12 Thread mf2k
> On Jul 12, 2017, at 12:32 PM, pagani laurent > wrote: > > >> Le 12 juil. 2017 à 18:00, > >> > a écrit : >> >> >>> On Jul 12, 2017, at 9:56 AM, pagani laurent

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ken Cunningham
Indeed it's a c++ thing and looking through the nmap build that just completed on my 10.6 system, some, but not all, the c++ build lines have the -stdlib=libc++ on them. So that would be why you see this error, indeed, as Ryan says. You

Re: problem with pkg_resources in python 3

2017-07-12 Thread mf2k
> On Jul 12, 2017, at 8:36 AM, Joshua Root wrote: > > On 2017-7-13 00:30 , pagani laurent wrote: >> It is (to me) very strange! >> Lorenzo>sudo port upgrade python35 >> ---> Scanning binaries for linking errors >> ---> No broken files found. >> Lorenzo>sudo port installed

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ryan Schmidt
On Jul 12, 2017, at 14:27, Ken Cunningham wrote: > You could do this in the portfile: > > configure.cxxflags-append -stdlib=libc++ > configure.ldflags-append -stdlib=libc++ > > and your build should proceed through. Should. Usually works. As I mentioned, some of the Makefile lines in question