From owner-freebsd-stable@freebsd.org Tue Oct 3 18:39:08 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF65E0D870 for ; Tue, 3 Oct 2017 18:39:08 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward102p.mail.yandex.net (forward102p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5E484332 for ; Tue, 3 Oct 2017 18:39:08 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from mxback9j.mail.yandex.net (mxback9j.mail.yandex.net [IPv6:2a02:6b8:0:1619::112]) by forward102p.mail.yandex.net (Yandex) with ESMTP id 3952C4304B00 for ; Tue, 3 Oct 2017 21:39:04 +0300 (MSK) Received: from web5o.yandex.ru (web5o.yandex.ru [2a02:6b8:0:1a2d::5:105]) by mxback9j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id GPXpjlczUn-d3puGimt; Tue, 03 Oct 2017 21:39:03 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1507055943; bh=b+iSdd+sr2BDHO5ODIO/exALgdvSC65TxEnJvaK42zo=; h=From:To:Subject:Message-Id:Date; b=fH4P2GLQuMEXsGjwY3nOvEQXI4Rg1thEoYHjwIyTmRk3qkVikyKTdBiYRB0mebLTo pt0equBJbVrA0kAzhJNCp+cdZ+pW88dceBeCqOisi1X5OnZ5H259Wvw0+JPj+6K70l Xf8Zk8VLOfvgpDgULbfzItH/OViEpmF4xLifR3QM= Authentication-Results: mxback9j.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web5o.yandex.ru with HTTP; Tue, 03 Oct 2017 21:39:03 +0300 From: S.N.Grigoriev To: FreeBSD Stable Subject: firefox compilation problem MIME-Version: 1.0 Message-Id: <269291507055943@web5o.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 03 Oct 2017 21:39:03 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 18:39:08 -0000 Hi list, I've got the following problem: the firefox building from ports ends with errors: ------ x86_64-unknown-freebsd/release/libgkrust.a: could not read symbols: File format not recognized c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[7]: *** [/usr/ports/www/firefox/work/firefox-56.0/config/rules.mk:719: libxul.so] Error 1 gmake[7]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0/obj-x86_64-unknown-freebsd11.1/toolkit/library' gmake[6]: *** [/usr/ports/www/firefox/work/firefox-56.0/config/recurse.mk:73: toolkit/library/target] Error 2 gmake[6]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0/obj-x86_64-unknown-freebsd11.1' gmake[5]: *** [/usr/ports/www/firefox/work/firefox-56.0/config/recurse.mk:33: compile] Error 2 gmake[5]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0/obj-x86_64-unknown-freebsd11.1' gmake[4]: *** [/usr/ports/www/firefox/work/firefox-56.0/config/rules.mk:453: default] Error 2 gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0/obj-x86_64-unknown-freebsd11.1' gmake[3]: *** [/usr/ports/www/firefox/work/firefox-56.0/client.mk:419: realbuild] Error 2 gmake[3]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0' gmake[2]: *** [/usr/ports/www/firefox/work/firefox-56.0/client.mk:170: build] Error 2 gmake[2]: Leaving directory '/usr/ports/www/firefox/work/firefox-56.0' *** Error code 1 ------ My system is: FreeBSD 11.1-STABLE #0 r324239: Tue Oct 3 18:10:29 MSK 2017 root@am:/usr/obj/usr/src/sys/VNET11 amd64 Any tips are appreciated. -- Regards, S.Grigoriev.