From owner-freebsd-questions@FreeBSD.ORG Tue Oct 15 07:06:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 53BC6415 for ; Tue, 15 Oct 2013 07:06:48 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADAC12789 for ; Tue, 15 Oct 2013 07:06:47 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id ez12so1048580wid.5 for ; Tue, 15 Oct 2013 00:06:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OvvYQQobv8uQbXyAeU0L9F9bXRJearB2QYjv0WLCyp4=; b=RwxOrXFw32yKpw9ZwMWxOc+kEPCPafNaSIfJP5PMHw7hzidGNStvQC311vcJ+HF24o jqAj9BL3TixpVMpFgNZYKutJ2Z8HB+EVI4CrBGZkp+k9bPwEfdcfJK0o6fDe0kxfLoZH mV0TQBnK2FGM8wh/ggUrThD/3ADLy7+fFhI8Vp2gDruqwHvvCFg5pRSd7jYwm8ABCr1D BTf7POBQv4IHMx7svy4uYMpiJhdBE61X6vMRnJiab7W1QNFJG1kJvcjTXMZ+pRLIWD/c KvsZxQYacerd1Qk6rEVPssXFgIBoLiRpAR65XEg32NnHMrrCIf5Goe7pJyVMJ6EtHN/m T8qg== MIME-Version: 1.0 X-Received: by 10.194.23.73 with SMTP id k9mr34143795wjf.24.1381820806103; Tue, 15 Oct 2013 00:06:46 -0700 (PDT) Received: by 10.194.185.101 with HTTP; Tue, 15 Oct 2013 00:06:46 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Oct 2013 10:06:46 +0300 Message-ID: Subject: Neither webkit-gtk2 or webkit-gtk3 builds on my machine From: Juris Kaminskis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 07:06:48 -0000 Hello Was trying to send this message to freebsd-gnome, but probably it is more related to freebsd-questions. I have built freebsd-current and want to install webkit-gtk2. My uname -a FreeBSD station 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r256063: Sat Oct 5 23:04:45 EEST 2013 root@station:/usr/obj/usr/src/sys/GENERIC amd64 When I try to compile and adding in /etc/make.conf MAKE_JOBS_UNSAFE I get build error any help? 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 "" -------------------- i have upgraded all ports, everything is ok, pkgdb -F does not give any errors and is succesfull thanks juris