Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 330174 Details for
Bug 444236
=sci-libs/cbflib-0.9.2.4 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
cbflib-0.9.2.4:20121121-213949.log (text/plain), 5.92 KB, created by
Vicente Olivert Riera (RETIRED)
on 2012-11-21 21:41:39 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Vicente Olivert Riera (RETIRED)
Created:
2012-11-21 21:41:39 UTC
Size:
5.92 KB
patch
obsolete
> * Package: sci-libs/cbflib-0.9.2.4 > * Repository: gentoo > * Maintainer: sci@gentoo.org > * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU > * FEATURES: sandbox test userpriv usersandbox > * Using following Fortran compiler: > * F77: x86_64-pc-linux-gnu-gfortran > * FC: x86_64-pc-linux-gnu-gfortran >>>> Unpacking source... >>>> Unpacking CBFlib-0.9.2.4.tar.gz to /var/tmp/portage/sci-libs/cbflib-0.9.2.4/work >>>> Source unpacked in /var/tmp/portage/sci-libs/cbflib-0.9.2.4/work >>>> Preparing source in /var/tmp/portage/sci-libs/cbflib-0.9.2.4/work/CBFlib-0.9.2.4 ... > * Applying 0.9.2.3-Makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-libs/cbflib-0.9.2.4/work/CBFlib-0.9.2.4 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-libs/cbflib-0.9.2.4/work/CBFlib-0.9.2.4 ... >make -j4 -j1 shared >mkdir solib >x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -Wno-pointer-sign -D_USE_XOPEN_EXTENDED -DCBF_DONT_USE_LONG_LONG -fPIC -I./include -I./src -c ./src/cbf.c ./src/cbf_alloc.c ./src/cbf_ascii.c ./src/cbf_binary.c ./src/cbf_byte_offset.c ./src/cbf_canonical.c ./src/cbf_codes.c ./src/cbf_compress.c ./src/cbf_context.c ./src/cbf_copy.c ./src/cbf_file.c ./src/cbf_getopt.c ./src/cbf_lex.c ./src/cbf_packed.c ./src/cbf_predictor.c ./src/cbf_read_binary.c ./src/cbf_read_mime.c ./src/cbf_simple.c ./src/cbf_string.c ./src/cbf_stx.c ./src/cbf_tree.c ./src/cbf_uncompressed.c ./src/cbf_write.c ./src/cbf_write_binary.c ./src/cbf_ws.c ./src/md5c.c >mv *.o ./solib >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-soname,libcbf.so.0.9.3 -fPIC -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o solib/libcbf.so.0.9.3 ./solib/*.o -lm >ln -sf libcbf.so.0.9.3 ./solib/libcbf.so >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_exit_binary.m4) > ./src/fcb_exit_binary.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_next_binary.m4) > ./src/fcb_next_binary.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_open_cifin.m4) > ./src/fcb_open_cifin.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_packed.m4) > ./src/fcb_packed.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_read_bits.m4) > ./src/fcb_read_bits.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_read_image.m4) > ./src/fcb_read_image.f90 >(cd ./m4; m4 -P -Dfcb_bytes_in_rec=131072 fcb_read_xds_i2.m4) > ./src/fcb_read_xds_i2.f90 >x86_64-pc-linux-gnu-gfortran -fPIC -I./include -I./src -c ./src/fcb_atol_wcnt.f90 ./src/fcb_ci_strncmparr.f90 ./src/fcb_exit_binary.f90 ./src/fcb_nblen_array.f90 ./src/fcb_next_binary.f90 ./src/fcb_open_cifin.f90 ./src/fcb_packed.f90 ./src/fcb_read_bits.f90 ./src/fcb_read_byte.f90 ./src/fcb_read_image.f90 ./src/fcb_read_line.f90 ./src/fcb_read_xds_i2.f90 ./src/fcb_skip_whitespace.f90 >./src/fcb_packed.f90:1010.19: > > VORZEICHEN = Z'80000000' > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_packed.f90:1014.14: > > LIMIT = Z'FFFFFFFF' > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_packed.f90:2186.19: > > VORZEICHEN = Z'80000000' > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_packed.f90:2190.14: > > LIMIT = Z'FFFFFFFF' > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_bits.f90:201.24: > > IINT(1) = Z'80000000' > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_image.f90:211.56: > > DATA MARKBYTES/Z'0C',Z'1A',Z'04',Z'D5'/ > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(1) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_image.f90:548.56: > > DATA MARKBYTES/Z'0C',Z'1A',Z'04',Z'D5'/ > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(1) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_image.f90:885.56: > > DATA MARKBYTES/Z'0C',Z'1A',Z'04',Z'D5'/ > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(1) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_image.f90:1223.56: > > DATA MARKBYTES/Z'0C',Z'1A',Z'04',Z'D5'/ > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(1) at (1). This check can be disabled with the option -fno-range-check >./src/fcb_read_xds_i2.f90:167.56: > > DATA MARKBYTES/Z'0C',Z'1A',Z'04',Z'D5'/ > 1 >Error: Arithmetic overflow converting INTEGER(16) to INTEGER(1) at (1). This check can be disabled with the option -fno-range-check >make: *** [solib/libfcb.so.0.9.3] Error 1 > * ERROR: sci-libs/cbflib-0.9.2.4 failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=sci-libs/cbflib-0.9.2.4'`, > * the complete build log and the output of `emerge -pqv '=sci-libs/cbflib-0.9.2.4'`. > * The complete build log is located at '/root/build-logs/build/sci-libs/cbflib-0.9.2.4:20121121-213949.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-libs/cbflib-0.9.2.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-libs/cbflib-0.9.2.4/temp/environment'. > * Working directory: '/var/tmp/portage/sci-libs/cbflib-0.9.2.4/work/CBFlib-0.9.2.4' > * S: '/var/tmp/portage/sci-libs/cbflib-0.9.2.4/work/CBFlib-0.9.2.4'
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 444236
: 330174