mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: 'gettext' build failure


From: Werner LEMBERG
Subject: Re: 'gettext' build failure
Date: Mon, 01 Mar 2021 15:04:42 +0100 (CET)

>> The autotools package[1] is intended to check for such mismatches
>> and fail early - can you post the log for that package?
> 
> Attached.  At the time the mxe `autotools` package was built and
> installed, `autoconf` (2.69) was in `/usr/local/bin`, and `automake`
> (2.16.3) in `/usr/bin`.

Oops!  Now attached.


    Werner
make[1]: Entering directory '/home/wl/git/mxe'
uname -a
Linux linux 5.3.18-lp152.63-default #1 SMP Mon Feb 1 17:31:55 UTC 2021 
(98caa86) x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
59247f91669f7282911ae03810073f263003e348 - docs: improve apt repo notes [26 
hours ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
LSB Version:    n/a
Distributor ID: openSUSE
Description:    openSUSE Leap 15.2
Release:        15.2
Codename:       n/a
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.16.3
gcc --version
gcc (SUSE Linux) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

g++ --version
g++ (SUSE Linux) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

python --version
Python 2.7.17
perl --version 2>&1 | head -3

This is perl 5, version 26, subversion 1 (v5.26.1) built for 
x86_64-linux-thread-multi

rm -rf   '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu'
mkdir -p '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu'
mkdir -p '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/'
mkdir -p '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/readonly'
chmod 0555 '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/readonly'
# fail early if autotools can't autoreconf
# 1. detect mismatches in installation locations
# 2. ???
(echo 'AC_INIT([mxe.cc], [1])';  echo 'AC_PATH_PROG([AUTOCONF], [autoconf])';  
echo 'AC_PATH_PROG([AUTOMAKE], [automake])';  echo 'AC_PATH_PROG([LIBTOOL], 
[libtool])'; echo 'PKG_PROG_PKG_CONFIG(0.16)'; echo 'AC_OUTPUT') > 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/configure.ac'
cd '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_' && autoreconf 
-fiv
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
cd '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_' && ./configure
checking for autoconf... /usr/local/bin/autoconf
checking for automake... /usr/bin/automake
checking for libtool... /usr/bin/libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
configure: creating ./config.status

/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by mxe.cc configure 1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = linux
uname -m = x86_64
uname -r = 5.3.18-lp152.63-default
uname -s = Linux
uname -v = #1 SMP Mon Feb 1 17:31:55 UTC 2021 (98caa86)

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/wl/git/mxe/usr/x86_64-pc-linux-gnu/bin
PATH: /home/wl/git/mxe/usr/bin
PATH: /home/wl/git/mxe/usr/x86_64-pc-linux-gnu/bin
PATH: /home/wl/git/mxe/usr/bin
PATH: /home/wl/.cargo/bin
PATH: /home/wl/bin
PATH: /home/wl/.local/bin
PATH: /opt/bin
PATH: /usr/local/texlive/2020/bin/x86_64-linux
PATH: /home/wl/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1685: checking for autoconf
configure:1703: found /usr/local/bin/autoconf
configure:1715: result: /usr/local/bin/autoconf
configure:1725: checking for automake
configure:1743: found /usr/bin/automake
configure:1755: result: /usr/bin/automake
configure:1765: checking for libtool
configure:1783: found /usr/bin/libtool
configure:1795: result: /usr/bin/libtool
configure:1857: checking for pkg-config
configure:1875: found /usr/bin/pkg-config
configure:1887: result: /usr/bin/pkg-config
configure:1912: checking pkg-config is at least version 0.16
configure:1915: result: yes
configure:2073: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by mxe.cc config.status 1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on linux


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_AUTOCONF=/usr/local/bin/autoconf
ac_cv_path_AUTOMAKE=/usr/bin/automake
ac_cv_path_LIBTOOL=/usr/bin/libtool
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config

## ----------------- ##
## Output variables. ##
## ----------------- ##

AUTOCONF='/usr/local/bin/autoconf'
AUTOMAKE='/usr/bin/automake'
DEFS='-DPACKAGE_NAME=\"mxe.cc\" -DPACKAGE_TARNAME=\"mxe-cc\" 
-DPACKAGE_VERSION=\"1\" -DPACKAGE_STRING=\"mxe.cc\ 1\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE_URL=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
LIBOBJS=''
LIBS=''
LIBTOOL='/usr/bin/libtool'
LTLIBOBJS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='mxe.cc'
PACKAGE_STRING='mxe.cc 1'
PACKAGE_TARNAME='mxe-cc'
PACKAGE_URL=''
PACKAGE_VERSION='1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SHELL='/bin/sh'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "mxe.cc"
#define PACKAGE_TARNAME "mxe-cc"
#define PACKAGE_VERSION "1"
#define PACKAGE_STRING "mxe.cc 1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 0

settings.mk
# This is a template of configuration file for MXE. See
# docs/index.html for more extensive documentations.

# This variable controls the number of compilation processes
# within one package ("intra-package parallelism").
#JOBS := 

# This variable controls where intermediate files are created
# this is necessary when compiling inside a virtualbox shared
# directory. Some commands like strip fail in there with Protocol error
# default is the current directory
#MXE_TMP := /tmp

# This variable controls the targets that will build.
#MXE_TARGETS := i686-w64-mingw32.static i686-w64-mingw32.shared 
x86_64-w64-mingw32.static x86_64-w64-mingw32.shared

# This variable controls which plugins are in use.
# See plugins/README.md for further information.
#override MXE_PLUGIN_DIRS += plugins/apps plugins/native

# This variable controls the download mirror for SourceForge,
# when it is used. Enabling the value below means auto.
#SOURCEFORGE_MIRROR := downloads.sourceforge.net

# The three lines below makes `make` build these "local
# packages" instead of all packages.
#LOCAL_PKG_LIST := boost curl file flac lzo pthreads vorbis wxwidgets
#.DEFAULT_GOAL  := local-pkg-list
#local-pkg-list: $(LOCAL_PKG_LIST)
x86_64-pc-linux-gnu-strip 
'/home/wl/git/mxe/usr/x86_64-pc-linux-gnu/bin/test-autotools.exe'
bash: x86_64-pc-linux-gnu-strip: command not found
make[1]: [Makefile:876: build-only-autotools_x86_64-pc-linux-gnu] Error 127 
(ignored)
(du -k -d 0 '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu' 2>/dev/null || 
du -k --max-depth 0 '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu') | sed 
-n 's/^\(\S*\).*/du: \1 KiB/p'
du: 312 KiB
rm -rfv  '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/configure.ac'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache/requests'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache/traces.0'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache/output.0'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache/traces.1'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache/output.1'
removed directory 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/autom4te.cache'
removed '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/aclocal.m4'
removed '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/configure'
removed '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/config.log'
removed 
'/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_/config.status'
removed directory '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/.build_'
removed directory '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu/readonly'
removed directory '/home/wl/git/mxe/tmp-autotools-x86_64-pc-linux-gnu'
touch '/home/wl/git/mxe/usr/x86_64-pc-linux-gnu/installed/autotools'
make[1]: Leaving directory '/home/wl/git/mxe'

real    0m5.926s
user    0m4.614s
sys     0m0.308s

reply via email to

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