From owner-freebsd-openoffice@FreeBSD.ORG Sun Jun 18 01:35:59 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 232A616A479 for ; Sun, 18 Jun 2006 01:35:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF9D43D45 for ; Sun, 18 Jun 2006 01:35:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id B343822D40 for ; Sun, 18 Jun 2006 03:35:57 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 3ACD322D6A for ; Sun, 18 Jun 2006 03:35:54 +0200 (CEST) From: linimon@FreeBSD.org To: openoffice@freebsd.org Message-Id: <20060618013554.3ACD322D6A@mail.droso.net> Date: Sun, 18 Jun 2006 03:35:54 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jun 2006 01:35:59 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: editors/ooodict-all broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=ooodict-all portname: editors/openoffice.org-1.1 broken because: Does not compile on FreeBSD >= 6.1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=openoffice.org-1.1 portname: editors/openoffice.org-1.1-devel broken because: Does not compile on FreeBSD >= 6.1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=openoffice.org-1.1-devel If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-openoffice@FreeBSD.ORG Mon Jun 19 11:05:56 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F24316A47D for ; Mon, 19 Jun 2006 11:05:56 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7364743D45 for ; Mon, 19 Jun 2006 11:05:55 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5JB5tYa065580 for ; Mon, 19 Jun 2006 11:05:55 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5JB5s9s065576 for openoffice@freebsd.org; Mon, 19 Jun 2006 11:05:54 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Jun 2006 11:05:54 GMT Message-Id: <200606191105.k5JB5s9s065576@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 11:05:56 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2005/03/04] ports/78428 openoffice openoffice.org-1.1.4 stops compiling -> d f [2005/04/14] ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary package o [2005/07/11] ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: D o [2005/09/20] ports/86383 openoffice Can't compile openoffice.org-1.1 o [2005/11/21] ports/89393 openoffice can't install OpenOffice 2.0.0 from port o [2005/12/10] ports/90184 openoffice Install of OpenOffice 2.0.0 fails o [2005/12/21] ports/90759 openoffice cannot save ANY file with "de-openoffice. o [2006/01/23] ports/92218 openoffice openoffice.org-2.0 build fails with shlib o [2006/03/09] ports/94270 openoffice I cant make OpenOffice.org-2.0 o [2006/06/01] ports/98271 openoffice installing printers in editors/openoffice 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/10] ports/66480 openoffice editors/openoffice.org-1.1 port uses root o [2005/09/16] ports/86206 openoffice editors/openoffice.org-2.0: Unable to bui o [2006/02/02] ports/92737 openoffice editors/openoffice.org-2.0 build failure o [2006/02/19] ports/93559 openoffice OpenOffice.org-2.0.2 compile error o [2006/03/07] ports/94172 openoffice editors/openoffice.org-2.0 needs sane sym o [2006/06/08] ports/98687 openoffice openoffice.org-2.0 ports "couldn't fetch" o [2006/06/14] ports/98949 openoffice editors/openoffice.org-2.0: Build fails w 7 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Wed Jun 21 10:04:57 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E1216A509 for ; Wed, 21 Jun 2006 10:04:57 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998BC43D72 for ; Wed, 21 Jun 2006 10:04:41 +0000 (GMT) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5LA4fHX050797 for ; Wed, 21 Jun 2006 10:04:41 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5LA4fPH050796; Wed, 21 Jun 2006 10:04:41 GMT (envelope-from fenner+portsurvey) Date: Wed, 21 Jun 2006 10:04:41 GMT Message-Id: <200606211004.k5LA4fPH050796@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: openoffice@freebsd.org Cc: Subject: FreeBSD ports: 2 unfetchable distfiles: editors/ooo-build, editors/openoffice.org-1.0 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 10:04:57 -0000 Dear openoffice@freebsd.org, You are listed as the FreeBSD port maintainer for 2 ports whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/openoffice@freebsd.org.html and correct the problems listed there? The individual ports with problems are editors/ooo-build,editors/openoffice.org-1.0. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-openoffice@FreeBSD.ORG Wed Jun 21 22:26:38 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E99316A474 for ; Wed, 21 Jun 2006 22:26:38 +0000 (UTC) (envelope-from pan@cnptia.embrapa.br) Received: from norma.cnptia.embrapa.br (norma.cnptia.embrapa.br [200.0.70.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 054AF43D48 for ; Wed, 21 Jun 2006 22:26:36 +0000 (GMT) (envelope-from pan@cnptia.embrapa.br) Received: from localhost (localhost.cnptia.embrapa.br [127.0.0.1]) by norma.cnptia.embrapa.br (Postfix) with ESMTP id 3AEE7450E2 for ; Wed, 21 Jun 2006 19:27:07 -0300 (BRT) Received: from [10.129.1.18] (m018.cnptia.embrapa.br [10.129.1.18]) by norma.cnptia.embrapa.br (Postfix) with ESMTP id 73A5A450E0 for ; Wed, 21 Jun 2006 19:27:05 -0300 (BRT) Message-ID: <4499C7B4.1060600@cnptia.embrapa.br> Date: Wed, 21 Jun 2006 19:27:00 -0300 From: Carlos Fernando Assis Paniago User-Agent: Thunderbird 1.5.0.4 (X11/20060608) MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd 0.1 Subject: AMD64 native OOo working with the last patch X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 22:26:38 -0000 Hi. For the first time my OOo 2.0.3rc5 with the last patches from Jung-uk Kim, is now working in my FreeBSD 6.1 with the last updates... I need to test if this patch does not broke the i386 instalation. Thanks Jung-uk Kim. Thanks /NAKATA Maho. I opened a very big document and everything until now is working... We need more test, but this is a wonderfull idea, I don't need the OOo from linux (32 bits) in emulation in my AMD64 machine..... It works native....Hip hip Hurra...... / -- Paniago -- Carlos F. A. Paniago pan@cnptia.embrapa.br http://www.cnptia.embrapa.br/ Fone: +55 (19) 3789-5815 From owner-freebsd-openoffice@FreeBSD.ORG Wed Jun 21 22:55:45 2006 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38A16A474 for ; Wed, 21 Jun 2006 22:55:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0DF43D45 for ; Wed, 21 Jun 2006 22:55:44 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k5LMtTrY082758; Wed, 21 Jun 2006 18:55:29 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Wed, 21 Jun 2006 18:55:11 -0400 User-Agent: KMail/1.6.2 References: <4499C7B4.1060600@cnptia.embrapa.br> In-Reply-To: <4499C7B4.1060600@cnptia.embrapa.br> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606211855.16389.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1559/Wed Jun 21 10:23:13 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Carlos Fernando Assis Paniago Subject: Re: AMD64 native OOo working with the last patch X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 22:55:45 -0000 On Wednesday 21 June 2006 06:27 pm, Carlos Fernando Assis Paniago wrote: > Hi. For the first time my OOo 2.0.3rc5 with the last patches from > Jung-uk Kim, is now working in my > FreeBSD 6.1 with the last updates... I need to test if this patch > does not broke the i386 instalation. You mean this patch, right? http://people.freebsd.org/~jkim/patch-sentinel > Thanks Jung-uk Kim. Thanks /NAKATA Maho. Thanks for the feedback. > I opened a very big document and everything until now is working... > We need more test, but this is a wonderfull idea, I don't need the > OOo from linux (32 bits) in emulation in my AMD64 machine..... It > works native....Hip hip Hurra...... > / That's actually the reason why I started the porting and I finally removed Linux binary from my hard disk yesterday. ;-) Jung-uk Kim From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 01:25:13 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8444416A474 for ; Thu, 22 Jun 2006 01:25:13 +0000 (UTC) (envelope-from carlos.paniago@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6643D45 for ; Thu, 22 Jun 2006 01:25:12 +0000 (GMT) (envelope-from carlos.paniago@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so211431wxd for ; Wed, 21 Jun 2006 18:25:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=EaJWDlVMryfqEJmmph37oFgHgyF9NhlzHNmeTSnwJjEmYum02n8ypPCqRSttivoT4GDc0ndnM5owOaPbzmzOAPSkDKFqqycgAw+Yp3UsfK1OtPw6YQ9Mo+1dEF5KGvQ86Biugmsg3JSTMiTmLf/CxapaIHdn5TUIEqRiFtEcPTg= Received: by 10.70.78.5 with SMTP id a5mr2162542wxb; Wed, 21 Jun 2006 18:25:12 -0700 (PDT) Received: from ?201.31.199.198? ( [201.31.199.198]) by mx.gmail.com with ESMTP id h16sm1138313wxd.2006.06.21.18.25.08; Wed, 21 Jun 2006 18:25:11 -0700 (PDT) Message-ID: <4499F171.4070100@gmail.com> Date: Wed, 21 Jun 2006 22:25:05 -0300 User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "Carlos F. A. Paniago" Subject: RE: AMD64 native OOo working with the last patch X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 01:25:13 -0000 > You mean this patch, right? > > http://people.freebsd.org/~jkim/patch-sentinel > > > Thanks Jung-uk Kim. Thanks /NAKATA Maho. > >Thanks for the feedback. YES... With this patch the OOo running in an AMD64 (semprom, opteron e atlhon) worked great... Now we need to go to RC6 and have this patches available to everyone... The OOo 2.0.3 will be an amd64 native system... GREAT...... Paniago (so happy with this.... Now we need an java to amd64 with plugins etc)... Go 64... down with 32.... From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 01:52:59 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9397116A479; Thu, 22 Jun 2006 01:52:59 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0B043D48; Thu, 22 Jun 2006 01:52:59 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5M1qx43021800; Thu, 22 Jun 2006 01:52:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5M1qxA8021796; Thu, 22 Jun 2006 01:52:59 GMT (envelope-from edwin) Date: Thu, 22 Jun 2006 01:52:59 GMT From: Edwin Groothuis Message-Id: <200606220152.k5M1qxA8021796@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99284: openoffice.org-2.0 fails on current because of the addition of gethostbyname_r to libc X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 01:52:59 -0000 Synopsis: openoffice.org-2.0 fails on current because of the addition of gethostbyname_r to libc Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 22 01:52:58 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=99284 From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 12:32:42 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8730416A474; Thu, 22 Jun 2006 12:32:42 +0000 (UTC) (envelope-from pan@cnptia.embrapa.br) Received: from norma.cnptia.embrapa.br (norma.cnptia.embrapa.br [200.0.70.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id F31B9447D5; Thu, 22 Jun 2006 12:32:41 +0000 (GMT) (envelope-from pan@cnptia.embrapa.br) Received: from localhost (localhost.cnptia.embrapa.br [127.0.0.1]) by norma.cnptia.embrapa.br (Postfix) with ESMTP id 5A25745146; Thu, 22 Jun 2006 09:33:14 -0300 (BRT) Received: from [10.129.1.18] (m018.cnptia.embrapa.br [10.129.1.18]) by norma.cnptia.embrapa.br (Postfix) with ESMTP id 8A8B7450FE; Thu, 22 Jun 2006 09:33:12 -0300 (BRT) Message-ID: <449A8E00.2070405@cnptia.embrapa.br> Date: Thu, 22 Jun 2006 09:33:04 -0300 From: Carlos Fernando Assis Paniago User-Agent: Thunderbird 1.5.0.4 (X11/20060608) MIME-Version: 1.0 To: Jung-uk Kim , freebsd-openoffice@freebsd.org References: <4499C7B4.1060600@cnptia.embrapa.br> <200606211855.16389.jkim@FreeBSD.org> In-Reply-To: <200606211855.16389.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd 0.1 Cc: Subject: Re: AMD64 native OOo working with the last patch X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 12:32:42 -0000 Jung-uk Kim escreveu: > On Wednesday 21 June 2006 06:27 pm, Carlos Fernando Assis Paniago > wrote: > >> Hi. For the first time my OOo 2.0.3rc5 with the last patches from >> Jung-uk Kim, is now working in my >> FreeBSD 6.1 with the last updates... I need to test if this patch >> does not broke the i386 instalation. >> > > You mean this patch, right? > > http://people.freebsd.org/~jkim/patch-sentinel > > >> Thanks Jung-uk Kim. Thanks /NAKATA Maho. >> > > Thanks for the feedback. > > >> I opened a very big document and everything until now is working... >> We need more test, but this is a wonderfull idea, I don't need the >> OOo from linux (32 bits) in emulation in my AMD64 machine..... It >> works native....Hip hip Hurra...... >> / >> > > That's actually the reason why I started the porting and I finally > removed Linux binary from my hard disk yesterday. ;-) > > Jung-uk Kim > /usr/ports/editors/openoffice.org-2.0/work/OOC680_m5/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx:58:1: warning: "NULL" redefined In file included from ../../../inc/sv.h:40, from ../../../inc/salframe.hxx:40, from ../../../unx/inc/plugins/gtk/gtkframe.hxx:50, from /usr/ports/editors/openoffice.org-2.0/work/OOC680_m5/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx:36: /usr/ports/editors/openoffice.org-2.0/work/OOC680_m5/solver/680/unxfbsdx.pro/inc/tools/solar.h:59:1: warning: this is the location of the previous definition if ( -e ../../../unxfbsdx.pro/slo/salnativewidgets-gtk.o) touch ../../../unxfbsdx.pro/slo/salnativewidgets-gtk.obj ------------------------------ this means that the definition of NULL is in solar.h... lets find were is this file m018# find . -name solar.h -print ./tools/inc/solar.h ./solver/680/unxfbsdx.pro/inc/tools/solar.h m018# that means that we need to look at tools/inc/solar.h #undef NULL #define NULL 0 than lets solve to #undef NULL #ifdef X86_64 #define NULL 0L #else #define NULL 0 #endif Whit this I supose we can get a lit bit furter instead of your patches... What do you thing about this? To change your patch to this simple one? Ok.. I have signed the license from sun (a long time ago, my name is twice in the list). -- Paniago -- Carlos F. A. Paniago pan@cnptia.embrapa.br http://www.cnptia.embrapa.br/ Fone: +55 (19) 3789-5815 From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 22:18:50 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4E816A4DA; Thu, 22 Jun 2006 22:18:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F5E448F2; Thu, 22 Jun 2006 18:48:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5MImS9L087300; Thu, 22 Jun 2006 18:48:30 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5MImSxq087296; Thu, 22 Jun 2006 18:48:28 GMT (envelope-from linimon) Date: Thu, 22 Jun 2006 18:48:28 GMT From: Mark Linimon Message-Id: <200606221848.k5MImSxq087296@freefall.freebsd.org> To: rotkap@gmx.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99296: Re: ports/98949: openoffice.org-2.0 build error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 22:18:50 -0000 Old Synopsis: Re: Re: openoffice.org-2.0 build error New Synopsis: Re: ports/98949: openoffice.org-2.0 build error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 22 18:47:55 UTC 2006 State-Changed-Why: Misfiled followup to ports/98949; content migrated. Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 22 18:47:55 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=99296 From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 23:27:07 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DEF16A4B3; Thu, 22 Jun 2006 23:27:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 355A1448B7; Thu, 22 Jun 2006 18:47:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5MIlp7I087229; Thu, 22 Jun 2006 18:47:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5MIloqT087225; Thu, 22 Jun 2006 18:47:50 GMT (envelope-from linimon) Date: Thu, 22 Jun 2006 18:47:50 GMT From: Mark Linimon Message-Id: <200606221847.k5MIloqT087225@freefall.freebsd.org> To: alexandr.yatulchik@fcbank.com.ua, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99291: Re: ports/98949: openoffice.org-2.0 build error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 23:27:07 -0000 Old Synopsis: Re: openoffice.org-2.0 build error New Synopsis: Re: ports/98949: openoffice.org-2.0 build error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 22 18:47:02 UTC 2006 State-Changed-Why: Misfiled followup to ports/98949; content migrated. Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 22 18:47:02 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=99291 From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 23:27:07 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C50E516A4D1; Thu, 22 Jun 2006 23:27:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F3044990; Thu, 22 Jun 2006 18:49:46 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5MInkf2087452; Thu, 22 Jun 2006 18:49:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5MInjVo087448; Thu, 22 Jun 2006 18:49:45 GMT (envelope-from linimon) Date: Thu, 22 Jun 2006 18:49:45 GMT From: Mark Linimon Message-Id: <200606221849.k5MInjVo087448@freefall.freebsd.org> To: rotkap@rotkap.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99301: Re: ports/98949: openoffice.org-2.0 build error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 23:27:07 -0000 Old Synopsis: Re: openoffice.org-2.0 build error New Synopsis: Re: ports/98949: openoffice.org-2.0 build error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 22 18:49:13 UTC 2006 State-Changed-Why: Misfiled followup to ports/98949; content migrated. Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 22 18:49:13 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=99301 From owner-freebsd-openoffice@FreeBSD.ORG Thu Jun 22 23:29:04 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E6216A4D6; Thu, 22 Jun 2006 23:29:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEA744962; Thu, 22 Jun 2006 18:49:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5MInABc087375; Thu, 22 Jun 2006 18:49:10 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5MInAWS087371; Thu, 22 Jun 2006 18:49:10 GMT (envelope-from linimon) Date: Thu, 22 Jun 2006 18:49:10 GMT From: Mark Linimon Message-Id: <200606221849.k5MInAWS087371@freefall.freebsd.org> To: alexandr.yatulchik@fcbank.com.ua, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99297: Re: ports/98949: openoffice.org-2.0 build error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 23:29:05 -0000 Old Synopsis: Re: openoffice.org-2.0 build error New Synopsis: Re: ports/98949: openoffice.org-2.0 build error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Jun 22 18:48:39 UTC 2006 State-Changed-Why: Misfiled followup to ports/98949; content migrated. Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jun 22 18:48:39 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=99297 From owner-freebsd-openoffice@FreeBSD.ORG Fri Jun 23 03:08:39 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13D516A481; Fri, 23 Jun 2006 03:08:39 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8048343D48; Fri, 23 Jun 2006 03:08:39 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 1BC5A338A; Thu, 22 Jun 2006 22:08:34 -0500 (CDT) Date: Thu, 22 Jun 2006 22:08:34 -0500 To: nick@foobar.org, mnag@FreeBSD.org, openoffice@FreeBSD.org, alepulver@FreeBSD.org, danfe@FreeBSD.org, tiamat@komi.mts.ru, j.koopmann@seceidos.de, cjh@FreeBSD.org, olgeni@FreeBSD.org, filiperocha@gmail.com Message-ID: <20060623030834.GA22387@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) X-Mailman-Approved-At: Fri, 23 Jun 2006 03:11:21 +0000 Cc: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: FreeBSD ports that you maintain with fetch failures as of 6/22/2006 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 03:08:39 -0000 Here's a list of ports with fetch problems that don't seem to have either a PR or a commit since the errorlog. Before I mark these BROKEN, can you each please take a look to see if the problem is easily fixable? reference: http://portsmon.freebsd.org/portsconcordanceforbuildenv.py?buildenv=%25-6-latest Thanks, Mark "standing in for the krisbot" Linimon deskutils/sugarcrm nick@foobar.org devel/py-rbtree mnag editors/ooo-build openoffice games/r1q2 alepulver games/warsow danfe mail/imapsync tiamat@komi.mts.ru mail/libspf mnag mail/mailscanner j.koopmann@seceidos.de net/ztelnet/ cjh sysutils/webmin olgeni www/dokeos filiperocha@gmail.com From owner-freebsd-openoffice@FreeBSD.ORG Fri Jun 23 17:06:27 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB2F516A4C2; Fri, 23 Jun 2006 17:06:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FFB43D6B; Fri, 23 Jun 2006 17:06:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5NH6JIC074308; Fri, 23 Jun 2006 17:06:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5NH6Iss074304; Fri, 23 Jun 2006 17:06:18 GMT (envelope-from linimon) Date: Fri, 23 Jun 2006 17:06:18 GMT From: Mark Linimon Message-Id: <200606231706.k5NH6Iss074304@freefall.freebsd.org> To: rotkap@rotkap.de, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/99369: Re: ports/98949: openoffice.org-2.0 build error X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2006 17:06:27 -0000 Old Synopsis: Re: openoffice.org-2.0 build error New Synopsis: Re: ports/98949: openoffice.org-2.0 build error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jun 23 17:04:43 UTC 2006 State-Changed-Why: Misfiled followup to ports/98949; content migrated. Note to those in this thread: if you change the Subject lines to the way that they are in this corrected PR, they will automatically be properly appended to ports/98949 by GNATS. Responsible-Changed-From-To: gnats-admin->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jun 23 17:04:43 UTC 2006 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=99369