octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43123] [MXE] checksum error


From: Mark
Subject: [Octave-bug-tracker] [bug #43123] [MXE] checksum error
Date: Thu, 04 Sep 2014 13:17:14 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.7) Gecko/20140802 Firefox/24.7 PaleMoon/24.7.1

Follow-up Comment #12, bug #43123 (project octave):

./configure --enable-native-build
make

[download] build-pkg-config
[build]    build-pkg-config

Failed to build package build-pkg-config!
------------------------------------------------------------
configure: error: in
`/home/mark/mxe-octave-d95b8b84cea7/tmp-build-pkg-config/pkg-config-0.28.build':
configure: error: C compiler cannot create executables
See `config.log' for more details
/home/mark/mxe-octave-d95b8b84cea7/Makefile:661: recipe for target
'build-only-build-pkg-config' failed
make[1]: *** [build-only-build-pkg-config] Error 77
make[1]: Leaving directory '/home/mark/mxe-octave-d95b8b84cea7'


Looking in tmp-build-pkg-config/pkg-config-0.28.build/config.log there are the
following errors:

configure:3344: checking whether the C compiler works
configure:3366: gcc  -march=i486  conftest.c  >&5
conftest.c:1:0: error: CPU you selected does not support x86-64 instruction
set


This leads back to src/build-pkg-config.mk which has this: 

# native mingw needs to be told an architechure for the internal glib to
build
ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)
  $(PKG)_CONFIG_OPTS := CPPFLAGS='-march=i486' LN=$(LN)
endif


If I change i486 to native, then compilation proceeds. However it fails on the
next package with this:


[download] build-scons
[build]    build-scons

Failed to build package build-scons!
------------------------------------------------------------
running install_lib
creating /usr/local/lib/scons-2.3.1
error: could not create '/usr/local/lib/scons-2.3.1': Permission denied
/home/mark/mxe-octave-d95b8b84cea7/Makefile:661: recipe for target
'build-only-build-scons' failed
make[1]: *** [build-only-build-scons] Error 1
make[1]: Leaving directory '/home/mark/mxe-octave-d95b8b84cea7'
real    0m1.662s
user    0m0.900s
sys     0m0.132s
------------------------------------------------------------
[log]      /home/mark/mxe-octave-d95b8b84cea7/log/build-scons

Makefile:661: recipe for target
'/home/mark/mxe-octave-d95b8b84cea7/installed-packages/build-scons' failed
make: *** [/home/mark/mxe-octave-d95b8b84cea7/installed-packages/build-scons]
Error 1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43123>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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