From owner-freebsd-current@FreeBSD.ORG Tue Sep 17 15:52:50 2013 Return-Path: Delivered-To: freebsd-current@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 CD6BE6B9 for ; Tue, 17 Sep 2013 15:52:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 641F62E2B for ; Tue, 17 Sep 2013 15:52:50 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id c11so5204581wgh.18 for ; Tue, 17 Sep 2013 08:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ckYOrkP8mMkE9AYh75wITL7kF5uka31yLDc8yRPVXUc=; b=m2inYz3BOE/HhA1sDnNMd9dVgzWQ23ejm5rZH2hrPlSuPSH/r0Jo62VmqdKOc/urSA +6e8QXb9oiC2w6UBEspZ7FEDRCijEL7KmNdtRWwyGQGBsKKQkmh7nqr1dNIpGD4ie1N+ Qg057evRAQYnw2xemaWvdAqpj6IczI145CT23O6dR/+LuEO10iNpfyIRRohgviNheGmM OWdxJBOPm+Bkop/C7g95azxlT+b/S5KKi9c3thd/YQiKxsPUSvumNHpn5HbBU5PQ6sWf jTwPjBX086FScKnxdXj/DVsImbAx8nn943bcCGr41wc9R4RQH72ozXPuEyB1/7ivgkyv rqCg== X-Received: by 10.180.9.41 with SMTP id w9mr3090019wia.21.1379433168875; Tue, 17 Sep 2013 08:52:48 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id iz19sm5358984wic.9.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Sep 2013 08:52:47 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 17 Sep 2013 17:52:45 +0200 From: Baptiste Daroussin To: Shawn Webb Subject: Re: libreoffice build error Message-ID: <20130917155245.GE31894@ithaqua.etoilebsd.net> References: <104781379415439@web14h.yandex.ru> <20130917162045.5b0fc356@thor.walstatt.dyndns.org> <20130917154914.GD31894@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hwvH6HDNit2nSK4j" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "S.N.Grigoriev" , FreeBSD-current , "O. Hartmann" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 15:52:50 -0000 --hwvH6HDNit2nSK4j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 17, 2013 at 11:51:41AM -0400, Shawn Webb wrote: > I'm getting a build error as well, but on 9-STABLE under Poudriere. > Relevant part of the logfile: >=20 > In file included from > /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source= /core/tool/scmatrix.cxx:34: > In file included from /usr/local/include/mdds/multi_type_matrix.hpp:31: > /usr/local/include/mdds/multi_type_vector.hpp:85:46: error: cannot > initialize a parameter of type 'mdds::mtv::base_element_block *' with > an lvalue of type 'const element_block_type *' (aka 'const > mdds::mtv::base_element_block *') > element_block_func::delete_block(p); > ^ > /usr/local/include/boost/interprocess/smart_ptr/unique_ptr.hpp:312:13: > note: in instantiation of member function > 'mdds::multi_type_vector::elemen= t_block_deleter::operator()' > requested here > ptr_.second()(ptr_.first()); > ^ > /usr/local/include/boost/interprocess/smart_ptr/unique_ptr.hpp:196:7: > note: in instantiation of member function > 'boost::interprocess::unique_ptr mdds::multi_type_vector::element= _block_deleter>::reset' > requested here > { reset(); } > ^ > /usr/local/include/mdds/compat/unique_ptr.hpp:38:7: note: in > instantiation of member function > 'boost::interprocess::unique_ptr mdds::multi_type_vector::element= _block_deleter>::~unique_ptr' > requested here > class unique_ptr : public boost::interprocess::unique_ptr<_T, _Deleter> > ^ > /usr/local/include/mdds/multi_type_vector_def.inl:2376:16: note: in > instantiation of function template specialization > 'mdds::multi_type_vector::set_ce= lls_to_single_block double *>' requested here > return set_cells_to_single_block(row, end_row, block_index1, > start_row1, it_begin, it_end); > ^ > /usr/local/include/mdds/multi_type_vector_def.inl:406:12: note: in > instantiation of function template specialization > 'mdds::multi_type_vector::set_ce= lls_impl double *>' requested here > return set_cells_impl(pos, end_pos, start_row1, block_index1, > it_begin, it_end); > ^ > /usr/local/include/mdds/multi_type_matrix_def.inl:239:13: note: in > instantiation of function template specialization > 'mdds::multi_type_vector::set double *>' requested here > m_store.set(get_pos(row,col), it_begin, it_end); > ^ > /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source= /core/tool/scmatrix.cxx:502:15: > note: in instantiation of function template specialization > 'mdds::multi_type_matrix::set' > requested here > maMat.set(nR, nC, pArray, pArray + nLen); > ^ > /wrkdirs/usr/ports/editors/libreoffice/work/libreoffice-4.0.5.2/sc/source= /core/tool/scmatrix.cxx:92:65: > note: passing argument to parameter 'p' here > static void delete_block(mdds::mtv::base_element_block* p) > ^ > 1 error generated. > gmake[2]: *** [/wrkdirs/usr/ports/editors/libreoffice/work/workdir/unxfbs= d.pro/CxxObject/sc/source/core/tool/scmatrix.o] > Error 1 >=20 That is the mdds error I was speaking about. regards, Bapt --hwvH6HDNit2nSK4j Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI4es0ACgkQ8kTtMUmk6EyITQCfYlgslzFK1003CpI/TSkBCvTI A+gAnjJ8VN+wUE3r+dIKDlWTMkrhdeX+ =P9yH -----END PGP SIGNATURE----- --hwvH6HDNit2nSK4j--