From owner-freebsd-office@FreeBSD.ORG Sun Oct 27 10:56:15 2013 Return-Path: Delivered-To: office@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 07A5C549; Sun, 27 Oct 2013 10:56:15 +0000 (UTC) (envelope-from olafm@p-value.net) Received: from tau.0x200.net (tau.0x200.net [134.255.251.74]) by mx1.freebsd.org (Postfix) with ESMTP id 3A99822A3; Sun, 27 Oct 2013 10:56:13 +0000 (UTC) Received: from tau.0x200.net (localhost [127.0.0.1]); by tau.0x200.net (OpenSMTPD) with ESMTP id f6b8378d; Sun, 27 Oct 2013 11:47:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=p-value.net; h=date:from :to:cc:subject:message-id:mime-version:content-type; s=k; bh=PiW RF+eo7HxBH9stZ4U1v3XGhow=; b=dOisJoAuJRuAp8bue+n6n9N8LQgoixIy4hm 7UOelYMLIfVrC7u3DIBYp6OCDKlbuG+qk0gFeP1fPJuG6cVCQuEiR+aXiwhp9q9i dwKy4u/Z4xneajEwGxZO7953UU0C7UNPBwNyVvT9yRb15Uvt3O4G8J4XykV6w8uA e+4hr9Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=p-value.net; h=date:from:to :cc:subject:message-id:mime-version:content-type; q=dns; s=k; b= csx4qjasrJ/hvyTNEKR0qi0fpFZMWMTFGBiHsg5Gw3eeT6t8pALuewGhb+1wRegC 1feG7zgBmXwV0tnfBA4favNk+Hhabq9LvLP7qRtNaUetBzTPvgOnZtFfsmQ56EpC wA5jdo4xVYv8B5m2T4IIcR8lGES/1GnPubZ1kGta35c= Received: from localhost (1001@localhost [local]); by tau.0x200.net (OpenSMTPD) with ESMTPA id bbe9ddf4; Sun, 27 Oct 2013 11:47:05 +0100 (CET) Date: Sun, 27 Oct 2013 11:47:05 +0100 From: Olaf Mersmann To: db@freebsd.org Subject: comms/gnuradio will not build with current devel/boost-libs Message-ID: <20131027104705.GC87160@p-value.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 10:56:15 -0000 Dear Diane and FreeBSD Office Team, first of all let me thank you for your work on the FreeBSD ports collection. I tried to install GNUradio and hit the following problem during 'make build'. *snip* -- Boost version: 1.52.0 -- Found the following Boost libraries: -- filesystem -- system -- unit_test_framework -- WARNING: Found a known bad version of Boost (v105200). Disabling. CMake Error at volk/CMakeLists.txt:79 (message): VOLK Requires boost to build *snip* A quick internet search turned up the cmake define ENABLE_BAD_BOOST which was added by the GNUradio developers for situations where distributions ship "known bad" versions of boost (1.52 in this case). Explicitly setting it in the ports Makefile lets me build and install GNUradio, altough I have yet to test it. Would it be possible to add this flag by default? I assume that updating boost to version 1.53 is not an easy task given the number of ports that (indirectly) depend on boost. Cheers, Olaf Mersmann P.S: I explicitly turned off building the documentation for GNUradio because it explicitly requires teTeX. I run TeXlive on this system, maby the port could depend on whichever TeX is selected via TEX_DEFAULT from /etc/make.conf. From owner-freebsd-office@FreeBSD.ORG Sun Oct 27 22:13:02 2013 Return-Path: Delivered-To: office@smarthost.ysv.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 099874E4; Sun, 27 Oct 2013 22:13:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2DD820ED; Sun, 27 Oct 2013 22:13:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RMD1qB005342; Sun, 27 Oct 2013 22:13:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9RMD1fk005341; Sun, 27 Oct 2013 22:13:01 GMT (envelope-from linimon) Date: Sun, 27 Oct 2013 22:13:01 GMT Message-Id: <201310272213.r9RMD1fk005341@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, office@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/183134: Error code 1 when try to built editors/openoffice-4 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 22:13:02 -0000 Old Synopsis: Error code 1 when try to built openoffice-4 New Synopsis: Error code 1 when try to built editors/openoffice-4 Responsible-Changed-From-To: freebsd-amd64->office Responsible-Changed-By: linimon Responsible-Changed-When: Sun Oct 27 22:12:02 UTC 2013 Responsible-Changed-Why: make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=183134 From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 08:18:14 2013 Return-Path: Delivered-To: freebsd-office@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 A6262EA4 for ; Mon, 28 Oct 2013 08:18:14 +0000 (UTC) (envelope-from gabor@zahemszky.hu) Received: from default-smtp.integrity.hu (default-smtp.integrity.hu [212.52.165.203]) by mx1.freebsd.org (Postfix) with ESMTP id 635942A85 for ; Mon, 28 Oct 2013 08:18:13 +0000 (UTC) Received: by smtp.integrity.hu (Postfix, from userid 10000) id 2454A134625A; Mon, 28 Oct 2013 09:11:49 +0100 (CET) Received: from webmail.integrity.hu (mail-fe-1.integrity.hu [10.1.64.120]) (Authenticated sender: gabor@zahemszky.hu) by smtp.integrity.hu (Postfix) with ESMTPA id B31F91346123 for ; Mon, 28 Oct 2013 09:11:48 +0100 (CET) Received: from h5N+ACdUf1kKfS8X4cvl9eevfVwsmn6zC9pXu1M9i+rz0eqmuTFVwA== (ixjLyJ6j/GH34BE4O0PkFs3LccbPRnAc) by webmail.integrity.hu with HTTP (HTTP/1.1 POST); Mon, 28 Oct 2013 09:11:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 28 Oct 2013 09:11:48 +0100 From: gabor@zahemszky.hu To: Subject: LO without CUPS cannot print Message-ID: <55a5337c0d2d344f740db121712ee1d2@zahemszky.hu> X-Sender: gabor@zahemszky.hu User-Agent: Roundcube Webmail/0.8.4 X-Virus-Scanned: clamav-milter 0.97.6 at mail-autosubmit X-Virus-Status: Clean X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 08:18:14 -0000 Hi! I've just found, that a default FreeBSD-9.2 with a default LibreOffice pkg canot print. I've got a configured LPD-based PS-printer. I used to print on it from the StarOffice-based time till upgrading to LO-3.x. As my printer is working fine with my handmade printcap-file, I think, the problem is in LO. I Googled a bit, but only found a half-and-a-year old PR about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=167309 Can anybody help me? I don't like to install cups-server part. Thanks, Gabor From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 11:07:49 2013 Return-Path: Delivered-To: office@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 D308E1DE for ; Mon, 28 Oct 2013 11:07:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C131D2564 for ; Mon, 28 Oct 2013 11:07:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SB7n5D056293 for ; Mon, 28 Oct 2013 11:07:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9SB7nmU056291 for office@FreeBSD.org; Mon, 28 Oct 2013 11:07:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Oct 2013 11:07:49 GMT Message-Id: <201310281107.r9SB7nmU056291@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: office@FreeBSD.org Subject: Current problem reports assigned to office@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 11:07:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/183224 office editors/openoffice4 ERROR: error 65280 occurred while o ports/183134 office Error code 1 when try to built editors/openoffice-4 o ports/183051 office editors/libreoffice fails on poudriere o ports/182862 office x11-fonts/croscorefonts-fonts-ttf : add some more font o ports/182576 office error to build editors/libreoffice o ports/182549 office devel/boost-libs fails to build on non-x86 o ports/181614 office editors/openoffice-4: size mismatch o ports/181574 office [patch] editors/openoffice-4: convert to USES, and ado o ports/181126 office [patch] devel/boost-libs fails to build on ppc64 o ports/181044 office Problems with devel/boost-libs o ports/180723 office editors/libreoffice: calc spreadsheet external data li o ports/180616 office german/alt-aspell: was identical to german/aspell, now o ports/180565 office textproc/aspell compilation error with Clang o ports/178433 office editors/libreoffice generates zombie processes after i o ports/178383 office Upgrade x11-fonts/linuxlibertine to version 5.3.0 o ports/176788 office editors/libreoffice build failure in tail_build o ports/176349 office [ports] regression: devel/boost-libs 1.52.0_1 does not o ports/176000 office textproc/clucene: Incomplete install if WRKDIRPREFIX c o ports/175814 office devel/boost-all cannot use libc++ o ports/175423 office german/hunspell does not build o ports/175064 office editors/libreoffice fails to compile f ports/174753 office change to devel/boost-libs causes adverse effects o ports/174685 office New version of devel/icu crashed a lot of applications f ports/174618 office devel/icu error: in blender, /usr/local/lib/libboost_l o ports/174429 office [patch] add depends to editors/openoffice-3 o ports/174212 office editors/libreoffice: ERROR: error 65280 occurred while o ports/173965 office editors/libreoffice pkg_add error o ports/173945 office Update textproc/it-hyphen to version 2012.04.03 o ports/173943 office Update textproc/it-hunspell to version 2012.04.03 o ports/173690 office editors/openoffice-3 upgrade leaves symlink pointing t f ports/173575 office Fix devel/boost-python-libs with python-3.2 o ports/171899 office editors/openoffice-3-devel: Openoffice 3.4.1 build fai o ports/171588 office editors/libreoffice build error o ports/171178 office textproc/aspell does not recognize standard filters o ports/170760 office textproc/hunspell: fails to detect /usr/local/include/ o ports/167641 office editors/libreoffice: o ports/167441 office editors/libreoffice - Unable to print o ports/167400 office editors/libreoffice 3-5.2.2 version ID - 350m 1 (Buil o ports/167309 office editors/libreoffice: Unable to configure printers on L o ports/164965 office editors/openoffice-3 fails to build in moz, nss, and c o ports/162780 office editors/libreoffice without GUI o ports/154674 office Build of editors/openoffice-3 3.0 fails o ports/154086 office libsicui18n.a in devel/icu constains no symbols o ports/151884 office editors/openoffice-3-devel port misbehaviour o ports/143949 office editors/openoffice-3: system unzip pickiness unhelpful a ports/127496 office devel/icu 3.8.1_1 does not build when Danish locale is o ports/126083 office textproc/aspell core dumps 47 problems total. From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 11:40:09 2013 Return-Path: Delivered-To: office@smarthost.ysv.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 0E142B48; Mon, 28 Oct 2013 11:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7EEE2798; Mon, 28 Oct 2013 11:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SBe85x064528; Mon, 28 Oct 2013 11:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9SBe86W064527; Mon, 28 Oct 2013 11:40:08 GMT (envelope-from edwin) Date: Mon, 28 Oct 2013 11:40:08 GMT Message-Id: <201310281140.r9SBe86W064527@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/183392: 'portmaster editors/libreoffice' does not work X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 11:40:09 -0000 Synopsis: 'portmaster editors/libreoffice' does not work Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Mon Oct 28 11:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=183392 From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 18:04:59 2013 Return-Path: Delivered-To: office@smarthost.ysv.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 720435B4; Mon, 28 Oct 2013 18:04:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4756521BB; Mon, 28 Oct 2013 18:04:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SI4xNJ051148; Mon, 28 Oct 2013 18:04:59 GMT (envelope-from jkim@freefall.freebsd.org) Received: (from jkim@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9SI4xOX051147; Mon, 28 Oct 2013 18:04:59 GMT (envelope-from jkim) Date: Mon, 28 Oct 2013 18:04:59 GMT Message-Id: <201310281804.r9SI4xOX051147@freefall.freebsd.org> To: jkim@FreeBSD.org, office@FreeBSD.org, jkim@FreeBSD.org From: jkim@FreeBSD.org Subject: Re: ports/183392: 'portmaster editors/libreoffice' does not work X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 18:04:59 -0000 Synopsis: 'portmaster editors/libreoffice' does not work Responsible-Changed-From-To: office->jkim Responsible-Changed-By: jkim Responsible-Changed-When: Mon Oct 28 18:04:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=183392 From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 19:20:41 2013 Return-Path: Delivered-To: office@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 88198F97 for ; Mon, 28 Oct 2013 19:20:41 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0E97272B for ; Mon, 28 Oct 2013 19:20:40 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.7/8.14.7) with ESMTP id r9SJKYwO059395 for ; Mon, 28 Oct 2013 14:20:34 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id r9SJKYsA059394 for office@freebsd.org; Mon, 28 Oct 2013 14:20:34 -0500 (CDT) (envelope-from brooks) Date: Mon, 28 Oct 2013 14:20:34 -0500 From: Brooks Davis To: office@freebsd.org Subject: switch clang version for editors/libreoffice Message-ID: <20131028192034.GA57868@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 19:20:41 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following patch switches the clang version used by editors/libreoffice from devel/clang (clang 3.2) to devel/clang32 (also clang 3.2, but installed with "32" suffixed on binaries so as not to conflict with other reversions). I've tested the patch on 8.4 amd64 using redports and clang32 is properly detected and builds. There are some leftovers reported but I believe they are not my fault. https://redports.org/~brooks/20131028171312-09199-155471/libreoffice-4.0.6.log Please approve or commit this patch. I'd like to remove the current lang/clang soon. Thanks, Brooks Index: Makefile =================================================================== --- Makefile (revision 331869) +++ Makefile (working copy) @@ -334,11 +334,11 @@ .endif .else # XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308) -BUILD_DEPENDS+= clang>=3.2_4:${PORTSDIR}/lang/clang +BUILD_DEPENDS+= clang32:${PORTSDIR}/lang/clang32 USE_BINUTILS= yes -CC= ${LOCALBASE}/bin/clang -CPP= ${CC} -E -CXX= ${LOCALBASE}/bin/clang++ +CC= ${LOCALBASE}/bin/clang32 +CPP= ${LOCALBASE}/bin/clang-cpp32 +CXX= ${LOCALBASE}/bin/clang++32 CONFIGURE_ENV+= CXXCPP="${CXX} -E" .endif .endif --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFSbrkBXY6L6fI4GtQRAtUpAJ4z22Zf4xp1om8gcvxzIbJOrlZjnQCgxlZT lrpe1eXUDc0fPz71VvKmWpg= =+2Sm -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 19:40:12 2013 Return-Path: Delivered-To: office@freebsd.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 2CC77AB2; Mon, 28 Oct 2013 19:40:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <526EBCD0.9070304@FreeBSD.org> Date: Mon, 28 Oct 2013 15:36:48 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Brooks Davis , office@freebsd.org Subject: Re: switch clang version for editors/libreoffice References: <20131028192034.GA57868@lor.one-eyed-alien.net> In-Reply-To: <20131028192034.GA57868@lor.one-eyed-alien.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 19:40:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-10-28 15:20:34 -0400, Brooks Davis wrote: > The following patch switches the clang version used by > editors/libreoffice from devel/clang (clang 3.2) to devel/clang32 > (also clang 3.2, but installed with "32" suffixed on binaries so as > not to conflict with other reversions). I've tested the patch on > 8.4 amd64 using redports and clang32 is properly detected and > builds. There are some leftovers reported but I believe they are > not my fault. > > https://redports.org/~brooks/20131028171312-09199-155471/libreoffice-4.0.6.log > > Please approve or commit this patch. I'd like to remove the > current lang/clang soon. ... Sorry, there is a PR already (PR183392) and I am testing a fix, i.e., USES=compiler:c++11-lang. Please do not commit the patch. Thanks, Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJSbrzQAAoJEHyflib82/FGZgwIAIwfnjElJzwdegj/CJz8ZAMZ +N5pOPS/eLfbUSuKfWeUoxCg5SdfeLtVbSnEMN4/FyXEscsAMUazlB3sBEQEoDmz de47K2cAhFLfPZeMhI53Fkm59TVlZcz0wCtswlGLYzE/A9//LLfMtnPmbo39fErX er/V2Q83htczxOwFN4cTRW/mKw39BNYm+86nv1Rkp5E6T1/35x0ZTFI9waaaB+Oh 3rTBbglDn7v6XxAYvLWXn4+/z25COo7LcHSR+mFM8gyUdIIqQEuooBzCndR3/mq2 RiuMA2cqzrCx+QZfJMsHSKt9glUiTn1tKrAjjFRFABSpQjWv1XkRj4ObYmpuIvo= =pYbw -----END PGP SIGNATURE----- From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 19:51:43 2013 Return-Path: Delivered-To: office@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 C94C7CCF; Mon, 28 Oct 2013 19:51:43 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 196DB2937; Mon, 28 Oct 2013 19:51:42 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.7/8.14.7) with ESMTP id r9SJpgwS059541; Mon, 28 Oct 2013 14:51:42 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id r9SJpgCU059540; Mon, 28 Oct 2013 14:51:42 -0500 (CDT) (envelope-from brooks) Date: Mon, 28 Oct 2013 14:51:42 -0500 From: Brooks Davis To: Jung-uk Kim Subject: Re: switch clang version for editors/libreoffice Message-ID: <20131028195142.GA59531@lor.one-eyed-alien.net> References: <20131028192034.GA57868@lor.one-eyed-alien.net> <526EBCD0.9070304@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <526EBCD0.9070304@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Brooks Davis , office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 19:51:43 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 28, 2013 at 03:36:48PM -0400, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2013-10-28 15:20:34 -0400, Brooks Davis wrote: > > The following patch switches the clang version used by=20 > > editors/libreoffice from devel/clang (clang 3.2) to devel/clang32 > > (also clang 3.2, but installed with "32" suffixed on binaries so as > > not to conflict with other reversions). I've tested the patch on > > 8.4 amd64 using redports and clang32 is properly detected and > > builds. There are some leftovers reported but I believe they are > > not my fault. > >=20 > > https://redports.org/~brooks/20131028171312-09199-155471/libreoffice-4.= 0.6.log > > > > Please approve or commit this patch. I'd like to remove the > > current lang/clang soon. > ... >=20 > Sorry, there is a PR already (PR183392) and I am testing a fix, i.e., > USES=3Dcompiler:c++11-lang. Please do not commit the patch. Sounds good to me. Thanks, Brooks --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFSbsBNXY6L6fI4GtQRAgeFAJ48RCT3ZAlkKopLlmrH85ayGP6W9QCfWi3e zA3FwL5LxO7VzVYJzkxAi50= =J5Av -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-office@FreeBSD.ORG Mon Oct 28 20:30:59 2013 Return-Path: Delivered-To: freebsd-office@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 3168DA0A; Mon, 28 Oct 2013 20:30:59 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D52312BE8; Mon, 28 Oct 2013 20:30:58 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so3875996qcx.20 for ; Mon, 28 Oct 2013 13:30:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=zh/51DUFAwINer8eSwxlQuI+SDIyAYjyqDaKO3EFggQ=; b=0s7ITACRFGTWzxYOFcyI4MYvVYru2rBcwd4B1IDrAkZVw3GkO7IfKtabVN8H2wp0MK tWPpxkMktdZuoINc66uDSfM3GWB27LctdYJ6vmR0+k13C7TC8VNTnSsQ6u8sSzObhhDe j7jHWUjf95hUChgvjRVZFhIHnpdom9Lj+A0hJekkKgR/C/QFZQaNcj3facR6S9r9A8vh 3p0Z0wdWLXhXldhlxnu7pDzrG4HOhrIf/6aY/xHtIjUmfSFkK6mrdxpQC9qcMXlekBn4 K+sIVnalgH9EVJUtmj91XOL44sMCWvx01EPvGkpY1ppoY6ZBi9j1Be4wqMxJrXsDODDA FVBA== X-Received: by 10.229.64.66 with SMTP id d2mr31829177qci.4.1382992258093; Mon, 28 Oct 2013 13:30:58 -0700 (PDT) Received: from lumiwa.farms.net (pool-72-87-59-52.ptldme.east.myfairpoint.net. [72.87.59.52]) by mx.google.com with ESMTPSA id b10sm46643682qeg.7.2013.10.28.13.30.56 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 28 Oct 2013 13:30:57 -0700 (PDT) Date: Mon, 28 Oct 2013 16:30:47 -0400 From: Ajtim To: freebsd-ports@freebsd.org, freebsd-office@freebsd.org Subject: cppunit Message-ID: <20131028163047.04d49053@lumiwa.farms.net> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 20:30:59 -0000 I did try to install Libreoffice from ports on FreeBSD 10.0-BETA1 (amd64) and it stopped: Installing for cppunit-1.12.1 ===> Checking if devel/cppunit already installed ===> Registering installation for cppunit-1.12.1 as automatic pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/ui_2text_2_text_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/tab_r.gif): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/tab_l.gif): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/tab_b.gif): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/struct_cpp_unit_test_plug_in.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/msvc6_2testrunner_2_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/cppunit_2ui_2text_2_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/cppunit_2ui_2qt_2_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/cppunit_2ui_2mfc_2_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/cppunit_2_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_xml_outputter.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_text_test_result.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_text_test_progress_listener.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_text_outputter.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_suite_factory.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_suite_builder_context_base.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_suite_builder_context.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_suite.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_success_listener.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_set_up.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_runner_1_1_wrapping_suite.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_result_collector.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_result.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_plug_in_default_impl.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_listener.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_leaf.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_fixture.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_factory_registry.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_factory.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_decorator.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_composite.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_case.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_case_method_functor.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_case_decorator.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test_caller.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_test.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_synchronized_object.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_repeated_test.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_protector_chain_1_1_protect_functor.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_protector_chain.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_protector.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_outputter.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_orthodox.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_message.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_functor.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_exception_test_case_decorator.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_default_protector.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_compiler_outputter.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_brief_test_progress_listener.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/class_additional_message.png): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_xml_outputter_hook_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_xml_outputter_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_xml_element_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_xml_document_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_type_info_helper_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_text_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_text_test_result_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_text_test_progress_listener_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_text_outputter_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_suite_factory_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_suite_builder_context_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_suite_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_success_listener_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_set_up_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_runner_d_s_plugin_v_c6_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_result_collector_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_result_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_plug_in_interface_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_plug_in_default_impl_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_plug_in_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_path_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_namer_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_listener_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_leaf_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_fixture_factory_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_fixture_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_failure_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_factory_registry_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_factory_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_decorator_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_composite_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_case_decorator_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_case_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_caller_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_assert_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_test_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_synchronized_object_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_string_tools_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_stream_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_source_prefix_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_source_line_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_select_dll_loader_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_repeated_test_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_qt_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_protector_context_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_protector_chain_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_protector_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_portability_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_plug_in_parameters_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_plug_in_manager_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_outputter_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_orthodox_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_mfc_test_runner_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_message_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_helper_macros_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_floating_point_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_exception_test_case_decorator_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_exception_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_dynamic_library_manager_exception_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_dynamic_library_manager_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_default_protector_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_vector_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_stack_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_set_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_map_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_deque_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_cpp_unit_api_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_config_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_compiler_outputter_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_brief_test_progress_listener_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_auto_register_suite_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_asserter_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_algorithm_8h-source.html): No such file or directory pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/doc/cppunit/_additional_message_8h-source.html): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/devel/cppunit *** Error code 1 Stop. make: stopped in /usr/ports/devel/cppunit ===>>> Installation of cppunit-1.12.1 (devel/cppunit) failed ===>>> Aborting update ===>>> Update for devel/cppunit failed ===>>> Aborting update ===>>> Killing background jobs Terminated Terminated Terminated ===>>> You can restart from the point of failure with this command line: portmaster editors/libreoffice devel/cppunit devel/liblangtag devel/liborcus devel/mdds devel/ucpp graphics/libcdr graphics/libwpg textproc/libwpd math/lp_solve net/libcmis print/libmspub textproc/hyphen textproc/libexttextcat textproc/libvisio textproc/libwps x11-fonts/gentium-basic x11-fonts/liberation-fonts-ttf x11-fonts/linuxlibertine-g Thank you. Mitja --- http://www.redbubble.com/people/lumiwa From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 05:49:01 2013 Return-Path: Delivered-To: office@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 0D528ECC for ; Tue, 29 Oct 2013 05:49:01 +0000 (UTC) (envelope-from Robert.Burmeister@utoledo.edu) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A46AF2AD2 for ; Tue, 29 Oct 2013 05:49:00 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0BAOZLb1KDtwN/l2dsb2JhbABZg3UegxOJGbNzFg4BAQEBAQgWBzyCTxUbOyACBRYLAgsDAgECAUsNCAEBiAMFlnSPB4lSiRSBKY47glSBQgOeRo8Ogg4 X-IronPort-AV: E=Sophos;i="4.93,590,1378872000"; d="scan'208";a="240219594" Received: from dlpint01.utoledo.edu ([131.183.3.127]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Oct 2013 01:48:53 -0400 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint01.utoledo.edu (RSA Interceptor) for ; Tue, 29 Oct 2013 01:48:42 -0400 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.2.328.9; Tue, 29 Oct 2013 01:48:42 -0400 Message-ID: <526F4C09.2010106@UToledo.edu> Date: Tue, 29 Oct 2013 01:47:53 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: FreeBSD Port: editors/libreoffice X-Priority: 1 (Highest) Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 05:49:01 -0000 I was building libreoffice 4.0.6 just fine on FreeBSD 9.2 i386 with clang-devel-3.4.r191854 libreoffice 4.0.6_1 now requires clang-3.3 ??? Shouldn't the requirement be clang-3.3+ ? From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 08:46:25 2013 Return-Path: Delivered-To: freebsd-office@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 B19FC45C; Tue, 29 Oct 2013 08:46:25 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 24142249B; Tue, 29 Oct 2013 08:46:24 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlsHAHN0b1Jbs47V/2dsb2JhbABZgwduvFSCcAEBCIEkF3SCJQEBBTocIxALGAklDyoeBogeAbkGj0cHhCwDmAmSCYMnOw Received: from 213.142-179-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.179.142.213]) by relay.skynet.be with ESMTP; 29 Oct 2013 09:46:15 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9T8kEAl001563; Tue, 29 Oct 2013 09:46:15 +0100 (CET) (envelope-from tijl@coosemans.org) Date: Tue, 29 Oct 2013 09:46:13 +0100 From: Tijl Coosemans To: Ajtim Subject: Re: cppunit Message-ID: <20131029094613.70bf3dd3@kalimero.tijl.coosemans.org> In-Reply-To: <20131028163047.04d49053@lumiwa.farms.net> References: <20131028163047.04d49053@lumiwa.farms.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-office@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 08:46:25 -0000 On Mon, 28 Oct 2013 16:30:47 -0400 Ajtim wrote: > I did try to install Libreoffice from ports on FreeBSD 10.0-BETA1 > (amd64) and it stopped: It's best to contact the maintainer for cppunit, which you can find out by running "make maintainer" in the port directory. From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 11:36:14 2013 Return-Path: Delivered-To: freebsd-office@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 186D0819 for ; Tue, 29 Oct 2013 11:36:14 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAF862E4C for ; Tue, 29 Oct 2013 11:36:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9TBaD7q019745 for ; Tue, 29 Oct 2013 11:36:13 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9TBaDua019738 for freebsd-office@freebsd.org; Tue, 29 Oct 2013 11:36:13 GMT (envelope-from bdrewery) Received: (qmail 69490 invoked from network); 29 Oct 2013 06:36:12 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 29 Oct 2013 06:36:12 -0500 Message-ID: <526F9DA7.3070905@FreeBSD.org> Date: Tue, 29 Oct 2013 06:36:07 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Ajtim , freebsd-ports@freebsd.org, freebsd-office@freebsd.org Subject: Re: cppunit References: <20131028163047.04d49053@lumiwa.farms.net> In-Reply-To: <20131028163047.04d49053@lumiwa.farms.net> X-Enigmail-Version: 1.5.2 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OCWOBUS677OXaCQDVgtr7OXP3KSoEBnDT" X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 11:36:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OCWOBUS677OXaCQDVgtr7OXP3KSoEBnDT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Should be fixed now. On 10/28/2013 3:30 PM, Ajtim wrote: > I did try to install Libreoffice from ports on FreeBSD 10.0-BETA1 > (amd64) and it stopped: >=20 >=20 > Installing for cppunit-1.12.1 > =3D=3D=3D> Checking if devel/cppunit already installed > =3D=3D=3D> Registering installation for cppunit-1.12.1 as automatic > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/ui_2text_2_text_test_runner_8h-source.html): No such file or d= irectory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/tab_r.gif): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/tab_l.gif): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/tab_b.gif): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/struct_cpp_unit_test_plug_in.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/msvc6_2testrunner_2_test_runner_8h-source.html): No such file = or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/cppunit_2ui_2text_2_test_runner_8h-source.html): No such file = or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/cppunit_2ui_2qt_2_test_runner_8h-source.html): No such file or= directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/cppunit_2ui_2mfc_2_test_runner_8h-source.html): No such file o= r directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/cppunit_2_test_runner_8h-source.html): No such file or directo= ry > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_xml_outputter.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_text_test_result.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_text_test_progress_listener.png): No such file or direct= ory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_text_outputter.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_suite_factory.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_suite_builder_context_base.png): No such file or di= rectory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_suite_builder_context.png): No such file or directo= ry > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_suite.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_success_listener.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_set_up.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_runner_1_1_wrapping_suite.png): No such file or dir= ectory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_result_collector.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_result.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_plug_in_default_impl.png): No such file or director= y > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_listener.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_leaf.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_fixture.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_factory_registry.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_factory.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_decorator.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_composite.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_case.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_case_method_functor.png): No such file or directory= > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_case_decorator.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test_caller.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_test.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_synchronized_object.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_repeated_test.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_protector_chain_1_1_protect_functor.png): No such file o= r directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_protector_chain.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_protector.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_outputter.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_orthodox.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_message.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_functor.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_exception_test_case_decorator.png): No such file or dire= ctory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_default_protector.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_compiler_outputter.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_brief_test_progress_listener.png): No such file or direc= tory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/class_additional_message.png): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_xml_outputter_hook_8h-source.html): No such file or directory= > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_xml_outputter_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_xml_element_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_xml_document_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_type_info_helper_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_text_test_runner_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_text_test_result_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_text_test_progress_listener_8h-source.html): No such file or = directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_text_outputter_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_suite_factory_8h-source.html): No such file or directory= > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_suite_builder_context_8h-source.html): No such file or d= irectory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_suite_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_success_listener_8h-source.html): No such file or direct= ory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_set_up_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_runner_d_s_plugin_v_c6_8h-source.html): No such file or = directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_result_collector_8h-source.html): No such file or direct= ory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_result_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_plug_in_interface_8h-source.html): No such file or direc= tory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_plug_in_default_impl_8h-source.html): No such file or di= rectory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_plug_in_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_path_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_namer_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_listener_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_leaf_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_fixture_factory_8h-source.html): No such file or directo= ry > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_fixture_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_failure_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_factory_registry_8h-source.html): No such file or direct= ory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_factory_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_decorator_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_composite_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_case_decorator_8h-source.html): No such file or director= y > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_case_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_caller_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_assert_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_test_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_synchronized_object_8h-source.html): No such file or director= y > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_string_tools_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_stream_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_source_prefix_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_source_line_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_select_dll_loader_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_repeated_test_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_qt_test_runner_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_protector_context_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_protector_chain_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_protector_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_portability_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_plug_in_parameters_8h-source.html): No such file or directory= > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_plug_in_manager_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_outputter_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_orthodox_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_mfc_test_runner_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_message_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_helper_macros_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_floating_point_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_exception_test_case_decorator_8h-source.html): No such file o= r directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_exception_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_dynamic_library_manager_exception_8h-source.html): No such fi= le or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_dynamic_library_manager_8h-source.html): No such file or dire= ctory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_default_protector_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_vector_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_stack_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_set_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_map_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_deque_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_cpp_unit_api_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_config_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_compiler_outputter_8h-source.html): No such file or directory= > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_brief_test_progress_listener_8h-source.html): No such file or= directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_auto_register_suite_8h-source.html): No such file or director= y > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_asserter_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_algorithm_8h-source.html): No such file or directory > pkg-static: lstat(/usr/ports/devel/cppunit/work/stage/usr/local/share/d= oc/cppunit/_additional_message_8h-source.html): No such file or directory= > *** Error code 74 >=20 > Stop. > make[1]: stopped in /usr/ports/devel/cppunit > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/devel/cppunit >=20 > =3D=3D=3D>>> Installation of cppunit-1.12.1 (devel/cppunit) failed > =3D=3D=3D>>> Aborting update >=20 > =3D=3D=3D>>> Update for devel/cppunit failed > =3D=3D=3D>>> Aborting update >=20 > =3D=3D=3D>>> Killing background jobs > Terminated > Terminated > Terminated >=20 > =3D=3D=3D>>> You can restart from the point of failure with this comman= d line: > portmaster editors/libreoffice devel/cppunit devel/libla= ngtag devel/liborcus devel/mdds devel/ucpp graphics/libcdr graphics/libwp= g textproc/libwpd math/lp_solve net/libcmis print/libmspub textproc/hyphe= n textproc/libexttextcat textproc/libvisio textproc/libwps x11-fonts/gent= ium-basic x11-fonts/liberation-fonts-ttf x11-fonts/linuxlibertine-g=20 >=20 > Thank you. >=20 > Mitja > --- > http://www.redbubble.com/people/lumiwa > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " >=20 --=20 Regards, Bryan Drewery --OCWOBUS677OXaCQDVgtr7OXP3KSoEBnDT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSb52oAAoJEG54KsA8mwz5MDkP/joOmXDIKgnSxMCRQYrIFCB9 h7bR4QPG6oL6nUMYnE+00hL38lgUCiN3hnbuWhqY+ACBEMt8kt3O2lsoEZZlpA9q bavpuiTQm615ZbCNZAXhayYrB93TGcmDJx/U2z8vfO9bvBYCYbLsVEbD1LfkHues EXfTtF2O6yQu8HKErCb2pzB7qFtRl8OUaAFVJFyX6Cg2Bg4RW5u+VLxm3Vs0E0bz NX8TiRkFXkMeeeRKZPk7tfDglTqhwST5AIjtCkLgP4j3+3vO541vMhh0K7elD9ol bvQjUNQBwrq42sTRujDO8hsgciTifoUsS1Umfs2lUc4rpy3E8U6Fwy/g5ZCH9Njk unVARNQTnWjapRhQjJjAOclKvn/Z158aJHRuSblOEkxScJTAc963pOzxI30+1LL9 5whDfhxU4k3ifV5dCgJu47hpo+AjFH2JkWzJipd0bwLzlymwBt/bSoNDpkN/2X7B l+Fvf3QCTi2Zl52kJmQLaLgEiToAWKdZmhWc9KpMgrOEFiNpOmQiKNI89p0kFh/O aW+TDTKbXWpCz5mC0rYo4KZjmE8mo9Swe7KFGqjqifYHKbLBFjogUcrS0ockTTD4 twah6sLqoveRbFFTK4a1i++0OSlxMK3/X/G+Mfs8/VCJuAqfty9TbpuObdqUvOuU 3PmHkmEnW7L5Yl+LZZt0 =kggd -----END PGP SIGNATURE----- --OCWOBUS677OXaCQDVgtr7OXP3KSoEBnDT-- From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 17:20:47 2013 Return-Path: Delivered-To: office@FreeBSD.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 4F49B960; Tue, 29 Oct 2013 17:20:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <526FED9B.9070803@FreeBSD.org> Date: Tue, 29 Oct 2013 13:17:15 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Robert Burmeister , office@FreeBSD.org, portmgr@freebsd.org Subject: Re: FreeBSD Port: editors/libreoffice References: <526F4C09.2010106@UToledo.edu> In-Reply-To: <526F4C09.2010106@UToledo.edu> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 17:20:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-10-29 01:47:53 -0400, Robert Burmeister wrote: > I was building libreoffice 4.0.6 just fine on FreeBSD 9.2 i386 with > clang-devel-3.4.r191854 > > libreoffice 4.0.6_1 now requires clang-3.3 ??? > > Shouldn't the requirement be clang-3.3+ ? I got rid of home-grown heuristics to select C++11 compiler and now we switched to more canonical "USES=compiler:c++11-lang". This change fixes build: http://www.freebsd.org/cgi/query-pr.cgi?pr=183392 Unfortunately, it has few side-effects, e.g., - - Default C++11 compiler is lang/clang33. Optionally, GCC may be selected. - - Clang 3.2 is completely banned (hard-coded). Other Clang versions, e.g., lang/clang-devel, are not supported. AFAICT, there is no official way to override it. - - 9.2-RELEASE has Clang 3.3 for amd64/i386 but compiler.mk ignores it because it is not the default C++ compiler. I don't want to re-add the previous heuristics because it is hard to maintain. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJSb+2aAAoJEHyflib82/FGIyoH/1reObYXCtSmlVHFtxnisRY7 t+psaminhaPEc88MlMEmoGcPr2O5MNfsx3UMRDQRIW5iP/yCgmf1ps6iNRHgCzyD mTOrQvEuLiHLoOwNAZuYk2HnHcGA2pvO7rhCNAA3ki77yRckddSY6V7DK4zPp0YA ZAhkadZ2XFqiPjQSLsVMo+iBCDMaM429nb+ziOUSmUmMunyT3bki/qJLo2yBFEbR RQDB9IFF1S0PyyH1GpRsb8YLxg8FgyVUkPrfFUFQuX7UG858aSruPW6M8KYPX1XE 4QHB3pJoeFGCIwPPHV72UTl/QyqUDpJp1VLnY62e6kmgQKWRI8A6/SzBmuqeTJ4= =zx2X -----END PGP SIGNATURE----- From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 17:55:12 2013 Return-Path: Delivered-To: freebsd-office@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 C1A09B76 for ; Tue, 29 Oct 2013 17:55:12 +0000 (UTC) (envelope-from robert.burmeister@utoledo.edu) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A41352900 for ; Tue, 29 Oct 2013 17:55:12 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VbDFO-0001Q1-2G for freebsd-office@freebsd.org; Tue, 29 Oct 2013 10:38:30 -0700 Date: Tue, 29 Oct 2013 10:38:30 -0700 (PDT) From: Robert_Burmeister To: freebsd-office@freebsd.org Message-ID: <1383068310059-5856327.post@n5.nabble.com> In-Reply-To: <526FED9B.9070803@FreeBSD.org> References: <526F4C09.2010106@UToledo.edu> <526FED9B.9070803@FreeBSD.org> Subject: Re: FreeBSD Port: editors/libreoffice MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 17:55:12 -0000 How are newer versions of clang to be tested? -- View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-Port-editors-libreoffice-tp5856164p5856327.html Sent from the freebsd-office mailing list archive at Nabble.com. From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 18:25:10 2013 Return-Path: Delivered-To: office@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 154CA986; Tue, 29 Oct 2013 18:25:10 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57F572B6B; Tue, 29 Oct 2013 18:25:09 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id t60so247945wes.2 for ; Tue, 29 Oct 2013 11:25:07 -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=JhUzpbKfieaprg45Nr5RfK+rOOh1BoxqCj2uXIFK/mI=; b=I+7b/qCHjuUZzjt+jb3blwg/L14Ah7wdhC5wYuHsi3ntYgwacRyDY8P3jolbE2l3Py DqGMPegHkVFvJmqmno6r4nVS4G1yfoNDkvCMIdaslWK6sB+PlG1swUfj3fSUnk1qU6qT ABFt7mE5whzm/TTxmtae3muxQtwJL93+mrKDK6gJZA/KDLCySNhhScgUb40aiBWoGF4f O1OmxYoZfw/22pjE5+hPne1Pca+kLTp38TNFD+cojZoRAj+iCncKhnMvTCwYRT4qqF7a 5s18dUMfWQ+dnNGC0cECMv/AmclapD0eggowuJyTneWYVyawcJl1+Jum3L9R8iC4Cban wpwA== X-Received: by 10.194.94.137 with SMTP id dc9mr1020199wjb.38.1383071107792; Tue, 29 Oct 2013 11:25:07 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id e1sm7417802wij.6.2013.10.29.11.25.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 11:25:06 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 29 Oct 2013 19:25:03 +0100 From: Baptiste Daroussin To: Jung-uk Kim Subject: Re: FreeBSD Port: editors/libreoffice Message-ID: <20131029182502.GC94421@ithaqua.etoilebsd.net> References: <526F4C09.2010106@UToledo.edu> <526FED9B.9070803@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MnLPg7ZWsaic7Fhd" Content-Disposition: inline In-Reply-To: <526FED9B.9070803@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: office@FreeBSD.org, portmgr@freebsd.org, Robert Burmeister X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 18:25:10 -0000 --MnLPg7ZWsaic7Fhd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2013 at 01:17:15PM -0400, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2013-10-29 01:47:53 -0400, Robert Burmeister wrote: > > I was building libreoffice 4.0.6 just fine on FreeBSD 9.2 i386 with > > clang-devel-3.4.r191854 > >=20 > > libreoffice 4.0.6_1 now requires clang-3.3 ??? > >=20 > > Shouldn't the requirement be clang-3.3+ ? >=20 > I got rid of home-grown heuristics to select C++11 compiler and now we > switched to more canonical "USES=3Dcompiler:c++11-lang". This change > fixes build: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D183392 >=20 > Unfortunately, it has few side-effects, e.g., >=20 > - - Default C++11 compiler is lang/clang33. Optionally, GCC may be > selected. > - - Clang 3.2 is completely banned (hard-coded). Other Clang versions, > e.g., lang/clang-devel, are not supported. AFAICT, there is no > official way to override it. 3.2 is banned on purpose, we have so many bug fixes that has been made post= 3.2 that we decided to ban everything lowey than 3.2, Concerning the PR if the user defines in make.conf properly 3.4 with CC, CX= X etc it will work, anyway I'll be working on using clang-devel is possible. > - - 9.2-RELEASE has Clang 3.3 for amd64/i386 but compiler.mk ignores it > because it is not the default C++ compiler. Yes I'm planning to add support for that. >=20 > I don't want to re-add the previous heuristics because it is hard to > maintain. That is exactly why I created compiler.mk, I'll improve it. Thanks for reporting Bapt --MnLPg7ZWsaic7Fhd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlJv/X4ACgkQ8kTtMUmk6EyCAQCfWm8Z3nnUiyYhHQb8uGgShx8X VTIAoLLSaaxgH+H8zX5OgMSit2nMnYjz =4+TZ -----END PGP SIGNATURE----- --MnLPg7ZWsaic7Fhd-- From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 18:50:19 2013 Return-Path: Delivered-To: office@FreeBSD.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 6858FBAB; Tue, 29 Oct 2013 18:50:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <52700297.8010702@FreeBSD.org> Date: Tue, 29 Oct 2013 14:46:47 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: FreeBSD Port: editors/libreoffice References: <526F4C09.2010106@UToledo.edu> <526FED9B.9070803@FreeBSD.org> <20131029182502.GC94421@ithaqua.etoilebsd.net> In-Reply-To: <20131029182502.GC94421@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: office@FreeBSD.org, portmgr@freebsd.org, Robert Burmeister X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 18:50:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-10-29 14:25:03 -0400, Baptiste Daroussin wrote: > On Tue, Oct 29, 2013 at 01:17:15PM -0400, Jung-uk Kim wrote: >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> On 2013-10-29 01:47:53 -0400, Robert Burmeister wrote: >>> I was building libreoffice 4.0.6 just fine on FreeBSD 9.2 i386 >>> with clang-devel-3.4.r191854 >>> >>> libreoffice 4.0.6_1 now requires clang-3.3 ??? >>> >>> Shouldn't the requirement be clang-3.3+ ? >> >> I got rid of home-grown heuristics to select C++11 compiler and >> now we switched to more canonical "USES=compiler:c++11-lang". >> This change fixes build: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=183392 >> >> Unfortunately, it has few side-effects, e.g., >> >> - - Default C++11 compiler is lang/clang33. Optionally, GCC may >> be selected. - - Clang 3.2 is completely banned (hard-coded). >> Other Clang versions, e.g., lang/clang-devel, are not supported. >> AFAICT, there is no official way to override it. > 3.2 is banned on purpose, we have so many bug fixes that has been > made post 3.2 that we decided to ban everything lowey than 3.2, Agreed 100%. However, I think we need an override mechanism so that the maintainer can ultimately decide, i.e., "I know some version is buggy but this port is proven working flawlessly with any Clang version." > Concerning the PR if the user defines in make.conf properly 3.4 > with CC, CXX etc it will work, I think it will work. However, it isn't flexible as USE_GCC, e.g., "USE_GCC=4.6+", as the OP expected. > anyway I'll be working on using clang-devel is possible. Thanks! >> - - 9.2-RELEASE has Clang 3.3 for amd64/i386 but compiler.mk >> ignores it because it is not the default C++ compiler. > > Yes I'm planning to add support for that. Awesome! >> I don't want to re-add the previous heuristics because it is hard >> to maintain. > > That is exactly why I created compiler.mk, I'll improve it. > > Thanks for reporting Thank YOU for writing compiler.mk! Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJScAKXAAoJEHyflib82/FG4TsH/j5oNkFm3RtEBXczhw1Z2rpq OwWU6jzTfI8zQvnAJkEgtpmRxcIlqDuByLjCDkpeych2UL5GJGF9T4OTk8beQ2cH k1F7v/nIVFjBHD8YFoKAvQtqbdLl9EAoWqoUQPWWxSXHjhxmMYA4kEQ1UTaeUuwc upg7bznX8dAUzUsrjHdXW5GMy/W+ANtNvGGkMxzVyLHduLF/BVx5GxionxwYHnhZ s2+uVgfujnQK/5s/Dvg+icuVcLoiP6x/nRJw83csDtZoAJOl17pYTe+dEGO/ipr4 /qNVoMwvFpTayKP2XpJUuiRm9OiW8+Rh2Rf4einuc+PXXAjDLxGjCs+BCeE8lPI= =wtfe -----END PGP SIGNATURE----- From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 19:36:40 2013 Return-Path: Delivered-To: freebsd-office@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 B7437888 for ; Tue, 29 Oct 2013 19:36:40 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 568252021 for ; Tue, 29 Oct 2013 19:36:40 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f10so185079yha.3 for ; Tue, 29 Oct 2013 12:36:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Ve7QJ1F2wDoXPFL17mnXEZ5yitbrdpLXIWFdUZP0xTU=; b=Aw5+98dAwrI8DqhQoXc7q/LlCk/XmaQeVEXEu/WSkogzqgTfpaZD57K+VDo2hDQq7S fJnPWUQKpwyjl6pHCLkY5Q1+q3GZ9QUFDzxlKdgY/7du0/KtQWiaFsmt+SzjawdRlUvO QUcmLYH63PUjOBoSYlKkP7EoyxAeO7sTRvYEKGkbbfnZ8ly/0njuWROAamh9D/ZgcNE4 Tu2NrE90vyFPYf+7lcAXsaAGiKLJJNO7yuhm73043I9cKtu+qykCPRoPh9mXalqgsOU9 3ysaYZgGPEsOX3yyf/d1Hgt+k6MYR/LFzNz0s8pxiHHNK+tFXmq2Livse6EbNxNqa2Fg /ung== X-Received: by 10.236.208.104 with SMTP id p68mr630744yho.103.1383075399432; Tue, 29 Oct 2013 12:36:39 -0700 (PDT) Received: from lumiwa.farms.net (pool-72-87-59-52.ptldme.east.myfairpoint.net. [72.87.59.52]) by mx.google.com with ESMTPSA id 48sm42109032yhq.11.2013.10.29.12.36.37 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 12:36:38 -0700 (PDT) Date: Tue, 29 Oct 2013 15:36:29 -0400 From: Ajtim To: Robert_Burmeister Subject: Re: FreeBSD Port: editors/libreoffice Message-ID: <20131029153629.6a61dfb5@lumiwa.farms.net> In-Reply-To: <1383068310059-5856327.post@n5.nabble.com> References: <526F4C09.2010106@UToledo.edu> <526FED9B.9070803@FreeBSD.org> <1383068310059-5856327.post@n5.nabble.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 19:36:40 -0000 On Tue, 29 Oct 2013 10:38:30 -0700 (PDT) Robert_Burmeister wrote: > How are newer versions of clang to be tested? > > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/FreeBSD-Port-editors-libreoffice-tp5856164p5856327.html > Sent from the freebsd-office mailing list archive at Nabble.com. > _______________________________________________ > freebsd-office@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-office To > unsubscribe, send any mail to "freebsd-office-unsubscribe@freebsd.org" I installed on FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 without problems except cppio which worked when I disable build with doxygen. Excellent work. From owner-freebsd-office@FreeBSD.ORG Tue Oct 29 19:55:04 2013 Return-Path: Delivered-To: office@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 E359C2AF for ; Tue, 29 Oct 2013 19:55:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB21219C for ; Tue, 29 Oct 2013 19:55:04 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id n12so360837wgh.11 for ; Tue, 29 Oct 2013 12:55:03 -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=fAj8dAtxy43Ont4uQaK94PrFqaWpe1ubyuh2vd3Bw1M=; b=vERIcN4NQGHsfCVXJJ6w7SnMQt4nHNzkyqql1okdRZH36V/tysAf8MX4isOYlztWg5 fZfUl8jD+9FCMtNt2oDYZ6loKOqkIENvC1yUjbxfHfVOH0bGs5NFmhMk3RxGgrAW3xPv GcDVekXLfnD1napp78hzm3AIr7fzDiFO4sIjDm8O+rKZRI4jn/roYfbAGUJR+BJDo8KB XrDvNkhRIz1K1tPqWs3PGJxHjzuW3iZ7y2IO68kPtA6SJIKEHElRyZpsAVwVd95jOuCD 6yHBwpaQs14OapanuVXtp8pAXlrrqfedBHiOAQ7f3VwrmDAwzPY5qgSVXGH5HRqEnyQi tcjw== X-Received: by 10.194.240.197 with SMTP id wc5mr1162375wjc.23.1383076502959; Tue, 29 Oct 2013 12:55:02 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id gg20sm8300024wic.1.2013.10.29.12.55.01 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 12:55:01 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 29 Oct 2013 20:54:59 +0100 From: Baptiste Daroussin To: Robert Burmeister Subject: Re: FreeBSD Port: editors/libreoffice Message-ID: <20131029195459.GD94421@ithaqua.etoilebsd.net> References: <526F4C09.2010106@UToledo.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LKTjZJSUETSlgu2t" Content-Disposition: inline In-Reply-To: <526F4C09.2010106@UToledo.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: office@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 19:55:05 -0000 --LKTjZJSUETSlgu2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 29, 2013 at 01:47:53AM -0400, Robert Burmeister wrote: > I was building libreoffice 4.0.6 just fine on FreeBSD 9.2 i386 > with clang-devel-3.4.r191854 >=20 > libreoffice 4.0.6_1 now requires clang-3.3 > ??? >=20 > Shouldn't the requirement be clang-3.3+ > ? >=20 This is comming soon by improving compiler.mk regards, Bapt --LKTjZJSUETSlgu2t Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlJwEpMACgkQ8kTtMUmk6EzQTQCeImeSE2GWaBvfsW1o5IPvwW+z f7QAoKP7MuamsydlhTSNQ+gPBRmV6YiE =1A5V -----END PGP SIGNATURE----- --LKTjZJSUETSlgu2t--