Skip to content

canu fails due to #!perl #1

@tseemann

Description

@tseemann

On RHEL the canu master script fails:

$ ./Linux-amd64/bin/canu
-bash: ./Linux-amd64/bin/canu: perl: bad interpreter: No such file or directory

$ head -n 1 ./Linux-amd64/bin/canu
#!perl

$ perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi

I've never seen a hash-bang line with a bare exe name. Perhaps #!/usr/bin/env perl would be more compatible?

PS. canu compiled cleanly in 20 seconds on my new server make -j 72 (2 x 18 h/t cores) !!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions