On Thu, 2009-03-05 at 03:45 -0800, yhara wrote: > Hello, > > I am trying to run AObench(http://lucille.atso-net.jp/aobench/) on > Ikarus > and tried to install SRFI libraries as described in the ikarus-scheme- > users-guide.pdf. > > It says following command will install the library: > $ bzr checkout --lightweight > http://bazaar.launchpad.net/~ikarus-srfi-team/ikarus-libraries/srfi > > but it fails on my MacBook (with Bazaar 1.4) like this. > /Users/yhara/research/r_6rs % bzr checkout --lightweight > http://bazaar.launchpad.net/~ikarus-srfi-team/ikarus-libraries/srfi > bzr: ERROR: Not a branch: "https://launchpad.net".
That failed because the branch is no longer owned by ikarus-srfi-team, it's owned by ikarus-libraries-team. Sorry for the confusion. > Is the URL correct? No. > (or moved to > 'https://code.launchpad.net/~ikarus-libraries-team/ikarus-libraries/ > srfi' ?) That's the current web page. The current checkout URL is: http://bazaar.launchpad.net/~ikarus-libraries-team/ikarus-libraries/srfi [A lot of the source-code under the ikarus-libraries project is portable to multiple R6RS systems. I've wondered if the Ikarus-specific names should be abandoned, but that would cause more URL confusion. I hope Aziz doesn't mind. It's extra name brand publicity :) But maybe we should move before it's more too late? After all, LaunchPad could change them on us anyways.] -- : Derick ----------------------------------------------------------------
