Git Product home page Git Product logo

Comments (9)

smoretti avatar smoretti commented on August 22, 2024

Hi

I think we got a similar issue with the Dockerfile. We started with a mini linux and something was missing. Never really found what is was, but moving to Ubuntu solves the issue.

So could you run manually the test_V3.sh script to see which step fails?

After the cmake step the script should be in the Tests/examples/ folder

from pftools3.

tillea avatar tillea commented on August 22, 2024

Hi,
I tried to run this command and attached the output. The strangest thing at the end of the log is the

test_V3.sh: 201: /build/pftools-3.2.6/src/Perl/make_iupac_cmp.pl: not found
 Error: Unexpected end of matrix file. Unable to find '..                              ' keyword.
Segmentation fault

I can confirm that

ls -l /build/pftools-3.2.6/src/Perl/make_iupac_cmp.pl
-rwxr-xr-x 1 pbuilder pbuilder 2278 Oct  8 10:56 /build/pftools-3.2.6/src/Perl/make_iupac_cmp.pl

exists. I think an issue is definitely

 $ /build/pftools-3.2.6/src/Perl/scramble_fasta.pl
 bash: /build/pftools-3.2.6/src/Perl/scramble_fasta.pl: /bin/env: bad interpreter: No such file or directory

On Debian it is

$ which env
/usr/bin/env

The interesting thing is that I tried to patch this script (to /usr/bin/perl as interpreter) but the exit code remained 1. :-(

Just let me know if I can provide more detailed information. Andreas.

test_V3.sh.output.zip

from pftools3.

smoretti avatar smoretti commented on August 22, 2024

I have harmonized the bin/env path in the master branch.

Is it better for you?

from pftools3.

tillea avatar tillea commented on August 22, 2024

from pftools3.

smoretti avatar smoretti commented on August 22, 2024

Is this still for the execute_test_V3.sh and check_output_of_test_V3.sh tests?

Which Debian version do you use? I will try to reproduce the issue in a container with a controlled environment.

from pftools3.

tillea avatar tillea commented on August 22, 2024

from pftools3.

smoretti avatar smoretti commented on August 22, 2024

I have built a container with debian:sid and the tests are successful on my side.

Like for our Dockerfile I have installed those packages before the compilation:

apt-get install -y --no-install-recommends \
      build-essential \
      libpcre++-dev \
      gfortran \
      libgfortran5 \
      ca-certificates \
      git \
      cmake \
      zlib1g-dev \
      libpng-dev \
      libfile-slurp-perl

from pftools3.

tillea avatar tillea commented on August 22, 2024

from pftools3.

smoretti avatar smoretti commented on August 22, 2024

Great
Thanks

from pftools3.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.