Dear Sir,

This mail is regarding the quotation that you have sent. 
Please change the address to 

Prof. Ranjani Viswanatha 
ICMS
JNCASR, 
Jakkur PO 560064
Bangalore, INDIA.
Mail id: rv@jncasr.ac.in

Please refer the mail id as mentioned above and resend the quotation.

Thanks and regards,
Mahima


On Thu, Jun 13, 2019 at 10:30 PM <ifeffit-request@millenia.cars.aps.anl.gov> wrote:
Send Ifeffit mailing list submissions to
        ifeffit@millenia.cars.aps.anl.gov

To subscribe or unsubscribe via the World Wide Web, visit
        http://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit
or, via email, send a message with subject or body 'help' to
        ifeffit-request@millenia.cars.aps.anl.gov

You can reach the person managing the list at
        ifeffit-owner@millenia.cars.aps.anl.gov

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ifeffit digest..."


Today's Topics:

   1. Problem with Demeter installation on mac OS Mojave (Ga?lle Creff)
   2. Re: Problem with Demeter installation on mac OS Mojave
      (Ravel, Bruce)
   3. Re: Problem with Demeter installation on mac OS Mojave
      (Ga?lle Creff)


----------------------------------------------------------------------

Message: 1
Date: Wed, 12 Jun 2019 22:52:54 +0200
From: Ga?lle Creff <gaelle.creff@unice.fr>
To: ifeffit@millenia.cars.aps.anl.gov
Subject: [Ifeffit] Problem with Demeter installation on mac OS Mojave
Message-ID: <D0FD0963-0C63-4B93-9E99-E56654370D21@unice.fr>
Content-Type: text/plain; charset="utf-8"

Hi everyone,
I have some troubles with the installation of Demeter on my mac (under OS Mojave since this week end).
Athena crashed after the following message:
"21:48:34: Name "Demeter::Templates::T" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236.
21:48:34: Name "Demeter::Templates::F" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236.

21:48:34: Name "Demeter::Templates::DS" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236.

21:48:34: Name "Demeter::Templates::PT" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236.

21:48:34: Name "Demeter::Templates::S" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236.

21:48:34: Name "Demeter::Templates::D" used only once: possible typo at /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA> line 236. ?

Artemis does not work either.

Can someone help me?

Thanks a lot.
Ga?lle

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://millenia.cars.aps.anl.gov/pipermail/ifeffit/attachments/20190612/9aaacc1e/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 12 Jun 2019 22:29:59 +0000
From: "Ravel, Bruce" <bravel@bnl.gov>
To: XAFS Analysis using Ifeffit <ifeffit@millenia.cars.aps.anl.gov>
Subject: Re: [Ifeffit] Problem with Demeter installation on mac OS
        Mojave
Message-ID: <2dde32cd-d6bb-3fd5-798b-49cfb1a663de@bnl.gov>
Content-Type: text/plain; charset="utf-8"


A frequently asked question on this mailing list....

Here's one solution to the problem:

Find the file Demeter.pm where ever it is installed on your computer.
Open it in a text editor (not a word processor, if you use Word, you
will make more problems for yourself) and scroll down to about line
1000.  You should find a couple of lines that say:

__PACKAGE__->meta->make_immutable;
1;


Add the following three lines:

package Demeter::Templates;
use vars qw($S $D $P $C $F $DS $T $PT);
1;


It should end up looking like this:

https://github.com/bruceravel/demeter/blob/master/lib/Demeter.pm#L991-L997

To the best of my understanding, that will fix the problem.

B


On 6/12/19 4:52 PM, Ga?lle Creff wrote:
> I have some troubles with the installation of Demeter on my mac (under
> OS Mojave since this week end).
> Athena crashed after the following message:
> "21:48:34: Name "Demeter::Templates::T" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.
>
> 21:48:34: Name "Demeter::Templates::F" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.
>
> 21:48:34: Name "Demeter::Templates::DS" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.
>
> 21:48:34: Name "Demeter::Templates::PT" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.
>
> 21:48:34: Name "Demeter::Templates::S" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.
>
> 21:48:34: Name "Demeter::Templates::D" used only once: possible typo at
> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
> line 236.??
>


