Giter Club home page Giter Club logo

Comments (11)

megastep avatar megastep commented on August 15, 2024

Mmh, I wonder if this may be related to the code that shows the progress of the extraction.

from makeself.

disterics avatar disterics commented on August 15, 2024

Had the same issue.
Confirmed that specifying --noprogress allows everything to work smoothly.

from makeself.

ibroomcorn avatar ibroomcorn commented on August 15, 2024

Hi megastep!
Had the same issue.
Confirmd that specifying --quiet or --noprogress shows everything to work smoothly.
More elegant way to solve this bug?

GNU bash,版本 4.2.24(1)-release-(x86_64-pc-linux-gnu)
kernel: 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

from makeself.

megastep avatar megastep commented on August 15, 2024

Does this only happen with very small archives ?

from makeself.

ibroomcorn avatar ibroomcorn commented on August 15, 2024

Thank you for your reply first£¡
Indeed this error happen with very small archives, but I don't know why!

2012/10/9 Stephane Peter [email protected]

Does this only happen with very small archives ?

¡ª
Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-9247009.

ÂæÖ¾»Ô

from makeself.

megastep avatar megastep commented on August 15, 2024

I merged some patches lately that may have addressed this issue. Can you check with the current code?

from makeself.

colingrady avatar colingrady commented on August 15, 2024

Using latest code from repo, appears to still be an issue, but only when using --lsm option.

user@machine:code  $ makeself.sh --noprogress --nox11 --copy --lsm package/package.lsm package/ test.sh "Test" ./install.sh
Header is 511 lines long

About to compress 24 KB of data...
Adding files to archive named "test.sh"...
a .
a ./files.tgz
a ./install.sh
a ./package.lsm
CRC: 421935829
MD5: d79aa82261ba456aa933f0566ba7c570

Self-extractable archive "test.sh" successfully created.
user@machine:code  $ ./test.sh --help
./test.sh: line 518: syntax error: unexpected end of file

However, when not using the --lsm option:

user@machine:code  $ makeself.sh --noprogress --nox11 --copy package/ test.sh "Test" ./install.sh
Header is 501 lines long

WARNING: Overwriting existing file: test.sh
About to compress 24 KB of data...
Adding files to archive named "test.sh"...
a .
a ./files.tgz
a ./install.sh
a ./package.lsm
CRC: 4162682684
MD5: cb6418437813495f10a3e3df66ec56aa

Self-extractable archive "test.sh" successfully created.
user@machine:code  $ ./test.sh --help
Makeself version 2.2.0
...

from makeself.

megastep avatar megastep commented on August 15, 2024

Is this still an issue?

from makeself.

PalashPannase avatar PalashPannase commented on August 15, 2024

makeself --noprogress --gzip --nomd5 --nocrc

yes ,when I am trying Makeself in Ubuntu 14.04. Same issue is got in other machine like ubuntu 12.04 its working properly only on 14.04 its gives the error .

Verfiying archive integrity... All good.
Uncompressing test_make 100%
gzip: stdin: unexpected end of file
Extraction failed.
Signal caught, cleaning up

from makeself.

megastep avatar megastep commented on August 15, 2024

Please check if this is still an issue in v2.5.0 - I made some fixes to this area of the code recently.

from makeself.

alcuinus avatar alcuinus commented on August 15, 2024

New user of makeself. Thank you for this project! However, I am sorry to say that the same error happens with v2.5.0. Linux mint 21. Trying long and short scripts, tried -noprogress --gzip --nomd5 --nocrc (or just the last two options) but the result is always:

gzip: stdin: unexpected end of file ... Decompression failed. ... Extraction failed. Signal caught, cleaning up

Thank you!

from makeself.

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.