Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #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


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

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

      Comment


      • #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


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

          Comment


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

            Comment


            • #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

              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin


                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
                Yesterday, 07:01 AM
              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              51 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              45 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Working...
              X