From owner-freebsd-questions@FreeBSD.ORG Wed Apr 17 18:28:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B5F52961 for ; Wed, 17 Apr 2013 18:28:01 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) by mx1.freebsd.org (Postfix) with ESMTP id 56886D5B for ; Wed, 17 Apr 2013 18:28:01 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hq17so1868169wib.11 for ; Wed, 17 Apr 2013 11:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4tb2oWUXx+FD9PRHbewTENlZ9TykZ8i9moX7hwGvfwU=; b=d+qDpzxeua7Cnqx2PVt/tgB7RGZIQTiFGmwRuudGRNijPmLmR0qc+iK/X2oxckwSkP NNazwKcLm+3mawH/jBf5p6Q0GvT2sVP0DlZiiNzm+tfKaPeg/CkdcRntrXLZ32Y1LW+8 LBKiqm379R7xSR8VF7pST2qFqzdtBPW1Gr/RTL1Ia8LnMZzlg1rrPRaOWhG/b6LLGPek ZkQox7nPjceGIoT882Do0NxH58+32qZHCiq33Va/Jj34FCezaLi12jrf5nOoqCm2L4b1 Q6T4JkhAVnAb+j2g3p1UiXtxwOUdopcaijXDx2DS9BDordc4tCiMNVmCb/ZISp8WaozK XcfQ== X-Received: by 10.180.108.106 with SMTP id hj10mr28555741wib.0.1366223280490; Wed, 17 Apr 2013 11:28:00 -0700 (PDT) Received: from ab_t510i.perfectworld.eu (dhcp-089-099-199-083.chello.nl. [89.99.199.83]) by mx.google.com with ESMTPS id fv2sm11336787wib.6.2013.04.17.11.27.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Apr 2013 11:27:59 -0700 (PDT) Message-ID: <516EE9AE.7030002@gmail.com> Date: Wed, 17 Apr 2013 20:27:58 +0200 From: Andrei Brezan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: chromium won't build on FreeBSD 9.1 ports rev 315799 References: <516ED089.6000008@growveg.net> In-Reply-To: <516ED089.6000008@growveg.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 18:28:01 -0000 On 04/17/13 18:40, John wrote: > Hello list, > > In my daily vulnerability report, I'm seeing this: > > ==================== > Affected package: chromium-25.0.1364.160 > Type of problem: chromium -- multiple vulnerabilities. > Reference: > http://portaudit.FreeBSD.org/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html > ==================== > > Latest ports update as of 1630 UTC - 315981 > > I try to update it. I get: > > ================================================================ > portupgrade chromium > ---> Upgrading 'chromium-25.0.1364.160' to 'chromium-25.0.1364.172' > (www/chromium) > ---> Building '/usr/ports/www/chromium' > ===> Cleaning for chromium-25.0.1364.172 > > To build Chromium, you should have around 1 GB of memory > and a fair amount of free diskspace (~ 2.2GB). > > ===> chromium-25.0.1364.172 has known vulnerabilities: > Affected package: chromium-25.0.1364.172 > Type of problem: chromium -- multiple vulnerabilities. > Reference: > http://portaudit.FreeBSD.org/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html > => Please update your ports tree and try again. > *** [check-vulnerable] Error code 1 > > Stop in /usr/ports/www/chromium. > *** [build] Error code 1 > > Stop in /usr/ports/www/chromium. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20130417-83106-6ngbzf-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=chromium-25.0.1364.160 UPGRADE_PORT_VER=25.0.1364.160 make > ** Fix the problem and try again. > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! www/chromium (chromium-25.0.1364.160) (unknown build error) > ================================================================= > > I know the code is now at revision 26.something. I have a look at > https://wiki.freebsd.org/Chromium and follow the instructions there. I > get up to here: > > ../../depot_tools/gclient sync --force > > Error: Can't update/checkout ~/tmp/depot_tools/src if an unversioned > directory is present. Delete the directory and try again. > > Please advise if/how I can proceed? > > thanks, > _______________________________________________ > You can try: portupgrade -m -DDISABLE_VULNERABILITIES chromium From what I can see there is no update yet for the mentioned security vulnerability. Regards, Andrei