Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified

2017-07-13 Thread bob prohaska
In trying to compile gnome3 from ports on a Raspberry Pi 2  error messages
with the general form:

 py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified 

come up for numerous dependencies. The failed builds have so far successed when
done in the port directory, using make -DBATCH

The ports tree is at:
 # svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 445408
Node Kind: directory
Schedule: normal
Last Changed Author: lme
Last Changed Rev: 445408
Last Changed Date: 2017-07-09 12:14:55 -0700 (Sun, 09 Jul 2017)

Is there an alternative to manually compiling the failing dependencies?

thanks for reading!

bob prohaska

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified

2017-07-14 Thread Miroslav Lachman

bob prohaska wrote on 2017/07/14 03:06:

In trying to compile gnome3 from ports on a Raspberry Pi 2  error messages
with the general form:

  py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified

come up for numerous dependencies. The failed builds have so far successed when
done in the port directory, using make -DBATCH

The ports tree is at:
  # svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 445408
Node Kind: directory
Schedule: normal
Last Changed Author: lme
Last Changed Rev: 445408
Last Changed Date: 2017-07-09 12:14:55 -0700 (Sun, 09 Jul 2017)

Is there an alternative to manually compiling the failing dependencies?


What do you have in make.conf? Do you have something like
DEFAULT_VERSIONS = python=3.6?
If yes, then this is the long standing bug I faced years ago - some 
ports want 2.7 but 3.x is pulled as dependency if default version is set 
to 3.x


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Gnome3 dependencies need Python 2.7 at most, but 3.6 was specified

2017-07-14 Thread bob prohaska
On Fri, Jul 14, 2017 at 10:24:39AM +0200, Miroslav Lachman wrote:
> bob prohaska wrote on 2017/07/14 03:06:
> > In trying to compile gnome3 from ports on a Raspberry Pi 2  error messages
> > with the general form:
> >
> >   py27-cairo-1.10.0_2 needs Python 2.7 at most, but 3.6 was specified
> >
> > come up for numerous dependencies. The failed builds have so far successed 
> > when
> > done in the port directory, using make -DBATCH
> 
> What do you have in make.conf? Do you have something like
> DEFAULT_VERSIONS = python=3.6?

root@www:/home/bob # find / -name make.conf -depth -print
/usr/share/examples/etc/make.conf
/usr/src/share/examples/etc/make.conf

Nothing's been customized.

Thanks for writing!

bob prohaska

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"