--
  Bruce Ravel  ------------------------------------ bravel@bnl.gov

  National Institute of Standards and Technology
  Synchrotron Science Group at NSLS-II
  Lead Beamline Scientist, 6BM (BMM)
  Building 743, Room 114
  Upton NY, 11973

  Homepage:    http://bruceravel.github.io/home/
  Beamline:    https://www.bnl.gov/ps/beamlines/beamline.php?r=6-BM
  Software:    https://github.com/bruceravel
  Demeter:     http://bruceravel.github.io/demeter/



------------------------------

Message: 3
Date: Thu, 13 Jun 2019 18:49:13 +0200
From: Ga?lle Creff <gaelle.creff@unice.fr>
To: XAFS Analysis using Ifeffit <ifeffit@millenia.cars.aps.anl.gov>
Subject: Re: [Ifeffit] Problem with Demeter installation on mac OS
        Mojave
Message-ID: <FBCC4C41-06E3-462A-B3D5-7F0DB472738C@unice.fr>
Content-Type: text/plain;       charset=utf-8

Hi,
it seems to work for athena now!
Another question concerning artemis that also crashed at the opening, with this message:
"Restore from an autosave file"
Can you help me again?
Thanks a lot!!
Ga?lle


> Le 13 juin 2019 ? 00:29, Ravel, Bruce <bravel@bnl.gov> a ?crit :
>
>
> A frequently asked question on this mailing list....
>
> Here's one solution to the problem:
>
> Find the file Demeter.pm where ever it is installed on your computer.
> Open it in a text editor (not a word processor, if you use Word, you
> will make more problems for yourself) and scroll down to about line
> 1000.  You should find a couple of lines that say:
>
> __PACKAGE__->meta->make_immutable;
> 1;
>
>
> Add the following three lines:
>
> package Demeter::Templates;
> use vars qw($S $D $P $C $F $DS $T $PT);
> 1;
>
>
> It should end up looking like this:
>
> https://github.com/bruceravel/demeter/blob/master/lib/Demeter.pm#L991-L997
>
> To the best of my understanding, that will fix the problem.
>
> B
>
>
> On 6/12/19 4:52 PM, Ga?lle Creff wrote:
>> I have some troubles with the installation of Demeter on my mac (under
>> OS Mojave since this week end).
>> Athena crashed after the following message:
>> "21:48:34: Name "Demeter::Templates::T" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236.
>>
>> 21:48:34: Name "Demeter::Templates::F" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236.
>>
>> 21:48:34: Name "Demeter::Templates::DS" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236.
>>
>> 21:48:34: Name "Demeter::Templates::PT" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236.
>>
>> 21:48:34: Name "Demeter::Templates::S" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236.
>>
>> 21:48:34: Name "Demeter::Templates::D" used only once: possible typo at
>> /opt/local/lib/perl5/vendor_perl/5.28/Text/Template.pm line 572, <DATA>
>> line 236. ?
>>
>
>
> --
>  Bruce Ravel  ------------------------------------ bravel@bnl.gov
>
>  National Institute of Standards and Technology
>  Synchrotron Science Group at NSLS-II
>  Lead Beamline Scientist, 6BM (BMM)
>  Building 743, Room 114
>  Upton NY, 11973
>
>  Homepage:    http://bruceravel.github.io/home/
>  Beamline:    https://www.bnl.gov/ps/beamlines/beamline.php?r=6-BM
>  Software:    https://github.com/bruceravel
>  Demeter:     http://bruceravel.github.io/demeter/
>
> _______________________________________________
> Ifeffit mailing list
> Ifeffit@millenia.cars.aps.anl.gov
> http://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit
> Unsubscribe: http://millenia.cars.aps.anl.gov/mailman/options/ifeffit
>




------------------------------

Subject: Digest Footer

_______________________________________________
Ifeffit mailing list
Ifeffit@millenia.cars.aps.anl.gov
http://millenia.cars.aps.anl.gov/mailman/listinfo/ifeffit
Unsubscribe: http://millenia.cars.aps.anl.gov/mailman/options/ifeffit


------------------------------

End of Ifeffit Digest, Vol 196, Issue 1
***************************************