Re: More troubles building www/epiphany

2018-11-11 Thread bob prohaska
On Sun, Nov 11, 2018 at 06:55:12PM +0100, Walter Schwarzenfeld wrote:
> Compile CMake with DOCS=off.
> 

For some reason it wasn't necessary, cmake compiled after a couple cycles of 
cleaning
and reinstalling.

Now webkit2-gtk3 is getting stuck compiling libsoup:

checking for glib-networking (glib TLS implementation)... no
configure: error: libsoup requires glib-networking for TLS support.

If you are building a package, you can pass --disable-tls-check to
allow building libsoup anyway (since glib-networking is not actually
required at compile time), but you should be sure to add a runtime
dependency on it.
===>  Script "configure" failed unexpectedly.
Please report the problem to gn...@freebsd.org [maintainer] and attach the
"/usr/ports/devel/libsoup/work/libsoup-2.62.2/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

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

The really strange thing is that glib-networking compiled and installed without
visible errors, so it's not clear why the test failed.

Any ideas appreciated, including a way to cleanly remove all ports and start 
over!
This is on an RPI3, so there are, far as I know, no precompiled packages 
available.

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: More troubles building www/epiphany

2018-11-11 Thread Walter Schwarzenfeld

Compile CMake with DOCS=off.

___
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: More troubles building www/epiphany

2018-11-11 Thread bob prohaska
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 
from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 
3112, in 
@_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




___
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: More troubles building www/epiphany

2018-11-10 Thread bob prohaska
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.

Thanks!

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: More troubles building www/epiphany

2018-11-10 Thread Dimitry Andric
On 10 Nov 2018, at 22:59, bob prohaska  wrote:
> 
> Now that webkit2-gtk3 compiles correctly make in www/epiphany stops on what 
> looks like a
> version of the openssl upgrade problem:
> 
> ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version OPENSSL_1_1_0 required by 
> /usr/local/lib/libarchive.so.13 not defined
> Command 
> '['/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/AppStreamGlib-1.0',
>  
> '--introspect-dump=/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/functions.txt,/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/dump.xml']'
>  returned non-zero exit status 1.
> ninja: build stopped: subcommand failed.
...
> What's the best way to proceed? I started to compile security/openssl111
> but was greeted by an immediate conflict warning with no obvious resolution.
> 
> The system is at
> FreeBSD 13.0-CURRENT r340325 GENERIC  arm64

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. :)

-Dimitry



signature.asc
Description: Message signed with OpenPGP


More troubles building www/epiphany

2018-11-10 Thread bob prohaska
Now that webkit2-gtk3 compiles correctly make in www/epiphany stops on what 
looks like a 
version of the openssl upgrade problem:

ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version OPENSSL_1_1_0 required by 
/usr/local/lib/libarchive.so.13 not defined
Command 
'['/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/AppStreamGlib-1.0',
 
'--introspect-dump=/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/functions.txt,/usr/ports/devel/appstream-glib/work/appstream-glib-0.7.8/_build/tmp-introspect4zt426i5/dump.xml']'
 returned non-zero exit status 1.
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/appstream-glib
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/appstream-glib
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/x11-fonts/cantarell-fonts
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11/gnome-desktop
*** Error code 1

Stop.
make: stopped in /usr/ports/www/epiphany

At this point /etc/make.conf contains the single line
DEFAULT_VERSIONS+=ssl=openssl
in response to a warning from earlier make attempts.

/etc/src.conf is not present.

What's the best way to proceed? I started to compile security/openssl111
but was greeted by an immediate conflict warning with no obvious resolution. 

The system is at 
FreeBSD 13.0-CURRENT r340325 GENERIC  arm64

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"