On Thu, Oct 9, 2014 at 5:41 PM, Barrie Stott 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
>
> ;
> BASH_FUNC_b12%%=() { d
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
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 w
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 horde
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 upgr
On 9 Oct 2014, at 21:51, Brandon Allbery wrote:
> On Thu, Oct 9, 2014 at 4:46 PM, Barrie Stott wrote:
> On 9 Oct 2014, at 21:10, Brandon Allbery wrote:
> > On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott wrote:
> > function ttr()
> >
> > You should use wither "ttr()" or "function ttr", not both. I
On 9 Oct 2014, at 22:07, Lawrence Velázquez wrote:
> On Oct 9, 2014, at 4:46 PM, Barrie Stott 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 chang
Gideon Simpson writes:
> I did a port clean dolfin and port uninstall dolfin, and then followed it up
> with sudo port install dolfin +gcc48 +mpich
More than likely, it is this error:
https://trac.macports.org/ticket/45157
___
macports-users mailing
On Oct 9, 2014, at 4:46 PM, Barrie Stott 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 functions.
http://suppo
On Thu, Oct 9, 2014 at 4:46 PM, Barrie Stott wrote:
>
> On 9 Oct 2014, at 21:10, Brandon Allbery wrote:
> > On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott
> wrote:
> > function ttr()
> >
> > You should use wither "ttr()" or "function ttr", not both. It's
> replacing () with %% and then tripping ove
On 9 Oct 2014, at 21:10, Brandon Allbery wrote:
> On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott 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 rea
On Thu, Oct 9, 2014 at 4:17 PM, Barrie Stott 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 functions
On 9 Oct 2014, at 19:08, Lawrence Velázquez wrote:
> On Oct 9, 2014, at 12:25 PM, Barrie Stott 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 Finde
On Thu, Oct 9, 2014 at 12:51 PM, Barrie Stott 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 days! Back when
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
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 lo
On Thu, Oct 9, 2014 at 4:06 PM, Barrie Stott 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).
--
brandon s allber
On 9 Oct 2014, at 19:30, Brandon Allbery wrote:
> On Thu, Oct 9, 2014 at 12:25 PM, Barrie Stott 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
* Marius Schamschula [141009 11:52]:
>
> On Oct 9, 2014, at 1:44 PM, Tim Johnson wrote:
>
> > * Ryan Schmidt [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.
> > # Grr!
> > ERROR 2002 (HY000
On 9 Oct 2014, at 18:02, Michael Crawford 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.
>
> If you don't know how to use Emacs
On Oct 9, 2014, at 1:44 PM, Tim Johnson wrote:
> * Ryan Schmidt [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
* Ryan Schmidt [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 path chang
On Thu, Oct 9, 2014 at 12:25 PM, Barrie Stott 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 allbery kf8nh
On Oct 9, 2014, at 12:25 PM, Barrie Stott 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 suggest how I can
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 easier
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 comput
A tiny bit of good news on the Qt4 front:
Begin forwarded message:
> From: "Qt Continuous Integration System (Code Review)"
>
> Date: October 09, 2014 13:05:33 CEST
> To: Shawn Rutledge , René J.V. Bertin
>
> Cc: Morten Johan Sørvig , Qt Sanity Bot
> , Gabriel de Dietrich
> , Timur Pochepts
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:
https
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 ‘
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 compr
> On Oct 9, 2014, at 12:18 AM, steve jenkin 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
> /opt/local/bin/llvm-stub-mp-3.1
l
On Oct 9, 2014, at 1:18 AM, steve jenkin 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 tried port “Macpor
32 matches
Mail list logo