This is most likely an inconsistency or limitation with the version of the 'sed' program you are running. I'm guessing you're running on a Mac OSX platform? Sed generally expects to read from a regular file, where in this case is reading from a pipe (which is also a file, but special).
However, we should continue this discussion under the relevant bug number. This doesn't pertain to this particular bug in which a fix has been issued already. Thank you. On Sun, Jun 5, 2011 at 11:27 AM, Brad Phillips <[email protected]> wrote: > I just tried the build process, after a bone-clean.sh & bzr pull to > update the branch. > > I was able to run ./autogen.sh. When I change directory to build, > however, and run ../configure, I still get a few errors. They are: > > ../configure: line 4: .: filename argument required > .: usage: . filename [arguments] > > When I type head ../configure, I get the following bits of code: > > #! /bin/sh > # Guess values for system-dependent variables and create Makefiles. > # Generated by GNU Autoconf 2.68 for aiki -n ; > . > # > # Report bugs to <https://bugs.launchpad.net/aikiframework>. > # > # > # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, > # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software > > Hope this helps. > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/793043 > > Title: > Revision and 'dev' string tacked onto version at top level which > affects many files in the build system. > > Status in Aiki Framework: > Fix Released > > Bug description: > This is a non-flexible way of specifying the version and revision. > Some files in the build system may not want the revision tacked onto > the version such as the RPM spec file. > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/aikiframework/+bug/793043/+subscribe > -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/793043 Title: Revision and 'dev' string tacked onto version at top level which affects many files in the build system. Status in Aiki Framework: Fix Released Bug description: This is a non-flexible way of specifying the version and revision. Some files in the build system may not want the revision tacked onto the version such as the RPM spec file. _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

