From owner-freebsd-chromium@FreeBSD.ORG Sat Mar 19 22:08:18 2011 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A475D1065670; Sat, 19 Mar 2011 22:08:18 +0000 (UTC) (envelope-from br@bsdjail.com) Received: from bsdpad.com (bsdpad.com [81.19.69.224]) by mx1.freebsd.org (Postfix) with ESMTP id 322958FC13; Sat, 19 Mar 2011 22:08:18 +0000 (UTC) Received: from [81.19.69.226] (helo=bsdjail.com) by bsdpad.com with esmtp (Exim 4.71 (FreeBSD)) (envelope-from ) id 1Q14Jk-000Jpf-Ma; Sun, 20 Mar 2011 01:08:16 +0300 Received: (from br@localhost) by bsdjail.com (8.14.4/8.14.4/Submit) id p2JM8GKv076237; Sun, 20 Mar 2011 01:08:16 +0300 (MSK) (envelope-from br) Date: Sun, 20 Mar 2011 01:08:16 +0300 From: Ruslan Bukin To: Rene Ladan Message-ID: <20110319220816.GA76035@bsdjail.com> References: <20110319080123.GA54562@bsdjail.com> <4D8506E0.4030509@freebsd.org> <20110319194312.GA72850@bsdjail.com> <4D85115E.7090109@freebsd.org> <20110319205005.GA74152@bsdjail.com> <20110319205920.GA74370@bsdjail.com> <4D8520C1.2070600@freebsd.org> <20110319213457.GA75249@bsdjail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20110319213457.GA75249@bsdjail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Broken-Reverse-DNS: no host name for IP address 81.19.69.226 Cc: freebsd-chromium@freebsd.org Subject: Re: port status 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: Sat, 19 Mar 2011 22:08:18 -0000 On Sun, Mar 20, 2011 at 12:34:57AM +0300, Ruslan Bukin wrote: > On Sat, Mar 19, 2011 at 10:31:45PM +0100, Rene Ladan wrote: > > Op 19-03-2011 21:59, Ruslan Bukin schreef: > > > On Sat, Mar 19, 2011 at 11:50:05PM +0300, Ruslan Bukin wrote: > > >> On Sat, Mar 19, 2011 at 09:26:06PM +0100, Rene Ladan wrote: > > >>> Op 19-03-2011 20:43, Ruslan Bukin schreef: > > >>>> > > >>>> On Sat, Mar 19, 2011 at 08:41:20PM +0100, Rene Ladan wrote: > > >>>>> Op 19-03-2011 09:01, Ruslan Bukin schreef: > > >>>>>> is chromium port compiles already? > > >>>>>> > > >>>>> Not yet (the now abandonded version 9 did)... > > >>>>>> I tried on FreeBSD 8.2, no result: > > >>>>>> > > What hardware/architecture are you building this on? You don't seem to > > get the out-of-memory error I reported earlier in the thread (but then > > the 8 GB of swap space on my laptop isn't even touched). Maybe that > > error is specific to 9.0 or amd64. > > amd64, 8G ram, no swap device. > recently I downgraded from 9.0 to 8.2 stable. rev. 115 the same: CXX(target) out/Release/obj.target/chromoting_host/remoting/host/json_host_config.o CXX(target) out/Release/obj.target/chromoting_host/remoting/host/in_memory_host_config.o CXX(target) out/Release/obj.target/chromoting_host/remoting/host/capturer_linux.o CXX(target) out/Release/obj.target/chromoting_host/remoting/host/event_executor_linux.o remoting/host/event_executor_linux.cc:7:22: warning: X11/Xlib.h: No such file or directory remoting/host/event_executor_linux.cc:8:24: warning: X11/keysym.h: No such file or directory remoting/host/event_executor_linux.cc:9:34: warning: X11/extensions/XTest.h: No such file or directory remoting/host/capturer_linux.cc:7:22: warning: X11/Xlib.h: No such file or directory remoting/host/capturer_linux.cc:8:23: warning: X11/Xutil.h: No such file or directory remoting/host/capturer_linux.cc:9:36: warning: X11/extensions/Xdamage.h: No such file or directory remoting/host/event_executor_linux.cc:46: error: 'XK_BackSpace' was not declared in this scope remoting/host/event_executor_linux.cc:46: error: 'XK_Tab' was not declared in this scope remoting/host/event_executor_linux.cc:48: error: 'XK_Clear' was not declared in this scope remoting/host/event_executor_linux.cc:48: error: 'XK_Return' was not declared in this scope remoting/host/event_executor_linux.cc:51: error: 'XK_Shift_L' was not declared in this scope remoting/host/event_executor_linux.cc:51: error: 'XK_Control_L' was not declared in this scope remoting/host/event_executor_linux.cc:51: error: 'XK_Menu' was not declared in this scope remoting/host/event_executor_linux.cc:51: error: 'XK_Pause' was not declared in this scope [...] then I call make again and got: CXX(target) out/Release/obj.target/webcore_platform/third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.o third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp: In member function 'virtual int WebCore::ScrollbarThemeChromiumLinux::scrollbarThickness(WebCore::ScrollbarControlSize)': third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:49: error: 'getThemePartSize' is not a member of 'WebCore::PlatformBridge' [..] > > -Ruslan > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.org"