Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 09:05:03 -0800
From:      bob prohaska <fbsd@www.zefox.net>
To:        Dimitry Andric <dim@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: More troubles building www/epiphany
Message-ID:  <20181111170503.GA994@www.zefox.net>
In-Reply-To: <20181110233559.GA97550@www.zefox.net>
References:  <20181110215948.GA97192@www.zefox.net> <BB297E53-0EE3-4F35-B323-DF1F6DA4513D@FreeBSD.org> <20181110233559.GA97550@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 10, 2018 at 03:35:59PM -0800, bob prohaska wrote:
> On Sun, Nov 11, 2018 at 12:16:47AM +0100, Dimitry Andric wrote:
> > 
> > After r339270 (the upgrade of base OpenSSL to 1.1.1) and r339709
> > (bumping of OpenSSL shared libraries to version 111), you must delete
> > all your ports, and rebuild them from scratch.
> > 
> > Yes, it sucks. :)
> > 
> 
> Ok, at least I know now.....
> 

For lack of a better idea, I tried running "make deinstall" in /usr/ports/ to clean house.
It appeared to at least partly work, but now trying to make -DBATCH in www/webkit2-gtk3 the
make process stops while building cmake:


[  5%] Built target cmsys
[  7%] Built target cmsys_c
[  7%] Built target cmcompress
[ 74%] Built target CMakeLib
[ 75%] Built target CMakeServerLib
[ 88%] Built target CTestLib
[ 88%] Built target ctest
[ 94%] Built target CPackLib
[ 95%] Built target cpack
[ 96%] Built target cmake
[ 99%] Built target ccmake
[100%] sphinx-build man: see Utilities/Sphinx/build-man.log
Traceback (most recent call last):
  File "/usr/local/bin/sphinx-build", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3112, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3096, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3125, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 895, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'typing' distribution was not found and is required by Sphinx
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/cmake/work/cmake-3.12.4
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/cmake/work/cmake-3.12.4
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/cmake/work/cmake-3.12.4
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/cmake
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cmake

The file Utilities/Sphinx/build-man.log is present, but empty.

This is a new problem, apparently precipitated by attempting to delete old ports. 

For the moment I'm trying to manually compile python27, to see if it helps.
If there's a better thing to try please let me know.

Thanks for reading,

bob prohaska







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