From nobody Tue Aug 06 13:55:32 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WdZZy5l9Dz5RynK for ; Tue, 06 Aug 2024 13:55:54 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from udns.ultimatedns.net (udns.ultimatedns.net [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WdZZy14GLz4kdF for ; Tue, 6 Aug 2024 13:55:54 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Authentication-Results: mx1.freebsd.org; none Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 476DtWDJ050450; Tue, 6 Aug 2024 06:55:44 -0700 (PDT) (envelope-from portmaster@bsdforge.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ultimatedns.net; s=mx99; t=1722952544; x=1722953144; r=y; bh=YSZ48SzvB/qAUy3QjZ2p2o6yiVO4M0MwxsvhwL8LshU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=exrnqO+aSgfwZ6nniN2IXE0iBeBjP0DJV93hxPf1PQafUwWDiqnqxmp7pLSi/3/rv 75pu93PtYTupBtYO1QhOBSR4Sjgn6aAmM1U/kgMi9E2tjs4+8VECIlonTSFLPAoOBw tosegL/EoGPp7ckzqhKMhw+IP2gyBNRp9Z3OUGo9XP+zIq95iqJrjT1ZBemuqa3I4I kVQoTM6qx0HZtDfS8NK/atN+7Twrr95YB6QCh5NJLM48hWRnmFWhFTxnL/oz0arA6c 8lu/UDr7sHWCupFIDUPfBSVRU1rDtA/t6srJPju6zsfsEYHaW5vTmju581E5jMrrhv OvLx6tWVMLAsA== List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Date: Tue, 06 Aug 2024 06:55:32 -0700 From: Chris To: Norbert Grundmann Cc: FreeBSD Mailing List Subject: Re: Newer eclipse port In-Reply-To: <45aced6b-465c-406d-a3c9-ceae8f708230@gmx.de> References: <45aced6b-465c-406d-a3c9-ceae8f708230@gmx.de> User-Agent: UDNSMS/17.0 Message-ID: <9a9d8bbdbfac3ddfcfe236e38921f70e@bsdforge.com> X-Sender: portmaster@bsdforge.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US] X-Rspamd-Queue-Id: 4WdZZy14GLz4kdF On 2024-08-06 00:14, Norbert Grundmann wrote: > Hello All :-) > > I am using eclipse - and there is a port for R4.24. Many thanks to the > creator and those who keep it alive!!!  It would be nice to have a newer > version - like R4.32.  I am working to get a build for FreeBSD and took > a lot of stuff from the existing port R4.24. My first step is to get a > "compilation" process pass through, then check if it works and then make > a port.  The latter I don't have experience - but if this would work - I > would like to be the maintainer of eclipse - as long as I can. > > Actually I made changes in adding files and patches - and the > compilation process is passing nearly 90% of all steps.  But for SWT > Linux tests I have problems: > > # export ARCH=$(uname -p) > # export JAVA_HOME="/usr/local/openjdk17" > # export MAVEN_OPTS="-Xmx2048m" > # mvn -DskipTests=true -Dnative=gtk.freebsd.${ARCH} clean verify > > ... > [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT > SUCCESS [  0.915 s] > [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT > SUCCESS [  0.755 s] > [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT SUCCESS [  > 0.906 s] > [INFO] [bundle] Examples for Generic Editor 1.3.400-SNAPSHOT SUCCESS [  > 1.213 s] > [INFO] org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT ..... SUCCESS [  > 0.497 s] > [INFO] [bundle] SWT Tools Base 3.107.600-SNAPSHOT ......... SUCCESS [  > 1.230 s] > [INFO] [bundle] SWT Tools Spy 3.109.400-SNAPSHOT .......... SUCCESS [  > 1.245 s] > [INFO] [bundle] SWT Tools 3.110.400-SNAPSHOT .............. SUCCESS [  > 1.447 s] > [INFO] [aggregator] bundles 4.32.0-SNAPSHOT ............... SUCCESS [  > 0.003 s] > [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SUCCESS [  > 0.126 s] > [INFO] [bundle] SWT Standalone Examples Plugin 3.108.400-SNAPSHOT > SUCCESS [  1.736 s] > [INFO] [bundle] SWT Browser Demos Plugin 3.108.400-SNAPSHOT SUCCESS [  > 0.780 s] > [INFO] [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT SUCCESS > [  0.727 s] > [INFO] org.eclipse.swt.examples.ole.win32 3.109.100-SNAPSHOT SUCCESS [  > 1.392 s] > [INFO] [bundle] SWT Views Example Plugin 3.108.400-SNAPSHOT SUCCESS [  > 0.649 s] > [INFO] [feature] SWT Tools 3.109.400-SNAPSHOT ............. SUCCESS [  > 0.469 s] > *[INFO] [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT > FAILURE [  0.099 s] > *[INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SKIPPED > [INFO] [bundle] Meta Type 1.6.600-SNAPSHOT ................ SKIPPED > [INFO] [bundle] User Admin Service 1.3.100-SNAPSHOT ....... SKIPPED > [INFO] [bundle] Configuration Admin 1.6.100-SNAPSHOT ...... SKIPPED > [INFO] [bundle] Device Access Service 1.2.100-SNAPSHOT .... SKIPPED > [INFO] [feature] Equinox Compendium SDK 3.23.100-SNAPSHOT . SKIPPED > [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.100-SNAPSHOT SKIPPED > ... > > Actually I have a problem to fix this step.  Maybe someone would have an > idea what could happen or where to look inside... [INFO] is (as the name implies) informative. ;) It's quite possible that those [bundle]s were skipped because they were unneeded/wanted. This often occurs when an option is not chosen/enabled. Or when a newer version of "feature" was compiled, with the older version reporting "SKIPPED". Best path forward? If it were me. I'd install it as you have it configured. If it works as expected. You're done. If not, you now probably know why, and what to do. Make deinstall will remove it for you. While preserving your current config/preferences. HTH > > All the best, Norbert > > -- > I love penguins at the south pole, windows in my house and apples on my > tree, but > not in my computer :) --Chris -- Be a measuring stick of quality. Not everyone is used to an environment where excellence is expected.