alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Source file ends up with ^M #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download latest serf-1.1.0.zip
2. unzip it
3. ./configure && make && sudo make install

What is the expected output? What do you see instead?
Expected output is /usr/local/serf directory made up.
Instead, I found /usr/local/serf^M and /usr/local/serf^M^M .

What version of the product are you using? On what operating system?
Latest serf-1.1.0 on MacOS 10.7

Please provide any additional information below.
I guess there is something different between serf-1.1.0.zip and 
serf-1.1.0.tar.bz2.
Cause serf-1.1.0.tar.bz2 works well when I make install and get /usr/local/serf.

After I use "diff -r serf-1.1.0_bz2 serf-1.1.0_zip", I find several files in 
zip are ending up with ^M.
Thus, please help remove the ^M at the end of files in zip to fix this issue.

Original issue reported on code.google.com by compan...@gmail.com on 11 Jun 2012 at 7:13

Attachments:

GoogleCodeExporter commented 9 years ago
The attachement is the result of "diff -r", thus you can get it by yourself if 
it's slow to view.

Original comment by compan...@gmail.com on 11 Jun 2012 at 7:16

GoogleCodeExporter commented 9 years ago
I just went through dev-list, and get to know that zip is prepared for windows 
users.
I misused it for Mac build. However, I just find no indication on this neither 
from download page nor readme. I would suggest some indications when 
downloading source code.

https://groups.google.com/forum/?fromgroups#!topic/serf-dev/9VeAmzFPXGo

Original comment by compan...@gmail.com on 15 Jun 2012 at 7:00

GoogleCodeExporter commented 9 years ago
I've changed the label of the .zip file on the downloads page to mark that it's 
created for Windows.

Thanks for the suggestion.
Lieven

Original comment by lieven.govaerts@gmail.com on 13 Sep 2012 at 8:03