Thread: CVS problems
Hi.<br /><br />Yesterday I downloaded source code from CVS following<br /><br /><a href="http://developer.postgresql.org/docs/postgres/cvs.html">developer.postgresql.org/docs/postgres/cvs.html</a><br /><br/>First of all it had problems downloading files, INSTALL text file has not been downloaded, for example.<br /> Todaythat web page isn't even available...<br /><br />That's probably causing the problems I'm getting during<br />make<br/>make check<br /><br />I won't annoy with those problems until I'm sure I downloaded correctly souces from CVS.<br/><br />In case it's just a problem of mine can you please suggest some alternatives?<br /><br />Regards, Manolo.<br/>
Manolo SupaMA escribió: > Hi. > > Yesterday I downloaded source code from CVS following > > developer.postgresql.org/docs/postgres/cvs.html > > First of all it had problems downloading files, INSTALL text file has not > been downloaded, for example. > Today that web page isn't even available... That URL certainly goes to the CVS instructions. > That's probably causing the problems I'm getting during > make > make check Did you run configure? Did you use --enable-depend? What errors are you getting? -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
On Tue, 18 Mar 2008, Manolo SupaMA wrote: > Yesterday I downloaded source code from CVS following > developer.postgresql.org/docs/postgres/cvs.html There is another tutorial that's got a lot more detail than this one at http://wiki.postgresql.org/wiki/Working_with_CVS which uses rsync to make your own copy of the repository instead. -- * Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD
Alvaro Herrera wrote: <blockquote cite="mid:20080318134340.GB4625@alvh.no-ip.org" type="cite"><pre wrap="">Manolo SupaMAescribió: </pre><blockquote type="cite"><pre wrap="">Hi. Yesterday I downloaded source code from CVS following developer.postgresql.org/docs/postgres/cvs.html First of all it had problems downloading files, INSTALL text file has not been downloaded, for example. Today that web page isn't even available... </pre></blockquote><pre wrap=""> That URL certainly goes to the CVS instructions. </pre><blockquote type="cite"><pre wrap="">That's probably causing the problems I'm getting during make make check </pre></blockquote><pre wrap=""> Did you run configure? Did you use --enable-depend? What errors are you getting? </pre></blockquote> I run:<br /> ./configure --prefix="/usr/local/pgsql/wip/" CFLAGS=-O0 --enable-debug --enable-cassert--enable-depend<br /> make<br /> make check<br /><br /> It's the usual way I use to build postgres sourcecode for further installing.<br /> Anyway the problem has been solved downloading from scratch source code from CVS...maybe I downloaded a corrupted copy of the source code.<br /><br /> Thanks for your time.<br /> Regards, Manolo.<br/>