On Wed, Apr 28, 2010 at 1:21 AM, Daniel Richard G. <sk...@iskunk.org> wrote:
> I'm building Subversion 1.6.11 from a read-only source tree. I get this: > > /nfs/subversion-1.6.11/build/transform_sql.sh > /nfs/subversion-1.6.11/subversion/libsvn_fs_fs/rep-cache-db.sql < > /nfs/subversion-1.6.11/subversion/libsvn_fs_fs/rep-cache-db.sql > > /nfs/subversion-1.6.11/subversion/libsvn_fs_fs/rep-cache-db.h > /bin/sh: /nfs/subversion-1.6.11/subversion/libsvn_fs_fs/rep-cache-db.h: > Read-only file system > gmake: *** [subversion/libsvn_fs_fs/rep-cache-db.h] Error 1 > > Given that rep-cache-db.h is always generated at build time, and is not > something that (I gather) can be bundled in the source tarball, it > should be written to builddir, not to srcdir. > Yes, this is a bug in the build / distribution process. In 1.7 and beyond, we pretransform the sql files, since they aren't platform-dependent, but those bits have yet to be backported to 1.6.x. -Hyrum