From owner-freebsd-ports@FreeBSD.ORG Sat Dec 15 21:21:38 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9A2781E for ; Sat, 15 Dec 2012 21:21:38 +0000 (UTC) (envelope-from patrick.dudjalija@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2A95E8FC0A for ; Sat, 15 Dec 2012 21:21:37 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so2556971eek.13 for ; Sat, 15 Dec 2012 13:21:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3lwf2NmwdcFzk46zRKe6sXjBWVQr0anGAym7Ys+z7uw=; b=rSylaeDCE5O85FWR0gM3T9y3UlYUE0iR14v5sO+ibxK8pKAE8MZFTxTOXKs2jTp6wB 1655XMHULFU5sAl1cKMNxT7ETKD7LmiNEDSKZws/4vHIJjBC1Seuqsx7FpTp94tTFRo+ /7fXH63ee2j69/YGgrNsEhTSKZSoPvK2Y2H+MMI2vqSfZ1SX89ZTmqRZPpvR4aIr7p8X cTV+hLJBxu59cvRTDX9DELufKeKYxhdaoz4c8xCLNaNRJPBgAoSkqdNiGczpOhzUHcmH h2/QS7cIw0MXWTXk/kpEhwVch3JbVcGoMYi0IVA/qU5frVvZ5lEr/LqtJXoTofqvbxEa ZCzw== MIME-Version: 1.0 Received: by 10.14.225.72 with SMTP id y48mr26125965eep.46.1355606497085; Sat, 15 Dec 2012 13:21:37 -0800 (PST) Received: by 10.14.98.68 with HTTP; Sat, 15 Dec 2012 13:21:36 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 22:21:36 +0100 Message-ID: Subject: Re: FreeBSD Port: devel/gnustep From: patrick dudjalija To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 21:21:38 -0000 Hello ! I've just found some more information. In the terminal output, i get first another 'fail' message (see below). It happens that gcc42 is not found. I checked my config : configure:3648: checking for C compiler version configure:3656: gcc42 --version >&5 eval: gcc42: not found configure:3660: $? = 127 configure:3667: gcc42 -v >&5 eval: gcc42: not found configure:3671: $? = 127 configure:3678: gcc42 -V >&5 eval: gcc42: not found configure:3682: $? = 127 configure:3705: checking for C compiler default output file name configure:3727: gcc42 -O2 -pipe -I/usr/local/include/libxml2/libxml -DHAVE_DLADDR=1 -fno-strict-aliasing -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -L/usr/local/GNUstep/System/Library/Libraries -L/usr/local/GNUstep/Local/Library/Libraries -L/usr/local/GNUstep/Local/Library/Libraries conftest.c >&5 eval: gcc42: not found configure:3731: $? = 127 configure:3769: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" 2012/12/15 patrick dudjalija > Hello ! > > I'm trying to build gnustep. > See below error message. > > I'm running on the following configuration : > FreeBSD pcbsd-2004 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 21:59:00 > UTC 2011 root@build9x64.pcbsd.org:/usr/obj/builds/i386/pcbsd-build90/fbsd-source/9.0/sys/GENERIC > i386 > > > Thanks a lot for your follow-up ! > > With kind regards, > Patrick Dudjalija > > > ================================================================================================================== > > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define OPTION_NO_ENVIRONMENT 0 > #define GNUSTEP_TARGET_MAKEFILES > "/usr/local/GNUstep/System/Library/Makefiles" > #define GNUSTEP_TARGET_USER_DEFAULTS_DIR "GNUstep/Defaults" > #define GNUSTEP_TARGET_USER_CONFIG_FILE ".GNUstep.conf" > #define GNUSTEP_TARGET_CONFIG_FILE "/usr/local/GNUstep/GNUstep.conf" > #define GNUSTEP_TARGET_SYSTEM_APPS "/usr/local/GNUstep/System/Applications" > #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS > "/usr/local/GNUstep/System/Applications/Admin" > #define GNUSTEP_TARGET_SYSTEM_WEB_APPS > "/usr/local/GNUstep/System/Library/WebApplications" > #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/local/GNUstep/System/Tools" > #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS > "/usr/local/GNUstep/System/Tools/Admin" > #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/local/GNUstep/System/Library" > #define GNUSTEP_TARGET_SYSTEM_LIBRARIES > "/usr/local/GNUstep/System/Library/Libraries" > #define GNUSTEP_TARGET_SYSTEM_HEADERS > "/usr/local/GNUstep/System/Library/Headers" > #define GNUSTEP_TARGET_SYSTEM_DOC > "/usr/local/GNUstep/System/Library/Documentation" > #define GNUSTEP_TARGET_SYSTEM_DOC_MAN > "/usr/local/GNUstep/System/Library/Documentation/man" > #define GNUSTEP_TARGET_SYSTEM_DOC_INFO > "/usr/local/GNUstep/System/Library/Documentation/info" > #define GNUSTEP_TARGET_NETWORK_APPS "/usr/local/GNUstep/Local/Applications" > #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS > "/usr/local/GNUstep/Local/Applications/Admin" > #define GNUSTEP_TARGET_NETWORK_WEB_APPS > "/usr/local/GNUstep/Local/Library/WebApplications" > #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/local/GNUstep/Local/Tools" > #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS > "/usr/local/GNUstep/Local/Tools/Admin" > #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/local/GNUstep/Local/Library" > #define GNUSTEP_TARGET_NETWORK_LIBRARIES > "/usr/local/GNUstep/Local/Library/Libraries" > #define GNUSTEP_TARGET_NETWORK_HEADERS > "/usr/local/GNUstep/Local/Library/Headers" > #define GNUSTEP_TARGET_NETWORK_DOC > "/usr/local/GNUstep/Local/Library/Documentation" > #define GNUSTEP_TARGET_NETWORK_DOC_MAN > "/usr/local/GNUstep/Local/Library/Documentation/man" > #define GNUSTEP_TARGET_NETWORK_DOC_INFO > "/usr/local/GNUstep/Local/Library/Documentation/info" > #define GNUSTEP_TARGET_LOCAL_APPS "/usr/local/GNUstep/Local/Applications" > #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS > "/usr/local/GNUstep/Local/Applications/Admin" > #define GNUSTEP_TARGET_LOCAL_WEB_APPS > "/usr/local/GNUstep/Local/Library/WebApplications" > #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/local/GNUstep/Local/Tools" > #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS > "/usr/local/GNUstep/Local/Tools/Admin" > #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/local/GNUstep/Local/Library" > #define GNUSTEP_TARGET_LOCAL_LIBRARIES > "/usr/local/GNUstep/Local/Library/Libraries" > #define GNUSTEP_TARGET_LOCAL_HEADERS > "/usr/local/GNUstep/Local/Library/Headers" > #define GNUSTEP_TARGET_LOCAL_DOC > "/usr/local/GNUstep/Local/Library/Documentation" > #define GNUSTEP_TARGET_LOCAL_DOC_MAN > "/usr/local/GNUstep/Local/Library/Documentation/man" > #define GNUSTEP_TARGET_LOCAL_DOC_INFO > "/usr/local/GNUstep/Local/Library/Documentation/info" > #define GNUSTEP_TARGET_USER_DIR_APPS "GNUstep/Applications" > #define GNUSTEP_TARGET_USER_DIR_ADMIN_APPS "GNUstep/Applications/Admin" > #define GNUSTEP_TARGET_USER_DIR_WEB_APPS "GNUstep/Library/WebApplications" > #define GNUSTEP_TARGET_USER_DIR_TOOLS "GNUstep/Tools" > #define GNUSTEP_TARGET_USER_DIR_ADMIN_TOOLS "GNUstep/Tools/Admin" > #define GNUSTEP_TARGET_USER_DIR_LIBRARY "GNUstep/Library" > #define GNUSTEP_TARGET_USER_DIR_LIBRARIES "GNUstep/Library/Libraries" > #define GNUSTEP_TARGET_USER_DIR_HEADERS "GNUstep/Library/Headers" > #define GNUSTEP_TARGET_USER_DIR_DOC "GNUstep/Library/Documentation" > #define GNUSTEP_TARGET_USER_DIR_DOC_MAN "GNUstep/Library/Documentation/man" > #define GNUSTEP_TARGET_USER_DIR_DOC_INFO > "GNUstep/Library/Documentation/info" > #define GNUSTEP_TARGET_SYSTEM_USERS_DIR "" > #define GNUSTEP_TARGET_NETWORK_USERS_DIR "" > #define GNUSTEP_TARGET_LOCAL_USERS_DIR "" > > configure: exit 77 > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/lang/gnustep-base. > *** Error code 1 > > Stop in /usr/ports/devel/gnustep. > >