From owner-freebsd-ports@FreeBSD.ORG Mon Oct 8 11:41:18 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C34551065673 for ; Mon, 8 Oct 2012 11:41:17 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7D0CD8FC0C for ; Mon, 8 Oct 2012 11:41:17 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@FreeBSD.org with esmtp (envelope-from ) id <1TLBi0-001u2G-JK>; Mon, 08 Oct 2012 13:41:16 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@FreeBSD.org with esmtpsa (envelope-from ) id <1TLBi0-001rIq-Hs>; Mon, 08 Oct 2012 13:41:16 +0200 Message-ID: <5072BBDC.5040209@mail.zedat.fu-berlin.de> Date: Mon, 08 Oct 2012 13:41:16 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Ports FreeBSD X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Originating-IP: 130.133.86.198 Cc: Subject: databases/pgadmin3: make: illegal option -- - X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 11:41:18 -0000 I see the below shown error on only one of my FreeBSD boxes driven by either FreeBSD 9.1-PRE or FreeBSD 10.0-CUR, all amd64 and CLANG built. Since all FreeBSD 10.0-CUR boxes build the update of that specific port without complains, I guess there is a nasty hidden little bug in one of my config files. it relates only to one freeBSD 10 box, most recent system buildworld built with CLANG and most ports as far as possible build with CLANG. As the error states - there is a problem with the make option. I removed /etc/make.conf, /etc/src.conf, I recompiled devel/gmake ... what else should I do? I also deleted and reinstalled the ports tree, selectively the ports/Mk folder and downloaded it via SVN again since I suspected the error within the build environment. I also rebuild and installed py27-sphinx. As you can see, I use (on all boxes!) PostgreSQL 9.2.1 and excpet for this specific one box I was able to update databases/pgadmin3, so it seems not be an issue with the DB server. Has anyone any idea what is happening and how to solve? Where to look? I already checked the syntax of the /etc/make.conf file so I think there is no issue with that since I use the very same file on another FBSD 10 box with the same OS revision. Regards, Oliver [..] config.status: executing depfiles commands PostgreSQL directory: /usr/local PostgreSQL pg_config binary: /usr/local/bin/pg_config PostgreSQL version: PostgreSQL 9.2.1 PostgreSQL PQconninfoParse support: Present PostgreSQL SSL support: Present wxWidgets directory: /usr/local wxWidgets wx-config binary: /usr/local/bin/wxgtk2u-2.8-config wxWidgets version: wxWidgets 2.8.12 libxml2 directory: /usr/local libxml2 xml2-config binary: /usr/local/bin/xml2-config libxml2 version: libxml2 2.7.8 libxslt directory: /usr/local libxslt xslt-config binary: /usr/local/bin/xslt-config libxslt version: libxslt 1.1.26 Building Database Designer: No Building a debug version of pgAdmin: No Statically linking pgAdmin: No Building a Mac OS X appbundle: No sphinx-build executable: /usr/local/bin/sphinx-build pgAdmin configuration is now complete. You can now compile and install pgAdmin using 'make; make install'. ===> Building for pgadmin3-1.16.0 cd ./docs/en_US && make -f Makefile.sphinx SPHINXBUILD=/usr/local/bin/sphinx-build htmlhelp make: illegal option -- - usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] gmake: *** [doc] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/databases/pgadmin3.