Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 488040 Details for
Bug 627126
sys-devel/bc: 1.07.1 cross-compilation fails with "cannot execute binary file: Exec format error"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log of cross compiled bc-1.07.1
bc_build.log (text/x-log), 9.30 KB, created by
Andrej Rode
on 2017-08-05 20:02:32 UTC
(
hide
)
Description:
build.log of cross compiled bc-1.07.1
Filename:
MIME Type:
Creator:
Andrej Rode
Created:
2017-08-05 20:02:32 UTC
Size:
9.30 KB
patch
obsolete
> * Package: sys-devel/bc-1.07.1 > * Repository: gentoo > * Maintainer: base-system@gentoo.org > * USE: arm64 elibc_glibc kernel_linux readline userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking bc-1.07.1.tar.gz to /usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work >>>> Source unpacked in /usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work >>>> Preparing source in /usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1 ... >>>> Source prepared. >>>> Configuring source in /usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=aarch64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --with-readline --without-libedit >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >configure: loading site script /usr/share/crossdev/include/site/linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for aarch64-unknown-linux-gnu-strip... aarch64-unknown-linux-gnu-strip >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking for aarch64-unknown-linux-gnu-gcc... aarch64-unknown-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... yes >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether aarch64-unknown-linux-gnu-gcc accepts -g... yes >checking for aarch64-unknown-linux-gnu-gcc option to accept ISO C89... none needed >checking whether aarch64-unknown-linux-gnu-gcc understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of aarch64-unknown-linux-gnu-gcc... none >checking how to run the C preprocessor... aarch64-unknown-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for flex... flex >checking lex output file root... lex.yy >checking lex library... none needed >checking whether yytext is a pointer... no >checking for aarch64-unknown-linux-gnu-ar... aarch64-unknown-linux-gnu-ar >checking the archiver (aarch64-unknown-linux-gnu-ar) interface... ar >checking for bison... bison -y >checking for aarch64-unknown-linux-gnu-ranlib... aarch64-unknown-linux-gnu-ranlib >checking whether make sets $(MAKE)... (cached) yes >checking for stdarg.h... yes >checking for stddef.h... yes >checking for stdlib.h... (cached) yes >checking for string.h... (cached) yes >checking for errno.h... yes >checking for limits.h... yes >checking for unistd.h... (cached) yes >checking for lib.h... no >checking for an ANSI C-conforming const... yes >checking for size_t... yes >checking for ptrdiff_t... yes >checking for vprintf... yes >checking for _doprnt... no >checking for isgraph... yes >checking for setvbuf... yes >checking for fstat... yes >checking for strtol... yes >checking for tparm in -lncurses... yes >checking for readline in -lreadline... yes >checking readline/readline.h usability... yes >checking readline/readline.h presence... yes >checking for readline/readline.h... yes >Using the readline library. >Adding GCC specific compile flags. >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating bc/Makefile >config.status: creating dc/Makefile >config.status: creating lib/Makefile >config.status: creating doc/Makefile >config.status: creating doc/texi-ver.incl >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1 ... >make -j4 AR=aarch64-unknown-linux-gnu-ar >make all-recursive >make[1]: Entering directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1' >Making all in lib >make[2]: Entering directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/lib' >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o getopt.o getopt.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o getopt1.o getopt1.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o vfprintf.o vfprintf.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o number.o number.c >rm -f libbc.a >aarch64-unknown-linux-gnu-ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o >aarch64-unknown-linux-gnu-ranlib libbc.a >make[2]: Leaving directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/lib' >Making all in bc >make[2]: Entering directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/bc' >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o main.o main.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o bc.o bc.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o scan.o scan.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o execute.o execute.c >[01m[Kmain.c:[m[K In function â[01m[Kuse_quit[m[Kâ: >[01m[Kmain.c:355:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kwrite[m[Kâ, declared with attribute warn_unused_result [[01;35m[K-Wunused-result[m[K] > [01;35m[Kwrite (1, "\n(interrupt) Exiting bc.\n", 26)[m[K; > [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o load.o load.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o storage.o storage.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o util.o util.c >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o warranty.o warranty.c >echo '{0}' > libmath.h >make global.o >make[3]: Entering directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/bc' >aarch64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -c -o global.o global.c >make[3]: Leaving directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/bc' >aarch64-unknown-linux-gnu-gcc -O2 -pipe -Wall -funsigned-char -O2 -pipe -Wall -funsigned-char -Wl,-O1 -Wl,--as-needed -o libmath.h -o fbc main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o global.o ../lib/libbc.a -lreadline -lncurses >./fbc -c ./libmath.b </dev/null >libmath.h >/bin/bash: ./fbc: cannot execute binary file: Exec format error >make[2]: *** [Makefile:631: libmath.h] Error 126 >make[2]: Leaving directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1/bc' >make[1]: *** [Makefile:357: all-recursive] Error 1 >make[1]: Leaving directory '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1' >make: *** [Makefile:297: all] Error 2 > * ERROR: sys-devel/bc-1.07.1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sys-devel/bc-1.07.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sys-devel/bc-1.07.1::gentoo'`. > * The complete build log is located at '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/temp/build.log'. > * The ebuild environment file is located at '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/temp/environment'. > * Working directory: '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1' > * S: '/usr/aarch64-unknown-linux-gnu/tmp/portage/sys-devel/bc-1.07.1/work/bc-1.07.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 627126
: 488040