Re: Help rebuilding ports list... How do I do a 'port provides' without port contents?

2014-10-09 Thread Lawrence Velázquez
On Oct 9, 2014, at 1:18 AM, steve jenkin stevej098l...@gmail.com wrote: I’m worried about the /opt/local/bin/port” series of executables. If they change, I won’t get the upgrades, forcing me to reinstall macports from scratch. But now at least I have a port/package list if that happens. I

Re: Help rebuilding ports list... How do I do a 'port provides' without port contents?

2014-10-09 Thread Ryan Schmidt
On Oct 9, 2014, at 12:18 AM, steve jenkin stevej098l...@gmail.com wrote: /opt/local/bin/addr2name.awk-mp-4.3 gcc43 /opt/local/bin/darwinbuild /opt/local/bin/darwinmaster /opt/local/bin/darwinup /opt/local/bin/darwinxref darwinbuild /opt/local/bin/llvm-ld-mp-3.1

Re: Help rebuilding ports list... How do I do a 'port provides' without port contents?

2014-10-09 Thread steve jenkin
Ryan, Thanks very much for those answers. I’ve installed what I could. I’ve got gcc 4.5 and llvm 3.3/3.6 installed. They don’t have those programs anymore. It wasn’t obvious from any of the doco that I read that ‘selfupdate’ contained the Macports program. I was wondering if there was a

Re: Help rebuilding ports list... How do I do a 'port provides' without port contents?

2014-10-09 Thread Ryan Schmidt
On Oct 9, 2014, at 4:46 AM, steve jenkin wrote: Thanks very much for those answers. I’ve installed what I could. I’ve got gcc 4.5 and llvm 3.3/3.6 installed. They don’t have those programs anymore. Yup, seems you're right. It wasn’t obvious from any of the doco that I read that

akonadi 1.13.0 fails to build on OS X 10.6.8 = how to build C++11 ports on 10.6.8 ...

2014-10-09 Thread René J . V . Bertin
I'm regretting not having had the time to test-drive the new KDE release ... The updated akonadi Portfile correctly picks up the fact I have port:clang-3.4 installed, and attempts to use that to build this port that now contains C++11 code. Sadly, clang-3.4 fails on C++11 on OS X 10.6.8:

Fwd: Change in qt/qt[4.8]: [OS X]: respect icon visibility preference in system tray menus

2014-10-09 Thread René J.V. Bertin
A tiny bit of good news on the Qt4 front: Begin forwarded message: From: Qt Continuous Integration System (Code Review) gerrit-nore...@qt-project.org Date: October 09, 2014 13:05:33 CEST To: Shawn Rutledge shawn.rutle...@digia.com, René J.V. Bertin rjvber...@gmail.com Cc: Morten Johan

/bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Barrie Stott
This is the sequence of events that led to me getting the error in the Subject line. I had used MacVim on the previous day with no problem and had used mail and Skype today and the iMac was left switched on with several tabs open in the browser and files open in MacVim. Unrelated to the

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Michael Crawford
GNU Emacs is bundled with Mac OS X, if you need an editor until you can fix whatever is wrong with Vim. If you don't know how to use Emacs, enter Control-H T after giving the command: $ emacs ... in Terminal to get the tutorial. I mostly use Vim too but there _are_ some tasks that are

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Lawrence Velázquez
On Oct 9, 2014, at 12:25 PM, Barrie Stott zen146...@zen.co.uk wrote: On trying to get MacVim going I typed something like 'mvim file1 file' in a terminal and the error message in the Subject line appeared. Does MacVim start if you run it from Finder? If anyone can tell me what is wrong or

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Brandon Allbery
On Thu, Oct 9, 2014 at 12:25 PM, Barrie Stott zen146...@zen.co.uk wrote: This is the sequence of events that led to me getting the error in the Subject line. Check your .bash_profile / .bashrc; you appear to be defining a function named ttr%%, which is an illegal function name. -- brandon s

Re: FATAL ERROR: Can't execute 'mysqlcheck'

2014-10-09 Thread Tim Johnson
* Ryan Schmidt ryandes...@macports.org [141008 16:25]: I have installed mysql56, but I have not yet activated it, as it has been a while since I last did a mysql upgrade. I see the following instructions for mysql55 at http://jackal.livejournal.com/2160464.html Given the

Re: FATAL ERROR: Can't execute 'mysqlcheck'

