From owner-freebsd-chromium@FreeBSD.ORG Tue Oct 18 13:14:25 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C6931065673; Tue, 18 Oct 2011 13:14:25 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id 613C28FC23; Tue, 18 Oct 2011 13:14:24 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward15.mail.yandex.net (Yandex) with ESMTP id B7E679E3823; Tue, 18 Oct 2011 17:14:22 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1318943662; bh=GMZlFtec6Ggc+PZnZA774eUqDI5rXHbKT2jKaWA20zM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jNP3+x85c+5fAvrlujyuTDLmu77aCNSUKO3GFoCOg+31g7vjUegh246/g42eapie5 B1WCbNGFNWWZ0zSigGcmI6VcJjd79SSLHP+JcEEN3dRxcKd2rT0oUBQMs5qlRnW8kw E8o6da0CQPSlqXbTRv6mvMJRc38dcHBJEGQNksaI= Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 81C251B60267; Tue, 18 Oct 2011 17:14:22 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1318943662; bh=GMZlFtec6Ggc+PZnZA774eUqDI5rXHbKT2jKaWA20zM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jNP3+x85c+5fAvrlujyuTDLmu77aCNSUKO3GFoCOg+31g7vjUegh246/g42eapie5 B1WCbNGFNWWZ0zSigGcmI6VcJjd79SSLHP+JcEEN3dRxcKd2rT0oUBQMs5qlRnW8kw E8o6da0CQPSlqXbTRv6mvMJRc38dcHBJEGQNksaI= Received: from unknown (unknown [213.27.65.65]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ELOqPrU2-ELOGaufv; Tue, 18 Oct 2011 17:14:22 +0400 X-Yandex-Spam: 1 Message-ID: <4E9D7BA9.2070901@yandex.ru> Date: Tue, 18 Oct 2011 17:14:17 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 MIME-Version: 1.0 To: George Liaskos References: <20111018114830.GA25714@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , Alexander Best , chromium@freebsd.org Subject: Re: CFT Chromium 15.0.874.92 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 13:14:25 -0000 George Liaskos wrote on 18.10.2011 16:16: > On Tue, Oct 18, 2011 at 2:48 PM, Alexander Best wrote: >> On Sun Oct 16 11, George Liaskos wrote: >>> On Sun, Oct 16, 2011 at 5:34 PM, George Liaskos wrote: >>>> Hello, >>>> >>>> http://cybertron.gr/chromium-20111016.tar.xz >>>> http://cybertron.gr/chromium-15.0.874.92.tbz >>>> >>> >>> Meh, sorry about that. I pushed send by mistake. >>> >>> What i meant to write was : please test Chromium 15.0.874.92 :) >>> >>> There are many people that report problems with the current version of >>> Chromium in ports. >>> I believe that this revision of the port should resolve most of the >>> issues but it would be really nice if we have more feadback. >>> >>> The package is for 9 amd64 compiled with gcc45. >> >> i'm experiencing issues with the port. i'm building it myself via base gcc >> and chromium crashed with signal 10. i checked the core dump and the cause was >> libtcmalloc.so.2 from the google-perftools port. so i rebuilt the port, but for >> some reason the port doesn't install libtcmalloc.so.2. trying to rebuild >> chromium, it sees that that file is missing and asumes a missing dependency and >> tries installing the google-perftools port. that however fails, because the >> port already is installed. >> >> the following files should be installed by the port, but they don't: >> >> cd /usr/ports/devel/google-perftools ; make clean; make; make install; make deinstall >> >> [..] >> pkg_delete: file '/usr/local/lib/libprofiler.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libprofiler.so.1' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc.so.2' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_and_profiler.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_and_profiler.so.2' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_debug.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_debug.so.2' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_minimal.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_minimal.so.2' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_minimal_debug.so' doesn't exist >> pkg_delete: file '/usr/local/lib/libtcmalloc_minimal_debug.so.2' doesn't exist >> pkg_delete: couldn't entirely delete package `google-perftools-1.8.3 >> >> cheers. >> alex >> > > Unfortunately i don't have a 10 jail / testing environment yet, i will > setup one later today and i will get back to you. >> From what i understand Ruslan Mahmatkhanov uses CURRENT without problems though. Yes, all is fine here. And i didn't used libtool-fixed and UNAME_r hack for building. Using stock gcc and default options (CODECS,GCONF). > > Thanks for testing. -- Regards, Ruslan Tinderboxing kills... the drives.