Bug 202149 - x11-toolkits/elementary Failed: build/runaway using poudriere
Summary: x11-toolkits/elementary Failed: build/runaway using poudriere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-enlightenment (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-07 05:31 UTC by Henrik Hudson
Modified: 2015-08-09 16:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (enlightenment)


Attachments
poudriere build log (14.32 KB, application/zip)
2015-08-07 05:31 UTC, Henrik Hudson
no flags Details
poudriere build log (84.09 KB, text/x-log)
2015-08-07 14:00 UTC, Henrik Hudson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.