Re: Fwd: [fluka-discuss]: Ubunto 13.10 64 bits installation

From: luca_unimib <luca.volpe_at_mib.infn.it>
Date: Fri, 14 Mar 2014 13:59:49 +0100

Dear Vittorio,
fluka and fleir are now instaled but Unfortunately
flair-geoviewer is giving me problems:

root_at_luca-U36SD:/home/luca/FLUKA_INST# dpkg -i
flair-geoviewer_1.2-4_amd64.deb
(Reading database ... 675776 files and directories currently installed.)
Preparing to replace flair-geoviewer 1.2-4 (using
flair-geoviewer_1.2-4_amd64.deb) ...
Unpacking replacement flair-geoviewer ...
Setting up flair-geoviewer (1.2-4) ...
Traceback (most recent call last):
   File "<stdin>", line 3, in <module>
   File "/usr/local/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
     import _tkinter # If this fails your Python may not be configured
for Tk
ImportError: No module named _tkinter
dpkg: error processing flair-geoviewer (--install):
  subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
  flair-geoviewer

Luca





On 03/14/2014 11:40 AM, Vittorio Boccone wrote:
>
>
> ---------- Forwarded message ----------
> From: *luca volpe* <luca.volpe_at_eli-alps.hu
> <mailto:luca.volpe_at_eli-alps.hu>>
> Date: Fri, Mar 14, 2014 at 11:32 AM
> Subject: Re: [fluka-discuss]: Ubunto 13.10 64 bits installation
> To: Vittorio Boccone <dr.vittorio.boccone_at_ieee.org
> <mailto:dr.vittorio.boccone_at_ieee.org>>
>
>
> dear Vittorio ,
> I have followed your instruction and I think that installation worked. !!!
> thanks a lot
> Luca
> to your knowledge
> -----------------------------------------------------------------------------------------
> luca_at_luca-U36SD:~/FLUKA$ uname -a
> Linux luca-U36SD 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44
> UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
> luca_at_luca-U36SD:~/FLUKA$
> ------------------------------------------------------------------------------
> luca_at_luca-U36SD:~/FLUKA$ gfortran --version
> GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
> Copyright (C) 2011 Free Software Foundation, Inc.
>
> GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
> You may redistribute copies of GNU Fortran
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYIN
> ------------------------------------------------------------------------------
> luca_at_luca-U36SD:~/FLUKA$ ldd /usr/bin/gfortran
> linux-vdso.so.1 => (0x00007fffc4bff000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6909410000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f69097ff000)
>
>
>
>
> On 03/14/2014 11:11 AM, Vittorio Boccone wrote:
>> Dear Luca,
>> I suppose you are also trying to install Fluka on the Ubuntu 13.10
>> x86_64.
>>
>> Natanael had a different problem because the system was trying to use
>> the 32 bit compile instead.
>>
>> It might be that you tried to compile the code with 32 bit (i.e. not
>> defining the FLUFOR) and the actdline.o got created by mistake in 32
>> bit. In this case I would suggest you to do a "cd $FLUPRO; make clean"
>>
>> Are you sure that you are running on a 64 bit ubuntu?
>> Can you post the results of
>>
>> > uname -a
>> > gfortran --version
>> > ldd /usr/bin/gfortran
>>
>> Best V.
>>
>>
>>
>> On Fri, Mar 14, 2014 at 10:03 AM, luca_unimib <luca.volpe_at_mib.infn.it
>> <mailto:luca.volpe_at_mib.infn.it>> wrote:
>>
>> Dear Users,
>> I am a newer.
>> I have the same problem of Natanael,
>>
>> I am trying t instal the 64bit version which I have downloaded
>> from the fluka website.
>> fluka2011.2b-linux-gfor64bitAA
>>
>> the installation stop and:
>>
>> %%%%%%%%%%%%%%%%%%%
>>
>> gfortran -o actdline actdline.o
>> /usr/bin/ld: i386 architecture of input file `actdline.o' is
>> incompatible with i386:x86-64 output
>> %%%%%%%%%%%%%%%%%%
>>
>> what I can do to solve this problem
>> thanks a lot and nice to joint the community !
>> Ciao
>> Luca
>>
>>
>> On 03/14/2014 07:17 AM, Vittorio Boccone wrote:
>>> Hi Natanael,
>>> then you clearly missed the definition of the FLUFOR (and if
>>> need the additional GFORFLU in case is needed) as specified in
>>> the installation instructions
>>>
>>> http://www.fluka.org/fluka.php?id=ins_run&mm2=3
>>>
>>> * FLUFOR (optional): containing the compiler type
>>> (*gfortran* or *g77*) which must be coherent with the
>>> architecture of the package you downloaded.
>>> If you work on *bash* do:
>>> > export FLUFOR=g77
>>> or
>>> > export FLUFOR=gfortran
>>>
>>> Best V.
>>>
>>>
>>> On Fri, Mar 14, 2014 at 7:17 AM, Vittorio Boccone
>>> <dr.vittorio.boccone_at_ieee.org
>>> <mailto:dr.vittorio.boccone_at_ieee.org>> wrote:
>>>
>>> Hi Natanael,
>>> then you clearly missed the definition of the FLUFOR (and
>>> if need the additional GFORFLU in case is needed) as
>>> specified in the installation instructions
>>>
>>> http://www.fluka.org/fluka.php?id=ins_run&mm2=3
>>>
>>> * FLUFOR (optional): containing the compiler type
>>> (*gfortran* or *g77*) which must be coherent with the
>>> architecture of the package you downloaded.
>>> If you work on *bash* do:
>>>
>>> > export FLUFOR=g77
>>>
>>> or
>>>
>>> > export FLUFOR=gfortran
>>>
>>> Best V.
>>>
>>>
>>> On Thu, Mar 13, 2014 at 10:27 PM, <nm00219_at_surrey.ac.uk
>>> <mailto:nm00219_at_surrey.ac.uk>> wrote:
>>>
>>>
>>> Dear Vittorio,
>>>
>>> Thank you so much for the quick reply!
>>> No not at all I just want the simple x64 installation no
>>> 32 bits. I believe I have gfortran already. But I made
>>> double sure I got the 64 bits version in both cases I
>>> don't understand...
>>>
>>> Best,
>>> Nat
>>>
>>> Sent from Samsung Mobile
>>>
>>>
>>> -------- Original message --------
>>> From: Vittorio Boccone
>>> Date:13/03/2014 9:18 PM (GMT+00:00)
>>> To: "Mota NCD Mr (PG/T - Physics)"
>>> ,fluka-discuss_at_fluka.org <mailto:fluka-discuss_at_fluka.org>
>>> Subject: Re: [fluka-discuss]: Ubunto 13.10 64 bits
>>> installation
>>>
>>> Hi Natanael,
>>> I suggested you to install the 64 bit version with
>>> gfortran instead, you are still trying to compile the 32
>>> bit version on a 64 bit machine. This can be done but if
>>> you want to compile/link 32-bit packages, you need to
>>> install a minimal set of 32-bit packages (at least what
>>> in the Scientific linux and Fedora are the packages
>>> called glibc-devel.i686 libgcc.i686)
>>>
>>> /usr/bin/ld: cannot find crt1.o: No such file or
>>> directory -> means that the compat lib are not complete
>>>
>>> I suggested you to try the gfortran version as it works
>>> out of the box (you only have to install gfortran with a
>>> sudo apt-get install gfortran)
>>>
>>> Do you really need the 32 bit version for some legacy
>>> application?
>>>
>>> Best,
>>> V.
>>>
>>>
>>> On Thu, Mar 13, 2014 at 8:40 PM, <nm00219_at_surrey.ac.uk
>>> <mailto:nm00219_at_surrey.ac.uk>> wrote:
>>>
>>> Dear Vittorio,
>>>
>>>
>>> I did as you said, and I faced another error. Please
>>> check the log.
>>>
>>>
>>> Best,
>>>
>>> Nat
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>> *From:* Vittorio Boccone
>>> <dr.vittorio.boccone_at_ieee.org
>>> <mailto:dr.vittorio.boccone_at_ieee.org>>
>>> *Sent:* Wednesday, March 05, 2014 11:44 PM
>>> *To:* Mota NCD Mr (PG/T - Physics); Mary Chin
>>> *Cc:* fluka-discuss_at_fluka.org
>>> <mailto:fluka-discuss_at_fluka.org>
>>> *Subject:* Re: [fluka-discuss]: Ubunto 13.10 64 bits
>>> installation
>>> Dear Natanael,
>>> form the short log you sent it seems you downloaded
>>> the 32bit (g77) version of the code while you are
>>> trying to compile it in 64 bit mode with gfortran.
>>>
>>> > gfortran -o actdline actdline.o
>>> > /usr/bin/ld: i386 architecture of input file
>>> `actdline.o' is incompatible with i386:x86-64 output
>>>
>>> For the installation/download refer to
>>> http://www.fluka.org/fluka.php?id=ins_run&mm2=3
>>>
>>> Please try to download and compile this instead
>>> https://www.fluka.org/packages/fluka2011.2b-linux-gfor64bitAA.tar.gz
>>>
>>> Best,
>>> V.
>>>
>>>
>>> On Wed, Mar 5, 2014 at 6:23 PM,
>>> <nm00219_at_surrey.ac.uk <mailto:nm00219_at_surrey.ac.uk>>
>>> wrote:
>>>
>>> Dear Sir/Madam,
>>>
>>>
>>> I have been trying to install fluka and flair on
>>> my 64 bits Ubunto 13.10 system. I have already
>>> acquired g77 ( just in case) and gfortran along
>>> with some flair packages, but whenever I hit
>>> make for the fluka installation it doesn't
>>> compile properly. I've been guiding myself with
>>> this site
>>> https://twiki.cern.ch/twiki/bin/view/Sandbox/HCALRadiationProject
>>> and the readme file, with little sucess due to
>>> my system's architecture and operating system.
>>> The bash verbose is attached.
>>>
>>> I would deeply appreciate a user friendly set of
>>> instructions from step 0.
>>>
>>> Best regards,
>>> Natanael Mota
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> --------------------------------------------------------
>> Luca Volpe
>> --Centre Lasers Intenses et Applications Université Bordeaux 1
>> 351, Cours de la Liberation 33405 Talence cedex, (Fr)
>> +33(0)5 40 40 37 62 <tel:%2B33%280%295%2040%2040%2037%2062>;+33(0)6 11 97 09 14 <tel:%2B33%280%296%2011%2097%2009%2014>;
>> volpe_at_celia.u-bordeaux1.fr <mailto:volpe_at_celia.u-bordeaux1.fr>
>> --Università di Milano-Bicocca
>> Piazza della Scienza 3, 20133 Milano (It)
>> +39 0264482351 <tel:%2B39%200264482351> ;+39-3402940744 <tel:%2B39-3402940744>
>> luca.volpe_at_mib.infn.it <mailto:luca.volpe_at_mib.infn.it>
>> --------------------------------------------------------
>>
>>
>
>


-- 
--------------------------------------------------------
Luca Volpe
--Centre Lasers Intenses et Applications Université Bordeaux 1
351, Cours de la Liberation 33405 Talence cedex, (Fr)
+33(0)5 40 40 37 62; +33(0)6 11 97 09 14;
volpe_at_celia.u-bordeaux1.fr
--Università di Milano-Bicocca
Piazza della Scienza 3, 20133 Milano (It)
+39 0264482351 ;+39-3402940744
luca.volpe_at_mib.infn.it
--------------------------------------------------------
Received on Fri Mar 14 2014 - 15:10:34 CET

This archive was generated by hypermail 2.3.0 : Fri Mar 14 2014 - 15:10:35 CET