Closed
Bug 225067
Opened 22 years ago
Closed 22 years ago
solitary carriage returns in mail/extensions/Makefile.in
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: malte, Assigned: mscott)
Details
Attachments
(1 file, 1 obsolete file)
|
1.36 KB,
patch
|
Details | Diff | Splinter Review |
My build failed because the file mail/extensions/Makefile.in (and the resulting
Makefile) had some extra carriage returns (0x0d) in them. They appear after the
lines from the recent checkin. Removing them fixed the problem.
| Reporter | ||
Comment 1•22 years ago
|
||
this hopefully fixes the line endings.
| Reporter | ||
Comment 2•22 years ago
|
||
I was using
ac_add_options --enable-extensions=inspector
for that build, I suppose the build process won't break without that option.
| Reporter | ||
Comment 3•22 years ago
|
||
Is there anything special that's preventing this from being checked in? If the
patch doesn't solve the issue maybe someone else could provide one?
| Assignee | ||
Comment 4•22 years ago
|
||
i apply it and cvs says there are no changes in the file and nothing gets
committed. I have not figured out a way to remove these line endings and have
them get committed.
| Reporter | ||
Comment 5•22 years ago
|
||
that's ugly :-/ but thanks for your reply, at least I know that there are problems.
Funny that the diff shows differences but they cannot be committed...
Comment 6•22 years ago
|
||
Scott,
Are you using cygwin on your windows box? and if so, which mode is the mount
where your tree located? CVS writes line endings according to the system it is
run on, so if your mount is in "text" mode, cvs may translate line endings into
CRLF pairs, hence no change to the file. I use binmode so that I don't have
these problems.
Kevin
| Reporter | ||
Comment 7•22 years ago
|
||
Your recent checkin fixed it!
Anyway, now there's another file breaking the build process for me: it's
mail/config/Makefile.in, line 86.
| Reporter | ||
Comment 8•22 years ago
|
||
Though it seems I am the only one having problems with these ^M's when
building, it would be nice if you could try to fix the mail/config/Makefile.in
for the upcoming 0.4 release/sources.
The patch probably won't work (like the last time) but maybe you can use some
other tricks (voodoo?) again :)
Attachment #135053 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•22 years ago
|
||
let's try having you send me a complete Makefile.in replacement? Maybe that will
work.
| Reporter | ||
Comment 10•22 years ago
|
||
thanks a lot, Scott, they are removed now. Great!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•