Git Product home page Git Product logo

ifuzzer's People

Contributors

cpuu avatar vspandan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ifuzzer's Issues

install error

When i run the following code, which occurs errors:

./pip install jsbeautifier

`Downloading/unpacking jsbeautifier
Downloading jsbeautifier-1.10.3.tar.gz (69kB): 69kB downloaded
Running setup.py (path:/tmp/pip_build_root/jsbeautifier/setup.py) egg_info for package jsbeautifier

warning: no files found matching 'js-beautify'

Downloading/unpacking six>=1.13.0 (from jsbeautifier)
Downloading six-1.14.0-py2.py3-none-any.whl
Downloading/unpacking editorconfig>=0.12.2 (from jsbeautifier)
Downloading EditorConfig-0.12.2-py2-none-any.whl
Installing collected packages: jsbeautifier, six, editorconfig
Running setup.py install for jsbeautifier
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip_build_root/jsbeautifier/setup.py", line 29, in
setup(name='jsbeautifier',
File "/home/node/IFuzzer/jython/Lib/distutils/core.py", line 152, in setup
dist.run_commands()
File "/home/node/IFuzzer/jython/Lib/distutils/core.py", line 152, in setup
dist.run_commands()
File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/home/node/IFuzzer/jython/Lib/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/home/node/IFuzzer/jython/Lib/distutils/command/install.py", line 589, in run
self.run_command(cmd_name)
File "/home/node/IFuzzer/jython/Lib/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/home/node/IFuzzer/jython/Lib/site-packages/setuptools/command/install_lib.py", line 14, in run
self.byte_compile(outfiles)
File "/home/node/IFuzzer/jython/Lib/distutils/command/install_lib.py", line 136, in byte_compile
byte_compile(files, optimize=0,
File "/home/node/IFuzzer/jython/Lib/distutils/util.py", line 567, in byte_compile
compile(file, cfile, dfile)
File "/home/node/IFuzzer/jython/Lib/py_compile.py", line 96, in compile
_py_compile.compile(file, cfile, dfile)
File "/home/node/IFuzzer/jython/Lib/py_compile.py", line 96, in compile
_py_compile.compile(file, cfile, dfile)
at org.python.objectweb.asm.MethodWriter.a(Unknown Source)
at org.python.objectweb.asm.ClassWriter.toByteArray(Unknown Source)
at org.python.compiler.ClassFile.write(ClassFile.java:215)
at org.python.compiler.Module.write(Module.java:620)
at org.python.compiler.Module.compile(Module.java:676)
at org.python.core.imp.compileSource(imp.java:370)
at org.python.core.imp.compileSource(imp.java:292)
at org.python.modules._py_compile.compile(_py_compile.java:28)
at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)

java.lang.RuntimeException: java.lang.RuntimeException: Method code too large!
Complete output from command /home/node/IFuzzer/jython/bin/jython -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/jsbeautifier/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Nj_Wcw-record/install-record.txt --single-version-externally-managed --compile:
running install

running build

running build_py

creating build

creating build/lib

creating build/lib/jsbeautifier

copying jsbeautifier/init.py -> build/lib/jsbeautifier

copying jsbeautifier/version.py -> build/lib/jsbeautifier

creating build/lib/jsbeautifier/tests

copying jsbeautifier/tests/init.py -> build/lib/jsbeautifier/tests

copying jsbeautifier/tests/testindentation.py -> build/lib/jsbeautifier/tests

creating build/lib/jsbeautifier/tests/generated

copying jsbeautifier/tests/generated/init.py -> build/lib/jsbeautifier/tests/generated

copying jsbeautifier/tests/generated/tests.py -> build/lib/jsbeautifier/tests/generated

creating build/lib/jsbeautifier/core

copying jsbeautifier/core/pattern.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/directives.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/token.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/init.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/whitespacepattern.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/inputscanner.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/tokenstream.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/tokenizer.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/templatablepattern.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/options.py -> build/lib/jsbeautifier/core

copying jsbeautifier/core/output.py -> build/lib/jsbeautifier/core

creating build/lib/jsbeautifier/javascript

copying jsbeautifier/javascript/init.py -> build/lib/jsbeautifier/javascript

copying jsbeautifier/javascript/tokenizer.py -> build/lib/jsbeautifier/javascript

copying jsbeautifier/javascript/acorn.py -> build/lib/jsbeautifier/javascript

copying jsbeautifier/javascript/options.py -> build/lib/jsbeautifier/javascript

copying jsbeautifier/javascript/beautifier.py -> build/lib/jsbeautifier/javascript

creating build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/init.py -> build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/javascriptobfuscator.py -> build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/urlencode.py -> build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/packer.py -> build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/evalbased.py -> build/lib/jsbeautifier/unpackers

copying jsbeautifier/unpackers/myobfuscate.py -> build/lib/jsbeautifier/unpackers

creating build/lib/jsbeautifier/unpackers/tests

copying jsbeautifier/unpackers/tests/init.py -> build/lib/jsbeautifier/unpackers/tests

copying jsbeautifier/unpackers/tests/testmyobfuscate.py -> build/lib/jsbeautifier/unpackers/tests

copying jsbeautifier/unpackers/tests/testurlencode.py -> build/lib/jsbeautifier/unpackers/tests

copying jsbeautifier/unpackers/tests/testjavascriptobfuscator.py -> build/lib/jsbeautifier/unpackers/tests

copying jsbeautifier/unpackers/tests/testpacker.py -> build/lib/jsbeautifier/unpackers/tests

running install_lib

copying build/lib/jsbeautifier/javascript/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript

copying build/lib/jsbeautifier/javascript/tokenizer.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript

copying build/lib/jsbeautifier/javascript/acorn.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript

copying build/lib/jsbeautifier/javascript/options.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript

copying build/lib/jsbeautifier/javascript/beautifier.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript

copying build/lib/jsbeautifier/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier

copying build/lib/jsbeautifier/unpackers/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/unpackers/javascriptobfuscator.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/unpackers/tests/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests

copying build/lib/jsbeautifier/unpackers/tests/testmyobfuscate.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests

copying build/lib/jsbeautifier/unpackers/tests/testurlencode.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests

copying build/lib/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests

copying build/lib/jsbeautifier/unpackers/tests/testpacker.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests

copying build/lib/jsbeautifier/unpackers/urlencode.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/unpackers/packer.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/unpackers/evalbased.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/unpackers/myobfuscate.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers

copying build/lib/jsbeautifier/core/pattern.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/directives.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/token.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/whitespacepattern.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/inputscanner.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/tokenstream.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/tokenizer.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/templatablepattern.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/options.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/core/output.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core

copying build/lib/jsbeautifier/tests/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests

copying build/lib/jsbeautifier/tests/testindentation.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests

copying build/lib/jsbeautifier/tests/generated/init.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/generated

copying build/lib/jsbeautifier/tests/generated/tests.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/generated

copying build/lib/jsbeautifier/version.py -> /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript/tokenizer.py to tokenizer$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript/acorn.py to acorn$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript/options.py to options$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/javascript/beautifier.py to beautifier$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/javascriptobfuscator.py to javascriptobfuscator$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests/testmyobfuscate.py to testmyobfuscate$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests/testurlencode.py to testurlencode$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests/testjavascriptobfuscator.py to testjavascriptobfuscator$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/tests/testpacker.py to testpacker$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/urlencode.py to urlencode$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/packer.py to packer$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/evalbased.py to evalbased$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/unpackers/myobfuscate.py to myobfuscate$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/pattern.py to pattern$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/directives.py to directives$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/token.py to token$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/whitespacepattern.py to whitespacepattern$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/inputscanner.py to inputscanner$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/tokenstream.py to tokenstream$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/tokenizer.py to tokenizer$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/templatablepattern.py to templatablepattern$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/options.py to options$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/core/output.py to output$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/testindentation.py to testindentation$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/generated/init.py to init$py.class

byte-compiling /home/node/IFuzzer/jython/Lib/site-packages/jsbeautifier/tests/generated/tests.py to tests$py.class

Traceback (most recent call last):

File "", line 1, in

File "/tmp/pip_build_root/jsbeautifier/setup.py", line 29, in

setup(name='jsbeautifier',

File "/home/node/IFuzzer/jython/Lib/distutils/core.py", line 152, in setup

dist.run_commands()

File "/home/node/IFuzzer/jython/Lib/distutils/core.py", line 152, in setup

dist.run_commands()

File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 953, in run_commands

self.run_command(cmd)

File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 972, in run_command

cmd_obj.run()

File "/home/node/IFuzzer/jython/Lib/site-packages/setuptools/command/install.py", line 61, in run

return orig.install.run(self)

File "/home/node/IFuzzer/jython/Lib/distutils/command/install.py", line 589, in run

self.run_command(cmd_name)

File "/home/node/IFuzzer/jython/Lib/distutils/cmd.py", line 326, in run_command

self.distribution.run_command(command)

File "/home/node/IFuzzer/jython/Lib/distutils/dist.py", line 972, in run_command

cmd_obj.run()

File "/home/node/IFuzzer/jython/Lib/site-packages/setuptools/command/install_lib.py", line 14, in run

self.byte_compile(outfiles)

File "/home/node/IFuzzer/jython/Lib/distutils/command/install_lib.py", line 136, in byte_compile

byte_compile(files, optimize=0,

File "/home/node/IFuzzer/jython/Lib/distutils/util.py", line 567, in byte_compile

compile(file, cfile, dfile)

File "/home/node/IFuzzer/jython/Lib/py_compile.py", line 96, in compile

_py_compile.compile(file, cfile, dfile)

File "/home/node/IFuzzer/jython/Lib/py_compile.py", line 96, in compile

_py_compile.compile(file, cfile, dfile)

at org.python.objectweb.asm.MethodWriter.a(Unknown Source)

at org.python.objectweb.asm.ClassWriter.toByteArray(Unknown Source)

at org.python.compiler.ClassFile.write(ClassFile.java:215)

at org.python.compiler.Module.write(Module.java:620)

at org.python.compiler.Module.compile(Module.java:676)

at org.python.core.imp.compileSource(imp.java:370)

at org.python.core.imp.compileSource(imp.java:292)

at org.python.modules._py_compile.compile(_py_compile.java:28)

at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

java.lang.RuntimeException: java.lang.RuntimeException: Method code too large!


Cleaning up...
Command "/home/node/IFuzzer/jython/bin/jython -c "import setuptools, tokenize;file='/tmp/pip_build_root/jsbeautifier/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-Nj_Wcw-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip_build_root/jsbeautifier
Storing debug log for failure in /root/.pip/pip.log

`

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.