I passed that point and now fails building ecm,...
I do not understand what I am making wrong. I had a working installation on
7.0, then after checking out a ticket to review (#18408)I tried to build
again and I'm having a lot of problems to get the installation working again
Now building GMP-ECM...
make all-recursive
Making all in x86_64
m4 -I../ -DOPERATION_mulredc1 `test -f mulredc1.asm || echo
'./'`mulredc1.asm >mulredc1.s
/bin/sh ../libtool --mode=compile gcc -march=native -g -O3 -fPIC -c -o
mulredc1.lo mulredc1.s
libtool: compile: gcc -march=native -g -O3 -fPIC -c mulredc1.s -o
mulredc1.o
m4 -I../ -DOPERATION_mulredc2 `test -f mulredc2.asm || echo
'./'`mulredc2.asm >mulredc2.s
/bin/sh ../libtool --mode=compile gcc -march=native -g -O3 -fPIC -c -o
mulredc2.lo mulredc2.s
libtool: compile: gcc -march=native -g -O3 -fPIC -c mulredc2.s -o
mulredc2.o
mulredc2.s:40:8: error: invalid alignment value
.align 64 # Opteron L1 code cache line is 64 bytes long
^
mulredc2.s:150:8: error: invalid alignment value
.align 32,,16
^
make[5]: *** [mulredc2.lo] Error 1
rm mulredc2.s mulredc1.s
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
Error building GMP-ECM.
real 0m20.742s
user 0m8.886s
sys 0m8.923s
************************************************************************
Error installing package ecm-6.4.4
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
/Users/J_Honrubia/Sage/sage-6.10/sage/logs/pkgs/ecm-6.4.4.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/Users/J_Honrubia/Sage/sage-6.10/sage/local/var/tmp/sage/build/ecm-6.4.4
and type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
(cd
'/Users/J_Honrubia/Sage/sage-6.10/sage/local/var/tmp/sage/build/ecm-6.4.4'
&& '/Users/J_Honrubia/Sage/sage-6.10/sage/sage' --sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
make[2]: ***
[/Users/J_Honrubia/Sage/sage-6.10/sage/local/var/lib/sage/installed/ecm-6.4.4]
Error 1
make[1]: *** [all] Error 2
real 0m22.540s
user 0m9.866s
sys 0m9.371s
***************************************************************
Error building Sage.
The following package(s) may have failed to build:
package: ecm-6.4.4
log file: /Users/J_Honrubia/Sage/sage-6.10/sage/logs/pkgs/ecm-6.4.4.log
build directory:
/Users/J_Honrubia/Sage/sage-6.10/sage/local/var/tmp/sage/build/ecm-6.4.4
The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
make: *** [all] Error 1
El jueves, 4 de febrero de 2016, 17:36:46 (UTC+1), Dima Pasechnik escribió:
>
> did the internet connection from the machine die during the build, or
> perhaps you are behind some big bad firewall?
>
> On Thursday, 4 February 2016 15:21:59 UTC, jhonrubia6 wrote:
>>
>> ... and the new error (on make distclean && make) is
>>
>> /Users/J_Honrubia/Sage/sage-6.10/sage/build/pipestatus "sage-spkg -f
>> setuptools-12.4 2>&1" "tee -a
>> /Users/J_Honrubia/Sage/sage-6.10/sage/logs/pkgs/setuptools-12.4.log"
>>
>> /Users/J_Honrubia/Sage/sage-6.10/sage/src/bin/sage-env: line 434:
>> /Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/R/share/Makevars.site: No
>> such file or directory
>>
>> Found local metadata for setuptools-12.4
>>
>> Attempting to download package setuptools-12.4.tar.gz from mirrors
>>
>> Downloading the Sage mirror list
>>
>> Traceback (most recent call last):
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/src/bin/sage-download-file", line
>> 457, in <module>
>>
>> tarball.download()
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/src/bin/sage-download-file", line
>> 392, in download
>>
>> for mirror in MirrorList():
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/src/bin/sage-download-file", line
>> 152, in __init__
>>
>> with contextlib.closing(urllib.urlopen(self.URL)) as f:
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/urllib.py", line
>> 87, in urlopen
>>
>> return opener.open(url)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/urllib.py", line
>> 213, in open
>>
>> return getattr(self, name)(url)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/urllib.py", line
>> 350, in open_http
>>
>> h.endheaders(data)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/httplib.py", line
>> 997, in endheaders
>>
>> self._send_output(message_body)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/httplib.py", line
>> 850, in _send_output
>>
>> self.send(msg)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/httplib.py", line
>> 812, in send
>>
>> self.connect()
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/httplib.py", line
>> 793, in connect
>>
>> self.timeout, self.source_address)
>>
>> File
>> "/Users/J_Honrubia/Sage/sage-6.10/sage/local/lib/python/socket.py", line
>> 555, in create_connection
>>
>> for res in getaddrinfo(host, port, 0, SOCK_STREAM):
>>
>> IOError: [Errno socket error] [Errno 8] nodename nor servname provided,
>> or not known
>>
>> make[2]: ***
>> [/Users/J_Honrubia/Sage/sage-6.10/sage/local/var/lib/sage/installed/setuptools-12.4]
>>
>> Error 1
>>
>> make[1]: *** [all] Error 2
>>
>>
>> real 729m8.876s
>>
>> user 123m22.857s
>>
>> sys 17m48.141s
>>
>> ***************************************************************
>>
>> Error building Sage.
>>
>>
>> The following package(s) may have failed to build:
>>
>>
>> The build directory may contain configuration files and other potentially
>>
>> helpful information. WARNING: if you now run 'make' again, the build
>>
>> directory will, by default, be deleted. Set the environment variable
>>
>> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
>>
>>
>> make: *** [all] Error 1
>>
>> O
>>
>> El miércoles, 3 de febrero de 2016, 18:41:43 (UTC+1), Volker Braun
>> escribió:
>>>
>>>
>>>
>>> On Wednesday, February 3, 2016 at 6:25:46 PM UTC+1, jhonrubia6 wrote:
>>>>
>>>> after make dist-clean && make I've got an error
>>>>
>>>
>>> its "make distclean"
>>>
>>
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.