From owner-freebsd-gecko@freebsd.org Sun Jan 1 08:03:49 2017 Return-Path: Delivered-To: freebsd-gecko@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 A2362C9AC1F for ; Sun, 1 Jan 2017 08:03:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8881C71 for ; Sun, 1 Jan 2017 08:03:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8AECCC9AC1E; Sun, 1 Jan 2017 08:03:49 +0000 (UTC) Delivered-To: gecko@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 8A9E9C9AC1D for ; Sun, 1 Jan 2017 08:03:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61B421C6F for ; Sun, 1 Jan 2017 08:03:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0183nwQ003561 for ; Sun, 1 Jan 2017 08:03:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 212028] www/firefox: Add SNDIO option Date: Sun, 01 Jan 2017 08:03:49 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: t@tobik.me X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 08:03:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212028 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176619|0 |1 is obsolete| | --- Comment #5 from Tobias Kortkamp --- Created attachment 178426 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178426&action= =3Dedit gecko.diff (In reply to Jan Beich (mail not working) from comment #4) Thanks for the review and happy new year! Here is an updated diff. > OPTIONS_EXCLUDE=3DSNDIO may be better unless it works with 2.46. This isn't necessary anymore and it works with Seamonkey 2.46. > > + @${ECHO} "OS_LIBS +=3D ['sndio']" >> \ > > + ${MOZ_SRC}/media/webrtc/signaling/test/common.build > Why does this affect FreeBSD and not OpenBSD? Building Firefox with both TEST and SNDIO enabled will fail otherwise: > /usr/ports/www/firefox/work/firefox-50.1.0/obj-x86_64-unknown-freebsd11.0= /media/webrtc/signaling/test/tmpoP6TrD.list: > [...] > /usr/bin/ld: undefined reference to symbol `sio_open' (try adding -lsndio) > /usr/local/lib/libsndio.so.6.1: could not read symbols: Bad value > c++: error: linker command failed with exit code 1 (use -v to see invocat= ion) I don't know why this doesn't affect OpenBSD. While test building I noticed that building with TEST=3Don in mail/thunderbird and www/firefox-esr seems to be broken. I don't think this is related to this patch: http://marc.info/?t=3D147486738500002&r=3D1&w=3D2 Test logs for all Gecko ports at https://pkg.tobik.me/logs/ --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=