pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/52071: sysutils/dbus fails without X11



>Number:         52071
>Category:       pkg
>Synopsis:       sysutils/dbus fails without X11
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 14 15:25:00 +0000 2017
>Originator:     Dennis Lindroos
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in options.mk

CONFIGURE_ARGS=		--without-x

which makes configure discard all other options, leading to wrong localstatedir (dbus tries to open /usr/pkg/var/run/dbus i recall) and probably other things as well.. 

TIA,
Dennis
>How-To-Repeat:

>Fix:
CONFIGURE_ARGS+= --without-x


Home | Main Index | Thread Index | Old Index