From owner-freebsd-eclipse@FreeBSD.ORG Mon Aug 10 11:06:52 2009 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8DD71065674 for ; Mon, 10 Aug 2009 11:06:52 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A70A78FC24 for ; Mon, 10 Aug 2009 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7AB6qnv025087 for ; Mon, 10 Aug 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7AB6q2i025083 for freebsd-eclipse@FreeBSD.org; Mon, 10 Aug 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Aug 2009 11:06:52 GMT Message-Id: <200908101106.n7AB6q2i025083@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-eclipse@FreeBSD.org 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, 10 Aug 2009 11:06:53 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133457 eclipse [PATCH] java/eclipse-webtools: update to 3.0.3 o ports/133423 eclipse [PATCH] java/eclipse-emf: Update to 2.4.1 o ports/133417 eclipse [PATCH] java/eclipse-gef: update to 3.4.1 3 problems total. From owner-freebsd-eclipse@FreeBSD.ORG Thu Aug 13 18:15:48 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E75CB106564A for ; Thu, 13 Aug 2009 18:15:48 +0000 (UTC) (envelope-from boris.hollas@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 3FA048FC15 for ; Thu, 13 Aug 2009 18:15:48 +0000 (UTC) Received: (qmail invoked by alias); 13 Aug 2009 17:49:05 -0000 Received: from p54A218F2.dip0.t-ipconnect.de (EHLO localhost) [84.162.24.242] by mail.gmx.net (mp011) with SMTP; 13 Aug 2009 19:49:05 +0200 X-Authenticated: #34156689 X-Provags-ID: V01U2FsdGVkX18jBelX5KkjFZ9iTmrMRN0RSCi/KmzNm4EI2WKrgx 5cF5fCoqyp2qKW Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-eclipse@freebsd.org Date: Thu, 13 Aug 2009 19:47:50 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Boris Hollas" Message-ID: User-Agent: Opera Mail/10.00 (FreeBSD) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Subject: Platform.getOS() on FreeBSD 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, 13 Aug 2009 18:15:49 -0000 Hi, I had big trouble running the OcaIDE plugin on FreeBSD 7.2 with Eclipse 3.4.1 from ports until I discovered these lines in the plugin source public static boolean runningOnLinuxCompatibleSystem() { String os = Platform.getOS(); return (os.equals(Platform.OS_LINUX) || os.equals(Platform.OS_MACOSX)); } and replaced them with public static boolean runningOnLinuxCompatibleSystem() { String os = Platform.getOS(); return (os.equals(Platform.OS_LINUX) || os.equals(Platform.OS_MACOSX) || os.equals(Platform.OS_FREEBSD)); } (see http://ocaml.eclipse.free.fr/forum/viewtopic.php?f=3&t=216). Now everything seems to work. My questions: - Does Platform.OS_FREEBSD return Platform.getOS() only in the Eclipse version created by the FreeBSD-Eclipse team or is this built into Eclipse by default? - If the former is true, is os.equals(Platform.OS_FREEBSD) portable code or will it produce a compiler error on non-FreeBSD systems? - Do the Eclipse developers know about the problem? - What should I suggest to the OcaIDE developers to ensure portability of the plugin's code? Best regards, Boris From owner-freebsd-eclipse@FreeBSD.ORG Thu Aug 13 19:02:38 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CF97106564A for ; Thu, 13 Aug 2009 19:02:38 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from hamlet.setfilepointer.com (hamlet.SetFilePointer.com [63.224.10.2]) by mx1.freebsd.org (Postfix) with SMTP id 1C6EE8FC52 for ; Thu, 13 Aug 2009 19:02:37 +0000 (UTC) Received: (qmail 21984 invoked from network); 13 Aug 2009 14:02:37 -0500 Received: from keira.kiwi-computer.com (HELO kiwi-computer.com) (63.224.10.3) by hamlet.setfilepointer.com with SMTP; 13 Aug 2009 14:02:37 -0500 Received: (qmail 88330 invoked by uid 2001); 13 Aug 2009 19:02:36 -0000 Date: Thu, 13 Aug 2009 14:02:36 -0500 From: "Rick C. Petty" To: Boris Hollas Message-ID: <20090813190236.GB87807@keira.kiwi-computer.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-eclipse@freebsd.org Subject: Re: Platform.getOS() on FreeBSD X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com 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, 13 Aug 2009 19:02:38 -0000 On Thu, Aug 13, 2009 at 07:47:50PM +0200, Boris Hollas wrote: > > (see http://ocaml.eclipse.free.fr/forum/viewtopic.php?f=3&t=216). > > Now everything seems to work. > > My questions: > - Does Platform.OS_FREEBSD return Platform.getOS() only in the Eclipse > version created by the FreeBSD-Eclipse team > or is this built into Eclipse by default? I'll assume you mean: Does Platform.getOS() return Platform.OS_FREEBSD in which case I suspect so. > - If the former is true, is os.equals(Platform.OS_FREEBSD) portable code > or will it produce a compiler error on non-FreeBSD systems? Probably not, since FreeBSD's port patches /org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java to add OS_FREEBSD. > - Do the Eclipse developers know about the problem? Probably not. We should try to push our patches upstream, but no one seems to have time to do so. > - What should I suggest to the OcaIDE developers to ensure portability of > the plugin's code? Use reflection-- check if the field Platform.OS_FREEBSD exists, *or* scan through what Platform.knownOSValues() returns for the string "freebsd". -- Rick C. Petty From owner-freebsd-eclipse@FreeBSD.ORG Thu Aug 13 19:18:56 2009 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E6BD10656D1 for ; Thu, 13 Aug 2009 19:18:56 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from gatekeeper1.zerofail.com (gatekeeper1.zerofail.com [208.71.11.38]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF418FC45 for ; Thu, 13 Aug 2009 19:18:55 +0000 (UTC) Received: from telcobridges.com by freebsd.org (gatekeeper1.zerofail.com) (SecurityGateway 2.0.1a) with SMTP id SG006838733.MSG for ; Thu, 13 Aug 2009 15:18:39 -0400 Received: from leia.telcobridges.lan ([208.94.105.59]) by telcobridges.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 13 Aug 2009 15:18:53 -0400 Message-ID: <4A84671D.9050405@FreeBSD.org> Date: Thu, 13 Aug 2009 15:18:53 -0400 From: "Stephane E. Potvin" Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.22 (X11/20090723) MIME-Version: 1.0 To: Boris Hollas References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Aug 2009 19:18:53.0924 (UTC) FILETIME=[E5A20A40:01CA1C4A] X-SGHeloLookup-Result: hardfail smtp.helo=telcobridges.com (does not match 208.71.8.41) X-SGOP-RefID: str=0001.0A020207.4A84671E.0074,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) Cc: freebsd-eclipse@freebsd.org Subject: Re: Platform.getOS() on FreeBSD 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, 13 Aug 2009 19:18:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Boris Hollas wrote: > Hi, > > I had big trouble running the OcaIDE plugin on FreeBSD 7.2 with Eclipse > 3.4.1 from ports until I discovered these lines in the plugin source > > public static boolean runningOnLinuxCompatibleSystem() { > String os = Platform.getOS(); > return (os.equals(Platform.OS_LINUX) || os.equals(Platform.OS_MACOSX)); > } > > and replaced them with > > public static boolean runningOnLinuxCompatibleSystem() { > String os = Platform.getOS(); > return (os.equals(Platform.OS_LINUX) || os.equals(Platform.OS_MACOSX) || > os.equals(Platform.OS_FREEBSD)); > } > > (see http://ocaml.eclipse.free.fr/forum/viewtopic.php?f=3&t=216). > > Now everything seems to work. > > My questions: > - Does Platform.OS_FREEBSD return Platform.getOS() only in the Eclipse > version created by the FreeBSD-Eclipse team > or is this built into Eclipse by default? > - If the former is true, is os.equals(Platform.OS_FREEBSD) portable code > or will it produce a compiler error on non-FreeBSD systems? > - Do the Eclipse developers know about the problem? > - What should I suggest to the OcaIDE developers to ensure portability > of the plugin's code? > Hi Boris, - - Platform.OS_FREEBSD is defined only on the FreeBSD version of Eclipse available from the ports tree, it is not built into the default eclipse distribution so it can't safely be used by plugins outside of the ports tree at this time. - - I don't expect a lot of people in the Eclipse community to be aware of this issue (but I would be agreeably surprised if I was to be proven wrong). There were tentative in the past to get FreeBSD support within Eclipse without success. I still hope to be able to do something about that in the future but there are yet issues I must fix before I'll try to bug the Eclipse releng team. - - As for OcaIDE, they could turn the test around and check if they were not running on a windows compatible system. You'll have to discuss that with them as it might or not apply to what they're trying to achieve. Hope this helps. Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqEZx0ACgkQmdOXtTCX/ns02ACgjKTUOZz1H86acJtBqRvuFMV1 JJEAnA2EGQ9ajEfv1RqpMhPqyVVzsTmJ =DROS -----END PGP SIGNATURE----- From owner-freebsd-eclipse@FreeBSD.ORG Fri Aug 14 11:21:59 2009 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B296106568B for ; Fri, 14 Aug 2009 11:21:59 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 2342D8FC52 for ; Fri, 14 Aug 2009 11:21:59 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 5E4201CC68; Fri, 14 Aug 2009 13:21:58 +0200 (CEST) Date: Fri, 14 Aug 2009 13:21:58 +0200 From: Erwin Lansing To: freebsd-eclipse@FreeBSD.org Message-ID: <20090814112157.GG53789@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p11K2BJEgMZL61bg" Content-Disposition: inline X-Operating-System: FreeBSD/i386 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: [ports-i386@FreeBSD.org: eclipse-emf-2.3.2 failed on i386 7] 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: Fri, 14 Aug 2009 11:21:59 -0000 --p11K2BJEgMZL61bg Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Fri, 14 Aug 2009 01:18:36 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org, miwi@FreeBSD.org Subject: eclipse-emf-2.3.2 failed on i386 7 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.7.20090813130209/= eclipse-emf-2.3.2.log building eclipse-emf-2.3.2 on java-stable.isc.freebsd.org in directory /usr2/pkgbuild/7/20090813130209/chroot/421 building for: 7.2-PRERELEASE i386 maintained by: freebsd-eclipse@FreeBSD.org port directory: /usr/ports/java/eclipse-emf Makefile ident: $FreeBSD: ports/java/eclipse-emf/Makefile,v 1.15 2009/01/11= 02:05:03 glewis Exp $ build started at Fri Aug 14 01:16:19 UTC 2009 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3Dunzip-5.52_5.tbz BUILD_DEPENDS=3D RUN_DEPENDS=3DORBit2-2.14.17.tbz atk-1.26.0.tbz avahi-app-0.6.25_2.tbz bash= -4.0.24.tbz bitstream-vera-1.10_4.tbz cairo-1.8.8,1.tbz cdparanoia-3.9.8_8.= tbz compositeproto-0.4.tbz consolekit-0.3.0_8.tbz damageproto-1.1.0_2.tbz d= bus-1.2.4.6.tbz dbus-glib-0.82.tbz desktop-file-utils-0.15_1.tbz diablo-jdk= -1.6.0.07.02_5.tbz dmidecode-2.10.tbz docbook-1.4.tbz docbook-4.1_3.tbz doc= book-4.2.tbz docbook-4.3.tbz docbook-4.4_2.tbz docbook-4.5_2.tbz docbook-5.= 0_1.tbz docbook-sk-4.1.2_4.tbz docbook-xml-4.2_1.tbz docbook-xml-4.3.tbz do= cbook-xml-4.4_1.tbz docbook-xml-4.5.tbz docbook-xsl-1.75.1.tbz dri2proto-2.= 0.tbz eclipse-3.4.2_1.tbz encodings-1.0.2,1.tbz esound-0.2.41.tbz expat-2.0= =2E1.tbz fixesproto-4.0.tbz font-bh-ttf-1.0.0.tbz font-misc-ethiopic-1.0.0.= tbz font-misc-meltho-1.0.0_1.tbz font-util-1.0.1.tbz fontconfig-2.6.0,1.tbz= freetype2-2.3.9_1.tbz gamin-0.1.10_3.tbz gconf2-2.26.2_1.tbz gdbm-1.8.3_3.= tbz getopt-1.1.4_1.tbz gettext-0.17_1.tbz gio-fam-backend-2.20.4.tbz glib-2= =2E20.4.tbz gnome-doc -utils-0.16.1_1.tbz gnome-icon-theme-2.26.0_2.tbz gnome-keyring-2.26.3_1.t= bz gnome-mime-data-2.18.0_3.tbz gnome-mount-0.8_3.tbz gnome-vfs-2.24.1_1.tb= z gnome_subr-1.0.tbz gnomehier-2.3_12.tbz gnutls-2.6.5.tbz gtk-2.16.5_1.tbz= gvfs-1.2.3_2.tbz hal-0.5.11_25.tbz hicolor-icon-theme-0.10_2.tbz inputprot= o-1.5.0.tbz iso8879-1986_2.tbz jasper-1.900.1_8.tbz javavmwrapper-2.3.3.tbz= jpeg-7.tbz kbproto-1.0.3.tbz libGL-7.4.4.tbz libGLU-7.4.4.tbz libICE-1.0.4= _1,1.tbz libIDL-0.8.13.tbz libSM-1.1.0_1,1.tbz libX11-1.2.1_1,1.tbz libXau-= 1.0.4.tbz libXcomposite-0.4.0,1.tbz libXcursor-1.1.9_1.tbz libXdamage-1.1.1= =2Etbz libXdmcp-1.0.2_1.tbz libXext-1.0.5,1.tbz libXfixes-4.0.3_1.tbz libXf= t-2.1.13.tbz libXi-1.2.1,1.tbz libXinerama-1.0.3,1.tbz libXp-1.0.0,1.tbz li= bXpm-3.5.7.tbz libXrandr-1.3.0.tbz libXrender-0.9.4_1.tbz libXt-1.0.5_1.tbz= libXtst-1.0.3_1.tbz libXxf86vm-1.0.2.tbz libart_lgpl-2.3.20,1.tbz libaudio= file-0.2.6.tbz libbonobo-2.24.1.tbz libbonoboui-2.24.1_1.tbz libcddb-1.3.0.= tbz libcdio-0.78. 2_2.tbz libdaemon-0.12.tbz libdrm-2.4.12.tbz libexif-0.6.17.! tbz libfontenc-1.0.4.tbz libgcrypt-1.4.4.tbz libglade2-2.6.4_1.tbz libgnom= e-2.26.0_1.tbz libgnomecanvas-2.26.0_1.tbz libgnomeui-2.24.1_1.tbz libgpg-e= rror-1.7.tbz libgphoto2-2.4.6_1.tbz libiconv-1.13.1.tbz libltdl-2.2.6a.tbz = libnotify-0.4.5_1.tbz libproxy-0.2.3.tbz libpthread-stubs-0.1.tbz libsoup-2= =2E26.3_1.tbz libtasn1-2.1.tbz libusb-0.1.12_4.tbz libvolume_id-0.81.1.tbz = libxcb-1.4.tbz libxml2-2.7.3.tbz libxslt-1.1.24_2.tbz libxul-1.9.0.13.tbz m= kfontdir-1.0.4.tbz mkfontscale-1.0.6.tbz nspr-4.8.tbz pango-1.24.5.tbz pcii= ds-20090807.tbz pcre-7.9.tbz perl-5.8.9_3.tbz pixman-0.15.4.tbz pkg-config-= 0.23_1.tbz png-1.2.38.tbz policykit-0.9_4.tbz policykit-gnome-0.9.2_2.tbz p= opt-1.14.tbz printproto-1.0.4.tbz py26-libxml2-2.7.3.tbz python26-2.6.2_1.t= bz randrproto-1.3.0.tbz rarian-0.8.1.tbz recordproto-1.13.2.tbz renderproto= -0.9.3.tbz samba-libsmbclient-3.0.35.tbz shared-mime-info-0.60_1.tbz sqlite= 3-3.6.14.2.tbz startup-notification-0.10.tbz tiff-3.8.2_4.tbz xcb-proto-1.5= =2Etbz xcb-util-0.3 .5.tbz xextproto-7.0.5.tbz xf86vidmodeproto-2.2.2.tbz xineramaproto-1.1.2.= tbz xmlcatmgr-2.2.tbz xmlcharent-0.3_2.tbz xorg-fonts-truetype-7.4.tbz xpro= to-7.0.15.tbz zip-3.0.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> emf-sdo-xsd-SDK-2.3.2.zip doesn't seem to exist in /tmp/distfiles/ecli= pse. =3D> Attempting to fetch from ftp://sunsite.informatik.rwth-aachen.de/pub/m= irror/eclipse/2.3.2/R200802051830/. fetch: ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/2.3.2/R20= 0802051830/emf-sdo-xsd-SDK-2.3.2.zip: File unavailable (e.g., file not foun= d, no access) =3D> Attempting to fetch from http://sunsite.informatik.rwth-aachen.de/mode= ling/emf/emf/downloads/drops/2.3.2/R200802051830/. fetch: http://sunsite.informatik.rwth-aachen.de/modeling/emf/emf/downloads/= drops/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from ftp://ftp.tu-clausthal.de/pub/modeling/emf/em= f/downloads/drops/2.3.2/R200802051830/. fetch: ftp://ftp.tu-clausthal.de/pub/modeling/emf/emf/downloads/drops/2.3.2= /R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: File unavailable (e.g., file not = found, no access) =3D> Attempting to fetch from http://ftp-stud.fht-esslingen.de/pub/Mirrors/= eclipse/2.3.2/R200802051830/. fetch: http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/2.3.2/R20080205= 1830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/ecli= pse/drops/2.3.2/R200802051830/. fetch: ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/drops/2.3.2/R200802= 051830/emf-sdo-xsd-SDK-2.3.2.zip: File unavailable (e.g., file not found, n= o access) =3D> Attempting to fetch from http://eclipse.teccomm.les.inf.puc-rio.br/dow= nloads/drops/2.3.2/R200802051830/. fetch: http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/2.3.2/R200= 802051830/emf-sdo-xsd-SDK-2.3.2.zip: Connection refused =3D> Attempting to fetch from http://www.dawnspill.hu/mirror/modeling/emf/e= mf/downloads/drops/2.3.2/R200802051830/. fetch: http://www.dawnspill.hu/mirror/modeling/emf/emf/downloads/drops/2.3.= 2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from http://mirrors.ibiblio.org/pub/mirrors/eclips= e/modeling/emf/emf/downloads/drops/2.3.2/R200802051830/. fetch: http://mirrors.ibiblio.org/pub/mirrors/eclipse/modeling/emf/emf/down= loads/drops/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from http://www.eclipse.ps.pl/downloads/drops/2.3.= 2/R200802051830/. fetch: http://www.eclipse.ps.pl/downloads/drops/2.3.2/R200802051830/emf-sdo= -xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from http://ring.nict.go.jp/archives/misc/modeling= /emf/emf/downloads/drops/2.3.2/R200802051830/. fetch: http://ring.nict.go.jp/archives/misc/modeling/emf/emf/downloads/drop= s/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from http://ring.k-opti.com/archives/misc/modeling= /emf/emf/downloads/drops/2.3.2/R200802051830/. fetch: http://ring.k-opti.com/archives/misc/modeling/emf/emf/downloads/drop= s/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from http://ring.riken.jp/archives/misc/modeling/e= mf/emf/downloads/drops/2.3.2/R200802051830/. fetch: http://ring.riken.jp/archives/misc/modeling/emf/emf/downloads/drops/= 2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/eclipse/= modeling/emf/emf/downloads/drops/2.3.2/R200802051830/. fetch: ftp://sunsite.cnlab-switch.ch/mirror/eclipse/modeling/emf/emf/downlo= ads/drops/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2.zip: File unavailable (= e.g., file not found, no access) =3D> Attempting to fetch from http://download.eclipse.org/modeling/emf/emf/= downloads/drops/2.3.2/R200802051830/. fetch: http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.2/R= 200802051830/emf-sdo-xsd-SDK-2.3.2.zip: Not Found =3D> Attempting to fetch from ftp://download.eclipse.org/2.3.2/R20080205183= 0/. fetch: ftp://download.eclipse.org/2.3.2/R200802051830/emf-sdo-xsd-SDK-2.3.2= =2Ezip: Operation timed out =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/eclipse/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/eclipse/emf-sdo-xs= d-SDK-2.3.2.zip: File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/eclipse and try again. *** Error code 1 Stop in /a/ports/java/eclipse-emf. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/java/eclipse-emf ended at Fri Aug 14 01:18:25 UTC 2009 ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --p11K2BJEgMZL61bg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFKhUjVqy9aWxUlaZARAvw6AKDHT+d4PoxE0PqG+8J0K/iD+/Qo3ACg9e5R Me5abGvjAQpKmhgIHwWyFVo= =lS8Z -----END PGP SIGNATURE----- --p11K2BJEgMZL61bg-- From owner-freebsd-eclipse@FreeBSD.ORG Fri Aug 14 12:57:41 2009 Return-Path: Delivered-To: freebsd-eclipse@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6969106568F; Fri, 14 Aug 2009 12:57:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD2398FC43; Fri, 14 Aug 2009 12:57:41 +0000 (UTC) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7ECvfRL012329; Fri, 14 Aug 2009 12:57:41 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7ECvfpj012325; Fri, 14 Aug 2009 12:57:41 GMT (envelope-from miwi) Date: Fri, 14 Aug 2009 12:57:41 GMT Message-Id: <200908141257.n7ECvfpj012325@freefall.freebsd.org> To: heiner_ej@yahoo.de, miwi@FreeBSD.org, freebsd-eclipse@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/133423: [PATCH] java/eclipse-emf: Update to 2.4.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: Fri, 14 Aug 2009 12:57:42 -0000 Synopsis: [PATCH] java/eclipse-emf: Update to 2.4.1 State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Fri Aug 14 12:57:41 UTC 2009 State-Changed-Why: fails to fetch http://64bit.miwibox.org/index.php?action=describe_port&id=1160 http://www.freebsd.org/cgi/query-pr.cgi?pr=133423