octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [MXE-Octave]Build Failed on CentOS6.6 64bit


From: JohnD
Subject: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
Date: Fri, 12 Jun 2015 10:48:25 -0400

> Message: 1
> Date: Fri, 12 Jun 2015 06:26:31 -0700 (PDT)
> From: "Yuji.I" <address@hidden>
> To: address@hidden
> Subject: Re: RE: [MXE-Octave]Build Failed on CentOS6.6 64bit
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=UTF-8
> 
> tmacchant wrote
> > --- using923
> >> JohnD wrote
> >> >> Message: 1
> >> >> Date: Thu, 11 Jun 2015 02:56:33 -0700 (PDT)
> >> >> From: "Yuji.I" &lt;
> >>
> >> > using923@
> >>
> >> > &gt;
> >> >> To:
> >>
> >> > octave-maintainers@
> >>
> >> >> Subject: [MXE-Octave]Build Failed on CentOS6.6 64bit
> >> >> Message-ID: <
> >>
> >> > address@hidden
> >>
> >> >>
> >> >> Content-Type: text/plain; charset=UTF-8
> >> >>
> >> >> Hello,
> >> >>
> >> >> I want to use octave 64bit indexing.
> >> >> So, I'm trying to build MXE-Octave on CentOS6.6.
> >> >> I installed required packages by yum.
> >> >> There is not instructions on CentOS, so I referenced that case of
> >> Fedora.
> >> >>
> >> >> Every time MXE can't build GNU TLS.
> >> >> It has installed Libnettle2.7.1, but it can't find it.
> >> >>
> >> >> This is error log...
> >> >> (sorry that contains Japanese letters) ====== # make
> >> >> [build]    gnutls
> >> >>
> >> >> Failed to build package gnutls!
> >> >> ------------------------------------------------------------
> >> >> configure: error:
> >> >>   ***
> >> >>   *** Libnettle 2.7.1 was not found. Note that this version of
> >> >> gnutls
> >> > doesn't
> >> >> support nettle 3.0.
> >> >> make[1]: *** [build-only-gnutls] ??? 1
> >> >> make[1]: ?????? `/root/mxe-octave' ?????
> >> >> real    0m29.524s
> >> >> user    0m23.919s
> >> >> sys     0m2.172s
> >> >> ------------------------------------------------------------
> >> >> [log]      /root/mxe-octave/log/gnutls
> >> >>
> >> >> make: *** [/root/mxe-octave/installed-packages/gnutls] ??? 1 =====
> >> >>
> >> >> I don't know what to do.
> >> >> Could you give me advise.
> >> >>
> >> >>
> >> >> Best regards,
> >> >>
> >> >>
> >> >
> >> > Hi,
> >> >
> >> > Try adding this in the mxe-octave Makefile.in, line 258, after the
> >> > CONFIGURE_LDFLAGS line:
> >> >
> >> >   PKG_CONFIG_PATH := $(HOST_PREFIX)/lib/pkgconfig
> >> >   export PKG_CONFIG_PATH
> >>
> >> Thank you for reply.
> >>
> >> I tried adding that 2 lines in else clause near l:258.
> >> But, the same errors occured.
> >>
> >> To make sure it, I tried following commands again.
> >> reference to http://wiki.octave.org/MXE ===== make clean autoconf
> >> ./configure --enable-64 --enable-native-build --enable-pic-flag
> >> host_alias=gnu-linux --enable-openblas --enable-jit make ===== But it
> >> failed, as I feared.
> >>
> > Please see a log file of gnutls in the log directory to see what
> > happens in details.
> >
> > Tatsuro
> 
> The following is content of "log/gnutls".
> The same logs occured over and over...
> As a result, ./configure didn't suceed.
> I should make gnutls detect Libnettle,
> but I'm not sure how to fix it.
> 
> =====
> make[1]: ?????? `/root/mxe-octave' ?????
> rm -rf   '/root/mxe-octave/tmp-gnutls'
'/root/mxe-octave/tmp-gnutls-install'
> mkdir -p '/root/mxe-octave/tmp-gnutls'
> ( cd '/root/mxe-octave/tmp-gnutls' &&     xz -dc
> '/root/mxe-octave/pkg/gnutls-3.3.15.tar.xz' | tar xf - ) ||  false test !
-d
> '/root/mxe-octave/src/gnutls' || cp -a '/root/mxe-octave/src/gnutls'
> '/root/mxe-octave/tmp-gnutls'
> cd '/root/mxe-octave/tmp-gnutls/gnutls-3.3.15'
> (cd '/root/mxe-octave/tmp-gnutls/gnutls-3.3.15' && patch -p1 -u) <
/root/mxe-
> octave/src/gnutls-1-fixes.patch
---- snipped -----
> 

Can you attach the config.log file that should be in
tmp-gnutls/gnutls-3.3.15/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]