Skip to content

Instantly share code, notes, and snippets.

@wwood
Last active September 13, 2017 07:05
Show Gist options
  • Save wwood/3118edc1036124628da6d4d1950c5ccb to your computer and use it in GitHub Desktop.
Save wwood/3118edc1036124628da6d4d1950c5ccb to your computer and use it in GitHub Desktop.
phase `unpack' succeeded after 0.5 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 0.0 seconds
starting phase `patch-source-shebangs'
phase `patch-source-shebangs' succeeded after 0.2 seconds
starting phase `patch-generated-file-shebangs'
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `build'
cd bamtools && rm -rf bin build lib include src/toolkit/bamtools_version.h
mkdir bamtools/build
cd bamtools/build && cmake .. && make
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/bin/gcc
-- Check for working C compiler: /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/bin/c++
-- Check for working CXX compiler: /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build
make[1]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target SharedHeaders
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 0%] Built target SharedHeaders
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target BamTools
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 0%] Building CXX object src/api/CMakeFiles/BamTools.dir/BamAlignment.cpp.o
[ 1%] Building CXX object src/api/CMakeFiles/BamTools.dir/BamMultiReader.cpp.o
[ 2%] Building CXX object src/api/CMakeFiles/BamTools.dir/BamReader.cpp.o
[ 3%] Building CXX object src/api/CMakeFiles/BamTools.dir/BamWriter.cpp.o
[ 4%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamHeader.cpp.o
[ 5%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamProgram.cpp.o
[ 6%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamProgramChain.cpp.o
[ 7%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamReadGroup.cpp.o
[ 8%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamReadGroupDictionary.cpp.o
[ 9%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamSequence.cpp.o
[ 10%] Building CXX object src/api/CMakeFiles/BamTools.dir/SamSequenceDictionary.cpp.o
[ 11%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/bam/BamHeader_p.cpp.o
[ 12%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/bam/BamMultiReader_p.cpp.o
[ 13%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/bam/BamRandomAccessController_p.cpp.o
[ 14%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/bam/BamReader_p.cpp.o
[ 15%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/bam/BamWriter_p.cpp.o
[ 16%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/index/BamIndexFactory_p.cpp.o
[ 17%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/index/BamStandardIndex_p.cpp.o
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/index/BamStandardIndex_p.cpp: In member function ‘void BamTools::Internal::BamStandardIndex::WriteLinearOffsets(const int&, BamTools::Internal::BaiLinearOffsetVector&)’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/index/BamStandardIndex_p.cpp:958:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( numBytesWritten != (sizeof(offsetCount) + linearOffsets.size()*sizeof(uint64_t)) )
^
[ 18%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/index/BamToolsIndex_p.cpp.o
[ 19%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BamDeviceFactory_p.cpp.o
[ 20%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BamFile_p.cpp.o
[ 21%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BamFtp_p.cpp.o
[ 22%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BamHttp_p.cpp.o
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp: In member function ‘bool BamTools::Internal::BamHttp::SendGetRequest(size_t)’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp:409:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( WriteToSocket(requestHeader.c_str(), headerSize) != headerSize ) {
^
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp: In member function ‘bool BamTools::Internal::BamHttp::SendHeadRequest()’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp:501:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( WriteToSocket(requestHeader.c_str(), headerSize) != headerSize ) {
^
[ 23%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BamPipe_p.cpp.o
[ 24%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/BgzfStream_p.cpp.o
[ 25%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/ByteArray_p.cpp.o
[ 26%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/HostAddress_p.cpp.o
[ 27%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/HostInfo_p.cpp.o
[ 28%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/HttpHeader_p.cpp.o
[ 29%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/ILocalIODevice_p.cpp.o
[ 30%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/RollingBuffer_p.cpp.o
[ 31%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/TcpSocket_p.cpp.o
[ 32%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/TcpSocketEngine_p.cpp.o
[ 33%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/io/TcpSocketEngine_unix_p.cpp.o
[ 34%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/sam/SamFormatParser_p.cpp.o
[ 35%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/sam/SamFormatPrinter_p.cpp.o
[ 36%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/sam/SamHeaderValidator_p.cpp.o
[ 37%] Building CXX object src/api/CMakeFiles/BamTools.dir/internal/utils/BamException_p.cpp.o
[ 38%] Linking CXX shared library ../../../lib/libbamtools.so
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 38%] Built target BamTools
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target AlgorithmsHeaders
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 38%] Built target AlgorithmsHeaders
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target BamTools-static
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 39%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/BamAlignment.cpp.o
[ 40%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/BamMultiReader.cpp.o
[ 41%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/BamReader.cpp.o
[ 42%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/BamWriter.cpp.o
[ 43%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamHeader.cpp.o
[ 44%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamProgram.cpp.o
[ 45%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamProgramChain.cpp.o
[ 46%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamReadGroup.cpp.o
[ 47%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamReadGroupDictionary.cpp.o
[ 48%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamSequence.cpp.o
[ 49%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/SamSequenceDictionary.cpp.o
[ 50%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamHeader_p.cpp.o
[ 50%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamMultiReader_p.cpp.o
[ 51%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamRandomAccessController_p.cpp.o
[ 52%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamReader_p.cpp.o
[ 53%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/bam/BamWriter_p.cpp.o
[ 54%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/index/BamIndexFactory_p.cpp.o
[ 55%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/index/BamStandardIndex_p.cpp.o
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/index/BamStandardIndex_p.cpp: In member function ‘void BamTools::Internal::BamStandardIndex::WriteLinearOffsets(const int&, BamTools::Internal::BaiLinearOffsetVector&)’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/index/BamStandardIndex_p.cpp:958:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( numBytesWritten != (sizeof(offsetCount) + linearOffsets.size()*sizeof(uint64_t)) )
^
[ 56%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/index/BamToolsIndex_p.cpp.o
[ 57%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BamDeviceFactory_p.cpp.o
[ 58%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BamFile_p.cpp.o
[ 59%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BamFtp_p.cpp.o
[ 60%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BamHttp_p.cpp.o
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp: In member function ‘bool BamTools::Internal::BamHttp::SendGetRequest(size_t)’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp:409:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( WriteToSocket(requestHeader.c_str(), headerSize) != headerSize ) {
^
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp: In member function ‘bool BamTools::Internal::BamHttp::SendHeadRequest()’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/internal/io/BamHttp_p.cpp:501:59: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ( WriteToSocket(requestHeader.c_str(), headerSize) != headerSize ) {
^
[ 61%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BamPipe_p.cpp.o
[ 62%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/BgzfStream_p.cpp.o
[ 63%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/ByteArray_p.cpp.o
[ 64%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/HostAddress_p.cpp.o
[ 65%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/HostInfo_p.cpp.o
[ 66%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/HttpHeader_p.cpp.o
[ 67%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/ILocalIODevice_p.cpp.o
[ 68%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/RollingBuffer_p.cpp.o
[ 69%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/TcpSocket_p.cpp.o
[ 70%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/TcpSocketEngine_p.cpp.o
[ 71%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/io/TcpSocketEngine_unix_p.cpp.o
[ 72%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/sam/SamFormatParser_p.cpp.o
[ 73%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/sam/SamFormatPrinter_p.cpp.o
[ 74%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/sam/SamHeaderValidator_p.cpp.o
[ 75%] Building CXX object src/api/CMakeFiles/BamTools-static.dir/internal/utils/BamException_p.cpp.o
[ 76%] Linking CXX static library ../../../lib/libbamtools.a
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 76%] Built target BamTools-static
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target APIHeaders
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 76%] Built target APIHeaders
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target jsoncpp
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 77%] Building CXX object src/third_party/jsoncpp/CMakeFiles/jsoncpp.dir/json_reader.cpp.o
[ 78%] Building CXX object src/third_party/jsoncpp/CMakeFiles/jsoncpp.dir/json_value.cpp.o
[ 79%] Building CXX object src/third_party/jsoncpp/CMakeFiles/jsoncpp.dir/json_writer.cpp.o
[ 80%] Linking CXX static library ../../../../lib/libjsoncpp.a
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 80%] Built target jsoncpp
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target BamTools-utils
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 81%] Building CXX object src/utils/CMakeFiles/BamTools-utils.dir/bamtools_fasta.cpp.o
[ 82%] Building CXX object src/utils/CMakeFiles/BamTools-utils.dir/bamtools_options.cpp.o
[ 83%] Building CXX object src/utils/CMakeFiles/BamTools-utils.dir/bamtools_pileup_engine.cpp.o
[ 84%] Building CXX object src/utils/CMakeFiles/BamTools-utils.dir/bamtools_utilities.cpp.o
[ 85%] Linking CXX static library ../../../lib/libbamtools-utils.a
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 85%] Built target BamTools-utils
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
Scanning dependencies of target bamtools_cmd
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[3]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[ 86%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_convert.cpp.o
[ 87%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_count.cpp.o
[ 88%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_coverage.cpp.o
[ 89%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_filter.cpp.o
[ 90%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_header.cpp.o
[ 91%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_index.cpp.o
[ 92%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_merge.cpp.o
[ 93%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_random.cpp.o
[ 94%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_resolve.cpp.o
[ 95%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_revert.cpp.o
[ 96%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_sort.cpp.o
[ 97%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_split.cpp.o
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp: In member function ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&)’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:474:23: warning: typedef ‘TagElementType’ locally defined but not used [-Wunused-local-typedefs]
typedef T TagElementType;
^
In file included from /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamReader.h:14:0,
from /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:14:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = signed char; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = signed char]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:415:95: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
int elementLength = 0;
^
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = short int; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = short int]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:416:96: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = int; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = int]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:417:96: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = unsigned char; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = unsigned char]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:418:96: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = short unsigned int; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = short unsigned int]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:419:97: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = unsigned int; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = unsigned int]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:420:97: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h: In instantiation of ‘bool BamTools::BamAlignment::GetTag(const string&, std::vector<T>&) const [with T = float; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:499:13: required from ‘bool BamTools::SplitTool::SplitToolPrivate::SplitListTagImpl(BamTools::BamAlignment&) [with T = float]’
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/toolkit/bamtools_split.cpp:421:94: required from here
/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src/api/BamAlignment.h:581:9: warning: variable ‘elementLength’ set but not used [-Wunused-but-set-variable]
[ 98%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools_stats.cpp.o
[ 99%] Building CXX object src/toolkit/CMakeFiles/bamtools_cmd.dir/bamtools.cpp.o
[100%] Linking CXX executable ../../../bin/bamtools
make[3]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
[100%] Built target bamtools_cmd
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
make[1]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/build'
rm -rf build-tools-Linux-Release;
mkdir -p build-tools-Linux-Release;
cd build-tools-Linux-Release; \
qmake ../src/tools.pro "CONFIG-=debug" "CONFIG+=release" "DEFINES+=QT_NO_DEBUG_OUTPUT"; \
make;
make[1]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release'
cd cppCORE/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE/cppCORE.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
fatal: Not a git repository (or any of the parent directories): .git
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppCORE'
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Exceptions.o ../../src/cppCORE/Exceptions.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Settings.o ../../src/cppCORE/Settings.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Log.o ../../src/cppCORE/Log.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Helper.o ../../src/cppCORE/Helper.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o BasicStatistics.o ../../src/cppCORE/BasicStatistics.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o FileWatcher.o ../../src/cppCORE/FileWatcher.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o LinePlot.o ../../src/cppCORE/LinePlot.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o WorkerBase.o ../../src/cppCORE/WorkerBase.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o ToolBase.o ../../src/cppCORE/ToolBase.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o TSVFileStream.o ../../src/cppCORE/TSVFileStream.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o ScatterPlot.o ../../src/cppCORE/ScatterPlot.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o BarPlot.o ../../src/cppCORE/BarPlot.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Histogram.o ../../src/cppCORE/Histogram.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppCORE/ToolBase.h -o moc_ToolBase.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_ToolBase.o moc_ToolBase.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppCORE/FileWatcher.h -o moc_FileWatcher.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_FileWatcher.o moc_FileWatcher.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppCORE/WorkerBase.h -o moc_WorkerBase.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPCORE_LIBRARY -DCPPCORE_VERSION= -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/cppCORE -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_WorkerBase.o moc_WorkerBase.cpp
rm -f libcppCORE.so.1.0.0 libcppCORE.so libcppCORE.so.1 libcppCORE.so.1.0
g++ -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -shared -Wl,-soname,libcppCORE.so.1 -o libcppCORE.so.1.0.0 Exceptions.o Settings.o Log.o Helper.o BasicStatistics.o FileWatcher.o LinePlot.o WorkerBase.o ToolBase.o TSVFileStream.o ScatterPlot.o BarPlot.o Histogram.o moc_ToolBase.o moc_FileWatcher.o moc_WorkerBase.o -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
ln -s libcppCORE.so.1.0.0 libcppCORE.so
ln -s libcppCORE.so.1.0.0 libcppCORE.so.1
ln -s libcppCORE.so.1.0.0 libcppCORE.so.1.0
rm -f ../../bin/libcppCORE.so.1.0.0
mv -f libcppCORE.so.1.0.0 ../../bin/
rm -f ../../bin/libcppCORE.so
rm -f ../../bin/libcppCORE.so.1
rm -f ../../bin/libcppCORE.so.1.0
mv -f libcppCORE.so ../../bin/
mv -f libcppCORE.so.1 ../../bin/
mv -f libcppCORE.so.1.0 ../../bin/
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppCORE'
cd cppXML/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML/cppXML.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppXML'
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPXML_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppXML -I. -I../../src/cppCORE -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o XMLHelper.o ../../src/cppXML/XMLHelper.cpp
rm -f libcppXML.so.1.0.0 libcppXML.so libcppXML.so.1 libcppXML.so.1.0
g++ -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -shared -Wl,-soname,libcppXML.so.1 -o libcppXML.so.1.0.0 XMLHelper.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML/../../bin -lcppCORE -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Gui -L/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/lib -lQt5Xml -lQt5XmlPatterns -lQt5Network -lQt5Core -lGL -lpthread
ln -s libcppXML.so.1.0.0 libcppXML.so
ln -s libcppXML.so.1.0.0 libcppXML.so.1
ln -s libcppXML.so.1.0.0 libcppXML.so.1.0
rm -f ../../bin/libcppXML.so.1.0.0
mv -f libcppXML.so.1.0.0 ../../bin/
rm -f ../../bin/libcppXML.so
rm -f ../../bin/libcppXML.so.1
rm -f ../../bin/libcppXML.so.1.0
mv -f libcppXML.so ../../bin/
mv -f libcppXML.so.1 ../../bin/
mv -f libcppXML.so.1.0 ../../bin/
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppXML'
cd cppNGS/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS/cppNGS.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppNGS'
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o BedFile.o ../../src/cppNGS/BedFile.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Chromosome.o ../../src/cppNGS/Chromosome.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o VariantList.o ../../src/cppNGS/VariantList.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o VariantFilter.o ../../src/cppNGS/VariantFilter.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Statistics.o ../../src/cppNGS/Statistics.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o ChromosomalFileIndex.o ../../src/cppNGS/ChromosomalFileIndex.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Pileup.o ../../src/cppNGS/Pileup.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o NGSHelper.o ../../src/cppNGS/NGSHelper.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o FastqFileStream.o ../../src/cppNGS/FastqFileStream.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o FastaFileIndex.o ../../src/cppNGS/FastaFileIndex.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o VariantAnnotationDescription.o ../../src/cppNGS/VariantAnnotationDescription.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o QCCollection.o ../../src/cppNGS/QCCollection.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o StatisticsReads.o ../../src/cppNGS/StatisticsReads.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o ChromosomeInfo.o ../../src/cppNGS/ChromosomeInfo.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o SampleCorrelation.o ../../src/cppNGS/SampleCorrelation.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o CnvList.o ../../src/cppNGS/CnvList.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o LovdUploadFile.o ../../src/cppNGS/LovdUploadFile.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Phenotype.o ../../src/cppNGS/Phenotype.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o Transcript.o ../../src/cppNGS/Transcript.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o GeneSet.o ../../src/cppNGS/GeneSet.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/rcc -name cppNGS ../../src/cppNGS/cppNGS.qrc -o qrc_cppNGS.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGS_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../src/cppNGS -I. -I../../src/cppCORE -I../../src/cppXML -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXml -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtXmlPatterns -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtNetwork -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o qrc_cppNGS.o qrc_cppNGS.cpp
rm -f libcppNGS.so.1.0.0 libcppNGS.so libcppNGS.so.1 libcppNGS.so.1.0
g++ -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -shared -Wl,-soname,libcppNGS.so.1 -o libcppNGS.so.1.0.0 BedFile.o Chromosome.o VariantList.o VariantFilter.o Statistics.o ChromosomalFileIndex.o Pileup.o NGSHelper.o FastqFileStream.o FastaFileIndex.o VariantAnnotationDescription.o QCCollection.o StatisticsReads.o ChromosomeInfo.o SampleCorrelation.o CnvList.o LovdUploadFile.o Phenotype.o Transcript.o GeneSet.o qrc_cppNGS.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS/../../bin -lcppCORE -lcppXML -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS/../../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Xml -lQt5XmlPatterns -lQt5Network -lQt5Core -lpthread
ln -s libcppNGS.so.1.0.0 libcppNGS.so
ln -s libcppNGS.so.1.0.0 libcppNGS.so.1
ln -s libcppNGS.so.1.0.0 libcppNGS.so.1.0
rm -f ../../bin/libcppNGS.so.1.0.0
mv -f libcppNGS.so.1.0.0 ../../bin/
rm -f ../../bin/libcppNGS.so
rm -f ../../bin/libcppNGS.so.1
rm -f ../../bin/libcppNGS.so.1.0
mv -f libcppNGS.so ../../bin/
mv -f libcppNGS.so.1 ../../bin/
mv -f libcppNGS.so.1.0 ../../bin/
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppNGS'
cd cppNGSD/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD/cppNGSD.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppNGSD'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/uic ../../src/cppNGSD/GDBODialog.ui -o ui_GDBODialog.h
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o SqlQuery.o ../../src/cppNGSD/SqlQuery.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o NGSD.o ../../src/cppNGSD/NGSD.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o GDBO.o ../../src/cppNGSD/GDBO.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o DatabaseCache.o ../../src/cppNGSD/DatabaseCache.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o GDBODialog.o ../../src/cppNGSD/GDBODialog.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o GBDOFKEdit.o ../../src/cppNGSD/GBDOFKEdit.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o ProcessedSampleFKEdit.o ../../src/cppNGSD/ProcessedSampleFKEdit.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/rcc -name cppNGSD ../../src/cppNGSD/cppNGSD.qrc -o qrc_cppNGSD.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o qrc_cppNGSD.o qrc_cppNGSD.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppNGSD/NGSD.h -o moc_NGSD.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_NGSD.o moc_NGSD.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppNGSD/GDBODialog.h -o moc_GDBODialog.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_GDBODialog.o moc_GDBODialog.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppNGSD/GBDOFKEdit.h -o moc_GBDOFKEdit.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_GBDOFKEdit.o moc_GBDOFKEdit.cpp
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/cppNGSD/ProcessedSampleFKEdit.h -o moc_ProcessedSampleFKEdit.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DCPPNGSD_LIBRARY -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/cppNGSD -I. -I../../src/cppCORE -I../../src/cppNGS -I../../bamtools/src -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtWidgets -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtGui -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o moc_ProcessedSampleFKEdit.o moc_ProcessedSampleFKEdit.cpp
rm -f libcppNGSD.so.1.0.0 libcppNGSD.so libcppNGSD.so.1 libcppNGSD.so.1.0
g++ -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -shared -Wl,-soname,libcppNGSD.so.1 -o libcppNGSD.so.1.0.0 SqlQuery.o NGSD.o GDBO.o DatabaseCache.o GDBODialog.o GBDOFKEdit.o ProcessedSampleFKEdit.o qrc_cppNGSD.o moc_NGSD.o moc_GDBODialog.o moc_GBDOFKEdit.o moc_ProcessedSampleFKEdit.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD/../../bin -lcppCORE -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD/../../bamtools/lib/ -lbamtools -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Widgets -L/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/lib -lQt5Gui -lQt5Sql -lQt5Core -lGL -lpthread
ln -s libcppNGSD.so.1.0.0 libcppNGSD.so
ln -s libcppNGSD.so.1.0.0 libcppNGSD.so.1
ln -s libcppNGSD.so.1.0.0 libcppNGSD.so.1.0
rm -f ../../bin/libcppNGSD.so.1.0.0
mv -f libcppNGSD.so.1.0.0 ../../bin/
rm -f ../../bin/libcppNGSD.so
rm -f ../../bin/libcppNGSD.so.1
rm -f ../../bin/libcppNGSD.so.1.0
mv -f libcppNGSD.so ../../bin/
mv -f libcppNGSD.so.1 ../../bin/
mv -f libcppNGSD.so.1.0 ../../bin/
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/cppNGSD'
cd SamplesNGSD/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SamplesNGSD/SamplesNGSD.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SamplesNGSD'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SamplesNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SamplesNGSD/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/SamplesNGSD -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SamplesNGSD/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SamplesNGSD main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SamplesNGSD/../bin -lcppNGSD -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Sql -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SamplesNGSD'
cd BedChunk/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedChunk/BedChunk.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedChunk'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedChunk -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedChunk/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedChunk -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedChunk/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedChunk main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedChunk'
cd BamClipOverlap/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BamClipOverlap/BamClipOverlap.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BamClipOverlap'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BamClipOverlap -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BamClipOverlap/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BamClipOverlap -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BamClipOverlap/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BamClipOverlap main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BamClipOverlap'
cd BedAnnotateGenes/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedAnnotateGenes/BedAnnotateGenes.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedAnnotateGenes'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedAnnotateGenes -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedAnnotateGenes/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/BedAnnotateGenes -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedAnnotateGenes/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedAnnotateGenes main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedAnnotateGenes/../bin -lcppNGSD -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Sql -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedAnnotateGenes'
cd BedCoverage/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedCoverage/BedCoverage.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedCoverage'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedCoverage -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedCoverage/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedCoverage -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedCoverage/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedCoverage main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedCoverage'
cd BedLowCoverage/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedLowCoverage/BedLowCoverage.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedLowCoverage'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedLowCoverage -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedLowCoverage/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedLowCoverage -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedLowCoverage/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedLowCoverage main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedLowCoverage'
cd BedExtend/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedExtend/BedExtend.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedExtend'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedExtend -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedExtend/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedExtend -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedExtend/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedExtend main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedExtend'
cd BedInfo/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedInfo/BedInfo.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedInfo'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedInfo -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedInfo/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedInfo -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedInfo/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedInfo main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedInfo'
cd BedIntersect/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedIntersect/BedIntersect.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedIntersect'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedIntersect -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedIntersect/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedIntersect -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedIntersect/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedIntersect main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedIntersect'
cd BedMerge/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedMerge/BedMerge.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedMerge'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedMerge -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedMerge/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedMerge -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedMerge/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedMerge main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedMerge'
cd BedShrink/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedShrink/BedShrink.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedShrink'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedShrink -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedShrink/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedShrink -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedShrink/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedShrink main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedShrink'
cd BedSort/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedSort/BedSort.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedSort'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedSort -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedSort/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedSort -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedSort/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedSort main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedSort'
cd BedSubtract/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedSubtract/BedSubtract.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedSubtract'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedSubtract -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedSubtract/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedSubtract -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedSubtract/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedSubtract main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedSubtract'
cd Cidx/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/Cidx/Cidx.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/Cidx'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/Cidx -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/Cidx/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/Cidx -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/Cidx/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/Cidx main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/Cidx'
cd FastaInfo/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastaInfo/FastaInfo.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastaInfo'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastaInfo -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastaInfo/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastaInfo -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastaInfo/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastaInfo main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastaInfo'
cd SampleCorrelation/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleCorrelation/SampleCorrelation.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleCorrelation'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleCorrelation -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SampleCorrelation/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/SampleCorrelation -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SampleCorrelation/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SampleCorrelation main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleCorrelation'
cd SampleDiff/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleDiff/SampleDiff.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleDiff'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleDiff -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SampleDiff/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/SampleDiff -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SampleDiff/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SampleDiff main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleDiff'
cd SampleGender/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleGender/SampleGender.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleGender'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleGender -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SampleGender/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/SampleGender -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SampleGender/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SampleGender main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleGender'
cd BedAnnotateFreq/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedAnnotateFreq/BedAnnotateFreq.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedAnnotateFreq'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedAnnotateFreq -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedAnnotateFreq/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedAnnotateFreq -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedAnnotateFreq/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedAnnotateFreq main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedAnnotateFreq'
cd GenesToApproved/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToApproved/GenesToApproved.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/GenesToApproved'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToApproved -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/GenesToApproved/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/GenesToApproved -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/GenesToApproved/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/GenesToApproved main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToApproved/../bin -lcppNGSD -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Sql -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/GenesToApproved'
cd GenesToBed/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToBed/GenesToBed.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/GenesToBed'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToBed -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/GenesToBed/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/GenesToBed -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/GenesToBed/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/GenesToBed main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/GenesToBed/../bin -lcppNGSD -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Sql -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/GenesToBed'
cd VariantFilterRegions/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantFilterRegions/VariantFilterRegions.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantFilterRegions'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantFilterRegions -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/VariantFilterRegions/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/VariantFilterRegions -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/VariantFilterRegions/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/VariantFilterRegions main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantFilterRegions'
cd VariantAnnotateFrequency/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantAnnotateFrequency/VariantAnnotateFrequency.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantAnnotateFrequency'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantAnnotateFrequency -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/VariantAnnotateFrequency/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/VariantAnnotateFrequency -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/VariantAnnotateFrequency/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/VariantAnnotateFrequency main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantAnnotateFrequency'
cd TrioAnnotation/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/TrioAnnotation/TrioAnnotation.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/TrioAnnotation'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/TrioAnnotation -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/TrioAnnotation/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/TrioAnnotation -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/TrioAnnotation/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/TrioAnnotation main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/TrioAnnotation'
cd MappingQC/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/MappingQC/MappingQC.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/MappingQC'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/MappingQC -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/MappingQC/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/MappingQC -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/MappingQC/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/MappingQC main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/MappingQC'
cd VariantQC/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantQC/VariantQC.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantQC'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantQC -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/VariantQC/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/VariantQC -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/VariantQC/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/VariantQC main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantQC'
cd SomaticQC/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SomaticQC/SomaticQC.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SomaticQC'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SomaticQC -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SomaticQC/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/SomaticQC -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SomaticQC/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SomaticQC main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SomaticQC'
cd FastqExtract/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqExtract/FastqExtract.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqExtract'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqExtract -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqExtract/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqExtract -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqExtract/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqExtract main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqExtract'
cd FastqList/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqList/FastqList.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqList'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqList -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqList/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqList -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqList/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqList main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqList'
cd FastqFormat/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqFormat/FastqFormat.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqFormat'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqFormat -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqFormat/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqFormat -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqFormat/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqFormat main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqFormat'
cd ReadQC/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/ReadQC/ReadQC.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/ReadQC'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/ReadQC -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/ReadQC/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/ReadQC -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/ReadQC/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/ReadQC main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/ReadQC'
cd BamLeftAlign/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BamLeftAlign/BamLeftAlign.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BamLeftAlign'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BamLeftAlign -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BamLeftAlign/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BamLeftAlign -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BamLeftAlign/main.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BamLeftAlign -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o LeftAlign.o ../../src/BamLeftAlign/LeftAlign.cpp
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BamLeftAlign -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o IndelAllele.o ../../src/BamLeftAlign/IndelAllele.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BamLeftAlign main.o LeftAlign.o IndelAllele.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BamLeftAlign'
cd BedToFasta/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedToFasta/BedToFasta.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedToFasta'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/BedToFasta -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/BedToFasta/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/BedToFasta -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/BedToFasta/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/BedToFasta main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/BedToFasta'
cd VcfLeftAlign/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VcfLeftAlign/VcfLeftAlign.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VcfLeftAlign'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VcfLeftAlign -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/VcfLeftAlign/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/VcfLeftAlign -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/VcfLeftAlign/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/VcfLeftAlign main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VcfLeftAlign'
cd FastqMidParser/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqMidParser/FastqMidParser.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqMidParser'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqMidParser -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqMidParser/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqMidParser -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqMidParser/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqMidParser main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqMidParser'
cd FastqTrim/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqTrim/FastqTrim.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqTrim'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqTrim -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqTrim/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqTrim -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqTrim/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqTrim main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqTrim'
cd FastqConvert/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqConvert/FastqConvert.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqConvert'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/FastqConvert -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/FastqConvert/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/FastqConvert -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/FastqConvert/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/FastqConvert main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/FastqConvert'
cd VariantAnnotateNGSD/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantAnnotateNGSD/VariantAnnotateNGSD.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantAnnotateNGSD'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantAnnotateNGSD -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/VariantAnnotateNGSD/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/VariantAnnotateNGSD -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/VariantAnnotateNGSD/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/VariantAnnotateNGSD main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/VariantAnnotateNGSD/../bin -lcppNGSD -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Sql -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/VariantAnnotateNGSD'
cd SampleOverview/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleOverview/SampleOverview.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleOverview'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/SampleOverview -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/SampleOverview/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_CORE_LIB -I../../src/SampleOverview -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/SampleOverview/main.cpp
g++ -Wl,-rpath,'$ORIGIN' -Wl,-O1 -Wl,-rpath,/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -o ../../bin/SampleOverview main.o -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bin -lcppCORE -lcppXML -lcppNGS -L/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/../bamtools/lib/ -lbamtools -lz -L/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/lib -lQt5Core -lpthread
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/SampleOverview'
cd CnvHunter/ && ( test -e Makefile || /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/qmake /tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/CnvHunter/CnvHunter.pro CONFIG-=debug CONFIG+=release DEFINES+=QT_NO_DEBUG_OUTPUT -o Makefile ) && make -f Makefile
make[2]: Entering directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/CnvHunter'
/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/bin/moc -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/CnvHunter -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppCORE -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppXML -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGS -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/bamtools/include -I/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/703s8yf32g5vpjbny1xkkljbv4jmji02-flex-2.6.4/include -I/gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13/include -I/gnu/store/3y41sczy5h4w87dgrd67cmaplx429fh3-ruby-2.4.0/include -I/gnu/store/6hicns85s8ddp0y539wdspwx22ac2kmv-bzip2-1.0.6/include -I/gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2/include -I/gnu/store/msw2q7nr3vfmgwyxf15y0x7qbngs9y3d-file-5.30/include -I/gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4/include -I/gnu/store/6vps2jc0v6b4hr8ds98785xcf8061wz0-make-4.2.1/include -I/gnu/store/nnykzgwfy8mwh2gmxm715sjxykg8qjwn-binutils-2.28/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include -I/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include -I/gnu/store/jz6k6rc0vhqfz1hpn92z8zf0rh19c2vc-alsa-lib-1.1.4.1/include -I/gnu/store/vfjj14fcbkk0mrxvhq5n2md584hll3gm-dbus-1.10.18/include -I/gnu/store/f37a42j7fkc32vp5lahg66n5rr352f0s-cups-2.2.4/include -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -I/gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3/include -I/gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8/include -I/gnu/store/12zbd0c57gb79gyfx8xwqiv6pyj3i0q6-glib-2.52.2/include -I/gnu/store/0z1ly6b2cj2sb1mxln7rf9x3lj03lh65-harfbuzz-1.4.6/include -I/gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2/include -I/gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b/include -I/gnu/store/04lf7fdkkkh3xr0jkyqq3lzfhmpqxw6k-libmng-2.0.3/include -I/gnu/store/ljzqi3ajkc6l5r8hwdz7kr1zwbli3i7y-pciutils-3.5.5/include -I/gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29/include -I/gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5/include -I/gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4/include -I/gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14/include -I/gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3/include -I/gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9/include -I/gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3/include -I/gnu/store/f77rr2g8xyzyglzqbjbq4g5ql6jid38y-libxkbcommon-0.7.1/include -I/gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4/include -I/gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1/include -I/gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10/include -I/gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29/include -I/gnu/store/ysxprjqrxbhh6k3lri0shlyfbyay6fr3-libxtst-1.2.3/include -I/gnu/store/af5l75x0l49jprgn6i40m00a2s37dm0g-mtdev-1.1.5/include -I/gnu/store/cdaz9f7r2kw9vpahpbn66ffzhwk4229q-mysql-5.7.19/include -I/gnu/store/91807bv8gy6wwhc7yd4ncjmgf1wygy24-nss-3.32/include -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include -I/gnu/store/38qw5pb39kgbs763dz3p9lzfrxmcm102-postgresql-9.6.5/include -I/gnu/store/sg0qc5wz6afi6v8h10k76j8c9h8w8ngq-pulseaudio-10.0/include -I/gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40/include -I/gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3/include -I/gnu/store/z77nhww8zh96w6lb5ak6h3jb4niain3b-eudev-3.2.2/include -I/gnu/store/p10m8yi11v73v0k5fsw58fbv01qkkj13-unixodbc-2.3.4/include -I/gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0/include -I/gnu/store/7g256hkia55ilwjls0m50kqlvj8c18a8-xcb-util-image-0.4.0/include -I/gnu/store/vqi17ya5s8p18zzryh63cpkg6g1xyssc-xcb-util-keysyms-0.4.0/include -I/gnu/store/08pynqbwv4si9i42ybb9rl9hnjm2ljfy-xcb-util-renderutil-0.3.9/include -I/gnu/store/j034a64swr0kmbmrxcchzi46ss2i57f0-xcb-util-wm-0.4.1/include -I/gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11/include -I/gnu/store/sbwabpqfgsdjid2xqfyj0r1rzv2gfl0s-mesa-17.1.4/include -I/gnu/store/dwi04458qala1knhsvn1wis90mr65r8b-linux-libre-headers-4.4.47/include -I/gnu/store/ahwj567lrz8sgi2s0fzysdnplpiih7ag-graphite2-1.3.10/include -I/gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8/include -I/gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12/include -I/gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7/include -I/gnu/store/cb2bba87s151a2v386v6qw5j1h9l7qk2-compositeproto-0.4.2/include -I/gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31/include -I/gnu/store/qhk9b8xagh7r96yp8ah67jqnv8j93641-fixesproto-5.0/include -I/gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3/include -I/gnu/store/nynz920sj2iww9mpgcqfzlc6n66rpgrh-inputproto-2.3.2/include -I/gnu/store/khff5jq3zmbaiap1kdz4dg9rxi4jj0d5-xineramaproto-1.2.1/include -I/gnu/store/rf8l2wj1cynjcjq6chr0linr50c50sra-randrproto-1.5.0/include -I/gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1/include -I/gnu/store/121wny67lbs9p81rcvx9iqjq4igjmb3h-recordproto-1.14.2/include -I/gnu/store/2f6l4d9iqzrf79p8s600ch1322cv8cfy-nspr-4.16/include -I/gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13/include -I/gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25/include -I/gnu/store/4wm6z6dh5gkqbvxj7995lvr2bjwhqq25-libxxf86vm-1.1.4/include -I/gnu/store/27hw80d0nn2a5p56vk91qn6jvn036dla-libxshmfence-1.2/include -I/gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4/include -I/gnu/store/mw5vx6ykspgqlziwz39knw229x2z81c3-libvdpau-1.1.1/include -I/gnu/store/f3rjpkrj5129m2rgyknl67pc3kwz782p-libdrm-2.4.81/include -I/gnu/store/mnb8wyckwdn1sgwhljacx3bgykl7zwl8-glproto-1.4.17/include -I/gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2/include -I/gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8/include -I/gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0/include -I/gnu/store/sqkwlc329xvp1h99lvqd2886cdy8i0wq-xf86vidmodeproto-2.3.1/include -I/gnu/store/g1yr6p0bly8v8s2060v5cj73i29d40m7-damageproto-1.2.1/include -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++ -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu -I/gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/backward -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include -I/gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib/lib/gcc/x86_64-unknown-linux-gnu/5.4.0/include-fixed ../../src/CnvHunter/main.cpp -o main.moc
g++ -c -pipe -O3 -std=gnu++0x -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_CORE_LIB -I../../src/CnvHunter -I. -I../../src/cppCORE -I../../src/cppXML -I../../src/cppNGS -I../../bamtools/include -I../../src/cppNGSD -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtSql -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore -I. -I/gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/mkspecs/linux-g++ -o main.o ../../src/CnvHunter/main.cpp
../../src/CnvHunter/main.cpp: In member function ‘virtual void ConcreteTool::main()’:
../../src/CnvHunter/main.cpp:1068:15: error: ‘pow’ is not a member of ‘std’
rmsd += std::pow(samples[j]->doc[e]-samples[i]->doc[e], 2);
^
../../src/CnvHunter/main.cpp:1068:15: note: suggested alternative:
In file included from /gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include/features.h:410:0,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu/bits/os_defines.h:39,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu/bits/c++config.h:482,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/cstddef:44,
from /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore/qglobal.h:39,
from ../../src/cppCORE/cppCORE_global.h:4,
from ../../src/cppCORE/ToolBase.h:4,
from ../../src/CnvHunter/main.cpp:1:
/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include/bits/mathcalls.h:155:1: note: ‘pow’
__MATHCALL_VEC (pow,, (_Mdouble_ __x, _Mdouble_ __y));
^
../../src/CnvHunter/main.cpp:1070:19: error: ‘sqrt’ is not a member of ‘std’
rmsd = 1.0 / std::sqrt(rmsd/exon_indices.count());
^
../../src/CnvHunter/main.cpp:1070:19: note: suggested alternative:
In file included from /gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include/features.h:410:0,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu/bits/os_defines.h:39,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/x86_64-unknown-linux-gnu/bits/c++config.h:482,
from /gnu/store/5sv5zy2kgg6iaqyv8zw49w4243j0xkd0-gcc-5.4.0/include/c++/cstddef:44,
from /gnu/store/6fgh94phyq4239grgk8z7yjggldrvwbb-qt-5.6.2/include/QtCore/qglobal.h:39,
from ../../src/cppCORE/cppCORE_global.h:4,
from ../../src/cppCORE/ToolBase.h:4,
from ../../src/CnvHunter/main.cpp:1:
/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/include/bits/mathcalls.h:158:1: note: ‘sqrt’
__MATHCALL (sqrt,, (_Mdouble_ __x));
^
make[2]: *** [Makefile:773: main.o] Error 1
make[2]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release/CnvHunter'
make[1]: *** [Makefile:1287: sub-CnvHunter-make_first] Error 2
make[1]: Leaving directory '/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-0/source/build-tools-Linux-Release'
make: *** [Makefile:46: build_tools_release] Error 2
phase `build' failed after 209.3 seconds
note: keeping build directory `/tmp/guix-build-ngs-bits-0-1.c39f1807.drv-10'
builder for `/gnu/store/g997gbkj57yn7337m144qqpvb8s38qb3-ngs-bits-0-1.c39f1807.drv' failed with exit code 1
@ build-failed /gnu/store/g997gbkj57yn7337m144qqpvb8s38qb3-ngs-bits-0-1.c39f1807.drv - 1 builder for `/gnu/store/g997gbkj57yn7337m144qqpvb8s38qb3-ngs-bits-0-1.c39f1807.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/g997gbkj57yn7337m144qqpvb8s38qb3-ngs-bits-0-1.c39f1807.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment