pkgsrc-Bugs archive

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

pkg/51429: pkgsrc-2016Q2 rrdtool unnecessary runtime python dependency



>Number:         51429
>Category:       pkg
>Synopsis:       pkgsrc-2016Q2 rrdtool unnecessary runtime python dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 20 15:35:00 +0000 2016
>Originator:     Matthew Mondor
>Release:        NetBSD 7.0_STABLE
>Organization:
>Environment:
System: NetBSD ninja.xisop 7.0_STABLE NetBSD 7.0_STABLE (GENERIC_MM) #0: Thu Jul 28 22:49:47 EDT 2016 root@ninja.xisop:/usr/obj/sys/arch/amd64/compile/GENERIC_MM amd64
Architecture: x86_64
Machine: amd64
>Description:
	The rrdtool package includes a runtime dependency on python.
	However, it is built with --disable-python in Makefile.
>How-To-Repeat:
>Fix:
	Comment the following line from Makefile:

.include "../../lang/python/application.mk"

	An ideal eventual fix would be adding support for options, such
	that the following be options instead:

CONFIGURE_ARGS+=        --disable-tcl
CONFIGURE_ARGS+=        --disable-python
CONFIGURE_ARGS+=        --disable-ruby
CONFIGURE_ARGS+=        --disable-lua
CONFIGURE_ARGS+=        --disable-libdbi

	Building the perl module, and the perl dependency, might also
	be a possible future option.



Home | Main Index | Thread Index | Old Index