Date: Thu, 2 Jan 2003 14:40:02 -0800 (PST) From: Palle Girgensohn <girgen@pingpong.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44097: posgresql-723 fails to compile (4.7 RC0) Message-ID: <200301022240.h02Me20K032381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44097; it has been noted by GNATS. From: Palle Girgensohn <girgen@pingpong.net> To: freebsd-gnats-submit@FreeBSD.org, fernan@iib.unsam.edu.ar Cc: Subject: Re: ports/44097: posgresql-723 fails to compile (4.7 RC0) Date: Thu, 02 Jan 2003 23:39:36 +0100 This is an error that has been reported from several sources. It is *very* odd, though. Here's what's failing: gmake[4]: Entering directory `/usr/ports/databases/postgresql7/work/postgresql-7.2.3/src/backend/utils' CPP='cc -E' AWK='nawk' /bin/sh Gen_fmgrtab.sh ../../../src/include/catalog/pg_proc.h cc -E: not found Somehow, /bin/sh is failing, and tries to run a program called "cc -E" instead of running the program "cc" with the argument "-E". I've never really gotten a good answer as to why this can happen, but the most knowledgeable guys blame /bin/sh. I'm inclined to agree. There is a new port just about to be comitted. Maybe it will work better? Either way, please set this PR to analyzed for now. I know about the problem, I'm digging, but I cannot resolve it. I cannot even reproduce it here. :( /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301022240.h02Me20K032381>