From owner-freebsd-ports@FreeBSD.ORG Wed May 9 16:59:52 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C5CF106566B; Wed, 9 May 2012 16:59:52 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id EC2768FC12; Wed, 9 May 2012 16:59:51 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 May 2012 12:59:45 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BTA03225; Wed, 9 May 2012 12:59:45 -0400 Received: from 209-6-86-84.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.86.84]) by smtp04.lnh.mail.rcn.net with ESMTP; 09 May 2012 12:59:45 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20394.41600.703187.377705@jerusalem.litteratus.org> Date: Wed, 9 May 2012 12:59:44 -0400 To: Baptiste Daroussin In-Reply-To: <20120509151954.GB7020@azathoth.lan> References: <20393.13811.435496.504955@jerusalem.litteratus.org> <20394.23571.95440.648345@jerusalem.litteratus.org> <20120509124343.GB5331@azathoth.lan> <20394.34428.503426.228903@jerusalem.litteratus.org> <20120509151954.GB7020@azathoth.lan> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: Robert Huff , Daniel Nebdal , Ports FreeBSD , Current FreeBSD Subject: Re: Binary packages for LibreOffice 3.5 or 3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 16:59:52 -0000 Baptiste Daroussin writes: > > With clang, I get: > > > > ============= > > (1/1) Building module icc > > ============= > > Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/icc > > > > Using system SampleICC, nothing to do here. > > Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/icc/source/create_sRGB_profile > > > > Making: create_sRGB_profile > > /usr/bin/ld: cannot open output file ../../unxfbsd.pro/bin/create_sRGB_profile: No such file or directory > > clang++: error: linker command failed with exit code 1 (use -v to see invocation) > > dmake: Error code 1, while making '../../unxfbsd.pro/bin/create_sRGB_profile' > > What options are you using? huff@> make showconfig ===> The following configuration options are available for libreoffice-3.5.2_2: WEBDAV=on "Support webdav protocol" KDE4=off "With Qt4/KDE4 vclplug support" GTK=on "With GTK vclplug support" GTK3=off "With GTK3 vclplug support" GNOME=off "Better integration in gnome environnement" JAVA=on "Add Java support (XML Filters, macros)" SYSTRAY=off "Enable systemtray quickstarter" MMEDIA=off "Enable multimedia backend for impress" SDK=off "Build with SDK" SVG=on "Enable SVG support" DEBUG=off "Build with debug symbols and verbose output" PGSQL=on "Build with PostgreSQL-SDBC driver" ===> Use 'make config' to modify these settings Robert Huff