From owner-freebsd-gecko@FreeBSD.ORG Mon Jan 5 16:40:38 2015 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DD3BFD7 for ; Mon, 5 Jan 2015 16:40:38 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCD3A2CDF for ; Mon, 5 Jan 2015 16:40:37 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so3683596wid.3 for ; Mon, 05 Jan 2015 08:40:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-type:content-disposition:user-agent; bh=0E97yCbA0dJL4CVZeeyWCeATmh2voVbbpiMQXCR/1k0=; b=PdhlZ+v28BjW58SN9BlPFuVYQqCs+dC+ZaiqAykiq6F97cPLSVw7OGeiH0Arkyvnp9 /J2NEt8DqeiAM/mOFI/8M9JhBJqyMYJg0A4f5cDne+p5ptjGjlWVhVtzSaKtft12Clg1 Z+06rFe9G8PJ+hmn1ZY+Rx3RTUGh0NJIITWZmrTX3cIQO844NQmvsod1UH69OESV8l61 CjE3gJNG2bHYYNGCkrxLCIRrQ6+AhpcYu2MnUluUY0bC/07pIIl8jt4sZoV6zpWooIIw VdCs7Z3XIfru9DT6VbaNt0yeAEwpLaUS4yBlmApvCqs+xShqk4ypzB+tyqH/pC84e8Ee mXKw== X-Gm-Message-State: ALoCoQnjIUMxxMMvuQfFLsgyBtUewqeX6u0JiKFrHHpLfm3A1wyIY3uJQRPAr/lecghsPiSSNe8U X-Received: by 10.194.2.178 with SMTP id 18mr182765592wjv.67.1420476029948; Mon, 05 Jan 2015 08:40:29 -0800 (PST) Received: from localhost (itcom245.staff.itd.umich.edu. [141.213.135.249]) by mx.google.com with ESMTPSA id ej10sm13173134wib.1.2015.01.05.08.40.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Jan 2015 08:40:29 -0800 (PST) Date: Mon, 5 Jan 2015 11:36:35 -0500 From: William Bulley To: gecko@FreeBSD.org Subject: failure building www/libxul (missing Makefile) Message-ID: <20150105163635.GR89722@itcom245.staff.itd.umich.edu> Mail-Followup-To: gecko@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 16:40:38 -0000 In /usr/ports/www/libxul/work/mozilla-esr31/js/src/ there is no generated Makefile! unix# ls -lt /usr/ports/www/libxul/work/mozilla-esr31/js/src/ | head -10 total 4604 -rwxr-xr-x 1 root wheel 488451 Jan 5 11:13 configure -rw-r--r-- 1 root wheel 11906 Jan 5 11:10 Makefile.in -rw-r--r-- 1 root wheel 11906 Jan 5 11:10 Makefile.in.bak -rw-r--r-- 1 root wheel 130514 Jan 5 11:10 configure.in -rw-r--r-- 1 root wheel 11924 Jan 5 11:10 Makefile.in.orig -rw-r--r-- 1 root wheel 135086 Jan 5 11:10 configure.in.orig drwxr-xr-x 5 root wheel 512 Jan 5 11:10 gdb drwxr-xr-x 2 root wheel 2560 Jan 5 11:10 jsapi-tests drwxr-xr-x 2 root wheel 512 Jan 5 11:10 shell Building www/libxul in /usr/ports/ from source yeilds this error: ===> libxul-31.3.0_1 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so.3) ===> libxul-31.3.0_1 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so.0.2400.22) ===> libxul-31.3.0_1 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so.0.3400.1) ===> Configuring for libxul-31.3.0_1 (cd /usr/ports/www/libxul/work/mozilla-esr31 && /usr/local/bin/autoconf-2.13) (cd /usr/ports/www/libxul/work/mozilla-esr31/js/src/ && /usr/local/bin/autoconf-2.13) ===> Building for libxul-31.3.0_1 gmake: Makefile: No such file or directory gmake: *** No rule to make target `Makefile'. Stop. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/www/libxul. *** [install] Error code 1 Stop in /usr/ports/www/libxul. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= Plus, running "make MAKE_JOBS_UNSAFE=yes install" does not change anything. Regards, web... -- /"\ ASCII RIBBON / William Bulley \ / CAMPAIGN AGAINST / X HTML E-MAIL AND / E-MAIL: web@umich.edu / \ LISTSERV POSTINGS / 72 characters width template ----------------------------------------->|