Date: Mon, 20 Jul 2020 21:25:35 -0700 From: bob prohaska <fbsd@www.zefox.net> To: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Compiling www/chromium on rpi3 Message-ID: <20200721042535.GA92117@www.zefox.net>
next in thread | raw e-mail | index | archive | help
After considerable time www/chromium compiled with -DBATCH on an RPI3 running r362742. More's the wonder, it actually works....well, mostly. Clicking on the rightmost "controls" menu item (three dots) drops the box for the menu, but it never fills and disapears immediately. There are lots of warnings and messages on the controlling terminal: bob@www:~ % chrome [48076:1331765248:0720/200813.457803:ERROR:edid_parser.cc(102)] Too short EDID data: manufacturer id [48076:1331765248:0720/200813.525958:ERROR:browser_dm_token_storage_linux.cc(100)] Error: /etc/machine-id contains 0 characters (32 were expected). [48076:1386545408:0720/200814.206727:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48076:1386545408:0720/200814.208308:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48076:1386545408:0720/200814.771508:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [48076:1386545408:0720/200814.772553:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") ^C[48076:1331765248:0720/200908.297408:ERROR:network_service_instance_impl.cc(262)] Network service crashed, restarting service. [48076:1428254720:0720/200923.984849:ERROR:object_proxy.cc(632)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [48076:1428254720:0720/200923.987716:ERROR:object_proxy.cc(632)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [48076:1428254720:0720/200923.990565:ERROR:object_proxy.cc(632)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files [48087:1331765248:0720/200924.072468:ERROR:viz_main_impl.cc(152)] Exiting GPU process due to errors during initialization Both hald and dbus are enabled. Is there some other service to be turned on? If a session is opened across the network a browser window opens but remains blank, at least on rapsiOS. At that point it seems stuck, but responds to control-C on the controlling terminal to kill it. Compliments and thanks to the many folks who made this exercise work at all! Thanks for reading, bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200721042535.GA92117>