Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 5583 invoked from network); 17 Nov 2008 13:02:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 13:02:44 -0000 Received: (qmail 10196 invoked by uid 500); 17 Nov 2008 13:02:42 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 9884 invoked by uid 500); 17 Nov 2008 13:02:42 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 9873 invoked by uid 99); 17 Nov 2008 13:02:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 05:02:42 -0800 X-ASF-Spam-Status: No, hits=4.8 required=10.0 tests=DNS_FROM_OPENWHOIS,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 13:01:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L23jv-0005c6-Sy for users@httpd.apache.org; Mon, 17 Nov 2008 05:02:03 -0800 Message-ID: <20538993.post@talk.nabble.com> Date: Mon, 17 Nov 2008 05:02:03 -0800 (PST) From: fatmcgav To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_107269_19563640.1226926923892" X-Nabble-From: fatmcgav@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] RPMBuild Issue ------=_Part_107269_19563640.1226926923892 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi there, I'm trying to build a Apache 2.2.6 RPM for cross-architecture support, and with a custom configure command. I've extracted the httpd.spec file from the tar.gz, and customised the following requirements and configure command slightly... The file is attached. http://www.nabble.com/file/p20538993/httpd.spec httpd.spec The RPMBuild command i'm using is: rpmbuild -ba --rmsource --target x86_64 SPECS/httpd.spec This is running as an unprivileged user with a RPM directory tree in the home folder. The error i'm getting when running the above command is: Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. error: Bad exit status from /var/tmp/rpm-tmp.83220 (%build) Any ideas where I begin? Cheers Gavin -- View this message in context: http://www.nabble.com/RPMBuild-Issue-tp20538993p20538993.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. ------=_Part_107269_19563640.1226926923892 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi there, I'm trying to build a Apache 2.2.6 RPM for cross-architecture support, and with a custom configure command. I've extracted the httpd.spec file from the tar.gz, and customised the following requirements and configure command slightly... The file is attached. httpd.spec The RPMBuild command i'm using is: rpmbuild -ba --rmsource --target x86_64 SPECS/httpd.spec This is running as an unprivileged user with a RPM directory tree in the home folder. The error i'm getting when running the above command is: Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. error: Bad exit status from /var/tmp/rpm-tmp.83220 (%build) Any ideas where I begin? Cheers Gavin

View this message in context: RPMBuild Issue
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
------=_Part_107269_19563640.1226926923892--