Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #16
    Why don't you install the library either by using Ubuntu software center/method below?

    Code:
    $sudo apt-get install libgtextutils0
    Since you got the precompiled binaries for fastx-toolkit you should not need to install this separately.

    Comment

    • nareshvasani
      Member
      • Apr 2013
      • 57

      #17
      Thanks GenoMax.

      Comment

      • Zhang Siting
        Junior Member
        • Jan 2013
        • 2

        #18
        make errors

        I have met the same problem. How to solve it? Anybody helps?
        Originally posted by jazz View Post
        I am trying to install libgtextutils for running the FASTX toolkit on my Ubuntu, but I am getting the following error after 'sudo make install' command

        Making install in m4
        make[1]: Entering directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/m4'
        make[2]: Entering directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/m4'
        make[2]: Nothing to be done for `install-exec-am'.
        test -z "/usr/share/aclocal" || /bin/mkdir -p "/usr/share/aclocal"
        make[2]: Leaving directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/m4'
        make[1]: Leaving directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/m4'
        Making install in src
        make[1]: Entering directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src'
        Making install in gtextutils
        make[2]: Entering directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src/gtextutils'
        make[3]: Entering directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src/gtextutils'
        test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
        /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libgtextutils.la' '/usr/lib/libgtextutils.la'
        libtool: install: /usr/bin/install -c .libs/libgtextutils-0.6.1.so.0.0.0 /usr/lib/libgtextutils-0.6.1.so.0.0.0
        /usr/bin/install: cannot stat `.libs/libgtextutils-0.6.1.so.0.0.0': No such file or directory
        make[3]: *** [install-libLTLIBRARIES] Error 1
        make[3]: Leaving directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src/gtextutils'
        make[2]: *** [install-am] Error 2
        make[2]: Leaving directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src/gtextutils'
        make[1]: *** [install-recursive] Error 1
        make[1]: Leaving directory `/home/jkhurana/Downloads/libgtextutils-0.6.1/src'
        make: *** [install-recursive] Error 1

        Can anyone help me in this, since this tool is crucial for running FASTX.

        thanks

        Comment

        • nareshvasani
          Member
          • Apr 2013
          • 57

          #19
          Originally posted by Zhang Siting View Post
          I have met the same problem. How to solve it? Anybody helps?
          Install the library either by using Ubuntu software center/method below:

          Code:
          $sudo apt-get install libgtextutils0

          Best,
          Naresh

          Comment

          • Zhang Siting
            Junior Member
            • Jan 2013
            • 2

            #20
            Problem solved

            , thanks for your quick reply.
            This method doesn't work for me anyway. But I solve the problem just using the latest version of libgtextutils and fastx-toolkit. Hope this info helps.

            Originally posted by nareshvasani View Post
            Install the library either by using Ubuntu software center/method below:

            Code:
            $sudo apt-get install libgtextutils0

            Best,
            Naresh

            Comment

            • Nanu
              Member
              • Sep 2014
              • 30

              #21
              After make coomand
              below message pop up

              make all-recursive
              make[1]: Entering directory `/root/libgtextutils-0.6'
              Making all in m4
              make[2]: Entering directory `/root/libgtextutils-0.6/m4'
              make[2]: Nothing to be done for `all'.
              make[2]: Leaving directory `/root/libgtextutils-0.6/m4'
              Making all in src
              make[2]: Entering directory `/root/libgtextutils-0.6/src'
              Making all in gtextutils
              make[3]: Entering directory `/root/libgtextutils-0.6/src/gtextutils'
              /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c -o pipe_fitter.lo pipe_fitter.c
              libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c pipe_fitter.c -fPIC -DPIC -o .libs/pipe_fitter.o
              pipe_fitter.c: In function ‘pipe_close’:
              pipe_fitter.c:30:6: error: variable ‘i’ set but not used [-Werror=unused-but-set-variable]
              cc1: all warnings being treated as errors
              make[3]: *** [pipe_fitter.lo] Error 1
              make[3]: Leaving directory `/root/libgtextutils-0.6/src/gtextutils'
              make[2]: *** [all-recursive] Error 1
              make[2]: Leaving directory `/root/libgtextutils-0.6/src'
              make[1]: *** [all-recursive] Error 1
              make[1]: Leaving directory `/root/libgtextutils-0.6'
              make: *** [all] Error 2

              Can you please help me out to solve this issue

              I ran the command
              sudo apt-get install libtextutils0

              it shows the popup:

              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              libgtextutils0 is already the newest version.
              0 upgraded, 0 newly installed, 0 to remove and 330 not upgraded.

              Please help me to resolve the issue for installing libtextutils0.6

              Comment

              • Nanu
                Member
                • Sep 2014
                • 30

                #22
                After make coomand
                below message pop up

                make all-recursive
                make[1]: Entering directory `/root/libgtextutils-0.6'
                Making all in m4
                make[2]: Entering directory `/root/libgtextutils-0.6/m4'
                make[2]: Nothing to be done for `all'.
                make[2]: Leaving directory `/root/libgtextutils-0.6/m4'
                Making all in src
                make[2]: Entering directory `/root/libgtextutils-0.6/src'
                Making all in gtextutils
                make[3]: Entering directory `/root/libgtextutils-0.6/src/gtextutils'
                /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c -o pipe_fitter.lo pipe_fitter.c
                libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c pipe_fitter.c -fPIC -DPIC -o .libs/pipe_fitter.o
                pipe_fitter.c: In function ‘pipe_close’:
                pipe_fitter.c:30:6: error: variable ‘i’ set but not used [-Werror=unused-but-set-variable]
                cc1: all warnings being treated as errors
                make[3]: *** [pipe_fitter.lo] Error 1
                make[3]: Leaving directory `/root/libgtextutils-0.6/src/gtextutils'
                make[2]: *** [all-recursive] Error 1
                make[2]: Leaving directory `/root/libgtextutils-0.6/src'
                make[1]: *** [all-recursive] Error 1
                make[1]: Leaving directory `/root/libgtextutils-0.6'
                make: *** [all] Error 2

                Can you please help me out to solve this issue

                I ran the command
                sudo apt-get install libtextutils0

                it shows the popup:

                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                libgtextutils0 is already the newest version.
                0 upgraded, 0 newly installed, 0 to remove and 330 not upgraded.

                Please help me to resolve the issue for installing libtextutils0.6

                Comment

                • GenoMax
                  Senior Member
                  • Feb 2008
                  • 7142

                  #23
                  You need to install
                  Code:
                  $ sudo apt-get install libgtexutils-dev

                  Comment

                  • Nanu
                    Member
                    • Sep 2014
                    • 30

                    #24
                    Thanks..Still I got the following error..
                    I already keep the pre-binaries of fastx.

                    make all-recursive
                    make[1]: Entering directory `/home/himanshu/Downloads/libgtextutils-0.6'
                    Making all in m4
                    make[2]: Entering directory `/home/himanshu/Downloads/libgtextutils-0.6/m4'
                    make[2]: Nothing to be done for `all'.
                    make[2]: Leaving directory `/home/himanshu/Downloads/libgtextutils-0.6/m4'
                    Making all in src
                    make[2]: Entering directory `/home/himanshu/Downloads/libgtextutils-0.6/src'
                    Making all in gtextutils
                    make[3]: Entering directory `/home/himanshu/Downloads/libgtextutils-0.6/src/gtextutils'
                    /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c -o pipe_fitter.lo pipe_fitter.c
                    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT pipe_fitter.lo -MD -MP -MF .deps/pipe_fitter.Tpo -c pipe_fitter.c -fPIC -DPIC -o .libs/pipe_fitter.o
                    pipe_fitter.c: In function ‘pipe_close’:
                    pipe_fitter.c:30:6: error: variable ‘i’ set but not used [-Werror=unused-but-set-variable]
                    int i, status ;
                    ^
                    cc1: all warnings being treated as errors
                    make[3]: *** [pipe_fitter.lo] Error 1
                    make[3]: Leaving directory `/home/himanshu/Downloads/libgtextutils-0.6/src/gtextutils'
                    make[2]: *** [all-recursive] Error 1
                    make[2]: Leaving directory `/home/himanshu/Downloads/libgtextutils-0.6/src'
                    make[1]: *** [all-recursive] Error 1
                    make[1]: Leaving directory `/home/himanshu/Downloads/libgtextutils-0.6'
                    make: *** [all] Error 2

                    Please tell me what to do ????

                    Comment

                    • GenoMax
                      Senior Member
                      • Feb 2008
                      • 7142

                      #25
                      If you installed libgtexutils using apt-get then why are you trying to compile them from source?

                      Comment

                      • Nanu
                        Member
                        • Sep 2014
                        • 30

                        #26
                        When I am running the command make for fastx then it was showing the error
                        make all-recursive
                        make[1]: Entering directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13'
                        Making all in m4
                        make[2]: Entering directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/m4'
                        make[2]: Nothing to be done for `all'.
                        make[2]: Leaving directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/m4'
                        Making all in src
                        make[2]: Entering directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/src'
                        Making all in libfastx
                        make[3]: Entering directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/src/libfastx'
                        gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswitch-enum -Wunused-parameter -Wfloat-equal -Werror -DDEBUG -g -O1 -MT fastx.o -MD -MP -MF .deps/fastx.Tpo -c -o fastx.o fastx.c
                        In file included from /usr/include/stdio.h:937:0,
                        from fastx.c:18:
                        In function ‘fgets’,
                        inlined from ‘fastx_read_next_record’ at fastx.c:323:11:
                        /usr/include/x86_64-linux-gnu/bits/stdio2.h:261:2: error: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer [-Werror]
                        return __fgets_chk_warn (__s, __bos (__s), __n, __stream);
                        ^
                        In function ‘fgets’,
                        inlined from ‘fastx_read_next_record’ at fastx.c:365:12:
                        /usr/include/x86_64-linux-gnu/bits/stdio2.h:261:2: error: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer [-Werror]
                        return __fgets_chk_warn (__s, __bos (__s), __n, __stream);
                        ^
                        cc1: all warnings being treated as errors
                        make[3]: *** [fastx.o] Error 1
                        make[3]: Leaving directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/src/libfastx'
                        make[2]: *** [all-recursive] Error 1
                        make[2]: Leaving directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13/src'
                        make[1]: *** [all-recursive] Error 1
                        make[1]: Leaving directory `/home/himanshu/Downloads/fastx_toolkit-0.0.13'
                        make: *** [all] Error 2


                        So, I thought, this error is due to the libgrtextutils make command error. coz it was not showing the proper installation.

                        Comment

                        • GenoMax
                          Senior Member
                          • Feb 2008
                          • 7142

                          #27
                          Are you compiling the latest fastx toolkit source (0.0.14)? You may need to get the latest libgtextutils that are available on the download page: http://hannonlab.cshl.edu/fastx_toolkit/download.html

                          Comment

                          • Nanu
                            Member
                            • Sep 2014
                            • 30

                            #28
                            I am compiling on 0.0.13 version of fastx...with the libgtextutils 0.6 version. Now what should I do ?

                            Comment

                            • GenoMax
                              Senior Member
                              • Feb 2008
                              • 7142

                              #29
                              If you are compiling from source then may as well try the latest version. What flavor of *nix are you using?

                              BTW: Looking at another post on the forum you appear to be already running fastx using the pre-compiled binaries. Any specific reason to continue with compilation from source?

                              Comment

                              • Nanu
                                Member
                                • Sep 2014
                                • 30

                                #30
                                Genomax...
                                Firstly I was facing the error as i discussed with you. In this forum I understood about the binaries files when I checked for bin folder was there...Then i tried to execute it from there.. But I failed to continue it. From the binaries its showing error..so i tried for compiling through source.
                                I didnt know about *nix.

                                Comment

                                Latest Articles

                                Collapse

                                • SEQadmin2
                                  Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                  by SEQadmin2


                                  I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                                  Here are nine questions we think about, in roughly the order they matter, before...
                                  06-18-2026, 07:11 AM
                                • 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.
                                  ...
                                  06-02-2026, 10:05 AM

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, Yesterday, 05:37 AM
                                0 responses
                                6 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-26-2026, 11:10 AM
                                0 responses
                                16 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-17-2026, 06:09 AM
                                0 responses
                                51 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-09-2026, 11:58 AM
                                0 responses
                                110 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...