Git Product home page Git Product logo

Comments (5)

trotterdylan avatar trotterdylan commented on April 27, 2024

I think this is related to #24

I'm pretty sure it has something to do with modulefinder not generating the right dependencies, and therefore _collections.a is not a prerequisite of itertools. Can you paste the output of this command executed from the root of the repo:

python -m modulefinder -p $PWD/lib:$PWD/third_party/stdlib lib/itertools.py | awk '{if (($1 == "m" || $1 == "P") && $2 != "__main__" && $2 != "itertools") {gsub(/\./, "/", $2); print "build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/" $2 ".a"}}'

On my Linux box I get:

build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/_collections.a
build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/sys.a

from grumpy.

trotterdylan avatar trotterdylan commented on April 27, 2024

@yunfan Also, what version of make are you using?

from grumpy.

yunfan avatar yunfan commented on April 27, 2024

@trotterdylan

jyf@pc:~/repo/git/grumpy$ make -v
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

from grumpy.

yunfan avatar yunfan commented on April 27, 2024

@trotterdylan
and here is the output you require my executing

jyf@pc:~/repo/git/grumpy$ python -m modulefinder -p $PWD/lib:$PWD/third_party/stdlib lib/itertools.py | awk '{if (($1 == "m" || $1 == "P") && $2 != "__main__" && $2 != "itertools") {gsub(/\./, "/", $2); print "build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/" $2 ".a"}}'
build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/_collections.a
build/pkg/linux_amd64/grumpy/lib/itertools.a: build/pkg/linux_amd64/grumpy/lib/sys.a


from grumpy.

trotterdylan avatar trotterdylan commented on April 27, 2024

I'm almost certain this is a duplicate of #24 so I'm closing this for now.

from grumpy.

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.