Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217218 - version bump =app-arch/makeself-2.1.4 to 2.1.5
Summary: version bump =app-arch/makeself-2.1.4 to 2.1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jeremy Olexa (darkside) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 20:28 UTC by Scott M. Ferris
Modified: 2008-05-29 22:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott M. Ferris 2008-04-10 20:28:50 UTC
Version 2.1.4 keeps giving the following error (at least with app-shells/bash-3.2_p33)

/usr/bin/makeself.sh: line 312: echo: write error: Bad file descriptor

Version 2.1.5 is available and doesn't do this.  

Reproducible: Always

Steps to Reproduce:
1. mkdir foo
2. makeself.sh --nocomp --nox11 foo foo.run "foo" ./foo/foo.sh
3.

Actual Results:  
Header is 377 lines long

About to compress 4 KB of data...
Adding files to archive named "foo.run"...
./
/usr/bin/makeself.sh: line 312: echo: write error: Bad file descriptor
CRC: 3308069318
MD5: 870364edd8acde5ec30ebe3398f336c4

Self-extractible archive "foo.run" successfully created.


Expected Results:  
Header is 403 lines long

WARNING: Overwriting existing file: foo.run
About to compress 4 KB of data...
Adding files to archive named "foo.run"...
./
CRC: 3308069318
MD5: 870364edd8acde5ec30ebe3398f336c4

Self-extractible archive "foo.run" successfully created.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-05-22 00:05:36 UTC
2.1.5 in CVS, tested on x86. Please report back if this fixes your issue.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-05-29 02:07:51 UTC
(In reply to comment #1)
> 2.1.5 in CVS, tested on x86. Please report back if this fixes your issue.

For future reference: Known issue with makeself and file-4.24. See bug #219215

Comment 3 Scott M. Ferris 2008-05-29 22:15:26 UTC
2.1.5 works fine for me.