4.5Gb dumpfile and mising UUID
Nathan Kidd
nathan-svn at spicycrypto.ca
Thu Feb 26 15:31:03 EST 2009
Robin Guest wrote:
> ubuntu at ubuntu:~/vss2svn/ssphys$ sudo ./configure
...
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for main in -lboost_program_options... yes
> checking for main in -lboost_filesystem... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> config.status: executing libtool commands
> ubuntu at ubuntu:~/vss2svn/ssphys$
Whereas I get:
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for svnwcrev... no
> checking for svn... svn
> checking for svnversion... svnversion
> configure: wrote svnwcrev.sh
> checking for main in -lboost_program_options... yes
> checking for main in -lboost_filesystem... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
I can't see why it should, but running as a normal user (without sudo)
might help.
> How can I troubleshoot further?
A simple workaround is to run:
sed 's/\$.*\$/1/' version.in > version.h
Then run make again.
But the greater concern is if something else in configure is messed up.
More information about the vss2svn-users
mailing list