From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 13 14:06:45 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77F741D7 for ; Sun, 13 Oct 2013 14:06:45 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D47A724FE for ; Sun, 13 Oct 2013 14:06:44 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id w62so5922641wes.7 for ; Sun, 13 Oct 2013 07:06:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0pa5mIVBDULvCDoALBCsGNd4VeGWFHvCWI/1SlY3kX4=; b=R2ZRz+KXYmtmawytZrtGmf8NBVr2mmVnjoeHaUSMiLAPP8ixze4T3yJELj8Evs5k5p ew8MElxvvABLqlQ3xmXxRNg2RO8JMKwdbPn+4BrnC6krvzBEG1lOPAhqS9rFBm+aduyE Ujin6TJWZ8cRx4v2XktNGwkv6k9vn+YiKTBPZk2t6XMgEpIBg6vklA1wlT3cDFWCI+x0 +1G3V4h7AsLBvmJln3QW9+CcYeUKlqJirX6fpwXTXfV8XK75miJxllBFmLQ9lF1o9NUS qkQK0LZ7CBr//x6gUfcDfiFUpPGPJkzJvg+2QgBR9KzLlCs2GN0GwgRc464JqJPqMpp5 h/Hg== MIME-Version: 1.0 X-Received: by 10.180.208.49 with SMTP id mb17mr10884437wic.64.1381673203193; Sun, 13 Oct 2013 07:06:43 -0700 (PDT) Received: by 10.194.56.33 with HTTP; Sun, 13 Oct 2013 07:06:43 -0700 (PDT) Date: Sun, 13 Oct 2013 17:06:43 +0300 Message-ID: Subject: Re: Neither webkit-gtk2 or webkit-gtk3 builds on my machine From: Juris Kaminskis To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 14:06:45 -0000 this is what I get after more verbose make: Execute: '(cd /usr/ports/www/webkit-gtk3/work/webkit-1.8.3; if ! /usr/bin/env SHELL=/bin/sh NO_LINT=YES LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh GI_SCANNER_DISABLE_CACHE=1 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include -Wno-c++11-extensions" LDFLAGS=" -L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" gmake -f GNUmakefile DESTDIR=/usr/ports/www/webkit-gtk3/work/stage all; then if [ -n "" ] ; then echo "===> Compilation failed unexpectedly."; (echo "") | /usr/bin/fmt 75 79 ; fi; false; fi)' + cd /usr/ports/www/webkit-gtk3/work/webkit-1.8.3 + /usr/bin/env SHELL=/bin/sh NO_LINT=YES LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh GI_SCANNER_DISABLE_CACHE=1 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR=/usr/lib CC=cc 'CFLAGS=-O2 -pipe -fno-strict-aliasing' CPP=cpp 'CPPFLAGS=-I/usr/local/include -Wno-c++11-extensions' 'LDFLAGS= -L/usr/local/lib' CXX=c++ 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing' MANPREFIX=/usr/local 'BSD_INSTALL_PROGRAM=install -s -o root -g wheel -m 555' 'BSD_INSTALL_LIB=install -s -o root -g wheel -m 444' 'BSD_INSTALL_SCRIPT=install -o root -g wheel -m 555' 'BSD_INSTALL_DATA=install -o root -g wheel -m 444' 'BSD_INSTALL_MAN=install -o root -g wheel -m 444' gmake -f GNUmakefile DESTDIR=/usr/ports/www/webkit-gtk3/work/stage all /usr/bin/ld: warning: libpixman-1.so.9, needed by /usr/local/lib/ libpangocairo-1.0.so, may conflict with libpixman-1.so.30 ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::basic_streambuf()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::ios_base::getloc() const' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::ios_base::imbue(std::__1::locale const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::append(char const*, unsigned long)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::xsputn(char const*, long)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::__basic_string_common::__throw_length_error() const' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::locale::use_facet(std::__1::locale::id&) const' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::locale::operator=(std::__1::locale const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::operator<<(float)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::sentry::~sentry()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::push_back(char)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::assign(char const*)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::uflow()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::locale::locale(char const*)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::setbuf(char*, long)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::imbue(std::__1::locale const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::~basic_string()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::sync()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::__basic_string_common::__throw_out_of_range() const' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::append(char const*)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::__vector_base_common::__throw_length_error() const' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::resize(unsigned long, char)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `virtual thunk to std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::locale::~locale()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_istream >::operator>>(double&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::ios_base::clear(unsigned int)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ostream >::operator<<(int)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::__init(unsigned long, char)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::operator=(std::__1::basic_string, std::__1::allocator > const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `virtual thunk to std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_ios >::~basic_ios()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `void std::__1::__sort&, unsigned int*>(unsigned int*, unsigned int*, std::__1::__less&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::xsgetn(char*, long)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::showmanyc()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::locale::locale(std::__1::locale const&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::ios_base::init(void*)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `void std::__1::__sort&, int*>(int*, int*, std::__1::__less&)' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `virtual thunk to std::__1::basic_istream >::~basic_istream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_streambuf >::~basic_streambuf()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::ctype::id' ./.libs/libwebkitgtk-3.0.so: undefined reference to `virtual thunk to std::__1::basic_ostream >::~basic_ostream()' ./.libs/libwebkitgtk-3.0.so: undefined reference to `std::__1::basic_string, std::__1::allocator >::__init(char const*, unsigned long)' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [Programs/unittests/testapplicationcache] Error 1 gmake[2]: *** [all] Error 2 + [ -n '' ] + false *** Failed target: do-build *** Failed command: (cd /usr/ports/www/webkit-gtk3/work/webkit-1.8.3; if ! /usr/bin/env SHELL=/bin/sh NO_LINT=YES LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/local/bin/libtoolize LIBTOOL_LIBEXECDIR=/usr/local/libexec/libtool LIBTOOL_SHAREDIR=/usr/local/share/libtool LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4 LTMAIN=/usr/local/share/libtool/config/ltmain.sh GI_SCANNER_DISABLE_CACHE=1 PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include -Wno-c++11-extensions" LDFLAGS=" -L/usr/local/lib" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" gmake -f GNUmakefile DESTDIR=/usr/ports/www/webkit-gtk3/work/stage all; then if [ -n "" ] ; then echo "===> Compilation failed unexpectedly."; (echo "") | /usr/bin/fmt 75 79 ; fi; false; fi) Global:.ERROR_TARGET = do-build Applying[MAKE_PRINT_VAR_ON_ERROR] :@ to "" Modifier pattern: "v" Modifier pattern: "$v='${$v}' " Result[MAKE_PRINT_VAR_ON_ERROR] of :@ is "" *** Failed target: install *** Failed command: cd /usr/ports/www/webkit-gtk3 && make CONFIG_DONE_WEBKIT=1 /usr/ports/www/webkit-gtk3/work/.install_done.webkit._usr_local Global:.ERROR_TARGET = install Applying[MAKE_PRINT_VAR_ON_ERROR] :@ to "" Modifier pattern: "v" Modifier pattern: "$v='${$v}' " Result[MAKE_PRINT_VAR_ON_ERROR] of :@ is "" ----------- does someone have working webkit on freebsd-current?