From owner-freebsd-office@freebsd.org Sat Sep 26 17:35:59 2015 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87DDAA08A28 for ; Sat, 26 Sep 2015 17:35:59 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B54B64A for ; Sat, 26 Sep 2015 17:35:59 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 67FA1A08A27; Sat, 26 Sep 2015 17:35:59 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DA8FA08A26 for ; Sat, 26 Sep 2015 17:35:59 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2500A649 for ; Sat, 26 Sep 2015 17:35:59 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: by pacex6 with SMTP id ex6so134530457pac.0 for ; Sat, 26 Sep 2015 10:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+inT2CCEmcOHN63v8mjgRn4mcMtxg85YG313Gzlw7D0=; b=F/0hswRee+ZslOOQkjdENpK00K0G1cbukYILRD4nlpg+005UV+8pDx/5LUDUDP9Nc1 jLruIPm6pOWTpyaaL0Lh7sB6SJkf7QkBWRaQGi7lnmuxL4fPERXscbxL42Dtn60BAvaR /wFM859FKYUaLASAVHz8kXGhaUKKJCb6oWmsluhNQxwtTN9xyiqOHAbsp9ahGa1v8uM2 Lzr+QIbYV729TLOktoK48ycxwU4YZMmMmIxwRFqnRF6us0hHrxMWPR15+3AiUrZ6dImQ 0j7JaRPYZA+boQo/aJuERRlkvEJ43tvBvXVVn/8PjCO1l3bAMuPvgx4OYhAwni0AZZ65 r2tg== MIME-Version: 1.0 X-Received: by 10.68.137.3 with SMTP id qe3mr15851211pbb.26.1443288958748; Sat, 26 Sep 2015 10:35:58 -0700 (PDT) Received: by 10.66.190.70 with HTTP; Sat, 26 Sep 2015 10:35:58 -0700 (PDT) Date: Sat, 26 Sep 2015 13:35:58 -0400 Message-ID: Subject: libreoffice configure fails on not using LOCALBASE for boost args From: Omar S To: office@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 17:35:59 -0000 Hi, libreoffice 5.0.2 port is failing on configure apparently because it's not using $LOCALBASE for the Boost lib and include paths (though it's using LOCALBASE correctly elsewhere). It fails like so: checking which boost to use... external checking for boostlib >= 1.47... yes checking whether the Boost::Date_Time library is available... yes configure: error: Could not find a version of the library! ===> Script "configure" failed unexpectedly. Config.log is not attached. The build process error message does say to include it, but the list's current 200Kb message limit makes that difficult. Anyway, I strongly suspect it's these two lines: BOOST_CPPFLAGS='-I/usr/local/include' BOOST_LDFLAGS='-L/usr/local/lib' (since boost is installed in /usr/pkg, like all of my ports) Current ports tree, freebsd 10.2-releng. This is the Makefile version from the port: # $FreeBSD: head/editors/libreoffice/Makefile 397662 2015-09-23 21:06:12Z jkim $ thanks, -omar