From owner-freebsd-ports@FreeBSD.ORG Thu Feb 3 19:53:10 2011 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 5D7DF1065780 for ; Thu, 3 Feb 2011 19:53:10 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 24D4F8FC08 for ; Thu, 3 Feb 2011 19:53:09 +0000 (UTC) Received: by iwn39 with SMTP id 39so1445528iwn.13 for ; Thu, 03 Feb 2011 11:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=HrS/jmioxLYpK5BcQlIHlCXDfaiajQt8mwJ4RrW6tJE=; b=UGnRQvUaZ9e2ToUxIkn8q3j2PR4PU6TdPkpn25PtS+509sh8fBbyCB3aZC0fEeWKOC yIGrPLXCKnUOAD9hQtRCakN6scpHHMtI747ieuUOPkuSMpX8waqCnV5EUojcPYTtG2mu jqNJtIu7COUd+csTayx6PoJlf9yfSUA1BsMhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GLg9pHgnllASv7T4wTi0ze/uOxJUC9CbQLGxVCfIwquSXYejG/UlYBE5In1Sfs9Z3H arsgdmE9aXN23VAiOOn/qGq0rVrNrwT05yEhnpxsGpcR2To9sQf5JNBGjj81pfs7iIOV qYR+VXM2S0k3i9TuZdKsThJtDgxwW2EaldZL8= MIME-Version: 1.0 Received: by 10.231.37.70 with SMTP id w6mr12084604ibd.169.1296762789430; Thu, 03 Feb 2011 11:53:09 -0800 (PST) Received: by 10.231.182.132 with HTTP; Thu, 3 Feb 2011 11:53:09 -0800 (PST) In-Reply-To: <201102032231.54557.makc@issp.ac.ru> References: <20110202121446.6f6a10cd@locust.local> <201102032231.54557.makc@issp.ac.ru> Date: Thu, 3 Feb 2011 19:53:09 +0000 Message-ID: From: Baptiste Daroussin To: Max Brazhnikov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final 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: Thu, 03 Feb 2011 19:53:10 -0000 2011/2/3 Max Brazhnikov : > On Wed, 2 Feb 2011 20:04:23 +0000, Baptiste Daroussin wrote: >> > I have no problem installing, reinstalling, or using LO on i386, except >> > that I get many warning messages on the uninstall. But pkg_info -g >> > counts 178 missing files. >> > >> > 19 have "x86_64" in their paths. These directories do not exist on my >> > system, but I have directories with "x86" in the names instead. (But >> > there are 57 such lines in pkg-plist. It looks like each file is listed >> > three times.) >> >> what the fuck is that can show the generated +CONTENT there are no are >> in pkg-plist only plist_sub (LOARCH) which is x86_64 on amd64 and x86 >> on i386. >> >> > Also, instead of basprovfx.uno.so, I have basprovfi.uno.so. In fact, it >> > looks like I have 159 "fi" files, where I see 159 "fx" files in >> > pkg-plist. >> >> once again posting your +CONTENT would help but it looks like black >> magic to me :) > > Hi Baptiste, > > packaging fails on i386. The build log from my tinderbox: > > http://people.freebsd.org/~makc/tb/libreoffice-3.3.0.log.bz2 > > Max > Thanks, to you install with custom prefix ? I know that the build really dislike custom prefix. I'm not very proud of what I've done to make the installation process working in most case :) regards, Bapt