Date: Sun, 3 Aug 2003 00:31:22 +0000 From: Philip Reynolds <philip.reynolds@rfc-networks.ie> To: ports@freebsd.org Subject: Re: Postgresql 7.3.2 doesn't build Message-ID: <20030803003122.GA73845@rfc-networks.ie> In-Reply-To: <20030731115628.GC7018@jsmith.org> References: <20030731115628.GC7018@jsmith.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Justin Smith <jsmith@drexel.edu> 32 lines of wisdom included: > /usr/bin/ld -r -o SUBSYS.o geqo_copy.o geqo_eval.o geqo_main.o > geqo_misc.o geqo_mutation.o geqo_pool.o geqo_recombination.o > geqo_selection.o geqo_erx.o geqo_pmx.o geqo_cx.o geqo_px.o geqo_ox1.o > geqo_ox2.o > gmake[4]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/optimizer/geqo' > gmake -C path SUBSYS.o > gmake[4]: Entering directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/optimizer/path' > cc -O -pipe -mcpu=pentiumpro -Wall -Wmissing-prototypes > -Wmissing-declarations -I../../../../src/include -I/usr/local/include > -c -o allpaths.o allpaths.c > gmake[4]: *** [allpaths.o] Segmentation fault (core dumped) > gmake[4]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/optimizer/path' > gmake[3]: *** [path-recursive] Error 2 > gmake[3]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend/optimizer' > gmake[2]: *** [optimizer-recursive] Error 2 > gmake[2]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src/backend' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/databases/postgresql7/work/postgresql-7.3.2/src' > gmake: *** [all] Error 2 Hi Justin, I experienced roughly the same problem. Postgres was already installed. A quick pkg_delete() and then a ``make clean install'' seemed to fix everything. ports/55072 looks to be ready for committing as well, which is an update to 7.3.4 Ref: http://www.postgresql.org/news/142.html On a side note, is it just me (or mozilla) or do the lines on that port seem to be wrapped by a text editor. Copying and pasting the updated patches for 7.3.4 threw up a load of malformed lines, which turned out to be lines which seemed to have been wrapped. Excuse my ignorance, but is there any way around this? -- Philip Reynolds | RFC Networks Ltd. philip.reynolds@rfc-networks.ie | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030803003122.GA73845>