2014-10-09 Thread Tim Johnson
* Marius Schamschula li...@schamschula.com [141009 11:52]: On Oct 9, 2014, at 1:44 PM, Tim Johnson t...@akwebsoft.com wrote: * Ryan Schmidt ryandes...@macports.org [141008 16:25]: I have installed mysql56, but I have not yet activated it, as it has been a while since I last did a

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Barrie Stott
On 9 Oct 2014, at 19:30, Brandon Allbery wrote: On Thu, Oct 9, 2014 at 12:25 PM, Barrie Stott zen146...@zen.co.uk wrote: This is the sequence of events that led to me getting the error in the Subject line. Check your .bash_profile / .bashrc; you appear to be defining a function named

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Brandon Allbery
On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott zen146...@zen.co.uk wrote: function ttr() You should use wither ttr() or function ttr, not both. It's replacing () with %% and then tripping over it later (possibly it accepts it when defined for some reason, but it still knows it's illegal). --

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Dave Horsfall
On Thu, 9 Oct 2014, Michael Crawford wrote: Kids these days! Back when I was but a lad, when TECO broke down I took apart the fourteen-inch SMD drive with a screwdriver then edited my files with a needle ripped out of my Boy Scout compass. You had a Boy Scout compass? We had to use use

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Michael Crawford
Try commenting off portions of your .bashrc by inserting # with Emacs to see if you can make the complaint go away. Alternatively, save a copy of your file as a backup, then just delete portions to see if you can eliminate the complaint. When the complaint goes away, try putting in just half of

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Michael Crawford
On Thu, Oct 9, 2014 at 12:51 PM, Barrie Stott zen146...@zen.co.uk wrote: GNU Emacs is bundled with Mac OS X, if you need an editor until you can fix whatever is wrong with Vim. Thank you for that. I was wondering how I could proceed if no one had met my error message before. Kids these

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Barrie Stott
On 9 Oct 2014, at 19:08, Lawrence Velázquez wrote: On Oct 9, 2014, at 12:25 PM, Barrie Stott zen146...@zen.co.uk wrote: On trying to get MacVim going I typed something like 'mvim file1 file' in a terminal and the error message in the Subject line appeared. Does MacVim start if you run

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Brandon Allbery
On Thu, Oct 9, 2014 at 4:17 PM, Barrie Stott zen146...@zen.co.uk wrote: If anyone can tell me what is wrong or suggest how I can proceed I'd be pleased to hear about it. The `mvim` script doesn't contain the string BASH_FUNC. It won't; that's the hackaround for the Shellshock exported

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Brandon Allbery
On Thu, Oct 9, 2014 at 4:46 PM, Barrie Stott zen146...@zen.co.uk wrote: On 9 Oct 2014, at 21:10, Brandon Allbery wrote: On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott zen146...@zen.co.uk wrote: function ttr() You should use wither ttr() or function ttr, not both. It's replacing () with

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Lawrence Velázquez
On Oct 9, 2014, at 4:46 PM, Barrie Stott zen146...@zen.co.uk wrote: Also all the old versions of the functions have been present for well over 6 months so I reckon something else is involved. I expect you installed OS X bash Update 1.0, which changed (read: fixed) the way bash exports

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Barrie Stott
On 9 Oct 2014, at 22:07, Lawrence Velázquez wrote: On Oct 9, 2014, at 4:46 PM, Barrie Stott zen146...@zen.co.uk wrote: Also all the old versions of the functions have been present for well over 6 months so I reckon something else is involved. I expect you installed OS X bash Update 1.0,

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Barrie Stott
On 9 Oct 2014, at 21:51, Brandon Allbery wrote: On Thu, Oct 9, 2014 at 4:46 PM, Barrie Stott zen146...@zen.co.uk wrote: On 9 Oct 2014, at 21:10, Brandon Allbery wrote: On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott zen146...@zen.co.uk wrote: function ttr() You should use wither ttr() or

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Dave Horsfall
On Thu, 9 Oct 2014, Barrie Stott wrote: http://support.apple.com/kb/HT6495 No I didn't. I'm running Snow Leopard v10.6.8 and, according the document referenced above, it doesn't appear to be for that version of OS X. Is there any good reason to stay with Snow Leopard, when the upgrade

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Jeremy Lavergne
Off the top of my head: * Rosetta (for PPC) * Apple Mail in Mavericks cannot do any searching without spotlight (among other bugs) * Mavericks Messages keeps records of every chat you’ve had, the option to explicitly “close” can cause deletion when set but previously iChat didn’t try to

kdepim-runtime4 4.12.5 with kdepimlibs4 4.13.3

2014-10-09 Thread René J.V. Bertin
Hello, I'm having some trouble port:kdepim-runtime4 (currently still at 4.12.5) against port:kdepimlibs4 and kdepimlibs4-kioslaves (currently at 4.13.3) when port:libkgapi is also installed, and the akonadi_google_calendar is thus built. This *could* be an issue with clang-3.0 (sadly I forgot

Re: kdepim-runtime4 4.12.5 with kdepimlibs4 4.13.3 .. and baloo

2014-10-09 Thread René J.V. Bertin
In the end, to get back into kontact/kmail, I - reactivated akonadi 1.12.1 - reactivated nepomuk* 4.12.5 - reactivated kdepim* 4.12.5 built against the older versions of the above ports - deactivated baloo and baloo-widgets In short, I went back to all the versions of the PIM frameworks from KDE

Re: /bin/sh: line 2: `BASH_FUNC_ttr%%': not a valid identifier

2014-10-09 Thread Brandon Allbery
On Thu, Oct 9, 2014 at 5:41 PM, Barrie Stott zen146...@zen.co.uk wrote: BASH_FUNC_ttr%%=() { d=Jan 25: Feb 22: Mar 29: Apr 26: May 31: Jun 28: Sep 27: Oct 25: Dec 6; BASH_FUNC_usenosql%%=() { PS1=\[\](nosql):\W \$ \[\]; BASH_FUNC_mymup2pdf%%=() { mup-prog $@ /tmp/x.ps ;