- * Package: sci-biology/maq-0.7.1-r1
- * Repository: gentoo
- * Maintainer: weaver@gentoo.org sci-biology@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking maq-0.7.1.tar.bz2 to /tmp/portage/sci-biology/maq-0.7.1-r1/work
- >>> Unpacking calib-36.dat.gz to /tmp/portage/sci-biology/maq-0.7.1-r1/work
- >>> Source unpacked in /tmp/portage/sci-biology/maq-0.7.1-r1/work
- >>> Preparing source in /tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1 ...
- * Applying maq-0.7.1-flags.patch ...
- [ ok ]
- * Applying maq-0.7.1-bfr-overfl.patch ...
- [ ok ]
- * Running eautoreconf in '/tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1' ...
- * Running aclocal ...
- [ ok ]
- * Running autoconf ...
- [ ok ]
- * Running autoheader ...
- [ ok ]
- * Running automake --add-missing --copy ...
- [ ok ]
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1 ...
- * econf: updating maq-0.7.1/config.sub with /usr/share/gnuconfig/config.sub
- * econf: updating maq-0.7.1/config.guess with /usr/share/gnuconfig/config.guess
- ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
- 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
- configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-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... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
- checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
- checking if gcc accepts -m64... yes
- checking how to run the C preprocessor... x86_64-pc-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 zlib.h usability... yes
- checking zlib.h presence... yes
- checking for zlib.h... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.h
- >>> Source configured.
- >>> Compiling source in /tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1 ...
- make -j24
- make all-am
- make[1]: Entering directory `/tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1'
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c main.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c const.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c seq.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c bfa.c
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o read.o read.cc
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c fasta2bfa.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c fastq2bfq.c
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o merge.o merge.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o match_aux.o match_aux.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o match.o match.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o sort_mapping.o sort_mapping.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o assemble.o assemble.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o pileup.o pileup.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o mapcheck.o mapcheck.cc
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c get_pos.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c assopt.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c aux_utils.c
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o rbcc.o rbcc.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o subsnp.o subsnp.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o pair_stat.o pair_stat.cc
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o indel_soa.o indel_soa.cc
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c maqmap.c
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c maqmap_conv.c
- x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o altchr.o altchr.cc
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c submap.c
- bfa.c: In function 'nst_bfa_len':
- bfa.c:46:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c:48:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c: In function 'nst_load_bfa1':
- bfa.c:31:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c:32:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c:33:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c:35:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- bfa.c:37:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c: In function 'nst_fasta2bfa1':
- fasta2bfa.c:148:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c:149:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c:150:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c:151:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c:152:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fasta2bfa.c:153:8: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result]
- fastq2bfq.c: In function 'fastq2bfq':
- fastq2bfq.c:30:5: warning: assignment from incompatible pointer type [enabled by default]
- fastq2bfq.c:36:7: warning: assignment from incompatible pointer type [enabled by default]
- fastq2bfq.c:47:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- fastq2bfq.c:48:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- fastq2bfq.c:49:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- fastq2bfq.c:50:3: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- fastq2bfq.c:53:4: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- fastq2bfq.c:62:3: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from fastq2bfq.c:1:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- altchr.cc: In function 'int ma_altchr(int, char**)':
- altchr.cc:101:39: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- altchr.cc:102:45: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- altchr.cc:103:46: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- altchr.cc:104:42: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- altchr.cc:105:54: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- altchr.cc:106:55: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
- sort_mapping.cc: In function 'int ma_make_pair(const match_aux_t*, const match_info_t*, const match_info_t*, pair_info_t*)':
- sort_mapping.cc:59:62: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
- indel_soa.cc: In function 'void fill_counter(bit32_t*, int, nst_bfa1_t*, gzFile)':
- indel_soa.cc:42:44: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
- indel_soa.cc:56:44: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c -o rmdup.o rmdup.cc
- mapcheck.cc: In function 'int ma_mapcheck(int, char**)':
- mapcheck.cc:60:17: warning: variable 'fpout' set but not used [-Wunused-but-set-variable]
- match.cc: In function 'int alt_cal_mm(bit64_t)':
- match.cc:58:21: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
- match.cc:61:22: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
- match.cc: In function 'int alt_cal_err(bit64_t, bit64_t)':
- match.cc:67:21: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
- match.cc:70:22: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses]
- In file included from mapcheck.cc:11:0:
- stdhash.hh: In instantiation of 'bool hash_set_misc<keytype_t>::insert(const keytype_t&) [with keytype_t = long long unsigned int]':
- mapcheck.cc:24:45: required from here
- stdhash.hh:415:81: error: 'direct_insert_aux' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
- stdhash.hh:415:81: note: declarations in dependent base '__lh3_hash_base_class<long long unsigned int>' are not found by unqualified lookup
- stdhash.hh:415:81: note: use 'this->direct_insert_aux' instead
- assemble.cc: In function 'base_call_aux_t* assemble_cns_collect(assemble_pos_t*, const assemble_aux_t*)':
- assemble.cc:106:64: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
- x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -Wall -D_FASTMAP -DMAQ_LONGREADS -O2 -pipe -ggdb -march=native -ftracer -c simulate.c
- match.cc: In function 'void match_search(const match_aux_t*, match_data_t*, const nst_bfa1_t*, int, ref_canlist_t*)':
- match.cc:292:10: warning: variable 'n_reads' set but not used [-Wunused-but-set-variable]
- make[1]: *** [mapcheck.o] Error 1
- make[1]: *** Waiting for unfinished jobs....
- match.cc: In function 'int ma_match(int, char**)':
- match.cc:525:32: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
- simulate.c: In function 'maq_simutrain':
- simulate.c:83:8: warning: assignment from incompatible pointer type [enabled by default]
- simulate.c:86:2: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [enabled by default]
- In file included from simulate.c:6:0:
- /usr/include/zlib.h:1324:21: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- simulate.c:87:2: warning: passing argument 1 of 'gzclose' from incompatible pointer type [enabled by default]
- In file included from simulate.c:6:0:
- /usr/include/zlib.h:1494:24: note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
- In file included from rmdup.cc:7:0:
- stdhash.hh: In instantiation of 'bool hash_map_misc<keytype_t, valtype_t>::insert(const keytype_t&, const valtype_t&) [with keytype_t = long long unsigned int; valtype_t = maqmap1_t*]':
- rmdup.cc:98:29: required from here
- stdhash.hh:496:81: error: 'direct_insert_aux' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
- stdhash.hh:496:81: note: declarations in dependent base '__lh3_hash_base_class<long long unsigned int>' are not found by unqualified lookup
- stdhash.hh:496:81: note: use 'this->direct_insert_aux' instead
- make[1]: *** [rmdup.o] Error 1
- make[1]: Leaving directory `/tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1'
- make: *** [all] Error 2
- * ERROR: sci-biology/maq-0.7.1-r1 failed (compile phase):
- * emake failed
- *
- * If you need support, post the output of `emerge --info '=sci-biology/maq-0.7.1-r1'`,
- * the complete build log and the output of `emerge -pqv '=sci-biology/maq-0.7.1-r1'`.
- * The complete build log is located at '/var/log/portage/sci-biology:maq-0.7.1-r1:20120621-153519.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/sci-biology/maq-0.7.1-r1/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/sci-biology/maq-0.7.1-r1/temp/environment'.
- * Working directory: '/tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1'
- * S: '/tmp/portage/sci-biology/maq-0.7.1-r1/work/maq-0.7.1'