Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • emixaM
    Member
    • May 2011
    • 26

    #16
    With a clean install :

    Code:
    Decompressing /tmp/bcl2fastq-1.8.4/src/../redist/cmake-2.8.4.tar.gz
    ---------------------------------------------
    CMake 2.8.4, Copyright 2000-2009 Kitware, Inc.
    C compiler on this system is: /compilers/gcc/4.5/bin/gcc 
    C++ compiler on this system is: /compilers/gcc/4.5/bin/g++ 
    Makefile processor on this system is: gmake
    /compilers/gcc/4.5/bin/g++ is GNU compiler
    /compilers/gcc/4.5/bin/g++ has STL in std:: namespace
    /compilers/gcc/4.5/bin/g++ has ANSI streams
    /compilers/gcc/4.5/bin/g++ has streams in std:: namespace
    /compilers/gcc/4.5/bin/g++ has sstream
    /compilers/gcc/4.5/bin/g++ has operator!=(string, char*)
    /compilers/gcc/4.5/bin/g++ has stl iterator_traits
    /compilers/gcc/4.5/bin/g++ has standard template allocator
    /compilers/gcc/4.5/bin/g++ has allocator<>::rebind<>
    /compilers/gcc/4.5/bin/g++ does not have non-standard allocator<>::max_size argument
    /compilers/gcc/4.5/bin/g++ has stl containers supporting allocator objects
    /compilers/gcc/4.5/bin/g++ has header cstddef
    /compilers/gcc/4.5/bin/g++ requires template friends to use <>
    /compilers/gcc/4.5/bin/g++ supports member templates
    /compilers/gcc/4.5/bin/g++ has standard template specialization syntax
    /compilers/gcc/4.5/bin/g++ has argument dependent lookup
    /compilers/gcc/4.5/bin/g++ has struct stat with st_mtim member
    /compilers/gcc/4.5/bin/g++ has ios::binary openmode
    /compilers/gcc/4.5/bin/g++ has ANSI for scoping
    ---------------------------------------------
    ...
    Cleaning up /tmp/bcl2fastq-1.8.4-build/bootstrap/build/cmake-2.8.4
    CMake installed successfully
    Using installed /tmp/bcl2fastq-1.8.4-build/bootstrap/bin/cmake
    -- The C compiler identification is GNU
    -- The CXX compiler identification is GNU
    -- Check for working C compiler: /compilers/gcc/4.5/bin/gcc
    -- Check for working C compiler: /compilers/gcc/4.5/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /compilers/gcc/4.5/bin/g++
    -- Check for working CXX compiler: /compilers/gcc/4.5/bin/g++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- install      prefix: /software/bcl2fastq/bcl2fastq-1.8.4
    -- install exec prefix: .
    -- install     bin dir: ./bin
    -- install     lib dir: ./lib/bcl2fastq-1.8.4
    -- install libexec dir: ./libexec/bcl2fastq-1.8.4
    -- install include dir: include/bcl2fastq-1.8.4
    -- install    data dir: share/bcl2fastq-1.8.4
    -- install     doc dir: doc/bcl2fastq-1.8.4
    -- install     man dir: man
    -- Verifying target directories access
    -- Creating external tools in subdirectory opt
    -- Could NOT find Boost
    -- Boost 1.44.0 not found. Boost will be built from the distribution...
    Decompressing /tmp/bcl2fastq-1.8.4/src/../redist/boost_1_44_0.tar.gz
    Building Boost.Jam with toolset gcc... tools/jam/src/bin.linuxx86_64/bjam
    Unicode/ICU support for Boost.Regex?... not found.
    Generating Boost.Build configuration in project-config.jam...
    
    Bootstrapping is done. To build, run:
    
        ./bjam
        
    To adjust configuration, edit 'project-config.jam'.
    Further information:
    
       - Command line help:
         ./bjam --help
         
       - Getting started guide: 
         http://www.boost.org/more/getting_started/unix-variants.html
         
       - Boost.Build documentation:
         http://www.boost.org/boost-build2/doc/html/index.html
    
    ...found 14 targets...
    ...updating 8 targets...
    common.mkdir bin.v2
    common.mkdir bin.v2/libs
    common.mkdir bin.v2/libs/regex
    common.mkdir bin.v2/libs/regex/build
    common.mkdir bin.v2/libs/regex/build/gcc-4.5.4
    common.mkdir bin.v2/libs/regex/build/gcc-4.5.4/debug
    gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.4/debug/has_icu_test.o
    libs/regex/build/has_icu_test.cpp:12:30: erreur fatale: unicode/uversion.h : Aucun fichier ou dossier de ce type
    compilation terminée.
    
        "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1  -I"." -c -o "bin.v2/libs/regex/build/gcc-4.5.4/debug/has_icu_test.o" "libs/regex/build/has_icu_test.cpp"
    
    ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.4/debug/has_icu_test.o...
    ...skipped <pbin.v2/libs/regex/build/gcc-4.5.4/debug>has_icu for lack of <pbin.v2/libs/regex/build/gcc-4.5.4/debug>has_icu_test.o...
    ...failed updating 1 target...
    ...skipped 1 target...
    ...updated 6 targets...
    Performing configuration checks
    
        - has_icu builds           : no
    
    Component configuration:
    
        - date_time                : building
        - filesystem               : building
        - graph                    : not building
        - graph_parallel           : not building
        - iostreams                : building
        - math                     : not building
        - mpi                      : not building
        - program_options          : building
        - python                   : not building
        - random                   : not building
        - regex                    : building
        - serialization            : building
        - signals                  : not building
        - system                   : building
        - test                     : not building
        - thread                   : building
        - wave                     : not building
    
    ...patience...
    ...
    ...patience...
    ...found 17154 targets...
    ...updating 8274 targets...
    ...
    ...updated 8274 targets...
    boost-1_44_0 installed successfully
    -- Successfuly built boost 1.44.0 from the distribution package...
    -- Check if the system is big endian
    -- Searching 16 bit integer
    -- Looking for sys/types.h
    -- Looking for sys/types.h - found
    -- Looking for stdint.h
    -- Looking for stdint.h - found
    -- Looking for stddef.h
    -- Looking for stddef.h - found
    -- Check size of unsigned short
    -- Check size of unsigned short - done
    -- Using unsigned short
    -- Check if the system is big endian - little endian
    -- Looking for floorf
    -- Looking for floorf - found
    -- Looking for round
    -- Looking for round - found
    -- Looking for roundf
    -- Looking for roundf - found
    -- Looking for powf
    -- Looking for powf - found
    -- Looking for erf
    -- Looking for erf - found
    -- Looking for erf
    -- Looking for erf - found
    -- Looking for erfc
    -- Looking for erfc - found
    -- Looking for erfc
    -- Looking for erfc - found
    -- All libraries will be statically linked
    -- Found ZLIB  header: /usr/include/zlib.h
    -- Found ZLIB library: /usr/lib64/libz.a
    -- gzip compression supported
    CMake Error at cmake/cxxConfigure.cmake:84 (message):
      No support for bzip2 compression
    Call Stack (most recent call first):
      c++/CMakeLists.txt:33 (include)
    
    
    -- Configuring incomplete, errors occurred!
    But again:

    Code:
    $ rpm -qa | grep bzip
    bzip2-1.0.5-7.el6_0.x86_64
    bzip2-libs-1.0.5-7.el6_0.x86_64
    bzip2-devel-1.0.5-7.el6_0.x86_64
    Any ideas?

    Comment

    • emixaM
      Member
      • May 2011
      • 26

      #17
      Oh, I removed the --static and it went through O_o

      Let's go to the make, now...

      Comment

      • emixaM
        Member
        • May 2011
        • 26

        #18
        make and make install worked flawlessly

        BUT...

        When launching the executable, I encountered the well documented problem:

        Code:
        $ ./configureBclToFastq.pl
        "my" variable $value masks earlier declaration in same statement at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 760.
        syntax error at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 747, near "$variable qw(ELAND_FASTQ_FILES_PER_PROCESS)"
        Global symbol "$variable" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 749.
        syntax error at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 751, near "$directory qw(ELAND_GENOME)"
        Global symbol "$self" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$directory" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$project" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$sample" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$lane" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$barcode" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        Global symbol "$reference" requires explicit package name at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 753.
        syntax error at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm line 761, near "}"
        /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment/Config.pm has too many errors.
        Compilation failed in require at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment.pm line 61.
        BEGIN failed--compilation aborted at /software/bcl2fastq/bcl2fastq-1.8.4/lib/bcl2fastq-1.8.4/perl/Casava/Alignment.pm line 61.
        Compilation failed in require at ./configureBclToFastq.pl line 250.
        BEGIN failed--compilation aborted at ./configureBclToFastq.pl line 250.
        My perl version is:

        Code:
        $ perl -v
        
        This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-thread-multi
        I found this : http://seqanswers.com/forums/showpos...6&postcount=29

        but I do not have the root privileges, so any ideas to make it work?

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #19
          @emixaM you do not need root privileges to make that perlbrew hack work.

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #20
            BTW: Is the bgzip2 program in your PATH?

            Comment

            • emixaM
              Member
              • May 2011
              • 26

              #21
              Sorry for the long reply (end year is always chaos).

              It works flawlessly with perlbrew (and, as you pointed out, it does not require root privileges).

              Thanks a lot!

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                by SEQadmin2


                Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                ...
                Yesterday, 10:05 AM
              • SEQadmin2
                Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                by SEQadmin2


                With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                Introduction

                Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                05-22-2026, 06:42 AM
              • SEQadmin2
                Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                by SEQadmin2

                Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                05-06-2026, 09:04 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 12:03 PM
              0 responses
              17 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, Yesterday, 11:40 AM
              0 responses
              13 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-28-2026, 11:40 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 05-26-2026, 10:12 AM
              0 responses
              31 views
              0 reactions
              Last Post SEQadmin2  
              Working...