Bug 202149

Summary: x11-toolkits/elementary Failed: build/runaway using poudriere
Product: Ports & Packages Reporter: Henrik Hudson <ports>
Component: Individual Port(s)Assignee: freebsd-enlightenment (Nobody) <enlightenment>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (enlightenment)
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
poudriere build log
none
poudriere build log none

Description Henrik Hudson 2015-08-07 05:31:46 UTC
Created attachment 159632 [details]
poudriere build log

Trying to build the x11-toolkits/elementary started failing with the 1.15 release. The logs look like it's trying to connect to a running dbus instance to compile, but fails and stalls for the timeout period and is then killed.

I use poudriere and a 10.1 x64 build server which doesn't have dbus installed.
Comment 1 Anonymous 2015-08-07 13:11:13 UTC
Hi,
Please don't zip the log it's small enough to not require ziping. and it makes it hard to view it on a browser, and have to use the extra cycles to unzip it.
Comment 2 Henrik Hudson 2015-08-07 14:00:20 UTC
Created attachment 159641 [details]
poudriere build log

sorry. unzipped log.
Comment 3 Anonymous 2015-08-07 14:34:18 UTC
Hi,

Please ckear out your proudriere you have old packages or something lying around.

As it builds fine for me here:

http://grid.bsdjunk.com/data/FreeBSD10AMD64-cpet/2015-08-07_07h29m55s/logs/elementary-1.15.0.log
Comment 4 Anonymous 2015-08-07 14:36:54 UTC
ERR<18589>:eldbus lib/eldbus/eldbus_core.c:1005 _connection_get() Error connecting to bus of type 2. error name: org.freedesktop.DBus.Error.FileNotFound error message: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
ERR<18589>: lib/eldbus/eldbus_core.c:1067 eldbus_connection_get() safety check failed: conn == NULL
ERR<18589>: lib/eldbus/eldbus_object.c:192 eldbus_object_get() safety check failed: conn == NULL
ERR<18589>:ecore_system_upower modules/ecore/system/upower/ecore_system_upower.c:407 _ecore_system_upower_init() could not get object name=org.freedesktop.UPower, path=/org/freedesktop/UPower
ERR<18589>: lib/eldbus/eldbus_core.c:1375 eldbus_name_owner_changed_callback_del() safety check failed: conn == NULL
gmake[4]: Leaving directory '/wrkdirs/usr/ports/x11-toolkits/elementary/work/elementary-1.15.0/data/objects'

I get the same thing but it goes through regardless.
Comment 5 Henrik Hudson 2015-08-09 16:16:10 UTC
Okay, false alarm. Changing my poudriere timeout from 7200 -> 14400 seems to have fixed it. Sorry about that.