sjev / ibpy_old

Automatically exported from code.google.com/p/ibpy
Other
0 stars 0 forks source link

r347 broke sed syntax #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I just discovered ibpy and tried to build it from trunk but hit an error 
running the Makefile:

% make
[I] building release=0.8.0-9.62 version=0.8.0 revision=348 api=9.62
[I] exporting source from http://ibpy.googlecode.com/svn/trunk into 
release-0.8.0-9.62
[I] fixing version strings
sed: can't read s/api = "0"/api = "9.62"/: No such file or directory
make: *** [release-0.8.0-9.62] Error 2

It looks to me that r347 broke the sed syntax with the two double quotes (""). 
Are they there for a reason? I am using GNU sed 4.2.1 on linux.

Original issue reported on code.google.com by leonba...@gmail.com on 29 Jan 2012 at 4:00

GoogleCodeExporter commented 9 years ago
I put the double quotes in to get the sed commands to run on MacOS with BSD 
sed.  Le sigh.

Fix pending.

Original comment by troy.mel...@gmail.com on 29 Jan 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Fixed in r349.  Tested on macos 10.7 (bsd sed, unknown version) and linux 3.1 
(with gnu sed 4.2.1).

Original comment by troy.mel...@gmail.com on 29 Jan 2012 at 5:21