From owner-freebsd-ports@freebsd.org Thu Feb 9 20:23:12 2017 Return-Path: Delivered-To: freebsd-ports@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 2A4EBCD832D; Thu, 9 Feb 2017 20:23:12 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3CE2A74; Thu, 9 Feb 2017 20:23:11 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id c85so4566458wmi.1; Thu, 09 Feb 2017 12:23:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=V7/kQfFdEdSglc4oW1H/6fbjItbBGnnseQ4HNp0+mrI=; b=l7J6FMaHj1zH0aNQRtnFAw5PvAnZB4TBZ6jX7qjkJ4kCiXG6U087HcY83KHgBRCKKp iz9AQGiNDxVUCTdsonttF+Qj6ojhZ6Vl7NZ30cGmyBB004ImTT9Zt53x4gmIhCojoDrs xhKXTDdYuNunYb49Z/pDQixRiR/nfJDzy25un4+UwVpLokNh5QadYir2BPM5EcLqfMcb LIhViAHBMKAOgHykolt9y/VnzCUGEvZvwZz+Cps8354S1lxkNx+ipJeRAcL6ruGqMEIb oTmsipibGIFcPXBUSpUXvzxjTztCnzfI96jNpcGtHAtVTxl3TTinaP8NVbl3ZDXTNg72 lJOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=V7/kQfFdEdSglc4oW1H/6fbjItbBGnnseQ4HNp0+mrI=; b=djHMpzOX9Okp0Y/SoBKSuiXh3fc12K+ktG5w4tu9RTMlnO3TYl5heHqOeo5LRdGubZ 9B+G/2mb7Kv3g/AY+8B8mGcqKnZHf2zmri4CD3eVVjl9fjMuRBysi9Y9Ed8Fo/suaSyO jgpiClFTVnSN0B0aPwSHfnrTgi5Je3/hN9t96bJ4ZuOLcyZRutWR8IgigenoDCeT7uOn xjLeVXSmoG/qB8sCXF3rE+2iz4sv2xguvwkOe+7YUz7C2n9fZw/rBTg6aaXWL67c77iS yXwTXbOKc4JQ2qMxcKlBE9ojpR4EuJpqF6JFJ2vkdfSgg7EBLjmZZg2ET2Ot2Z19vg5n bTiQ== X-Gm-Message-State: AMke39k5HQBryCSwZFxY099fBx+5riwzZphj+jB/Sc+AfMYlBAdNkE41V0pDvpojswUmDg== X-Received: by 10.28.63.15 with SMTP id m15mr25758312wma.119.1486671789480; Thu, 09 Feb 2017 12:23:09 -0800 (PST) Received: from mobile (141-136-229-176.dsl.iskon.hr. [141.136.229.176]) by smtp.gmail.com with ESMTPSA id m188sm224044wma.0.2017.02.09.12.23.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Feb 2017 12:23:08 -0800 (PST) Date: Thu, 9 Feb 2017 21:23:05 +0100 From: Domagoj Stolfa To: Ronald Klop Cc: freebsd-stable@freebsd.org, "freebsd-ports@freebsd.org" Subject: Re: pkg upgrade deletes firefox? Message-ID: <20170209202305.GA73505@mobile> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 20:23:12 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is due to the DTRACE option breaking the Firefox build currently. You can compile it from ports by disabling the DTRACE option. -- Best regards, Domagoj Stolfa On Thu, Feb 09, 2017 at 09:21:18PM +0100, Ronald Klop wrote: > Interesting: > > # 21:12:51 root@sjakie [~] > pkg install firefox > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > pkg: No packages available to install matching 'firefox' have been found > in the repositories > > I guess this is a temporary hickup. > > Ronald. > > > > On Thu, 09 Feb 2017 21:12:28 +0100, Ronald Klop > wrote: > > > Hi, > > > > Today I get this... > > > > # 21:08:42 root@sjakie [~] > > pkg upgrade > > Updating FreeBSD repository catalogue... > > Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 > > Fetching packagesite.txz: 100% 6 MiB 3.0MB/s 00:02 > > Processing entries: 100% > > FreeBSD repository update completed. 25950 packages processed. > > Checking for upgrades (13 candidates): 100% > > Processing candidates (13 candidates): 100% > > The following 13 package(s) will be affected (of 0 checked): > > > > Installed packages to be REMOVED: > > firefox-51.0.1,1 > > > > Installed packages to be UPGRADED: > > xkeyboard-config: 2.19 -> 2.20 > > xconsole: 1.0.6_1 -> 1.0.7 > > xauth: 1.0.9_1 -> 1.0.10 > > vim-lite: 8.0.0252 -> 8.0.0301 > > tmux: 2.3 -> 2.3_1 > > opencollada: 1.6.25 -> 1.6.37 > > mplayer: 1.3.0.20161228_2 -> 1.3.0.20161228_3 > > libevent2: 2.0.22_1 -> 2.1.8 > > libass: 0.13.5 -> 0.13.6 > > gstreamer1: 1.8.0 -> 1.8.0_1 > > gstreamer: 0.10.36_5 -> 0.10.36_6 > > ffmpeg: 3.2.2_5,1 -> 3.2.2_6,1 > > > > Number of packages to be removed: 1 > > Number of packages to be upgraded: 12 > > > > The operation will free 124 MiB. > > 25 MiB to be downloaded. > > > > Proceed with this action? [y/N]: > > > > > > Why would upgrade want to remove firefox? > > > > Regards, > > Ronald. > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEHQB+y96lmmv+IXofwxT+ikb0YU4FAlicz6YACgkQwxT+ikb0 YU4QqAf7BFJDXDGrnxSFdtRXO7HwTUarYLSEeFWIOvF2wARYBOGCzxzcNO76vgeI 7n1Aw82R/D7StOrOCDeTqDNAECTb2eG8d9VobZCraVIc7h5D+yVf64ul8L2FX+s7 WfQTxC0MdPUaik7ZsnAy9sSCXApjmryH8utbQCpyzilGpPRAYMjLVh1tOLkg3xhM RzI7WbWUMawISy0p/EqedVOIE8GU7OnuvcUsGqROiWggoMiZrvMbjQcfnv71LLoz qgHDIEiY4o23lMbgyhcjARbkSRsxQMwlQ9ZTNVRBJBpLEByvTatuplQ7PewF8hzG BxP8TUquhvUhthZH1QSJP7cCeA6ASw== =3210 -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ--