Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 17:42:58 GMT
From:      "Harald E. Langner" <development@langner.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189360: port bind10 should set the required Python version in its Makefile and not use the system default
Message-ID:  <201405041742.s44Hgwp2060913@cgiserv.freebsd.org>
Resent-Message-ID: <201405041750.s44Ho0b5084468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189360
>Category:       ports
>Synopsis:       port bind10 should set the required Python version in its Makefile and not use the system default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 04 17:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Harald E. Langner
>Release:        10.0
>Organization:
>Environment:
FreeBSD swdevil.de 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
see https://forums.freebsd.org/viewtopic.php?f=5&t=46270&p=258811#p258811
I trying to install bind10 from the ports and get errors because on my machin pyhton 2.7 is installed. 
The malefile recommends:
"bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3."

BIND 10 port. If it does need Python 3.3 then the port itself should set the required Python version in its Makefile and not use the system default.

>How-To-Repeat:
#cd /usr/ports/dns/bind10
#make install

and has python27-2.7.6_4 installed

>Fix:
install python33 beside python27,
and in /etc/make.conf set
DEFAULT_VERSIONS=python=3.3

I got then other errors with python, but this is not the point for this problem report.

>Release-Note:
>Audit-Trail:
>Unformatted:
 >pkg info -r python27-2.7.6_4  
 python27-2.7.6_4:
         port-maintenance-tools-1.0_2
         ap22-mod_mono-2.10_1
         spamassassin-3.4.0_9
         gtk-update-icon-cache-2.24.22
         python2-2_2
         py27-pytz-2014.1.1,1
         py27-Babel-1.3_1
         py27-MarkupSafe-0.21
         py27-pygments-1.6_2
         py27-gdbm-2.7.6_2
         py27-docutils-0.11
         py27-libxml2-2.8.0_2
         pyzor-0.5.0_4
         py27-Jinja2-2.7.2_1
         net-snmp-5.7.2_9
         py27-sphinx-1.2.2
         llvm33-3.3_8
         glib-2.36.3_2
         gobject-introspection-1.36.0_2
         portell-0.2_1
         xcb-proto-1.10_1
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405041742.s44Hgwp2060913>