In that log I do not see any place where libmpfr.so.4.1.5 is actually built. Normally on Linux/gcc I would expect to see
libtool: link: gcc -shared ... -Wl,-soname -Wl,libmpfr.so.4 -o .libs/libmpfr.so.4.1.5 But nothing like this in the log. Shared lib was not built, fullstop. On Sunday, July 23, 2017 at 11:14:41 PM UTC+1, François Bissey wrote: > > What do you have in > /home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src/src/.libs/ ? > The log is not especially enlightening, I must say. > > François > > > On 24/07/2017, at 06:15, Joshua Wall <[email protected] <javascript:>> > wrote: > > > > Hello all. I'm currently attempting to build from the git source repo on > a new ASUS Zenbook3 Deluxe UX490, Intel i-7 Skylake running Xubuntu 17.04. > I'm currently failing during the MPFR build: > > > > [mpfr-3.1.5.p0] make[6]: Entering directory > '/home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src/src' > > [mpfr-3.1.5.p0] /bin/mkdir -p '/home/josh/sage/local/lib' > > [mpfr-3.1.5.p0] /bin/mkdir -p '/home/josh/sage/local/include' > > [mpfr-3.1.5.p0] /bin/bash ../libtool --mode=install /usr/bin/install > -c libmpfr.la '/home/josh/sage/local/lib' > > [mpfr-3.1.5.p0] /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h > '/home/josh/sage/local/include' > > [mpfr-3.1.5.p0] libtool: install: /usr/bin/install -c > .libs/libmpfr.so.4.1.5 /home/josh/sage/local/lib/libmpfr.so.4.1.5 > > [mpfr-3.1.5.p0] /usr/bin/install: cannot stat '.libs/libmpfr.so.4.1.5': > No such file or directory > > [mpfr-3.1.5.p0] Makefile:483: recipe for target 'install-libLTLIBRARIES' > failed > > [mpfr-3.1.5.p0] make[6]: *** [install-libLTLIBRARIES] Error 1 > > [mpfr-3.1.5.p0] make[6]: Leaving directory > '/home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src/src' > > [mpfr-3.1.5.p0] Makefile:891: recipe for target 'install-am' failed > > [mpfr-3.1.5.p0] make[5]: *** [install-am] Error 2 > > [mpfr-3.1.5.p0] make[5]: Leaving directory > '/home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src/src' > > [mpfr-3.1.5.p0] Makefile:885: recipe for target 'install' failed > > [mpfr-3.1.5.p0] make[4]: *** [install] Error 2 > > [mpfr-3.1.5.p0] make[4]: Leaving directory > '/home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src/src' > > [mpfr-3.1.5.p0] Makefile:468: recipe for target 'install-recursive' > failed > > [mpfr-3.1.5.p0] make[3]: *** [install-recursive] Error 1 > > [mpfr-3.1.5.p0] make[3]: Leaving directory > '/home/josh/sage/local/var/tmp/sage/build/mpfr-3.1.5.p0/src' > > [mpfr-3.1.5.p0] Error installing MPFR. > > [mpfr-3.1.5.p0] > > [mpfr-3.1.5.p0] real 0m30.137s > > [mpfr-3.1.5.p0] user 1m11.504s > > [mpfr-3.1.5.p0] sys 0m4.720s > > [mpfr-3.1.5.p0] > ************************************************************************ > > [mpfr-3.1.5.p0] Error installing package mpfr-3.1.5.p0 > > [mpfr-3.1.5.p0] > ************************************************************************ > > > > The log file is attached. Any help is appreciated! > > > > Cordially, > > > > Josh > > > > > > -- > > 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] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at https://groups.google.com/group/sage-devel. > > For more options, visit https://groups.google.com/d/optout. > > <mpfr-3.1.5.p0.log> > > -- 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.
