From owner-freebsd-eclipse@FreeBSD.ORG Sun Jan 15 12:12:21 2006 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1036A16A41F; Sun, 15 Jan 2006 12:12:21 +0000 (GMT) (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 63B7443D91; Sun, 15 Jan 2006 12:12:12 +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 k0FCCC0r090259; Sun, 15 Jan 2006 12:12:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0FCCCYq090255; Sun, 15 Jan 2006 12:12:12 GMT (envelope-from edwin) Date: Sun, 15 Jan 2006 12:12:12 GMT From: Edwin Groothuis Message-Id: <200601151212.k0FCCCYq090255@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-eclipse@FreeBSD.org Cc: Subject: Re: ports/91825: [patch] Fixes for java/eclipse-cdt X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 12:12:21 -0000 Synopsis: [patch] Fixes for java/eclipse-cdt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-eclipse Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jan 15 12:12:10 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=91825 From owner-freebsd-eclipse@FreeBSD.ORG Sun Jan 15 17:27:46 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5103516A420 for ; Sun, 15 Jan 2006 17:27:46 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9AF43D4C for ; Sun, 15 Jan 2006 17:27:45 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so853960nzf for ; Sun, 15 Jan 2006 09:27:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=UyeTJ9J4CPzM5whYw6m/s0Zy1dtl1i67atHzLPdb6NtyfALaRv1rVAWCRi8e4rUcIM5f6oV53EcLdMmdLEfSYYrAVh9sffTsvjc8gBeseUyO9Z8j1zf6W+yft1g8pHb0aYNqMncpRkqEkJj6IW/BLIfH9xz2tolNI4WYiSLJcrQ= Received: by 10.36.74.7 with SMTP id w7mr4303519nza; Sun, 15 Jan 2006 09:27:45 -0800 (PST) Received: by 10.36.4.11 with HTTP; Sun, 15 Jan 2006 09:27:45 -0800 (PST) Message-ID: <6fda18720601150927h7a40a5e6h6025583d2378fe3c@mail.gmail.com> Date: Sun, 15 Jan 2006 19:27:45 +0200 From: zlatozar To: Panagiotis Astithas In-Reply-To: <43C57487.40309@ebs.gr> MIME-Version: 1.0 References: <6fda18720601101420v5cf15d26q875fbf29728dc781@mail.gmail.com> <43C57487.40309@ebs.gr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse debug crash X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 17:27:46 -0000 Hi, It works just perfect! Thank you! Is that going to be included in next update? Best regards, zlatozar On 1/11/06, Panagiotis Astithas wrote: > > zlatozar wrote: > > Hi all, > > > > Would you tell me how to fix the following problem: > > > > /libexec/ld-elf.so.1: > > > /usr/local/eclipse/plugins/org.eclipse.cdt.core.freebsd.x86_3.0.1/os/free= bsd/x86/libpty.so: > > Undefined symbol "getpt" > > > > Eclipse crash when I try to debug simple C project using Eclipse-CDT. > > > > I use FreeBSD 6.0 on i386. If you need more debug information please le= t > me > > know. > > I believe this patch should fix everything. It contains the previously > posted fixes for amd64, as well as the fix for this bug. Let me know how > it goes. > > Cheers, > Panagiotis > > > -- (__) \\\ ' ' , ) \ / \ ^ .\ ._/_) http://zlatozar.blogspot.com/ "I'm not a great programmer; I'm just a good programmer with great habits." From owner-freebsd-eclipse@FreeBSD.ORG Sun Jan 15 21:19:24 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845E416A41F for ; Sun, 15 Jan 2006 21:19:24 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE5C43D5D for ; Sun, 15 Jan 2006 21:19:22 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k0FLJKAF084459; Sun, 15 Jan 2006 23:19:20 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k0FLKAwG087792; Sun, 15 Jan 2006 23:20:11 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43CABC56.5060403@ebs.gr> Date: Sun, 15 Jan 2006 23:19:18 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051223) X-Accept-Language: en-us, en MIME-Version: 1.0 To: zlatozar References: <6fda18720601101420v5cf15d26q875fbf29728dc781@mail.gmail.com> <43C57487.40309@ebs.gr> <6fda18720601150927h7a40a5e6h6025583d2378fe3c@mail.gmail.com> In-Reply-To: <6fda18720601150927h7a40a5e6h6025583d2378fe3c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse debug crash X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 21:19:24 -0000 zlatozar wrote: > Hi, > It works just perfect! Thank you! > Is that going to be included in next update? Yes, I've already submitted a PR. Cheers, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Mon Jan 16 11:02:23 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84AFE16A420 for ; Mon, 16 Jan 2006 11:02:23 +0000 (GMT) (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 2CCC843D55 for ; Mon, 16 Jan 2006 11:02:22 +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 k0GB2Mbc084799 for ; Mon, 16 Jan 2006 11:02:22 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0GB2LtN084793 for freebsd-eclipse@freebsd.org; Mon, 16 Jan 2006 11:02:21 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Jan 2006 11:02:21 GMT Message-Id: <200601161102.k0GB2LtN084793@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 11:02:23 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2006/01/04] ports/91305 eclipse [patch] Fix the default build of java/ecl o [2006/01/10] ports/91576 eclipse [UPDATE] java/eclipse-quantum to 3.0.1 o [2006/01/15] ports/91825 eclipse [patch] Fixes for java/eclipse-cdt 3 problems total. From owner-freebsd-eclipse@FreeBSD.ORG Thu Jan 19 03:04:01 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D42816A41F for ; Thu, 19 Jan 2006 03:04:01 +0000 (GMT) (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 C7B7D43D45 for ; Thu, 19 Jan 2006 03:04:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 449A922987 for ; Thu, 19 Jan 2006 04:03:59 +0100 (CET) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6639022B27 for ; Thu, 19 Jan 2006 04:03:55 +0100 (CET) From: linimon@FreeBSD.org To: freebsd-eclipse@freebsd.org Message-Id: <20060119030355.6639022B27@mail.droso.net> Date: Thu, 19 Jan 2006 04:03:55 +0100 (CET) X-Virus-Scanned: by amavisd 0.1 Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 03:04:01 -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: java/eclipse-viplugin broken because: Unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=eclipse-viplugin 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-eclipse@FreeBSD.ORG Thu Jan 19 04:00:09 2006 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D60F16A41F; Thu, 19 Jan 2006 04:00:09 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE40543D45; Thu, 19 Jan 2006 04:00:08 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0J408fR050888; Thu, 19 Jan 2006 04:00:08 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0J408wo050884; Thu, 19 Jan 2006 04:00:08 GMT (envelope-from glewis) Date: Thu, 19 Jan 2006 04:00:08 GMT From: Greg Lewis Message-Id: <200601190400.k0J408wo050884@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org, glewis@FreeBSD.org Cc: Subject: Re: ports/91305: [patch] Fix the default build of java/eclipse X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 04:00:09 -0000 Synopsis: [patch] Fix the default build of java/eclipse Responsible-Changed-From-To: freebsd-eclipse->glewis Responsible-Changed-By: glewis Responsible-Changed-When: Thu Jan 19 03:58:49 UTC 2006 Responsible-Changed-Why: I'll take this. Panagiotis, this looks to me like it is worth a PORTREVISION bump. How important is the missing library? http://www.freebsd.org/cgi/query-pr.cgi?pr=91305 From owner-freebsd-eclipse@FreeBSD.ORG Thu Jan 19 08:44:07 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108AF16A41F; Thu, 19 Jan 2006 08:44:07 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4867743D49; Thu, 19 Jan 2006 08:44:05 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k0J8i2AF000336; Thu, 19 Jan 2006 10:44:02 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (ajax.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k0J8ishi056947; Thu, 19 Jan 2006 10:44:55 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43CF5152.5000201@ebs.gr> Date: Thu, 19 Jan 2006 10:44:02 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Greg Lewis References: <200601190400.k0J408wo050884@freefall.freebsd.org> In-Reply-To: <200601190400.k0J408wo050884@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: ports/91305: [patch] Fix the default build of java/eclipse X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 08:44:07 -0000 Greg Lewis wrote: > Synopsis: [patch] Fix the default build of java/eclipse > > Responsible-Changed-From-To: freebsd-eclipse->glewis > Responsible-Changed-By: glewis > Responsible-Changed-When: Thu Jan 19 03:58:49 UTC 2006 > Responsible-Changed-Why: > I'll take this. > > Panagiotis, this looks to me like it is worth a PORTREVISION bump. > How important is the missing library? Quite possibly, I usually defer the decision for PORTREVISION bumps to the committer. This library enables the internal browser widget and I've had one report from a user with this problem. Since it impacts the default configuration, I suppose a bump would make sure a correct package will get built from the ports cluster, too. Thanks, Panagiotis From owner-freebsd-eclipse@FreeBSD.ORG Thu Jan 19 16:50:56 2006 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D81E16A41F; Thu, 19 Jan 2006 16:50:56 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D501843D6D; Thu, 19 Jan 2006 16:50:55 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0JGot3N011686; Thu, 19 Jan 2006 16:50:55 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0JGotMt011681; Thu, 19 Jan 2006 16:50:55 GMT (envelope-from glewis) Date: Thu, 19 Jan 2006 16:50:55 GMT From: Greg Lewis Message-Id: <200601191650.k0JGotMt011681@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org, glewis@FreeBSD.org Cc: Subject: Re: ports/91576: [UPDATE] java/eclipse-quantum to 3.0.1 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 16:50:56 -0000 Synopsis: [UPDATE] java/eclipse-quantum to 3.0.1 Responsible-Changed-From-To: freebsd-eclipse->glewis Responsible-Changed-By: glewis Responsible-Changed-When: Thu Jan 19 16:50:42 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=91576 From owner-freebsd-eclipse@FreeBSD.ORG Thu Jan 19 16:51:13 2006 Return-Path: X-Original-To: freebsd-eclipse@hub.freebsd.org Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8DD16A41F; Thu, 19 Jan 2006 16:51:13 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEA943D60; Thu, 19 Jan 2006 16:51:12 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0JGpCSJ011778; Thu, 19 Jan 2006 16:51:12 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0JGpCpV011774; Thu, 19 Jan 2006 16:51:12 GMT (envelope-from glewis) Date: Thu, 19 Jan 2006 16:51:12 GMT From: Greg Lewis Message-Id: <200601191651.k0JGpCpV011774@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-eclipse@FreeBSD.org, glewis@FreeBSD.org Cc: Subject: Re: ports/91825: [patch] Fixes for java/eclipse-cdt X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 16:51:13 -0000 Synopsis: [patch] Fixes for java/eclipse-cdt Responsible-Changed-From-To: freebsd-eclipse->glewis Responsible-Changed-By: glewis Responsible-Changed-When: Thu Jan 19 16:51:12 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=91825 From owner-freebsd-eclipse@FreeBSD.ORG Sat Jan 21 10:00:49 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A51E16A41F for ; Sat, 21 Jan 2006 10:00:49 +0000 (GMT) (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 C885243D66 for ; Sat, 21 Jan 2006 10:00:44 +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 k0LA0i59087220 for ; Sat, 21 Jan 2006 10:00:44 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0LA0iKl087219; Sat, 21 Jan 2006 10:00:44 GMT (envelope-from fenner+portsurvey) Date: Sat, 21 Jan 2006 10:00:44 GMT Message-Id: <200601211000.k0LA0iKl087219@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-eclipse@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfile: java/eclipse-vep-examples X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 10:00:49 -0000 Dear freebsd-eclipse@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-eclipse@freebsd.org.html and correct the problems listed there? The individual port with a problem is java/eclipse-vep-examples. 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-eclipse@FreeBSD.ORG Sat Jan 21 21:38:18 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A41116A41F for ; Sat, 21 Jan 2006 21:38:18 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id C333143D72 for ; Sat, 21 Jan 2006 21:38:11 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0LLc95f041555 for ; Sun, 22 Jan 2006 00:38:09 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0LLc9xa041554 for freebsd-eclipse@freebsd.org; Sun, 22 Jan 2006 00:38:09 +0300 (MSK) (envelope-from ache) Date: Sun, 22 Jan 2006 00:38:09 +0300 From: Andrey Chernov To: freebsd-eclipse@freebsd.org Message-ID: <20060121213809.GA41498@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , freebsd-eclipse@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: eclipse-devel stops 'make index' in /usr/ports with WITH_MOTIF X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 21:38:18 -0000 "Makefile", line 82: Malformed conditional ((${BROWSER} == "firefox")) "Makefile", line 84: if-less endif make: fatal errors encountered -- cannot continue ===> java/eclipse-devel failed This is because BROWSER variable is never defined when WITH_MOTIF is set. Please fix. -- http://ache.pp.ru/ From owner-freebsd-eclipse@FreeBSD.ORG Sat Jan 21 22:09:24 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF8116A41F for ; Sat, 21 Jan 2006 22:09:24 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F5643D46 for ; Sat, 21 Jan 2006 22:09:23 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k0LM9M0U039728 for ; Sun, 22 Jan 2006 01:09:22 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k0LM9Mlu039652 for freebsd-eclipse@freebsd.org; Sun, 22 Jan 2006 01:09:22 +0300 (MSK) (envelope-from ache) Date: Sun, 22 Jan 2006 01:09:21 +0300 From: Andrey Chernov To: freebsd-eclipse@freebsd.org Message-ID: <20060121220921.GA36748@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , freebsd-eclipse@freebsd.org References: <20060121213809.GA41498@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060121213809.GA41498@nagual.pp.ru> User-Agent: Mutt/1.5.11 Subject: Re: eclipse-devel stops 'make index' in /usr/ports with WITH_MOTIF X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2006 22:09:24 -0000 On Sun, Jan 22, 2006 at 12:38:09AM +0300, Andrey Chernov wrote: > "Makefile", line 82: Malformed conditional ((${BROWSER} == "firefox")) > "Makefile", line 84: if-less endif > make: fatal errors encountered -- cannot continue > ===> java/eclipse-devel failed > > This is because BROWSER variable is never defined when WITH_MOTIF is set. The fix: .if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox") -- http://ache.pp.ru/