Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106246 - media-libs/compface's xbm2xface scripts fail to run due to CRLF line endings
Summary: media-libs/compface's xbm2xface scripts fail to run due to CRLF line endings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 01:15 UTC by James Rowe
Modified: 2005-09-19 05:18 UTC (History)
1 user (show)

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


Attachments
compface_CRLF_in_perl.patch (compface_CRLF_in_perl.patch,335 bytes, patch)
2005-09-17 01:15 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2005-09-17 01:15:19 UTC
It is the same problem which has apparently already reared its ugly head
with the Makefile.in and I presume the configure script.  The perl script
xbm2xface.pl will not run because the interpreter line ends with CRLF,
technically all that is required to fix this is to change the interpreter
line but it doesn't really hurt to "fix" the whole file(well apparently not
in this instance).

  The attached incredibly simple patch just adds the perl script to the
existing sed statement to remove the carriage returns and allow the script
to run.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 James Rowe 2005-09-17 01:15:52 UTC
Created attachment 68651 [details, diff]
compface_CRLF_in_perl.patch
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-09-19 05:18:43 UTC
thanks James