Thank you!

I've done: 

[defrancaferr_joa@javel ~]$ sudo yum install centos-release-scl
[defrancaferr_joa@javel ~]$ sudo yum install devtoolset-3-toolchain
[defrancaferr_joa@javel ~]$ scl enable devtoolset-3 bash
[defrancaferr_joa@javel ~]$ as --version
Assembleur GNU version 2.24
Copyright 2013 Free Software Foundation, Inc.
Ce logiciel est libre; vous pouvez le redistribuer selon les termes de la
version 3 de la licence GNU General Public License ou suivante.
Ce programme n'est couvert par AUCUNE garantie.
Cet assembleur a été configuré pour la cible « x86_64-redhat-linux ».

Let's see if it will work.



On Wednesday, February 1, 2017 at 5:27:36 PM UTC+1, Dima Pasechnik wrote:
>
>
>
> On Wednesday, February 1, 2017 at 3:52:05 PM UTC, João Alberto Ferreira 
> wrote:
>>
>> Hi!
>>
>> Here it is the command output.
>>
>> [defrancaferr_joa@javel ~]$ as --version
>> GNU assembler version 2.20.51.0.2-5.44.el6 20100205
>> Copyright 2009 Free Software Foundation, Inc.
>>
>
> Thanks, this explains your problem. Your assembler is 7 years old, and 
> your CPU
> is only 4 years old, if not newer. You are building with (sage-supplied)
> gcc 4.9, which issues correct assembler commands for your CPU.
> But your assembler does not understand some of them, as it is too old.
>
> Why Centos is so lame in this respect, we've seen many reports like this...
> You should upgrade your toolchain so that your assembler fully supports 
> you CPU.
>
> HTH,
> Dima
>  
>  
>
>> This program is free software; you may redistribute it under the terms of
>> the GNU General Public License version 3 or later.
>> This program has absolutely no warranty.
>> This assembler was configured for a target of `x86_64-redhat-linux'.
>>
>> On Wednesday, February 1, 2017 at 12:05:22 PM UTC+1, Dima Pasechnik wrote:
>>>
>>> please post the output of 
>>>
>>> as --version
>>>
>>> on the system. I guess it is too old to understand the whole range of 
>>> assembler commands for your CPU.
>>>
>>>
>>> On Wednesday, February 1, 2017 at 10:09:27 AM UTC, João Alberto Ferreira 
>>> wrote:
>>>>
>>>> Hi!
>>>>
>>>> I have tried to compile sagemath under a CentOS 6.8 machine, as the 
>>>> binaries for Fedora do not work. The installation halted with an error 
>>>> while building OpenBlas. Made the error is due to the machine CPU, as 
>>>> discussed in https://github.com/JuliaLang/julia/issues/7653, but I 
>>>> have little experience in this. Part of the installation log is attached. 
>>>> I 
>>>> updated the operating system and want to try build Sage again. Does anyone 
>>>> have any sugestion?
>>>>
>>>> It seems that all developing tools are installed, as can be seen below
>>>>
>>>> [defrancaferr_joa@javel ~]$ rpm -q perl-ExtUtils-MakeMaker
>>>> perl-ExtUtils-MakeMaker-6.55-141.el6_7.1.x86_64
>>>> [defrancaferr_joa@javel ~]$ which perl
>>>> /usr/bin/perl
>>>> [defrancaferr_joa@javel ~]$ rpm -q binutils
>>>> binutils-2.20.51.0.2-5.44.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q gcc
>>>> gcc-4.4.7-17.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q make
>>>> make-3.81-23.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q m4
>>>> m4-1.4.13-5.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q perl
>>>> perl-5.10.1-141.el6_7.1.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q tar
>>>> tar-1.23-15.el6_8.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q git
>>>> git-1.7.1-4.el6_7.1.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q gcc-c++
>>>> gcc-c++-4.4.7-17.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q gcc-gfortran
>>>> gcc-gfortran-4.4.7-17.el6.x86_64
>>>> [defrancaferr_joa@javel ~]$ rpm -q python
>>>> python-2.6.6-66.el6_8.x86_64
>>>> [defrancaferr_joa@javel ~]$ lscpu
>>>> Architecture:          x86_64
>>>> CPU op-mode(s):        32-bit, 64-bit
>>>> Byte Order:            Little Endian
>>>> CPU(s):                32
>>>> On-line CPU(s) list:   0-31
>>>> Thread(s) par coeur :  2
>>>> Coeur(s) par support CPU :8
>>>> Socket(s):             2
>>>> Noeud(s) NUMA :        2
>>>> ID du vendeur :        GenuineIntel
>>>> Famille CPU :          6
>>>> Modèle :              79
>>>> Model name:            Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
>>>> Version :              1
>>>> CPU MHz :              1200.000
>>>> BogoMIPS:              4190.00
>>>> Virtualisation :       VT-x
>>>> L1d cache :            32K
>>>> L1i cache :            32K
>>>> L2 cache :             256K
>>>> L3 cache :             20480K
>>>> NUMA node0 CPU(s):     0-7,16-23
>>>> NUMA node1 CPU(s):     8-15,24-31
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to