John Martin wrote: > C. Bergstr?m wrote: >> .... I've got enough on my TODO list to keep busy for a couple days, >> but I'm feeling quite optimistic we can get this upstream in the >> foreseeable future. >> > The two biggest issues I had were: > > 1. The build environment depends upon the default shell being bash. > If the default shell is not bash, you get lots of errors like: > > sh: !: not found > > > 2. Lack of asprintf()/vasprintf() in Solaris. These functions are used > quite a bit. I ended up rolling my own, but never found a good single > header file that made all the sources files happy. > > What about uu_msprintf?
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4508459 Which describes exactly this problem, but doesn't look like that will get resolved in ON any time soon.. I'm pretty sure this will be all resolved in one way or another by the end of the week. also.. setting SHELL="/usr/bin/bash" didn't seem to work exactly as expected, but will probably just change all the files which assume bash, but don't explicitly call #!/bin/bash to be /fixed/.. Hopefully, upstream doesn't mind that