Giter Site home page Giter Site logo

Comments (5)

lindenb avatar lindenb commented on July 16, 2024

this is strange because the current head is using

the following hash: 8dd4559dced3a243dde094415a9974c03aceb3e3

and not what I'm seeing in you trace: 9999 . How did you clone that project ?

furthermore, 'make all' works in travis: https://travis-ci.org/lindenb/jvarkit#L8149

from jvarkit.

lindenb avatar lindenb commented on July 16, 2024

Anyway, the Makefile rules is missing, I think that is what the message says.

I don't see any rule missing.

make -nB all produces no error.

furthermore, I suspect you're using a non-GNU version of make

(...)
 *   emake failed

And you can always restructure the makefile so that there are always these separate targets
'fetch', 'compile', 'install', 'all'

this is not my current interest, but feel free to submit a PR.

from jvarkit.

lindenb avatar lindenb commented on July 16, 2024

So what does the 'No rule to make target' mean?

I know it's not your final aim, but I would suggest you use a standard version of make, not your wrapper, and test if you get the very same message. If not, then I would say that it comes from your wrapper emake.

from jvarkit.

lindenb avatar lindenb commented on July 16, 2024

OK, I re-tried with calling make directly. I also forced one thread ... I got a different error.

/var/tmp/portage/sci-biology/jvarkit-9999/work/jvarkit-9999/src/main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java:162: error: unmappable character
 for encoding ASCII
        // Make A-shaped (really "???" shaped) curve at this scale:
                                    ^

Ah, I agree that one. There is an unicode character in my java file that was not detected by my tools.

file ./main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java
./main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java: UTF-8 Unicode C program text

it looks like, it's the only file with this problem:

$ find -type f -exec file '{}' ';' | grep Unicode
./main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java: UTF-8 Unicode C program text

fixed in c072292

$ file ./main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java./main/java/com/github/lindenb/jvarkit/tools/misc/VcfToHilbert.java: ASCII C program text

thanks

from jvarkit.

lindenb avatar lindenb commented on July 16, 2024

fixed (via email)

from jvarkit.

Related Issues (20)

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.