Re: issues after installed qt4-mac+debug

2014-07-28 Thread Daniel J. Luke
On Jul 26, 2014, at 7:08 AM, René J.V. Bertin rjvber...@gmail.com wrote: I think a more obvious solutions would be for the port command not to try and be clever about /opt/local, in particular not to try to resolve it. I fail to see reasons to resolve /opt/local to an actual directory, but

cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread René J.V. Bertin
Hello, I've found and had a peek at the cmake portgroup definition file. Seems easy enough to add a variant to it. Questions: - can one have local portgroup definitions/overrides? - what would be a good variant name to enable the RelWithDebInfo (release with debug info) cmake type? I

Re: cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread Mihai Moldovan
On 28.07.2014 06:14 pm, René J.V. Bertin wrote: - can one have local portgroup definitions/overrides? I wouldn't know what speaks against that. - what would be a good variant name to enable the RelWithDebInfo (release with debug info) cmake type? I currently use {{{ if { [variant_isset

py-cvxopt +DSDP

2014-07-28 Thread Jonathan Stickel
Date: Sun, 27 Jul 2014 13:47:20 -0500 From: Mark Brethen mark.bret...@gmail.com Subject: py-cvxopt +DSDP py-cvxopt installed fine without any errors. However, when I tried running example code it reports: Symbol not found: _ATL_cGetNB Referenced from:

Re: cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread René J.V. Bertin
On Jul 28, 2014, at 18:52, Mihai Moldovan wrote: - can one have local portgroup definitions/overrides? I wouldn't know what speaks against that. Neither do I, nor do I know how to go about them. Add a registry directory under the directory that holds my local port files? but that's not

Re: icon generation on OS X 10.6

2014-07-28 Thread René J.V. Bertin
Well mystère et boules de gomme as we say here ... it seems all of a sudden my little script started having the hoped-for effect, judging from a number of apps in /Applications/MacPorts/KDE4 now having an icon that I cannot recall copying myself via the Finder's GetInfo inspector!

Re: cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread Mihai Moldovan
On 28.07.2014 07:29 pm, René J.V. Bertin wrote: On Jul 28, 2014, at 18:52, Mihai Moldovan wrote: - can one have local portgroup definitions/overrides? I wouldn't know what speaks against that. Neither do I, nor do I know how to go about them. Add a registry directory under the directory

Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi,Since my upgrade to Mavericks I’ve had a problem with some port fetches consistently running through a long list of mirrors before eventually failing. Your help in resolving this problem will be greatly appreciated.Here is an example of the problem:Appletree [138] Yeah? sudo port install

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Jeremy Lavergne
According to your log, all your requests are being met with 403 Forbidden from any/all web servers. Are you sure you don’t continue to have something blocking these requests on your end? On Jul 28, 2014, at 14:49, Sam Finn lsf...@gmail.com wrote: Hi, Since my upgrade to Mavericks I’ve

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi, Doesn’t a 403 indicate that the server received and understood the request, but refused to act on it? In any event, there is no proxy and I’ve checked that my firewalls (the mac os firewall and intego net barrier) are down. Am I missing something? Other information that may (or may not)

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Jeremy Lavergne
I would employ curl to check headers on a request, though any tool of choice should work: curl -I URL For the superb-dca2 mirror, I see it’s running nginx/0.8.55. Is that what you see? $ curl -I http://superb-dca2.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz HTTP/1.1 200 OK

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Both agree: Appletree [116] Yeah? curl -I http://superb-dca2.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz HTTP/1.1 200 OK Server: nginx/0.8.55 Date: Mon, 28 Jul 2014 19:31:25 GMT Content-Type: application/x-gzip Content-Length: 562616 Last-Modified: Sat, 24 Mar 2012 19:19:12

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:22 pm, Sam Finn wrote: Doesn’t a 403 indicate that the server received and understood the request, but refused to act on it? In any event, there is no proxy and I’ve checked that my firewalls (the mac os firewall and intego net

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
No 403 error this time: Appletree [122] Yeah? /usr/bin/curl -o /dev/null http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:36 pm, Sam Finn wrote: No 403 error this time: Weird. But thanks to toby, here's another idea: /usr/bin/curl -o /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz MacPorts

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Appletree [126] Yeah? /usr/bin/curl -o /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft

Re: [KDE/Mac] compiling/installing

2014-07-28 Thread René J.V. Bertin
On Jul 28, 2014, at 20:33, b...@ithryn.net wrote: The log file complains of a linking error, specifically it can't find -lakonadi-calendar. This library does exist, however the link command does not have -L/opt/local/lib so it cannot find the library. If i edit the link command by hand,

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 09:54 pm, Sam Finn wrote: Thanks very much for all your efforts! Appletree [129] Yeah? /usr/bin/curl -vo /dev/null -A MacPorts/2.3.1 libcurl/7.30.0 http://lil.fr.distfiles.macports.org/expat/expat-2.1.0.tar.gz [...] GET

Re: py-cvxopt +DSDP

2014-07-28 Thread Mark Brethen
I installed cvxopt with -DSDP and that also worked (Not sure what I lose not installing it). Sent from my iPhone On Jul 28, 2014, at 11:56 AM, Jonathan Stickel jjstic...@gmail.com wrote: Date: Sun, 27 Jul 2014 13:47:20 -0500 From: Mark Brethen mark.bret...@gmail.com Subject: py-cvxopt

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Appletree [130] Yeah? echo $http_proxy $ALL_PROXY http_proxy: Undefined variable. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 4:10 PM, Mihai Moldovan io...@ionic.de wrote: Signed PGP part On 28.07.2014 09:54 pm, Sam Finn wrote: Thanks very much for all your efforts!

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 11:01 pm, Sam Finn wrote: In bash, Appletree [132] Yeah? bash bash-3.2$ echo http_proxy: '$http_proxy'; ALL_PROXY: '$ALL_PROXY' http_proxy: ''; ALL_PROXY: '' bash-3.2$ echo $http_proxy $ALL_PROXY bash-3.2$ So there's no

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi Mihai, No joy. On the plus side, I feel a bit better that I haven’t been able to figure it out myself ;) Thanks much for your help, Sam bash-3.2$ sudo port -v fetch expat Password: --- Fetching distfiles for expat --- expat-2.1.0.tar.gz doesn't seem to exist in

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Mihai Moldovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 28.07.2014 11:46 pm, Sam Finn wrote: No joy. I can only suggest adding -R to the previous curl call. I doubt it changes the result, but who knows... (-R tries to fetch the remote file's time stamp, if possible.) Short of that... no idea...

Re: cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread René J.V. Bertin
Hi Ian, On Jul 29, 2014, at 00:33, Ian Wadham wrote: Might I suggest something that expresses what you are getting with the proposed variant name. You cannot use +debug, because it is already taken by MacPorts. So how about +symbols? Not bad... There are two flavours in CMake,

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
I did a self update without the flags; I just did one with the -s flag to rebuild from source. I still have the same problem. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 6:41 PM, Mihai Moldovan io...@ionic.de wrote: Signed PGP part On 28.07.2014 11:46 pm, Sam Finn wrote:

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Ryan Schmidt
On Jul 28, 2014, at 6:01 PM, Sam Finn wrote: On Jul 28, 2014, at 6:41 PM, Mihai Moldovan wrote: You did reinstall or rebuild MacPorts itself after upgrading to Mavericks, right? sudo port -sv selfupdate takes care of that. I did a self update without the flags; I just did one with the -s

Re: cmake portgroup RelWithDebInfo variant?

2014-07-28 Thread Ian Wadham
On 29/07/2014, at 8:42 AM, René J.V. Bertin wrote: On Jul 29, 2014, at 00:33, Ian Wadham wrote: +debug already uses -DCMAKE_TYPE=Debug, so there's no need for different +symbols variants. Also, the difference between Debug and RelWithDebInfo is a bit more complicated than you appear to

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
Hi, In an effort to make sure that I was working in a “pristine” environment I began this afternoon by blowing away my existing installation (i.e., I rm’d /opt/local) and reinstalled from the installer from the MacPorts web site. I also ran “sudo port selfupdate” immediately afterwards and

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Ryan Schmidt
Do you have a third-party antivirus program or firewall program or anything else installed that would alter how your computer processes network traffic? ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Need help: Some port fetches consistently fail

2014-07-28 Thread Sam Finn
I do have Intego’s NetBarrier installed; however, I’ve shut it down for these operations. -- Lee Samuel Finn lsf...@gmail.com On Jul 28, 2014, at 10:16 PM, Ryan Schmidt ryandes...@macports.org wrote: Do you have a third-party antivirus program or firewall program or anything else