From achill at matrix.gatewaynet.com Tue Jul 1 08:26:57 2008 From: achill at matrix.gatewaynet.com (Achilleas Mantzios) Date: Tue Jul 1 08:27:00 2008 Subject: Eclipse jboss tools Message-ID: <200807011102.02305.achill@matrix.gatewaynet.com> Hi, has been any efforts to ports jboss tools plugin for Eclipse? It contains some parts written in C (i think having to do with GUI editors). Using eclipse-devel 3.3.2 and jboss tools 2.1.1 (previously known as JBossIDE and now commercially named as "Jboss developer studio). Installing the jboss tools plugins from within eclipse, asis, results in a highly unstable eclipse environment. Any ideas? -- Achilleas Mantzios From opt1k2 at mail.ru Tue Jul 1 13:04:41 2008 From: opt1k2 at mail.ru (Alexey Beketov) Date: Tue Jul 1 13:04:45 2008 Subject: (bug report) jdk16 SEVERE nextBytes() failed Message-ID: Hello, I using FreeBSD 7.0 , jdk-1.6.0.3p4_2 and I trying to host l2j server on it (exectly l2jfree). If I use ingame "scroll of escape" then my character stucks and in log error appears: SEVERE nextBytes() failed^M java.security.ProviderException: nextBytes() failed at sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:270) at sun.security.provider.NativePRNG$RandomIO.access$200(NativePRNG.java:108) at sun.security.provider.NativePRNG.engineNextBytes(NativePRNG.java:97) at java.security.SecureRandom.nextBytes(SecureRandom.java:433) at java.security.SecureRandom.next(SecureRandom.java:455) at java.util.Random.nextInt(Random.java:257) at com.l2jfree.tools.random.Rnd.nextInt(Rnd.java:36) at com.l2jfree.tools.random.Rnd.get(Rnd.java:50) at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:681) at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:718) at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:723) at com.l2jfree.gameserver.handler.itemhandlers.ScrollOfEscape$EscapeFinalizer.run(ScrollOfEscape.java:258) at com.l2jfree.gameserver.ThreadPoolManager$Runner.run(ThreadPoolManager.java:255) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:9 at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.InterruptedIOException at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:199) at sun.security.provider.NativePRNG$RandomIO.readFully(NativePRNG.java:185) at sun.security.provider.NativePRNG$RandomIO.ensureBufferValid(NativePRNG.java:247) at sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:261) ... 20 more ^M This error only on freebsd with native java. On other OS and with sun-java-jdk it works perfectly. Any ideas how to solve this problem? &Is it good idea to send this bug report to jdk-1.6.0.3p4_2 port maintainer? From glewis at FreeBSD.org Wed Jul 2 05:14:54 2008 From: glewis at FreeBSD.org (glewis@FreeBSD.org) Date: Wed Jul 2 05:14:56 2008 Subject: ports/124454: [patch] java/linux-sun-jdk14 update to 1.4.2_17 Message-ID: <200807020514.m625Er9g075606@freefall.freebsd.org> Synopsis: [patch] java/linux-sun-jdk14 update to 1.4.2_17 State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Wed Jul 2 05:14:53 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124454 From linimon at FreeBSD.org Wed Jul 2 22:05:01 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Jul 2 22:05:04 2008 Subject: ports/125031: firefox java plugin runtime-link crash Message-ID: <200807022205.m62M50Uf090405@freefall.freebsd.org> Synopsis: firefox java plugin runtime-link crash Responsible-Changed-From-To: freebsd-java->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 2 22:04:28 UTC 2008 Responsible-Changed-Why: gnome maintains the firefox ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=125031 From vova at fbsd.ru Thu Jul 3 08:36:21 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Thu Jul 3 08:36:24 2008 Subject: eclipse-devel and subversion-java Message-ID: <1215074176.2170.11.camel@localhost> Hi Does anyone succeeded to run eclipse with subversive SVN ? I have tried and failed. I have eclipse-devel (Europe) with recent updates by TUM. Subversive installed from eclipse and java/subversion-java port installed. But anyway, subversive complain that there are no lavahl libraries installed $ pkg_info -L subversion-java\* | fgrep .so /usr/local/lib/libsvnjavahl-1.so /usr/local/lib/libsvnjavahl-1.so.0 $ ldconfig -r | fgrep javahl 816:-lsvnjavahl-1.0 => /usr/local/lib/libsvnjavahl-1.so.0 $ What is wrong ? Side question: Does java/subversion-java is compatible with recent devel/subversion port ? (subclipse is no more compatible with it due to repo versions miss-match) -- Vladimir B. Grebenschikov vova@fbsd.ru From vova at fbsd.ru Thu Jul 3 09:48:04 2008 From: vova at fbsd.ru (Vladimir Grebenschikov) Date: Thu Jul 3 09:48:07 2008 Subject: eclipse-devel and subversion-java In-Reply-To: References: <1215074176.2170.11.camel@localhost> Message-ID: <1215078475.2170.14.camel@localhost> On Thu, 2008-07-03 at 11:35 +0200, Ronald Klop wrote: > Sorry. I'm not really answering your question. > > I use eclipse-devel with subclipse (1.4.0) + svnkit from the > subclipse-update site (not the port). > This works very well. This works for me also. I just want to test subversive. > I think subversive doesn't look in the same location as where your javahl > libs are. Or it expects the javahl libs from subversion 1.5 in stead of > 1.4. I tried subversion 1.5 - does not helps. As for path ... no idea how to configure it. > Just some idea's. I don't know if it solves your problem. Thanks anyway. > Ronald. > > On Thu, 03 Jul 2008 10:36:16 +0200, Vladimir Grebenschikov > wrote: > > > Hi > > > > Does anyone succeeded to run eclipse with subversive SVN ? > > > > I have tried and failed. > > > > I have eclipse-devel (Europe) with recent updates by TUM. > > > > Subversive installed from eclipse > > > > and java/subversion-java port installed. > > > > But anyway, subversive complain that there are no lavahl libraries > > installed > > > > $ pkg_info -L subversion-java\* | fgrep .so > > /usr/local/lib/libsvnjavahl-1.so > > /usr/local/lib/libsvnjavahl-1.so.0 > > $ ldconfig -r | fgrep javahl > > 816:-lsvnjavahl-1.0 => /usr/local/lib/libsvnjavahl-1.so.0 > > $ > > > > What is wrong ? > > > > Side question: > > Does java/subversion-java is compatible with recent devel/subversion > > port ? (subclipse is no more compatible with it due to repo versions > > miss-match) > > > > -- Vladimir B. Grebenschikov vova@fbsd.ru From kris at FreeBSD.org Thu Jul 3 09:49:08 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Thu Jul 3 09:49:10 2008 Subject: Problems with jdk 1.3 and bsd.java.mk? Message-ID: <486CA092.7040000@FreeBSD.org> Hi, In testing my index build optimizations the following ports failed: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20080630222405/shujit-0.8.0_2.log http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20080630222405/javadc-0.20_2.log javadc-0.20_2: Makefile error: "" is not a valid value for JAVA_VENDOR. It should be one or more of: freebsd bsdjava sun blackdown Indeed, JAVA_VENDOR is set to "" -- but this is also true with the CVS version of bsd.java.mk as well. It looks like there is a bug in the detection of this though, because the check-makevars target passes. Can someone please take a look at these two ports and determine if there is a problem in the port makefiles, or in the existing bsd.java.mk logic? If I have fixed a bug accidentally then I won't mind, but I would prefer not to have regressed something that is currently working :) Kris From ronald-freebsd8 at klop.yi.org Thu Jul 3 09:54:02 2008 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Thu Jul 3 09:54:10 2008 Subject: eclipse-devel and subversion-java In-Reply-To: <1215074176.2170.11.camel@localhost> References: <1215074176.2170.11.camel@localhost> Message-ID: Sorry. I'm not really answering your question. I use eclipse-devel with subclipse (1.4.0) + svnkit from the subclipse-update site (not the port). This works very well. I think subversive doesn't look in the same location as where your javahl libs are. Or it expects the javahl libs from subversion 1.5 in stead of 1.4. Just some idea's. I don't know if it solves your problem. Ronald. On Thu, 03 Jul 2008 10:36:16 +0200, Vladimir Grebenschikov wrote: > Hi > > Does anyone succeeded to run eclipse with subversive SVN ? > > I have tried and failed. > > I have eclipse-devel (Europe) with recent updates by TUM. > > Subversive installed from eclipse > > and java/subversion-java port installed. > > But anyway, subversive complain that there are no lavahl libraries > installed > > $ pkg_info -L subversion-java\* | fgrep .so > /usr/local/lib/libsvnjavahl-1.so > /usr/local/lib/libsvnjavahl-1.so.0 > $ ldconfig -r | fgrep javahl > 816:-lsvnjavahl-1.0 => /usr/local/lib/libsvnjavahl-1.so.0 > $ > > What is wrong ? > > Side question: > Does java/subversion-java is compatible with recent devel/subversion > port ? (subclipse is no more compatible with it due to repo versions > miss-match) > From freebsd at meijome.net Fri Jul 4 11:38:44 2008 From: freebsd at meijome.net (Norberto Meijome) Date: Fri Jul 4 11:39:58 2008 Subject: eclipse-devel and subversion-java In-Reply-To: <1215078475.2170.14.camel@localhost> References: <1215074176.2170.11.camel@localhost> <1215078475.2170.14.camel@localhost> Message-ID: <20080704211155.2cddee72@ayiin> On Thu, 03 Jul 2008 13:47:55 +0400 Vladimir Grebenschikov wrote: > I tried subversion 1.5 - does not helps. > As for path ... no idea how to configure it. java/subversion-java maybe? I was bitten by it too :) install subversion 1.5 first, then the language bindings. similarly for python bindings. b _________________________ {Beto|Norberto|Numard} Meijome If you find a solution and become attached to it, the solution may become your next problem. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From glewis at eyesbeyond.com Fri Jul 4 18:12:34 2008 From: glewis at eyesbeyond.com (Greg Lewis) Date: Fri Jul 4 18:12:41 2008 Subject: (bug report) jdk16 SEVERE nextBytes() failed In-Reply-To: References: Message-ID: <20080704174458.GA35075@misty.eyesbeyond.com> G'day Alexey, On Tue, Jul 01, 2008 at 04:27:19PM +0400, Alexey Beketov wrote: > Hello, I using FreeBSD 7.0 , jdk-1.6.0.3p4_2 and I trying to host l2j server on it (exectly l2jfree). > If I use ingame "scroll of escape" then my character stucks and in log error appears: > SEVERE nextBytes() failed^M > java.security.ProviderException: nextBytes() failed > at sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:270) Its failing to read bytes from /dev/urandom if a cursory inspection of the source is accurate. Thats really weird, since /dev/urandom doesn't block and will always return the number of bytes requested (unlike /dev/random which may return less than requested). So, I'm not sure whats going on here. A good next step, if you're willing to help out, would be to construct a test programme that just calls nextBytes() over and over again and see if you can reproduce the problem with that. > at sun.security.provider.NativePRNG$RandomIO.access$200(NativePRNG.java:108) > at sun.security.provider.NativePRNG.engineNextBytes(NativePRNG.java:97) > at java.security.SecureRandom.nextBytes(SecureRandom.java:433) > at java.security.SecureRandom.next(SecureRandom.java:455) > at java.util.Random.nextInt(Random.java:257) > at com.l2jfree.tools.random.Rnd.nextInt(Rnd.java:36) > at com.l2jfree.tools.random.Rnd.get(Rnd.java:50) > at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:681) > at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:718) > at com.l2jfree.gameserver.model.L2Character.teleToLocation(L2Character.java:723) > at com.l2jfree.gameserver.handler.itemhandlers.ScrollOfEscape$EscapeFinalizer.run(ScrollOfEscape.java:258) > at com.l2jfree.gameserver.ThreadPoolManager$Runner.run(ThreadPoolManager.java:255) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:9 > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > Caused by: java.io.InterruptedIOException > at java.io.FileInputStream.readBytes(Native Method) > at java.io.FileInputStream.read(FileInputStream.java:199) > at sun.security.provider.NativePRNG$RandomIO.readFully(NativePRNG.java:185) > at sun.security.provider.NativePRNG$RandomIO.ensureBufferValid(NativePRNG.java:247) > at sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:261) > ... 20 more > ^M > > > This error only on freebsd with native java. On other OS and with sun-java-jdk it works perfectly. > Any ideas how to solve this problem? > &Is it good idea to send this bug report to jdk-1.6.0.3p4_2 port maintainer? > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From spatula at spatula.net Fri Jul 4 19:02:03 2008 From: spatula at spatula.net (Nicklas Johnson) Date: Fri Jul 4 19:04:25 2008 Subject: (bug report) jdk16 SEVERE nextBytes() failed In-Reply-To: <20080704174458.GA35075@misty.eyesbeyond.com> References: <20080704174458.GA35075@misty.eyesbeyond.com> Message-ID: I thought SecureRandom used /dev/random by default, unless you specify -Djava.security.egd=file:/dev/urandom on the command line to the JVM. 2008/7/4 Greg Lewis : > G'day Alexey, > > On Tue, Jul 01, 2008 at 04:27:19PM +0400, Alexey Beketov wrote: > > Hello, I using FreeBSD 7.0 , jdk-1.6.0.3p4_2 and I trying to host l2j > server on it (exectly l2jfree). > > If I use ingame "scroll of escape" then my character stucks and in log > error appears: > > SEVERE nextBytes() failed^M > > java.security.ProviderException: nextBytes() failed > > at > sun.security.provider.NativePRNG$RandomIO.implNextBytes(NativePRNG.java:270) > > Its failing to read bytes from /dev/urandom if a cursory inspection of the > source is accurate. Thats really weird, since /dev/urandom doesn't block > and will always return the number of bytes requested (unlike /dev/random > which may return less than requested). So, I'm not sure whats going on > here. A good next step, if you're willing to help out, would be to > construct a test programme that just calls nextBytes() over and over again > and see if you can reproduce the problem with that. > > -- "Courage isn't just a matter of not being frightened, you know. It's being afraid and doing what you have to do anyway." -- Doctor Who - Planet of the Daleks This message has been brought to you by Nick Johnson 2.3b1 and the number 6. http://healerNick.com/ http://morons.org/ http://spatula.net/ From disappearedng at gmail.com Sat Jul 5 16:10:02 2008 From: disappearedng at gmail.com (Victor NG) Date: Sat Jul 5 16:10:12 2008 Subject: java/125310: jdk16 fails to compile Message-ID: <200807051602.m65G2GCa089584@www.freebsd.org> >Number: 125310 >Category: java >Synopsis: jdk16 fails to compile >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 05 16:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Victor NG >Release: FreeBSD 7.0 >Organization: University of Waterloo >Environment: FreeBSD .lan 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Sun Jun 29 18:22:24 UTC 2008 root@.lan:/usr/obj/usr/src/sys/miuky1 i386 >Description: While installing jdk16 on FreeBSD 7.0 after a port upgrade, I obtained the following error: [code] \ chmod -R +w /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/plugin/${demos}; \ if [ -r /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/bin/HtmlConverter ]; then \ /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/bin/HtmlConverter -source /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/plugin/${demos} -subdirs \ || exit 1; \ fi; \ done rm -f -r /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/plugin/*_BAK sed 's/MKTG_VERSION/6u3/g' \ ../../../j2se/src/share/demo/applets.html \ > /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/applets.html cp /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/applets.html /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/plugin/applets.html mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/j2sdk-image/demo cp /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/applets.html /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/j2sdk-image/demo cp -r -f /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/demo/plugin /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/j2sdk-image/demo cp -r -f /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/tmp/deploy/javaws/sample /usr/ports/java/jdk16/work/control/build/bsd-i586-debug/j2sdk-image >How-To-Repeat: make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>>Finished making deploy-images @ Sat Jul 5 03:47:47 UTC 2008 ... gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/deploy/make/plugin' gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/deploy/make' gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/control/make' rm -f -r ../../control/build/bsd-i586/j2sdk-debug-image/debug mkdir -p ../../control/build/bsd-i586/j2sdk-debug-image/debug ( cd ../../control/build/bsd-i586-debug/j2sdk-image && \ tar cf - * ) | \ ( cd ../../control/build/bsd-i586/j2sdk-debug-image/debug && \ tar xf - ) generic_debug_build build finished: 08-07-05 03:47 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/control/make' if [ -r ../../install/make/Makefile ]; then \ ( cd ../../install/make; gmake sanity all EXTERNALSANITYCONTROL=true ALT_CONTROL_TOPDIR=/usr/ports/java/jdk16/work/control ALT_J2SE_TOPDIR=/usr/ports/java/jdk16/work/j2se ALT_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586 ALT_RTPA TCH_DIR= ALT_BASE_IMAGE_ZIP= ALT_BASE_IMAGE_DIR= ALT_NEW_IMAGE_DIR= ALT_BUNDLE_DATE=05_jul_2008 INSTALL_DEPLOY=true ); \ fi gmake[1]: Entering directory `/usr/ports/java/jdk16/work/install/make' i586 Install Build started: 1.6.0_03-p4-b00 >>>Recursively making pack all @ Sat Jul 5 03:47:54 UTC 2008 ... gmake[2]: Entering directory `/usr/ports/java/jdk16/work/install/make/pack' i586 Installer Build started: 1.6.0_03-p4-b00 gmake PACK_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars \ VAR_IMAGE_DIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image \ JARS_TO_PACK="lib/rt.jar lib/jsse.jar lib/charsets.jar " \ EXTRA_PACKOPTS="--strip-debug" \ EXTRA_PACKOPTS+="--code-attribute=StackMapTable=strip" \ pack-jars gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/pack' mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars for i in lib/rt.jar lib/jsse.jar lib/charsets.jar ; do \ ls -l /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i | nawk '{printf("Packing %s %s bytes\n",$9, $5)}' ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/`dirname $i` ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/`dirname $i` ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/pack200 -J-esa -J-ea -J-Xmx512m "--no-gzip" "--config-file=pack.all.properties" --strip-debug --code-attribute=StackMapTable=strip /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/p ack-jre-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i || exit 1 ; \ rm -f /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/unpack200 "-v" /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i | | exit 1 ; \ done Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/rt.jar 47550097 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/rt.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/rt.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 10791702 bytes were read in 1 segment(s). A total of 39810838 file content bytes were written. A total of 16168 files (of which 16160 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/jsse.jar 313984 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/jsse.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/jsse.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 131449 bytes were read in 1 segment(s). A total of 515732 file content bytes were written. A total of 241 files (of which 215 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/charsets.jar 3474893 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/charsets.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/charsets.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 3405120 bytes were read in 1 segment(s). A total of 6483589 file content bytes were written. A total of 687 files (of which 679 are classes) were written to output. gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/pack' gmake PACK_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars \ VAR_IMAGE_DIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image \ JARS_TO_PACK="lib/ext/localedata.jar lib/plugin.jar lib/javaws.jar lib/deploy.jar" \ EXTRA_PACKOPTS="--strip-debug" \ pack-jars gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/pack' mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars for i in lib/ext/localedata.jar lib/plugin.jar lib/javaws.jar lib/deploy.jar ; do \ ls -l /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i | nawk '{printf("Packing %s %s bytes\n",$9, $5)}' ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/`dirname $i` ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/`dirname $i` ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/pack200 -J-esa -J-ea -J-Xmx512m "--no-gzip" "--config-file=pack.all.properties" --strip-debug /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/`dirname $i`/`basename $ i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i || exit 1 ; \ rm -f /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/unpack200 "-v" /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/$i | | exit 1 ; \ done Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/ext/localedata.jar 466622 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/ext/localedata.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/ext/localedata.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 650938 bytes were read in 1 segment(s). A total of 811205 file content bytes were written. A total of 109 files (of which 99 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/plugin.jar 957830 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/plugin.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/plugin.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 330486 bytes were read in 1 segment(s). A total of 819664 file content bytes were written. A total of 368 files (of which 313 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/javaws.jar 385130 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/javaws.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/javaws.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 150268 bytes were read in 1 segment(s). A total of 593489 file content bytes were written. A total of 321 files (of which 306 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/deploy.jar 1295704 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jre-jars/lib/deploy.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2re-image/lib/deploy.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 1019069 bytes were read in 1 segment(s). A total of 2457545 file content bytes were written. A total of 588 files (of which 505 are classes) were written to output. gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/pack' gmake PACK_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars \ VAR_IMAGE_DIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image \ JARS_TO_PACK="jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar" \ EXTRA_PACKOPTS="--code-attribute=StackMapTable=strip" \ pack-jars gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/pack' mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars for i in jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar ; do \ ls -l /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i | nawk '{printf("Packing %s %s bytes\n",$9, $5)}' ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/`dirname $i` ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/`dirname $i` ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/pack200 -J-esa -J-ea -J-Xmx512m "--no-gzip" "--config-file=pack.all.properties" --code-attribute=StackMapTable=strip /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/` dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i || exit 1 ; \ rm -f /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/unpack200 "-v" /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i || exit 1 ; \ done Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/rt.jar 47550097 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/rt.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/rt.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 12527994 bytes were read in 1 segment(s). A total of 44723438 file content bytes were written. A total of 16168 files (of which 16160 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/jsse.jar 313984 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/jsse.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/jsse.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 152505 bytes were read in 1 segment(s). A total of 576213 file content bytes were written. A total of 241 files (of which 215 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/charsets.jar 3474893 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/charsets.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/charsets.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 3441851 bytes were read in 1 segment(s). A total of 6602192 file content bytes were written. A total of 687 files (of which 679 are classes) were written to output. gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/pack' gmake PACK_OUTPUTDIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars \ VAR_IMAGE_DIR=/usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image \ JARS_TO_PACK="lib/tools.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/lib/javaws.jar jre/lib/deploy.jar" \ pack-jars gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/pack' mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars for i in lib/tools.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/lib/javaws.jar jre/lib/deploy.jar ; do \ ls -l /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i | nawk '{printf("Packing %s %s bytes\n",$9, $5)}' ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/`dirname $i` ; \ mkdir -p /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/`dirname $i` ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/pack200 -J-esa -J-ea -J-Xmx512m "--no-gzip" "--config-file=pack.all.properties" /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i || exit 1 ; \ rm -f /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i ; \ /usr/ports/java/jdk16/work/control/build/bsd-i586/bin/unpack200 "-v" /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/`dirname $i`/`basename $i .jar`.pack /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/$i || exit 1 ; \ done Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/lib/tools.jar 12153188 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/lib/tools.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/lib/tools.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 3205526 bytes were read in 1 segment(s). A total of 11461862 file content bytes were written. A total of 3880 files (of which 3575 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/ext/localedata.jar 466622 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/ext/localedata.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/ext/localedata.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 652565 bytes were read in 1 segment(s). A total of 820890 file content bytes were written. A total of 109 files (of which 99 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/plugin.jar 957830 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/plugin.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/plugin.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 356929 bytes were read in 1 segment(s). A total of 900283 file content bytes were written. A total of 368 files (of which 313 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/javaws.jar 385130 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/javaws.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/javaws.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 179426 bytes were read in 1 segment(s). A total of 666221 file content bytes were written. A total of 321 files (of which 306 are classes) were written to output. Packing /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/deploy.jar 1295704 bytes Unpacking from /usr/ports/java/jdk16/work/control/build/bsd-i586/pack/pack-jdk-jars/jre/lib/deploy.pack to /usr/ports/java/jdk16/work/control/build/bsd-i586/j2sdk-image/jre/lib/deploy.jar com.sun.java.util.jar.pack.unpack.log.file=- unpack.deflate.hint=(not set) com.sun.java.util.jar.pack.unpack.remove.packfile=false com.sun.java.util.jar.pack.verbose=1 com.sun.java.util.jar.pack.unpack.modification.time=(not set) unpacker completed with status=0 A total of 1068178 bytes were read in 1 segment(s). A total of 2594174 file content bytes were written. A total of 588 files (of which 505 are classes) were written to output. gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/pack' i586 Installer Build finished: 1.6.0_03-p4-b00 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/install/make/pack' <<>>Recursively making installer all @ Sat Jul 5 03:54:57 UTC 2008 ... gmake[2]: Entering directory `/usr/ports/java/jdk16/work/install/make/installer' i586 Installer Build started: 1.6.0_03-p4-b00 >>>Recursively making binaries all @ Sat Jul 5 03:54:57 UTC 2008 ... gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/installer/binaries' cd bsd ; gmake all gmake[4]: Entering directory `/usr/ports/java/jdk16/work/install/make/installer/binaries/bsd' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/install/make/installer/binaries/bsd' gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/installer/binaries' <<>>Recursively making bundles all @ Sat Jul 5 03:54:58 UTC 2008 ... gmake[3]: Entering directory `/usr/ports/java/jdk16/work/install/make/installer/bundles' if [ -r bsd ]; then \ ( cd bsd ; gmake all ); \ fi gmake[4]: Entering directory `/usr/ports/java/jdk16/work/install/make/installer/bundles/bsd' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/install/make/installer/bundles/bsd' gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/install/make/installer/bundles' << Installing for jdk-1.6.0.3p4_2 ===> jdk-1.6.0.3p4_2 depends on executable: javavm - found ===> jdk-1.6.0.3p4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> jdk-1.6.0.3p4_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> jdk-1.6.0.3p4_2 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> jdk-1.6.0.3p4_2 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found ===> jdk-1.6.0.3p4_2 depends on executable: pkg-config - found ===> jdk-1.6.0.3p4_2 depends on executable: update-desktop-database - found ===> jdk-1.6.0.3p4_2 depends on file: /usr/local/lib/gio/modules/libgiofam.so - not found ===> Verifying install for /usr/local/lib/gio/modules/libgiofam.so in /usr/ports/devel/gio-fam-backend ===> Vulnerability check disabled, database not found => glib-2.16.4.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. => Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/glib/2.16/. glib-2.16.4.tar.bz2 100% of 4447 kB 300 kBps 00m00s ===> Extracting for gio-fam-backend-2.16.4 => MD5 Checksum OK for gnome2/glib-2.16.4.tar.bz2. => SHA256 Checksum OK for gnome2/glib-2.16.4.tar.bz2. ===> Patching for gio-fam-backend-2.16.4 ===> Applying FreeBSD patches for gio-fam-backend-2.16.4 ===> gio-fam-backend-2.16.4 depends on executable: gmake - found ===> gio-fam-backend-2.16.4 depends on executable: pkg-config - found ===> gio-fam-backend-2.16.4 depends on shared library: fam.0 - found ===> gio-fam-backend-2.16.4 depends on shared library: glib-2.0.0 - found ===> Configuring for gio-fam-backend-2.16.4 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd7.0 checking host system type... i386-portbld-freebsd7.0 checking for the BeOS... no checking for Win32... no checking for Mac OS X Carbon support... checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E no checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for pkg-config... /usr/local/bin/pkg-config checking for gawk... (cached) nawk checking for perl5... perl5 checking for indent... indent checking for perl5... /usr/bin/perl5 checking for a Python interpreter with version >= 2.4... python checking for python... /usr/local/bin/python checking for python version... 2.5 checking for python platform... freebsd7 checking for python script directory... ${prefix}/lib/python2.5/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages checking for libiconv_open in -liconv... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether we are using the GNU C Library 2.1 or newer... no checking Whether to cache iconv descriptors... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... am ar as az be be@latin bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kn ko ku lt lv mg mk ml mn mr ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sq sr sr@Latn sr@ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for extra flags to get ANSI library prototypes... none needed checking for extra flags for POSIX compliance... none needed checking for ANSI C header files... (cached) yes checking for vprintf... yes checking for _doprnt... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for working alloca.h... no checking for alloca... yes checking for posix_memalign... yes checking for memalign... no checking for valloc... yes checking for atexit... yes checking for on_exit... no checking for timegm... yes checking for gmtime_r... yes checking size of char... 1 checking size of short... 2 checking size of long... 4 checking size of int... 4 checking size of void *... 4 checking size of long long... 8 checking size of __int64... 0 checking for format to printf and scanf a guint64... %llu checking for an ANSI C-conforming const... yes checking if malloc() and friends prototypes are gmem.h compatible... yes checking for growing stack pointer... no checking for __inline... yes checking for __inline__... yes checking for inline... yes checking if inline functions in headers work... yes checking for working do while(0) macros... yes checking for ISO C99 varargs macros in C... yes checking for ISO C99 varargs macros in C++... yes checking for GNUC varargs macros... yes checking for GNUC visibility attribute... yes checking whether using Sun Studio C compiler... no checking whether byte ordering is bigendian... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking values.h usability... no checking values.h presence... no checking for values.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking sys/vfs.h usability... no checking sys/vfs.h presence... no checking for sys/vfs.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/vmount.h usability... no checking sys/vmount.h presence... no checking for sys/vmount.h... no checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking sys/mnttab.h usability... no checking sys/mnttab.h presence... no checking for sys/mnttab.h... no checking sys/vfstab.h usability... no checking sys/vfstab.h presence... no checking for sys/vfstab.h... no checking sys/mntctl.h usability... no checking sys/mntctl.h presence... no checking for sys/mntctl.h... no checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking fstab.h usability... yes checking fstab.h presence... yes checking for fstab.h... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_mtim.tv_nsec... no checking for struct stat.st_atimensec... no checking for struct stat.st_atim.tv_nsec... no checking for struct stat.st_ctimensec... no checking for struct stat.st_ctim.tv_nsec... no checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct statfs.f_fstypename... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for nl_langinfo and CODESET... yes checking whether we are using the GNU C Library 2.1 or newer... (cached) no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for setlocale... yes checking size of size_t... 4 checking for the appropriate definition for size_t... unsigned int checking for lstat... yes checking for strerror... yes checking for strsignal... yes checking for memmove... yes checking for vsnprintf... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for poll... yes checking for getcwd... yes checking for vasprintf... yes checking for setenv... yes checking for unsetenv... yes checking for getc_unlocked... yes checking for readlink... yes checking for symlink... yes checking for fdwalk... no checking for chown... yes checking for lchown... yes checking for fchmod... yes checking for fchown... yes checking for link... yes checking for statvfs... yes checking for statfs... yes checking for utimes... yes checking for getgrgid... yes checking for getpwuid... yes checking for getmntent_r... no checking for setmntent... no checking for endmntent... no checking for hasmntopt... no checking for getmntinfo... yes checking for nanosleep... yes checking for nsleep... no checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for C99 vsnprintf... yes checking whether printf supports positional parameters... yes checking number of arguments to statfs()... 2 checking for signed... yes checking for long long... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for size_t... yes checking for ptrdiff_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for snprintf... yes checking for wcslen... yes checking for C99 snprintf... yes checking for sys_errlist... yes checking for sys_siglist... yes checking for sys_siglist declaration... yes checking for fd_set... yes, found in sys/types.h checking whether realloc (NULL,) will work... yes checking for nl_langinfo (CODESET)... yes checking for a compliant posix_memalign() implementation... yes checking for OpenBSD strlcpy/strlcat... yes checking for an implementation of va_copy()... yes checking for an implementation of __va_copy()... no checking whether va_lists can be copied by value... yes checking for dlopen... yes checking for dlsym... yes checking for RTLD_GLOBAL brokenness... no checking for preceeding underscore in symbols... no checking for dlerror... yes checking for the suffix of shared libraries... .so checking for gspawn implementation... gspawn.lo checking for GIOChannel implementation... giounix.lo checking for is_selinux_enabled in -lselinux... no checking sys/inotify.h usability... no checking sys/inotify.h presence... no checking for sys/inotify.h... no checking for FAMOpen in -lfam... yes checking fam.h usability... yes checking fam.h presence... yes checking for fam.h... yes checking for FAMNoExists in -lfam... yes checking for getxattr in -lc... no checking for getxattr in -lattr... no checking for platform-dependent source... checking whether to compile timeloop... yes checking if building for some Win32 platform... no checking for thread implementation... posix checking thread related cflags... -pthread checking for sched_get_priority_min... yes checking thread related libraries... -pthread checking for localtime_r... yes checking for gmtime_r... (cached) yes checking for posix getpwuid_r... yes checking for posix getgrgid_r... yes checking size of pthread_t... 4 checking for pthread_attr_setstacksize... yes checking for minimal/maximal thread priority... sched_get_priority_min(SCHED_OTHER)/sched_get_priority_max(SCHED_OTHER) checking for pthread_setschedparam... yes checking for posix yield function... sched_yield checking size of pthread_mutex_t... 4 checking byte contents of PTHREAD_MUTEX_INITIALIZER... 0,0,0,0 checking for clock_gettime... yes checking for monotonic clocks... yes checking whether to use assembler code for atomic operations... none checking value of POLLIN... 1 checking value of POLLOUT... 4 checking value of POLLPRI... 2 checking value of POLLERR... 8 checking value of POLLHUP... 16 checking value of POLLNVAL... 32 checking for broken poll... no checking whether compiler understands -Wno-pointer-sign... yes checking for EILSEQ... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no configure: creating ./config.status config.status: creating glib-2.0.pc config.status: creating glib-2.0-uninstalled.pc config.status: creating gmodule-2.0.pc config.status: creating gmodule-export-2.0.pc config.status: creating gmodule-no-export-2.0.pc config.status: creating gmodule-2.0-uninstalled.pc config.status: creating gmodule-no-export-2.0-uninstalled.pc config.status: creating gthread-2.0.pc config.status: creating gthread-2.0-uninstalled.pc config.status: creating gobject-2.0.pc config.status: creating gobject-2.0-uninstalled.pc config.status: creating gio-2.0.pc config.status: creating gio-unix-2.0.pc config.status: creating gio-2.0-uninstalled.pc config.status: creating gio-unix-2.0-uninstalled.pc config.status: creating glib-zip config.status: creating glib-gettextize config.status: creating Makefile config.status: creating build/Makefile config.status: creating build/win32/Makefile config.status: creating build/win32/dirent/Makefile config.status: creating build/win32/vs8/Makefile config.status: creating glib/Makefile config.status: creating glib/libcharset/Makefile config.status: creating glib/gnulib/Makefile config.status: creating glib/pcre/Makefile config.status: creating glib/update-pcre/Makefile config.status: creating glib/tests/Makefile config.status: creating gmodule/Makefile config.status: creating gmodule/gmoduleconf.h config.status: creating gobject/Makefile config.status: creating gobject/glib-mkenums config.status: creating gobject/tests/Makefile config.status: creating gthread/Makefile config.status: creating gio/Makefile config.status: creating gio/xdgmime/Makefile config.status: creating gio/inotify/Makefile config.status: creating gio/fam/Makefile config.status: creating gio/tests/Makefile config.status: creating po/Makefile.in config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/glib/Makefile config.status: creating docs/reference/glib/version.xml config.status: creating docs/reference/gobject/Makefile config.status: creating docs/reference/gobject/version.xml config.status: creating docs/reference/gio/Makefile config.status: creating docs/reference/gio/version.xml config.status: creating tests/Makefile config.status: creating tests/gobject/Makefile config.status: creating tests/refcount/Makefile config.status: creating m4macros/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing glibconfig.h commands config.status: executing chmod-scripts commands ===> Building for gio-fam-backend-2.16.4 /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modu les\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-helper.lo -MD -MP -MF .deps/libgiofam_la-fam-helper.Tpo -c -o libgiofam_la-fam-helper.lo `test -f 'fam-helper.c' || echo './'`fam-helper.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-helper.lo -MD -MP -MF .deps/libgiofam_la-fam-helper.Tpo -c fam-helper.c -fPIC -DPIC -o .libs/libgiofam_la-fam-helper.o cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-helper.lo -MD -MP -MF .deps/libgiofam_la-fam-helper.Tpo -c fam-helper.c -o libgiofam_la-fam-helper.o >/dev/null 2>&1 mv -f .deps/libgiofam_la-fam-helper.Tpo .deps/libgiofam_la-fam-helper.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modu les\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-module.lo -MD -MP -MF .deps/libgiofam_la-fam-module.Tpo -c -o libgiofam_la-fam-module.lo `test -f 'fam-module.c' || echo './'`fam-module.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-module.lo -MD -MP -MF .deps/libgiofam_la-fam-module.Tpo -c fam-module.c -fPIC -DPIC -o .libs/libgiofam_la-fam-module.o cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-fam-module.lo -MD -MP -MF .deps/libgiofam_la-fam-module.Tpo -c fam-module.c -o libgiofam_la-fam-module.o >/dev/null 2>&1 mv -f .deps/libgiofam_la-fam-module.Tpo .deps/libgiofam_la-fam-module.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modu les\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamdirectorymonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamdirectorymonitor.Tpo -c -o libgiofam_la-gfamdirectorymonitor.lo `test -f 'gfamdirectorymonito r.c' || echo './'`gfamdirectorymonitor.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamdirectorymonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamdirectorymonitor.Tpo -c gfamdirectorymonitor.c -fPIC -DPIC -o .libs/libgiofam_la-gfamdirectorymonitor.o cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamdirectorymonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamdirectorymonitor.Tpo -c gfamdirectorymonitor.c -o libgiofam_la-gfamdirectorymonitor.o >/dev/null 2>&1 mv -f .deps/libgiofam_la-gfamdirectorymonitor.Tpo .deps/libgiofam_la-gfamdirectorymonitor.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modu les\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamfilemonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamfilemonitor.Tpo -c -o libgiofam_la-gfamfilemonitor.lo `test -f 'gfamfilemonitor.c' || echo './'`gf amfilemonitor.c cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamfilemonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamfilemonitor.Tpo -c gfamfilemonitor.c -fPIC -DPIC -o .libs/libgiofam_la-gfamfilemonitor.o cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include -pthread -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O 2 -fno-strict-aliasing -pipe -Wall -MT libgiofam_la-gfamfilemonitor.lo -MD -MP -MF .deps/libgiofam_la-gfamfilemonitor.Tpo -c gfamfilemonitor.c -o libgiofam_la-gfamfilemonitor.o >/dev/null 2>&1 mv -f .deps/libgiofam_la-gfamfilemonitor.Tpo .deps/libgiofam_la-gfamfilemonitor.Plo /bin/sh ../../libtool --tag=CC --mode=link cc -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict- aliasing -pipe -Wall -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)' -L/usr/local/lib -lintl -o libgiofam.la -rpath /usr/local/lib/gio/modules libgiofam_la-fam-helper.lo libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo libgiofam_la-gfamfilemonitor.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfam generating symbol list for `libgiofam.la' /usr/bin/nm -B .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Z a-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgiofam.exp /usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > ".libs/libgiofam.expT" mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp" cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libi ntl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. [/code] From disappearedng at gmail.com Sat Jul 5 16:20:02 2008 From: disappearedng at gmail.com (Victor Ng) Date: Sat Jul 5 16:20:09 2008 Subject: java/125311: gio0fam-backend and glib-java fails to build Message-ID: <200807051616.m65GGIbL093003@www.freebsd.org> >Number: 125311 >Category: java >Synopsis: gio0fam-backend and glib-java fails to build >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 05 16:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Victor Ng >Release: 7.0 >Organization: University of Waterloo >Environment: FreeBSD .lan 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Sun Jun 29 18:22:24 UTC 2008 root@.lan:/usr/obj/usr/src/sys/miuky1 i386 >Description: The following is the log for attempting to build gio-fam-backened after a port upgrade last night " ===> Building for gio-fam-backend-2.16.4 /bin/sh ../../libtool --tag=CC --mode=link cc -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)' -L/usr/local/lib -lintl -o libgiofam.la -rpath /usr/local/lib/gio/modules libgiofam_la-fam-helper.lo libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo libgiofam_la-gfamfilemonitor.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfam rm -fr .libs/libgiofam.exp generating symbol list for `libgiofam.la' /usr/bin/nm -B .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgiofam.exp /usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > ".libs/libgiofam.expT" mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp" cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 " and this is the log for glib-java " ===> Installing for glib-java-0.4.2_2 ===> glib-java-0.4.2_2 depends on file: /usr/local/diablo-jdk1.5.0/bin/java - found ===> glib-java-0.4.2_2 depends on executable: pkg-config - found ===> glib-java-0.4.2_2 depends on file: /usr/local/lib/gio/modules/libgiofam.so - not found ===> Verifying install for /usr/local/lib/gio/modules/libgiofam.so in /usr/ports/devel/gio-fam-backend ===> Building for gio-fam-backend-2.16.4 /bin/sh ../../libtool --tag=CC --mode=link cc -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule -I../../gio -DG_DISABLE_CAST_CHECKS -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)' -L/usr/local/lib -lintl -o libgiofam.la -rpath /usr/local/lib/gio/modules libgiofam_la-fam-helper.lo libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo libgiofam_la-gfamfilemonitor.lo -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfam rm -fr .libs/libgiofam.exp generating symbol list for `libgiofam.la' /usr/bin/nm -B .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgiofam.exp /usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > ".libs/libgiofam.expT" mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp" cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 Stop in /usr/ports/devel/glib-java. " >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Sat Jul 5 18:16:10 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Jul 5 18:16:19 2008 Subject: ports/125311: devel/gio-fam-backend and devel/glib-java fail to build Message-ID: <200807051816.m65IG9Ss058066@freefall.freebsd.org> Old Synopsis: gio0fam-backend and glib-java fails to build New Synopsis: devel/gio-fam-backend and devel/glib-java fail to build Responsible-Changed-From-To: freebsd-java->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jul 5 18:14:18 UTC 2008 Responsible-Changed-Why: Make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=125311 From glewis at FreeBSD.org Mon Jul 7 06:32:42 2008 From: glewis at FreeBSD.org (glewis@FreeBSD.org) Date: Mon Jul 7 06:32:48 2008 Subject: ports/125310: java/jdk16 fails to compile Message-ID: <200807070632.m676Wfe8082511@freefall.freebsd.org> Synopsis: java/jdk16 fails to compile State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Mon Jul 7 06:31:04 UTC 2008 State-Changed-Why: The error is in compiling gio-fam-backend, which is a dependency of jdk16, there was no error in compiling jdk16 itself. Since PR 125311 addresses that failure I'm closing this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=125310 From bugmaster at FreeBSD.org Mon Jul 7 11:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 7 11:08:33 2008 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200807071107.m67B716U062090@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump 14 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/115279 java [UPDATE] java/java3d to 1.5.1 o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/121416 java java/jdk15 can't build if BIN environment variable is 14 problems total. From stefan.lambrev at moneybookers.com Tue Jul 8 14:06:02 2008 From: stefan.lambrev at moneybookers.com (Stefan Lambrev) Date: Tue Jul 8 14:06:12 2008 Subject: jdk1.4.2 on FreeBSD7 Message-ID: <48737446.7060903@moneybookers.com> Hello, Does anyone use jdk1.4 on FreeBSD7? The ports is marked as IGNORE because of GCC 4.2 .. can we just have the port to depend on older GCC like qemu? -- Best Wishes, Stefan Lambrev ICQ# 24134177 From glewis at eyesbeyond.com Wed Jul 9 19:06:59 2008 From: glewis at eyesbeyond.com (Greg Lewis) Date: Wed Jul 9 19:07:05 2008 Subject: jdk1.4.2 on FreeBSD7 In-Reply-To: <48737446.7060903@moneybookers.com> References: <48737446.7060903@moneybookers.com> Message-ID: <20080709190656.GA73908@misty.eyesbeyond.com> On Tue, Jul 08, 2008 at 05:05:58PM +0300, Stefan Lambrev wrote: > Does anyone use jdk1.4 on FreeBSD7? The ports is marked as IGNORE > because of GCC 4.2 .. > can we just have the port to depend on older GCC like qemu? I don't believe the port actually respects CFLAGS/CXXFLAGS for compiling HotSpot but you could try this yourself fairly simply. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From freebsd at meijome.net Sun Jul 13 12:18:42 2008 From: freebsd at meijome.net (Norberto Meijome) Date: Sun Jul 13 12:18:49 2008 Subject: Netbeans 6.1, no profiler... Message-ID: <20080713215033.5709cb97@ayiin> hi everyone, I'm running latest netbeans, jdk1.5 and jdk.1.6 ports, defaulting to 1.6, on 7-STABLE (kernel +world from yesterday) . When I launch netbeans, i'm welcomed with this msg: ----- Failed to initialize the Profiler engine: Problem with a required JFluid installation directory or file /usr/local/netbeans/profiler3/lib/deployed/jdk15/solaris Original message: File does not exist. ----- One of the reasons I'm interested in testing netbeans vs Eclipse is the built in profiler. What is needed to get it to work ? thx, B _________________________ {Beto|Norberto|Numard} Meijome "And that's one reason we like to believe in genius. It gives us an excuse for being lazy." Paul Graham I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From bofh at redwerk.com Sun Jul 13 14:08:52 2008 From: bofh at redwerk.com (Eugeny N Dzhurinsky) Date: Sun Jul 13 14:08:58 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: <20080713215033.5709cb97@ayiin> References: <20080713215033.5709cb97@ayiin> Message-ID: <20080713134323.GA1369@jdevelop.priv> On Sun, Jul 13, 2008 at 09:50:33PM +1000, Norberto Meijome wrote: > hi everyone, > I'm running latest netbeans, jdk1.5 and jdk.1.6 ports, defaulting to 1.6, on > 7-STABLE (kernel +world from yesterday) . When I launch netbeans, i'm > welcomed with this msg: > > ----- > Failed to initialize the Profiler engine: Problem with a required JFluid > installation directory or file > /usr/local/netbeans/profiler3/lib/deployed/jdk15/solaris > > Original message: File does not exist. > ----- > > One of the reasons I'm interested in testing netbeans vs Eclipse is the > built in profiler. What is needed to get it to work ? You may find it interesting to read the thread I started some time ago http://www.nabble.com/NetBeans-6.1-Profiler%2C-Sun-JDK-1.5-1.6-td17274121.html I was not able to get it work, however may be with recent patches for JDK 1.5 and 1.6 it will work? Could you please give it a try if possible, and let me know was you able to get the profiler in NetBeans working? BTW I was never able to get the profiler in Eclipse 3.3.2 to work under FreeBSD 6.3 and 7.0 with JDK 1.6 - it just crashes :( -- Eugene N Dzhurinsky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20080713/b9d8b2b1/attachment.pgp From baigsabeeh at gmail.com Sun Jul 13 15:11:29 2008 From: baigsabeeh at gmail.com (Sabeeh Baig) Date: Sun Jul 13 15:11:35 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: <20080713134323.GA1369@jdevelop.priv> References: <20080713215033.5709cb97@ayiin> <20080713134323.GA1369@jdevelop.priv> Message-ID: I'm having the same issue as well. A lot of NetBeans non-functionality has to do with the fact that the ML builds aren't FreeBSD-aware. They misidentify the platform as FreeBSD. On Sun, Jul 13, 2008 at 9:43 AM, Eugeny N Dzhurinsky wrote: > On Sun, Jul 13, 2008 at 09:50:33PM +1000, Norberto Meijome wrote: >> hi everyone, >> I'm running latest netbeans, jdk1.5 and jdk.1.6 ports, defaulting to 1.6, on >> 7-STABLE (kernel +world from yesterday) . When I launch netbeans, i'm >> welcomed with this msg: >> >> ----- >> Failed to initialize the Profiler engine: Problem with a required JFluid >> installation directory or file >> /usr/local/netbeans/profiler3/lib/deployed/jdk15/solaris >> >> Original message: File does not exist. >> ----- >> >> One of the reasons I'm interested in testing netbeans vs Eclipse is the >> built in profiler. What is needed to get it to work ? > > You may find it interesting to read the thread I started some time ago > > http://www.nabble.com/NetBeans-6.1-Profiler%2C-Sun-JDK-1.5-1.6-td17274121.html > > I was not able to get it work, however may be with recent patches for JDK 1.5 > and 1.6 it will work? Could you please give it a try if possible, and let me > know was you able to get the profiler in NetBeans working? > > BTW I was never able to get the profiler in Eclipse 3.3.2 to work under > FreeBSD 6.3 and 7.0 with JDK 1.6 - it just crashes :( > > -- > Eugene N Dzhurinsky > -- Appeasement only makes the aggressor more aggressive He understands only one language ? action! And he respects only one word ? force! -Megadeth | Blackmail the Universe Sabeeh Ahmed Baig From baigsabeeh at gmail.com Sun Jul 13 15:12:05 2008 From: baigsabeeh at gmail.com (Sabeeh Baig) Date: Sun Jul 13 15:12:11 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: References: <20080713215033.5709cb97@ayiin> <20080713134323.GA1369@jdevelop.priv> Message-ID: Please disregard the previous e-mail. There's a mistak ein there. I'm having the same issue as well. A lot of NetBeans non-functionality has to do with the fact that the ML builds aren't FreeBSD-aware. They misidentify the platform as Solaris. On Sun, Jul 13, 2008 at 11:11 AM, Sabeeh Baig wrote: > I'm having the same issue as well. A lot of NetBeans > non-functionality has to do with the fact that the ML builds aren't > FreeBSD-aware. They misidentify the platform as FreeBSD. > > On Sun, Jul 13, 2008 at 9:43 AM, Eugeny N Dzhurinsky wrote: >> On Sun, Jul 13, 2008 at 09:50:33PM +1000, Norberto Meijome wrote: >>> hi everyone, >>> I'm running latest netbeans, jdk1.5 and jdk.1.6 ports, defaulting to 1.6, on >>> 7-STABLE (kernel +world from yesterday) . When I launch netbeans, i'm >>> welcomed with this msg: >>> >>> ----- >>> Failed to initialize the Profiler engine: Problem with a required JFluid >>> installation directory or file >>> /usr/local/netbeans/profiler3/lib/deployed/jdk15/solaris >>> >>> Original message: File does not exist. >>> ----- >>> >>> One of the reasons I'm interested in testing netbeans vs Eclipse is the >>> built in profiler. What is needed to get it to work ? >> >> You may find it interesting to read the thread I started some time ago >> >> http://www.nabble.com/NetBeans-6.1-Profiler%2C-Sun-JDK-1.5-1.6-td17274121.html >> >> I was not able to get it work, however may be with recent patches for JDK 1.5 >> and 1.6 it will work? Could you please give it a try if possible, and let me >> know was you able to get the profiler in NetBeans working? >> >> BTW I was never able to get the profiler in Eclipse 3.3.2 to work under >> FreeBSD 6.3 and 7.0 with JDK 1.6 - it just crashes :( >> >> -- >> Eugene N Dzhurinsky >> > > > > -- > Appeasement only makes the aggressor more aggressive > He understands only one language ? action! > And he respects only one word ? force! > -Megadeth | Blackmail the Universe > > Sabeeh Ahmed Baig > -- Appeasement only makes the aggressor more aggressive He understands only one language ? action! And he respects only one word ? force! -Megadeth | Blackmail the Universe Sabeeh Ahmed Baig From bofh at redwerk.com Sun Jul 13 15:31:35 2008 From: bofh at redwerk.com (Eugeny N Dzhurinsky) Date: Sun Jul 13 15:31:41 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: References: <20080713215033.5709cb97@ayiin> <20080713134323.GA1369@jdevelop.priv> Message-ID: <20080713153130.GA1905@jdevelop.priv> On Sun, Jul 13, 2008 at 11:12:03AM -0400, Sabeeh Baig wrote: > Please disregard the previous e-mail. There's a mistak ein there. > > I'm having the same issue as well. A lot of NetBeans > non-functionality has to do with the fact that the ML builds aren't > FreeBSD-aware. They misidentify the platform as Solaris. In fact this is not the issue at all - placing required SO into solaris directory do the trick, however profiler still doesn't work because it is not able to initiate JVMPI code for debugging and profiling. It's not something about NetBeans - but something works in a wrong way in native JDK, it seems. It might be interesting to check if NetBeans works fine with Linux JDK, of course after building the shared objects required for debugging for Linux :) -- Eugene N Dzhurinsky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20080713/5cdabfbe/attachment.pgp From baigsabeeh at gmail.com Sun Jul 13 17:24:41 2008 From: baigsabeeh at gmail.com (Sabeeh Baig) Date: Sun Jul 13 17:24:48 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: <20080713153130.GA1905@jdevelop.priv> References: <20080713215033.5709cb97@ayiin> <20080713134323.GA1369@jdevelop.priv> <20080713153130.GA1905@jdevelop.priv> Message-ID: I'm well aware of that. The profiler issue doesn't have anything to do with Solaris, and I never mentioned the specific issue. There are certain issues such as RCP, which require editing run.xml to get NetBeans to work correctly. I think it's best to start porting over NetBeans so that it builds on FreeBSD, rather than relying on Sun for generic builds, but somebody would have to be willing to put in the work. On Sun, Jul 13, 2008 at 11:31 AM, Eugeny N Dzhurinsky wrote: > On Sun, Jul 13, 2008 at 11:12:03AM -0400, Sabeeh Baig wrote: >> Please disregard the previous e-mail. There's a mistak ein there. >> >> I'm having the same issue as well. A lot of NetBeans >> non-functionality has to do with the fact that the ML builds aren't >> FreeBSD-aware. They misidentify the platform as Solaris. > > In fact this is not the issue at all - placing required SO into solaris > directory do the trick, however profiler still doesn't work because it is not > able to initiate JVMPI code for debugging and profiling. It's not something > about NetBeans - but something works in a wrong way in native JDK, it seems. > > It might be interesting to check if NetBeans works fine with Linux JDK, of > course after building the shared objects required for debugging for Linux :) > > -- > Eugene N Dzhurinsky > -- Sabeeh Ahmed Baig From st.witzel at web.de Sun Jul 13 20:00:12 2008 From: st.witzel at web.de (Stefan Witzel) Date: Sun Jul 13 20:00:24 2008 Subject: java/125583: Java gui programs stop without error message Message-ID: <200807131957.m6DJvUa3068279@www.freebsd.org> >Number: 125583 >Category: java >Synopsis: Java gui programs stop without error message >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 20:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stefan Witzel >Release: 7.0 >Organization: >Environment: FreeBSD forty.mohnstieg10.de 7.0-STABLE FreeBSD 7.0-STABLE #1: Mon Jun 2 00:25:18 CEST 2008 root@forty.mohnstieg10.de:/usr/obj/usr/src/sys/dv683-3.x i386 >Description: Java programs like jext and jedit stop after clicking outside the program window. No error message. There is no problem with java programs that run without gui and other X11-programs. diablo-jdk-1.5.0.07.01_10 xorg-7.3_2 xfce-4.4.2_1 Hardware: DELL Lattitude 800 >How-To-Repeat: Start Program and click outside the program window. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From bugmaster at FreeBSD.org Mon Jul 14 11:07:01 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 14 11:08:12 2008 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200807141107.m6EB70Ou014468@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/125583 java Java gui programs stop without error message 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/115279 java [UPDATE] java/java3d to 1.5.1 o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/121416 java java/jdk15 can't build if BIN environment variable is 14 problems total. From freebsd at meijome.net Tue Jul 15 15:08:03 2008 From: freebsd at meijome.net (Norberto Meijome) Date: Tue Jul 15 15:08:11 2008 Subject: Netbeans 6.1, no profiler... In-Reply-To: <20080713134323.GA1369@jdevelop.priv> References: <20080713215033.5709cb97@ayiin> <20080713134323.GA1369@jdevelop.priv> Message-ID: <20080716010758.05cb3196@ayiin> On Sun, 13 Jul 2008 16:43:23 +0300 Eugeny N Dzhurinsky wrote: > On Sun, Jul 13, 2008 at 09:50:33PM +1000, Norberto Meijome wrote: > > hi everyone, > > I'm running latest netbeans, jdk1.5 and jdk.1.6 ports, defaulting to 1.6, on > > 7-STABLE (kernel +world from yesterday) . When I launch netbeans, i'm > > welcomed with this msg: > > > > ----- > > Failed to initialize the Profiler engine: Problem with a required JFluid > > installation directory or file > > /usr/local/netbeans/profiler3/lib/deployed/jdk15/solaris > > > > Original message: File does not exist. > > ----- > > > > One of the reasons I'm interested in testing netbeans vs Eclipse is the > > built in profiler. What is needed to get it to work ? > > You may find it interesting to read the thread I started some time ago > > http://www.nabble.com/NetBeans-6.1-Profiler%2C-Sun-JDK-1.5-1.6-td17274121.html > > I was not able to get it work, however may be with recent patches for JDK 1.5 > and 1.6 it will work? Could you please give it a try if possible, and let me > know was you able to get the profiler in NetBeans working? > > BTW I was never able to get the profiler in Eclipse 3.3.2 to work under > FreeBSD 6.3 and 7.0 with JDK 1.6 - it just crashes :( thanks, i will try maybe later in the week, time permiting. _________________________ {Beto|Norberto|Numard} Meijome "Those who do not remember the past are condemned to repeat it." George Santayana I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From miwi at FreeBSD.org Sat Jul 19 21:59:09 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Jul 19 21:59:15 2008 Subject: ports/115279: [UPDATE] java/java3d to 1.5.1 Message-ID: <200807192159.m6JLx8qJ068658@freefall.freebsd.org> Synopsis: [UPDATE] java/java3d to 1.5.1 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Jul 19 21:58:57 UTC 2008 State-Changed-Why: Feedback timeout. If you want to update this port, please feel free to follow-up this PR so that we can re-open it and find a solution for the problem. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=115279 From bugmaster at FreeBSD.org Mon Jul 21 11:06:58 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 21 11:08:06 2008 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200807211106.m6LB6vZb031922@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/125583 java Java gui programs stop without error message 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/121416 java java/jdk15 can't build if BIN environment variable is 13 problems total. From edwin at FreeBSD.org Mon Jul 21 12:20:21 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 21 12:20:34 2008 Subject: ports/125828: upgrade java/java3d to 1.5.2 Message-ID: <200807211220.m6LCKKfG042223@freefall.freebsd.org> Synopsis: upgrade java/java3d to 1.5.2 Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 21 12:20:20 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=125828 From ronald-freebsd8 at klop.yi.org Mon Jul 21 18:57:12 2008 From: ronald-freebsd8 at klop.yi.org (Ronald Klop) Date: Mon Jul 21 18:57:23 2008 Subject: diablo-jdk16 Message-ID: Maybe I'm talking to early, but this looks nice. http://www.freebsdfoundation.org/downloads/java.shtml Thanks for all the hard work. Ronald. From achill at matrix.gatewaynet.com Mon Jul 21 19:18:57 2008 From: achill at matrix.gatewaynet.com (Achilleas Mantzios) Date: Mon Jul 21 19:19:04 2008 Subject: diablo-jdk16 In-Reply-To: References: Message-ID: <200807212206.03666.achill@matrix.gatewaynet.com> ???? Monday 21 July 2008 21:42:00 ?/? Ronald Klop ??????: > Maybe I'm talking to early, but this looks nice. > > http://www.freebsdfoundation.org/downloads/java.shtml > > Thanks for all the hard work. Thank you all for letting us use our favored system with java! > > Ronald. > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- Achilleas Mantzios From jonc at chen.org.nz Tue Jul 22 09:10:03 2008 From: jonc at chen.org.nz (Jonathan Chen) Date: Tue Jul 22 09:10:11 2008 Subject: ports/125828: upgrade java/java3d to 1.5.2 Message-ID: <200807220910.m6M9A2SW080989@freefall.freebsd.org> The following reply was made to PR ports/125828; it has been noted by GNATS. From: Jonathan Chen To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/125828: upgrade java/java3d to 1.5.2 Date: Tue, 22 Jul 2008 20:43:07 +1200 Here's an update to allow builds on i386 as well as amd64 architectures. -- Jonathan Chen ---------------------------------------------------------------------- "The reason why worry kills more people than work is that more people worry than work." - Robert Frost diff -ruN /usr/ports/java/java3d/Makefile ./Makefile --- /usr/ports/java/java3d/Makefile 2008-06-07 16:22:08.000000000 +1200 +++ ./Makefile 2008-07-21 23:52:09.000000000 +1200 @@ -6,89 +6,48 @@ # PORTNAME= java3d -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.5.2 CATEGORIES= java graphics -MASTER_SITES= ftp://ftp.tux.org/pub/java/java3d/${PORTVERSION}/i386/fcs/ \ - ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/java3d/${PORTVERSION}/i386/fcs/ -DISTNAME= java3d-sdk-${PORTVERSION}-linux-i386 -EXTRACT_SUFX= .bin - -MAINTAINER= java@FreeBSD.org -COMMENT= Blackdown Java3D Development Kit ${PORTVERSION} for Linux - -BROKEN= Does not fetch - -EXTRACT_CMD= ${TAIL} -EXTRACT_BEFORE_ARGS= +367 -EXTRACT_AFTER_ARGS= | ${BZIP2_CMD} -dc | ${TAR} xf - +MASTER_SITES= http://daemon.wizard.googlepages.com/ +DISTNAME= java3d-${PORTVERSION} + +MAINTAINER= jonc@chen.org.nz +COMMENT= Java3D Kit ${PORTVERSION} + USE_BZIP2= yes USE_JAVA= yes -JAVA_VERSION= 1.3+ -NO_WRKSUBDIR= yes -NO_BUILD= yes -ONLY_FOR_ARCHS= i386 - -RESTRICTED= "License doesn\'t allow distribution" - -TARGET_DIR= ${JAVASHAREDIR}/${PORTNAME} -PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} -PKGMESSAGE= ${WRKDIR}/pkg-message - -.include - -.if ${JAVA_PORT_OS} == "native" -WITH_PLUGINWRAPPER= yes -RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/java3d.so:${PORTSDIR}/www/linuxpluginwrapper -.endif +JAVA_VERSION= 1.5+ +USE_ANT= yes -.if defined(NOINSTALL_IN_JRE) -PLIST_SUB+= INSTALL_IN_JRE="@comment " -.else -PLIST_SUB+= INSTALL_IN_JRE="" -.endif +PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} ARCH=${ARCH} -pre-install: -.if defined(NOINSTALL_IN_JRE) - @${SED} -e "s:%%TARGET_DIR%%:${TARGET_DIR}:g" ${MASTERDIR}/pkg-message-jre > ${PKGMESSAGE} -.endif -.if defined(WITH_PLUGINWRAPPER) -.if defined(NOINSTALL_IN_JRE) - @${ECHO_CMD} >> ${PKGMESSAGE} - @${SED} -e "s:%%LIBDIR%%:${TARGET_DIR}/lib:g" ${MASTERDIR}/pkg-message-libmap >> ${PKGMESSAGE} -.else - @${SED} -e "s:%%LIBDIR%%:${JAVA_HOME}/jre/lib/i386:g" ${MASTERDIR}/pkg-message-libmap > ${PKGMESSAGE} -.endif +.if !defined(NOPORTDOCS) +DOCSSRC= ${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public +PORTDOCS= * .endif -do-install: - @${ECHO_CMD} -n ">> Creating destination directory..." - @${MKDIR} ${TARGET_DIR} - @${ECHO_CMD} " [DONE]" - @${ECHO_CMD} -n ">> Installing libraries..." - @${INSTALL_DATA} ${WRKSRC}/LICENSE-Java3D ${TARGET_DIR} - @${INSTALL_DATA} ${WRKSRC}/README-Java3D ${TARGET_DIR} - @${INSTALL_DATA} ${WRKSRC}/java3d-utils-src.jar ${TARGET_DIR} - @${MKDIR} ${TARGET_DIR}/jar - @${INSTALL_DATA} ${WRKSRC}/jre/lib/ext/* ${TARGET_DIR}/jar - @${MKDIR} ${TARGET_DIR}/lib - @${INSTALL_DATA} ${WRKSRC}/jre/lib/i386/* ${TARGET_DIR}/lib -.if !defined(NOINSTALL_IN_JRE) - @${LN} -sf ${TARGET_DIR}/jar/* ${JAVA_HOME}/jre/lib/ext - @${LN} -sf ${TARGET_DIR}/lib/* ${JAVA_HOME}/jre/lib/i386 -.endif - @${ECHO_CMD} " [DONE]" +do-build: + cd ${WRKSRC}/vecmath && ${ANT} dist + cd ${WRKSRC}/j3d-core && ${ANT} -Dbuild.type=fcs -Dis${OPSYS}=yes jar-opt .if !defined(NOPORTDOCS) - @${ECHO_CMD} -n ">> Installing examples..." - @${MKDIR} ${TARGET_DIR}/demo - @${CP} -R ${WRKSRC}/demo/java3d/* ${TARGET_DIR}/demo - @${ECHO_CMD} " [DONE]" + cd ${WRKSRC}/j3d-core && ${ANT} -Dbuild.type=fcs -Dis${OPSYS}=yes docs-public .endif +do-install: + ${INSTALL_DATA} \ + ${WRKSRC}/vecmath/dist/lib/ext/vecmath.jar \ + ${WRKSRC}/j3d-core/build/default/opt/lib/ext/j3dcore.jar \ + ${WRKSRC}/j3d-core/build/default/opt/lib/ext/j3dutils.jar \ + ${JAVA_HOME}/jre/lib/ext + ${INSTALL} \ + ${WRKSRC}/j3d-core/build/default/opt/native/libj3dcore-ogl.so \ + ${JAVA_HOME}/jre/lib/${ARCH} + post-install: -.if defined(NOINSTALL_IN_JRE) || defined(WITH_PLUGINWRAPPER) - @${CAT} ${PKGMESSAGE} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + cd ${DOCSSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR} .endif -.include +.include diff -ruN /usr/ports/java/java3d/distinfo ./distinfo --- /usr/ports/java/java3d/distinfo 2006-01-26 07:45:11.000000000 +1300 +++ ./distinfo 2008-07-21 20:53:31.000000000 +1200 @@ -1,3 +1,3 @@ -MD5 (java3d-sdk-1.3.1-linux-i386.bin) = 749cf195dbb7d214373821aae276c58b -SHA256 (java3d-sdk-1.3.1-linux-i386.bin) = 98dfd8d903a7b7003c80668bf0d881266f77fb1195d381be7c3fce4cf13bef9d -SIZE (java3d-sdk-1.3.1-linux-i386.bin) = 5101646 +MD5 (java3d-1.5.2.tar.bz2) = f202a840220055e1b704a27dfe6fed14 +SHA256 (java3d-1.5.2.tar.bz2) = 58f8b583762e9198087b615d6e3cd450355ef6ed52aa8e6f05679d27d33b70f4 +SIZE (java3d-1.5.2.tar.bz2) = 2271358 diff -ruN /usr/ports/java/java3d/files/patch-freebsd ./files/patch-freebsd --- /usr/ports/java/java3d/files/patch-freebsd 1970-01-01 12:00:00.000000000 +1200 +++ ./files/patch-freebsd 2008-07-22 20:36:26.000000000 +1200 @@ -0,0 +1,159 @@ +diff -ruN ./j3d-core/build.xml ../java3d-1.5.2/j3d-core/build.xml +--- ./j3d-core/build.xml 2008-05-24 08:31:19.000000000 +1200 ++++ ../java3d-1.5.2/j3d-core/build.xml 2008-07-21 23:00:14.000000000 +1200 +@@ -142,6 +142,15 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +@@ -232,7 +241,7 @@ + + + ++ depends="init, setupBuildType, setupFreeBSD, setupSolaris, setupSolarisX86, setupLinux, setupLinuxAmd64, setupLinuxIA64, setupLinuxPPC, setupWindows, setupWindowsAmd64, setupMacOSX, setupJogl"> + + + +diff -ruN ./j3d-core/src/classes/build.xml ../java3d-1.5.2/j3d-core/src/classes/build.xml +--- ./j3d-core/src/classes/build.xml 2008-02-29 09:17:18.000000000 +1300 ++++ ../java3d-1.5.2/j3d-core/src/classes/build.xml 2008-07-21 23:02:37.000000000 +1200 +@@ -318,7 +318,7 @@ + excludepackagenames="com.sun.j3d.utils.scenegraph.io.retained, + com.sun.j3d.exp.swing.impl, + com.sun.j3d.utils.scenegraph.io.state.*" +- maxmemory="128m" ++ maxmemory="256m" + destdir="${build}/${platform}/javadocs/docs-public" + bottom="${javadoc.bottom}" + windowtitle="${build.javadoc.name} ${version}"> +diff -ruN ./j3d-core/src/native/build.xml ../java3d-1.5.2/j3d-core/src/native/build.xml +--- ./j3d-core/src/native/build.xml 2008-02-29 09:17:58.000000000 +1300 ++++ ../java3d-1.5.2/j3d-core/src/native/build.xml 2008-07-21 23:00:14.000000000 +1200 +@@ -3,6 +3,19 @@ + + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + +@@ -62,7 +75,7 @@ + + + +- ++ + + +@@ -128,7 +141,7 @@ + + + +- ++ + + +diff -ruN ./j3d-core/src/native/ogl/build-freebsd.xml ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml +--- ./j3d-core/src/native/ogl/build-freebsd.xml 1970-01-01 12:00:00.000000000 +1200 ++++ ../java3d-1.5.2/j3d-core/src/native/ogl/build-freebsd.xml 2008-07-21 23:00:14.000000000 +1200 +@@ -0,0 +1,74 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ diff -ruN /usr/ports/java/java3d/pkg-descr ./pkg-descr --- /usr/ports/java/java3d/pkg-descr 2003-12-30 21:58:41.000000000 +1300 +++ ./pkg-descr 2008-07-21 16:00:06.000000000 +1200 @@ -1,6 +1,6 @@ -The Java 3D API provides a set of object-oriented interfaces that support -a simple, high-level programming model you can use to build, render, and -control the behavior of 3D objects and visual environments. - http://java.sun.com/products/java-media/3D/ +The Java 3D API enables the creation of three-dimensional graphics +applications and Internet-based 3D applets. It provides high-level +constructs for creating and manipulation 3D geometry and building the +structures used in rendering that geometry. -WWW: http://www.blackdown.org/java-linux/java2-status/java-3d-status.html +WWW: https://java3d.dev.java.net/ diff -ruN /usr/ports/java/java3d/pkg-message-jre ./pkg-message-jre --- /usr/ports/java/java3d/pkg-message-jre 2004-01-11 23:38:28.000000000 +1300 +++ ./pkg-message-jre 1970-01-01 12:00:00.000000000 +1200 @@ -1,8 +0,0 @@ -The Java3D libraries are not installed in JRE, so you have to add - %%TARGET_DIR%%/jar/j3daudio.jar - %%TARGET_DIR%%/jar/j3dcore.jar - %%TARGET_DIR%%/jar/j3dutils.jar - %%TARGET_DIR%%/jar/vecmath.jar -to the CLASSPATH environment variable, and add - %%TARGET_DIR%%/lib -to the LD_LIBRARY_PATH environment variable. diff -ruN /usr/ports/java/java3d/pkg-message-libmap ./pkg-message-libmap --- /usr/ports/java/java3d/pkg-message-libmap 2004-01-11 23:38:28.000000000 +1300 +++ ./pkg-message-libmap 1970-01-01 12:00:00.000000000 +1200 @@ -1,20 +0,0 @@ -In order to use the Java3D on FreeBSD native JavaVM, -describe as follows to your /etc/libmap.conf. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[%%LIBDIR%%/libJ3D.so] -libdl.so.2 pluginwrapper/java3d.so -libm.so.6 libm.so.2 -libnsl.so.1 pluginwrapper/java3d.so -libpthread.so.0 pluginwrapper/java3d.so -libc.so.6 pluginwrapper/java3d.so - -[%%LIBDIR%%/libJ3DUtils.so] -libpthread.so.0 pluginwrapper/java3d.so -libc.so.6 pluginwrapper/java3d.so - -[%%LIBDIR%%/libj3daudio.so] -libm.so.6 libm.so.2 -libnsl.so.1 pluginwrapper/java3d_snd.so -libpthread.so.0 pluginwrapper/java3d_snd.so -libc.so.6 pluginwrapper/java3d_snd.so -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -ruN /usr/ports/java/java3d/pkg-plist ./pkg-plist --- /usr/ports/java/java3d/pkg-plist 2004-01-11 23:38:28.000000000 +1300 +++ ./pkg-plist 2008-07-21 22:06:50.000000000 +1200 @@ -1,492 +1,4 @@ -%%T%%/LICENSE-Java3D -%%T%%/README-Java3D -%%T%%/java3d-utils-src.jar -%%T%%/jar/j3daudio.jar -%%T%%/jar/j3dcore.jar -%%T%%/jar/j3dutils.jar -%%T%%/jar/vecmath.jar -%%T%%/lib/libJ3D.so -%%T%%/lib/libJ3DUtils.so -%%T%%/lib/libj3daudio.so -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteraction.class -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteraction.html -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteraction.java -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteractionBehavior.class -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteractionBehavior.java -%%PORTDOCS%%%%T%%/demo/AWT_Interaction/AWTInteraction_plugin.html -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceBoundsTest.class -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceBoundsTest.html -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceBoundsTest.java -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceBoundsTest_plugin.html -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceScopeTest.class -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceScopeTest.html -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceScopeTest.java -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/AlternateAppearanceScopeTest_plugin.html -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/SphereGroup.class -%%PORTDOCS%%%%T%%/demo/AlternateAppearance/SphereGroup.java -%%PORTDOCS%%%%T%%/demo/Appearance/AppearanceTest.class -%%PORTDOCS%%%%T%%/demo/Appearance/AppearanceTest.html -%%PORTDOCS%%%%T%%/demo/Appearance/AppearanceTest.java -%%PORTDOCS%%%%T%%/demo/Appearance/AppearanceTest_plugin.html -%%PORTDOCS%%%%T%%/demo/Appearance/Tetrahedron.class -%%PORTDOCS%%%%T%%/demo/Appearance/Tetrahedron.java -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/AppearanceMixed$MyCanvas3D.class -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/AppearanceMixed.class -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/AppearanceMixed.html -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/AppearanceMixed.java -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/AppearanceMixed_plugin.html -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/Tetrahedron.class -%%PORTDOCS%%%%T%%/demo/AppearanceMixed/Tetrahedron.java -%%PORTDOCS%%%%T%%/demo/Background/BackgroundGeometry.class -%%PORTDOCS%%%%T%%/demo/Background/BackgroundGeometry.html -%%PORTDOCS%%%%T%%/demo/Background/BackgroundGeometry.java -%%PORTDOCS%%%%T%%/demo/Background/BackgroundGeometry_plugin.html -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/ConfigObjLoad$1$QuitListener.class -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/ConfigObjLoad.class -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/ConfigObjLoad.java -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/README.txt -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x1 -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x1-behavior -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x1-stereo -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x1-vr -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x1-window -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x2-flat -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x2-rot30 -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x3-cave -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x3-cave-vr -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d1x3-rot45 -%%PORTDOCS%%%%T%%/demo/ConfiguredUniverse/j3d2x2-flat -%%PORTDOCS%%%%T%%/demo/ConicWorld/ConicWorld.class -%%PORTDOCS%%%%T%%/demo/ConicWorld/ConicWorld.html -%%PORTDOCS%%%%T%%/demo/ConicWorld/ConicWorld.java -%%PORTDOCS%%%%T%%/demo/ConicWorld/ConicWorld_plugin.html -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounter.class -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounter.java -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounterDemo.class -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounterDemo.html -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounterDemo.java -%%PORTDOCS%%%%T%%/demo/FPSCounter/FPSCounterDemo_plugin.html -%%PORTDOCS%%%%T%%/demo/FourByFour/BigCube.class -%%PORTDOCS%%%%T%%/demo/FourByFour/BigCube.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Board.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Board.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Canvas2D.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Canvas2D.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Cube.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Cube.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Cylinder.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Cylinder.java -%%PORTDOCS%%%%T%%/demo/FourByFour/FourByFour$killAdapter.class -%%PORTDOCS%%%%T%%/demo/FourByFour/FourByFour.class -%%PORTDOCS%%%%T%%/demo/FourByFour/FourByFour.html -%%PORTDOCS%%%%T%%/demo/FourByFour/FourByFour.java -%%PORTDOCS%%%%T%%/demo/FourByFour/FourByFour_plugin.html -%%PORTDOCS%%%%T%%/demo/FourByFour/ID.class -%%PORTDOCS%%%%T%%/demo/FourByFour/ID.java -%%PORTDOCS%%%%T%%/demo/FourByFour/PickDragBehavior.class -%%PORTDOCS%%%%T%%/demo/FourByFour/PickDragBehavior.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Poles.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Poles.java -%%PORTDOCS%%%%T%%/demo/FourByFour/Positions.class -%%PORTDOCS%%%%T%%/demo/FourByFour/Positions.java -%%PORTDOCS%%%%T%%/demo/FourByFour/README -%%PORTDOCS%%%%T%%/demo/FourByFour/instructions.txt -%%PORTDOCS%%%%T%%/demo/FourByFour/scores.txt -%%PORTDOCS%%%%T%%/demo/GearTest/Gear.class -%%PORTDOCS%%%%T%%/demo/GearTest/Gear.java -%%PORTDOCS%%%%T%%/demo/GearTest/GearBox.class -%%PORTDOCS%%%%T%%/demo/GearTest/GearBox.html -%%PORTDOCS%%%%T%%/demo/GearTest/GearBox.java -%%PORTDOCS%%%%T%%/demo/GearTest/GearBox_plugin.html -%%PORTDOCS%%%%T%%/demo/GearTest/GearTest.class -%%PORTDOCS%%%%T%%/demo/GearTest/GearTest.html -%%PORTDOCS%%%%T%%/demo/GearTest/GearTest.java -%%PORTDOCS%%%%T%%/demo/GearTest/GearTest_plugin.html -%%PORTDOCS%%%%T%%/demo/GearTest/Shaft.class -%%PORTDOCS%%%%T%%/demo/GearTest/Shaft.java -%%PORTDOCS%%%%T%%/demo/GearTest/SpurGear.class -%%PORTDOCS%%%%T%%/demo/GearTest/SpurGear.java -%%PORTDOCS%%%%T%%/demo/GearTest/SpurGearThinBody.class -%%PORTDOCS%%%%T%%/demo/GearTest/SpurGearThinBody.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceNIOBuffer.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceNIOBuffer.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceTest.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceTest.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceTest.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/GeometryByReferenceTest_plugin.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/ImageComponentByReferenceTest.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/ImageComponentByReferenceTest.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/ImageComponentByReferenceTest.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/ImageComponentByReferenceTest_plugin.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedNIOBuffer.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedNIOBuffer.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedTest.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedTest.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedTest.java -%%PORTDOCS%%%%T%%/demo/GeometryByReference/InterleavedTest_plugin.html -%%PORTDOCS%%%%T%%/demo/GeometryByReference/TiledImage.class -%%PORTDOCS%%%%T%%/demo/GeometryByReference/TiledImage.java -%%PORTDOCS%%%%T%%/demo/GeometryCompression/ObjectFileCompressor.class -%%PORTDOCS%%%%T%%/demo/GeometryCompression/ObjectFileCompressor.html -%%PORTDOCS%%%%T%%/demo/GeometryCompression/ObjectFileCompressor.java -%%PORTDOCS%%%%T%%/demo/GeometryCompression/README -%%PORTDOCS%%%%T%%/demo/GeometryCompression/cgview.class -%%PORTDOCS%%%%T%%/demo/GeometryCompression/cgview.java -%%PORTDOCS%%%%T%%/demo/GeometryCompression/obj2cg.class -%%PORTDOCS%%%%T%%/demo/GeometryCompression/obj2cg.java -%%PORTDOCS%%%%T%%/demo/HelloUniverse/HelloUniverse.class -%%PORTDOCS%%%%T%%/demo/HelloUniverse/HelloUniverse.html -%%PORTDOCS%%%%T%%/demo/HelloUniverse/HelloUniverse.java -%%PORTDOCS%%%%T%%/demo/HelloUniverse/HelloUniverse_plugin.html -%%PORTDOCS%%%%T%%/demo/LOD/LOD.class -%%PORTDOCS%%%%T%%/demo/LOD/LOD.html -%%PORTDOCS%%%%T%%/demo/LOD/LOD.java -%%PORTDOCS%%%%T%%/demo/LOD/LOD_plugin.html -%%PORTDOCS%%%%T%%/demo/Lightwave/README.txt -%%PORTDOCS%%%%T%%/demo/Lightwave/Viewer.class -%%PORTDOCS%%%%T%%/demo/Lightwave/Viewer.html -%%PORTDOCS%%%%T%%/demo/Lightwave/Viewer.java -%%PORTDOCS%%%%T%%/demo/Lightwave/Viewer_plugin.html -%%PORTDOCS%%%%T%%/demo/Lightwave/ballcone.lws -%%PORTDOCS%%%%T%%/demo/Lightwave/greenball.lwo -%%PORTDOCS%%%%T%%/demo/Lightwave/redcone.lwo -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest.class -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest.html -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest.java -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest2.class -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest2.html -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest2.java -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest2_plugin.html -%%PORTDOCS%%%%T%%/demo/ModelClip/ModelClipTest_plugin.html -%%PORTDOCS%%%%T%%/demo/Morphing/ColorCube.class -%%PORTDOCS%%%%T%%/demo/Morphing/ColorCube.java -%%PORTDOCS%%%%T%%/demo/Morphing/ColorPyramidDown.class -%%PORTDOCS%%%%T%%/demo/Morphing/ColorPyramidDown.java -%%PORTDOCS%%%%T%%/demo/Morphing/ColorPyramidUp.class -%%PORTDOCS%%%%T%%/demo/Morphing/ColorPyramidUp.java -%%PORTDOCS%%%%T%%/demo/Morphing/Morphing.class -%%PORTDOCS%%%%T%%/demo/Morphing/Morphing.html -%%PORTDOCS%%%%T%%/demo/Morphing/Morphing.java -%%PORTDOCS%%%%T%%/demo/Morphing/MorphingBehavior.class -%%PORTDOCS%%%%T%%/demo/Morphing/MorphingBehavior.java -%%PORTDOCS%%%%T%%/demo/Morphing/Morphing_plugin.html -%%PORTDOCS%%%%T%%/demo/Morphing/Pyramid2Cube.class -%%PORTDOCS%%%%T%%/demo/Morphing/Pyramid2Cube.html -%%PORTDOCS%%%%T%%/demo/Morphing/Pyramid2Cube.java -%%PORTDOCS%%%%T%%/demo/Morphing/Pyramid2Cube_plugin.html -%%PORTDOCS%%%%T%%/demo/Morphing/hand1.obj -%%PORTDOCS%%%%T%%/demo/Morphing/hand2.obj -%%PORTDOCS%%%%T%%/demo/Morphing/hand3.obj -%%PORTDOCS%%%%T%%/demo/ObjLoad/ObjLoad.class -%%PORTDOCS%%%%T%%/demo/ObjLoad/ObjLoad.html -%%PORTDOCS%%%%T%%/demo/ObjLoad/ObjLoad.java -%%PORTDOCS%%%%T%%/demo/ObjLoad/ObjLoad_plugin.html -%%PORTDOCS%%%%T%%/demo/ObjLoad/galleon.obj -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenCanvas3D.class -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenCanvas3D.java -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenTest.class -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenTest.html -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenTest.java -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OffScreenTest_plugin.html -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OnScreenCanvas3D.class -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/OnScreenCanvas3D.java -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/PrintFromButton.class -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/PrintFromButton.html -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/PrintFromButton.java -%%PORTDOCS%%%%T%%/demo/OffScreenCanvas3D/PrintFromButton_plugin.html -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/MouseRotateY.class -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/MouseRotateY.java -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedPtTest.class -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedPtTest.html -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedPtTest.java -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedPtTest_plugin.html -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedTest.class -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedTest.html -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedTest.java -%%PORTDOCS%%%%T%%/demo/OrientedShape3D/OrientedTest_plugin.html -%%PORTDOCS%%%%T%%/demo/PackageInfo/PackageInfo.class -%%PORTDOCS%%%%T%%/demo/PackageInfo/PackageInfo.java -%%PORTDOCS%%%%T%%/demo/PackageInfo/QueryProperties.class -%%PORTDOCS%%%%T%%/demo/PackageInfo/QueryProperties.java -%%PORTDOCS%%%%T%%/demo/PickTest/BoltCG.class -%%PORTDOCS%%%%T%%/demo/PickTest/BoltCG.java -%%PORTDOCS%%%%T%%/demo/PickTest/ColorCube.class -%%PORTDOCS%%%%T%%/demo/PickTest/ColorCube.java -%%PORTDOCS%%%%T%%/demo/PickTest/ColorPyramidDown.class -%%PORTDOCS%%%%T%%/demo/PickTest/ColorPyramidDown.java -%%PORTDOCS%%%%T%%/demo/PickTest/ColorPyramidUp.class -%%PORTDOCS%%%%T%%/demo/PickTest/ColorPyramidUp.java -%%PORTDOCS%%%%T%%/demo/PickTest/CubeIQA.class -%%PORTDOCS%%%%T%%/demo/PickTest/CubeIQA.java -%%PORTDOCS%%%%T%%/demo/PickTest/CubeQA.class -%%PORTDOCS%%%%T%%/demo/PickTest/CubeQA.java -%%PORTDOCS%%%%T%%/demo/PickTest/GullCG.class -%%PORTDOCS%%%%T%%/demo/PickTest/GullCG.java -%%PORTDOCS%%%%T%%/demo/PickTest/IcosahedronITSA.class -%%PORTDOCS%%%%T%%/demo/PickTest/IcosahedronITSA.java -%%PORTDOCS%%%%T%%/demo/PickTest/IcosahedronTSA.class -%%PORTDOCS%%%%T%%/demo/PickTest/IcosahedronTSA.java -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectInfoBehavior.class -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectInfoBehavior.java -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectTest.class -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectTest.html -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectTest.java -%%PORTDOCS%%%%T%%/demo/PickTest/IntersectTest_plugin.html -%%PORTDOCS%%%%T%%/demo/PickTest/MorphingBehavior.class -%%PORTDOCS%%%%T%%/demo/PickTest/MorphingBehavior.java -%%PORTDOCS%%%%T%%/demo/PickTest/OctahedronITFA.class -%%PORTDOCS%%%%T%%/demo/PickTest/OctahedronITFA.java -%%PORTDOCS%%%%T%%/demo/PickTest/OctahedronTFA.class -%%PORTDOCS%%%%T%%/demo/PickTest/OctahedronTFA.java -%%PORTDOCS%%%%T%%/demo/PickTest/PickTest.class -%%PORTDOCS%%%%T%%/demo/PickTest/PickTest.html -%%PORTDOCS%%%%T%%/demo/PickTest/PickTest.java -%%PORTDOCS%%%%T%%/demo/PickTest/PickTest_plugin.html -%%PORTDOCS%%%%T%%/demo/PickTest/RandomColorCube.class -%%PORTDOCS%%%%T%%/demo/PickTest/RandomColorCube.java -%%PORTDOCS%%%%T%%/demo/PickTest/RandomColorTetrahedron.class -%%PORTDOCS%%%%T%%/demo/PickTest/RandomColorTetrahedron.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronILA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronILA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronILSA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronILSA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronIPA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronIPA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronITA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronITA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronLA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronLA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronLSA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronLSA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronPA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronPA.java -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronTA.class -%%PORTDOCS%%%%T%%/demo/PickTest/TetrahedronTA.java -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DBounds.class -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DBounds.html -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DBounds.java -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DBounds_plugin.html -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DGeometry.class -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DGeometry.html -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DGeometry.java -%%PORTDOCS%%%%T%%/demo/PickText3D/PickText3DGeometry_plugin.html -%%PORTDOCS%%%%T%%/demo/PlatformGeometry/SimpleGeometry.class -%%PORTDOCS%%%%T%%/demo/PlatformGeometry/SimpleGeometry.html -%%PORTDOCS%%%%T%%/demo/PlatformGeometry/SimpleGeometry.java -%%PORTDOCS%%%%T%%/demo/PlatformGeometry/SimpleGeometry_plugin.html -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImageDisplayer$1.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImageDisplayer$ImagePanel.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImageDisplayer.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImageDisplayer.java -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImagePrinter.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/ImagePrinter.java -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/OffScreenCanvas3D.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/OffScreenCanvas3D.java -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/PrintCanvas3D$1.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/PrintCanvas3D$AppPanel.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/PrintCanvas3D.class -%%PORTDOCS%%%%T%%/demo/PrintCanvas3D/PrintCanvas3D.java -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediate.class -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediate.html -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediate.java -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediateStereo.class -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediateStereo.html -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediateStereo.java -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediateStereo_plugin.html -%%PORTDOCS%%%%T%%/demo/PureImmediate/PureImmediate_plugin.html -%%PORTDOCS%%%%T%%/demo/ReadRaster/ReadRaster.class -%%PORTDOCS%%%%T%%/demo/ReadRaster/ReadRaster.html -%%PORTDOCS%%%%T%%/demo/ReadRaster/ReadRaster.java -%%PORTDOCS%%%%T%%/demo/ReadRaster/ReadRaster_plugin.html -%%PORTDOCS%%%%T%%/demo/ReadRaster/myCanvas3D.class -%%PORTDOCS%%%%T%%/demo/ReadRaster/myRotationInterpolator.class -%%PORTDOCS%%%%T%%/demo/Sound/AudioBehaviorMoveOne.class -%%PORTDOCS%%%%T%%/demo/Sound/AudioBehaviorMoveOne.java -%%PORTDOCS%%%%T%%/demo/Sound/AudioReverberate.class -%%PORTDOCS%%%%T%%/demo/Sound/AudioReverberate.java -%%PORTDOCS%%%%T%%/demo/Sound/MoveAppBoundingLeaf.class -%%PORTDOCS%%%%T%%/demo/Sound/MoveAppBoundingLeaf.html -%%PORTDOCS%%%%T%%/demo/Sound/MoveAppBoundingLeaf.java -%%PORTDOCS%%%%T%%/demo/Sound/MoveAppBoundingLeaf_plugin.html -%%PORTDOCS%%%%T%%/demo/Sound/README.release -%%PORTDOCS%%%%T%%/demo/Sound/ReverberateSound.class -%%PORTDOCS%%%%T%%/demo/Sound/ReverberateSound.html -%%PORTDOCS%%%%T%%/demo/Sound/ReverberateSound.java -%%PORTDOCS%%%%T%%/demo/Sound/ReverberateSound_plugin.html -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSounds.class -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSounds.html -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSounds.java -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSoundsBehavior.class -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSoundsBehavior.java -%%PORTDOCS%%%%T%%/demo/Sound/SimpleSounds_plugin.html -%%PORTDOCS%%%%T%%/demo/Sound/hello_universe.au -%%PORTDOCS%%%%T%%/demo/Sound/roar.au -%%PORTDOCS%%%%T%%/demo/Sound/techno_machine.au -%%PORTDOCS%%%%T%%/demo/SphereMotion/SphereMotion.class -%%PORTDOCS%%%%T%%/demo/SphereMotion/SphereMotion.html -%%PORTDOCS%%%%T%%/demo/SphereMotion/SphereMotion.java -%%PORTDOCS%%%%T%%/demo/SphereMotion/SphereMotion_plugin.html -%%PORTDOCS%%%%T%%/demo/SplineAnim/SplineAnim.class -%%PORTDOCS%%%%T%%/demo/SplineAnim/SplineAnim.html -%%PORTDOCS%%%%T%%/demo/SplineAnim/SplineAnim.java -%%PORTDOCS%%%%T%%/demo/SplineAnim/SplineAnim_plugin.html -%%PORTDOCS%%%%T%%/demo/Text2D/MoverBehavior.class -%%PORTDOCS%%%%T%%/demo/Text2D/MoverBehavior.java -%%PORTDOCS%%%%T%%/demo/Text2D/Text2DTest.class -%%PORTDOCS%%%%T%%/demo/Text2D/Text2DTest.html -%%PORTDOCS%%%%T%%/demo/Text2D/Text2DTest.java -%%PORTDOCS%%%%T%%/demo/Text2D/Text2DTest_plugin.html -%%PORTDOCS%%%%T%%/demo/Text3D/Text3DLoad.class -%%PORTDOCS%%%%T%%/demo/Text3D/Text3DLoad.html -%%PORTDOCS%%%%T%%/demo/Text3D/Text3DLoad.java -%%PORTDOCS%%%%T%%/demo/Text3D/Text3DLoad_plugin.html -%%PORTDOCS%%%%T%%/demo/TextureByReference/AnimateTexturesBehavior.class -%%PORTDOCS%%%%T%%/demo/TextureByReference/AnimateTexturesBehavior.java -%%PORTDOCS%%%%T%%/demo/TextureByReference/ImageOps.class -%%PORTDOCS%%%%T%%/demo/TextureByReference/ImageOps.java -%%PORTDOCS%%%%T%%/demo/TextureByReference/Tetrahedron.class -%%PORTDOCS%%%%T%%/demo/TextureByReference/Tetrahedron.java -%%PORTDOCS%%%%T%%/demo/TextureByReference/TextureByReference.class -%%PORTDOCS%%%%T%%/demo/TextureByReference/TextureByReference.html -%%PORTDOCS%%%%T%%/demo/TextureByReference/TextureByReference.java -%%PORTDOCS%%%%T%%/demo/TextureByReference/TextureByReference_plugin.html -%%PORTDOCS%%%%T%%/demo/TextureTest/MultiTextureTest.class -%%PORTDOCS%%%%T%%/demo/TextureTest/MultiTextureTest.html -%%PORTDOCS%%%%T%%/demo/TextureTest/MultiTextureTest.java -%%PORTDOCS%%%%T%%/demo/TextureTest/MultiTextureTest_plugin.html -%%PORTDOCS%%%%T%%/demo/TextureTest/TextureImage.class -%%PORTDOCS%%%%T%%/demo/TextureTest/TextureImage.html -%%PORTDOCS%%%%T%%/demo/TextureTest/TextureImage.java -%%PORTDOCS%%%%T%%/demo/TextureTest/TextureImage_plugin.html -%%PORTDOCS%%%%T%%/demo/TickTockCollision/Box.class -%%PORTDOCS%%%%T%%/demo/TickTockCollision/Box.java -%%PORTDOCS%%%%T%%/demo/TickTockCollision/CollisionDetector.class -%%PORTDOCS%%%%T%%/demo/TickTockCollision/CollisionDetector.java -%%PORTDOCS%%%%T%%/demo/TickTockCollision/TickTockCollision.class -%%PORTDOCS%%%%T%%/demo/TickTockCollision/TickTockCollision.html -%%PORTDOCS%%%%T%%/demo/TickTockCollision/TickTockCollision.java -%%PORTDOCS%%%%T%%/demo/TickTockCollision/TickTockCollision_plugin.html -%%PORTDOCS%%%%T%%/demo/TickTockPicking/Cube.class -%%PORTDOCS%%%%T%%/demo/TickTockPicking/Cube.java -%%PORTDOCS%%%%T%%/demo/TickTockPicking/PickHighlightBehavior.class -%%PORTDOCS%%%%T%%/demo/TickTockPicking/PickHighlightBehavior.java -%%PORTDOCS%%%%T%%/demo/TickTockPicking/Tetrahedron.class -%%PORTDOCS%%%%T%%/demo/TickTockPicking/Tetrahedron.java -%%PORTDOCS%%%%T%%/demo/TickTockPicking/TickTockPicking.class -%%PORTDOCS%%%%T%%/demo/TickTockPicking/TickTockPicking.html -%%PORTDOCS%%%%T%%/demo/TickTockPicking/TickTockPicking.java -%%PORTDOCS%%%%T%%/demo/TickTockPicking/TickTockPicking_plugin.html -%%PORTDOCS%%%%T%%/demo/Timer/TimerTest.class -%%PORTDOCS%%%%T%%/demo/Timer/TimerTest.html -%%PORTDOCS%%%%T%%/demo/Timer/TimerTest.java -%%PORTDOCS%%%%T%%/demo/Timer/TimerTest_plugin.html -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/ButtonPositionControls.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/ButtonPositionControls.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/HelloUniverse.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/HelloUniverse.html -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/HelloUniverse.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/HelloUniverse_plugin.html -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/PositionControls.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/PositionControls.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/README -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/RotationControls.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/RotationControls.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/SensorBehavior.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/SensorBehavior.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/VirtualInputDevice.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/VirtualInputDevice.java -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/WheelControls.class -%%PORTDOCS%%%%T%%/demo/VirtualInputDevice/WheelControls.java -%%PORTDOCS%%%%T%%/demo/geometry/beethoven.obj -%%PORTDOCS%%%%T%%/demo/geometry/brick2.int -%%PORTDOCS%%%%T%%/demo/geometry/concrete.int -%%PORTDOCS%%%%T%%/demo/geometry/galleon.cg -%%PORTDOCS%%%%T%%/demo/geometry/galleon.obj -%%PORTDOCS%%%%T%%/demo/geometry/gas.rgb -%%PORTDOCS%%%%T%%/demo/geometry/gravel.int -%%PORTDOCS%%%%T%%/demo/geometry/minimart.cg -%%PORTDOCS%%%%T%%/demo/geometry/minimart.mtl -%%PORTDOCS%%%%T%%/demo/geometry/minimart.obj -%%PORTDOCS%%%%T%%/demo/geometry/numbers.int -%%PORTDOCS%%%%T%%/demo/geometry/p51_mustang.cg -%%PORTDOCS%%%%T%%/demo/geometry/p51_mustang.obj -%%PORTDOCS%%%%T%%/demo/geometry/products.rgb -%%PORTDOCS%%%%T%%/demo/geometry/pumps.int -%%PORTDOCS%%%%T%%/demo/geometry/thdoor.inta -%%PORTDOCS%%%%T%%/demo/geometry/window.inta -%%PORTDOCS%%%%T%%/demo/images/Java3d.jpg -%%PORTDOCS%%%%T%%/demo/images/animation1.gif -%%PORTDOCS%%%%T%%/demo/images/animation10.gif -%%PORTDOCS%%%%T%%/demo/images/animation2.gif -%%PORTDOCS%%%%T%%/demo/images/animation3.gif -%%PORTDOCS%%%%T%%/demo/images/animation4.gif -%%PORTDOCS%%%%T%%/demo/images/animation5.gif -%%PORTDOCS%%%%T%%/demo/images/animation6.gif -%%PORTDOCS%%%%T%%/demo/images/animation7.gif -%%PORTDOCS%%%%T%%/demo/images/animation8.gif -%%PORTDOCS%%%%T%%/demo/images/animation9.gif -%%PORTDOCS%%%%T%%/demo/images/apimage.jpg -%%PORTDOCS%%%%T%%/demo/images/bg.jpg -%%PORTDOCS%%%%T%%/demo/images/earth.jpg -%%PORTDOCS%%%%T%%/demo/images/one.jpg -%%PORTDOCS%%%%T%%/demo/images/stone.jpg -%%PORTDOCS%%%%T%%/demo/images/ttimage.jpg -%%PORTDOCS%%%%T%%/demo/index.html -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/jar/j3daudio.jar %D/%%JAVA_HOME%%/jre/lib/ext -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/jar/j3dcore.jar %D/%%JAVA_HOME%%/jre/lib/ext -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/jar/j3dutils.jar %D/%%JAVA_HOME%%/jre/lib/ext -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/jar/vecmath.jar %D/%%JAVA_HOME%%/jre/lib/ext -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/lib/libJ3D.so %D/%%JAVA_HOME%%/jre/lib/i386 -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/lib/libJ3DUtils.so %D/%%JAVA_HOME%%/jre/lib/i386 -%%INSTALL_IN_JRE%%@exec /bin/ln -sf %D/%%T%%/lib/libj3daudio.so %D/%%JAVA_HOME%%/jre/lib/i386 -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/ext/j3daudio.jar -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/ext/j3dcore.jar -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/ext/j3dutils.jar -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/ext/vecmath.jar -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/i386/libJ3D.so -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/i386/libJ3DUtils.so -%%INSTALL_IN_JRE%%@unexec /bin/rm -f %D/%%JAVA_HOME%%/jre/lib/i386/libj3daudio.so -%%PORTDOCS%%@dirrm %%T%%/demo/images -%%PORTDOCS%%@dirrm %%T%%/demo/geometry -%%PORTDOCS%%@dirrm %%T%%/demo/VirtualInputDevice -%%PORTDOCS%%@dirrm %%T%%/demo/Timer -%%PORTDOCS%%@dirrm %%T%%/demo/TickTockPicking -%%PORTDOCS%%@dirrm %%T%%/demo/TickTockCollision -%%PORTDOCS%%@dirrm %%T%%/demo/TextureTest -%%PORTDOCS%%@dirrm %%T%%/demo/TextureByReference -%%PORTDOCS%%@dirrm %%T%%/demo/Text3D -%%PORTDOCS%%@dirrm %%T%%/demo/Text2D -%%PORTDOCS%%@dirrm %%T%%/demo/SplineAnim -%%PORTDOCS%%@dirrm %%T%%/demo/SphereMotion -%%PORTDOCS%%@dirrm %%T%%/demo/Sound -%%PORTDOCS%%@dirrm %%T%%/demo/ReadRaster -%%PORTDOCS%%@dirrm %%T%%/demo/PureImmediate -%%PORTDOCS%%@dirrm %%T%%/demo/PrintCanvas3D -%%PORTDOCS%%@dirrm %%T%%/demo/PlatformGeometry -%%PORTDOCS%%@dirrm %%T%%/demo/PickText3D -%%PORTDOCS%%@dirrm %%T%%/demo/PickTest -%%PORTDOCS%%@dirrm %%T%%/demo/PackageInfo -%%PORTDOCS%%@dirrm %%T%%/demo/OrientedShape3D -%%PORTDOCS%%@dirrm %%T%%/demo/OffScreenCanvas3D -%%PORTDOCS%%@dirrm %%T%%/demo/ObjLoad -%%PORTDOCS%%@dirrm %%T%%/demo/Morphing -%%PORTDOCS%%@dirrm %%T%%/demo/ModelClip -%%PORTDOCS%%@dirrm %%T%%/demo/Lightwave -%%PORTDOCS%%@dirrm %%T%%/demo/LOD -%%PORTDOCS%%@dirrm %%T%%/demo/HelloUniverse -%%PORTDOCS%%@dirrm %%T%%/demo/GeometryCompression -%%PORTDOCS%%@dirrm %%T%%/demo/GeometryByReference -%%PORTDOCS%%@dirrm %%T%%/demo/GearTest -%%PORTDOCS%%@dirrm %%T%%/demo/FourByFour -%%PORTDOCS%%@dirrm %%T%%/demo/FPSCounter -%%PORTDOCS%%@dirrm %%T%%/demo/ConicWorld -%%PORTDOCS%%@dirrm %%T%%/demo/ConfiguredUniverse -%%PORTDOCS%%@dirrm %%T%%/demo/Background -%%PORTDOCS%%@dirrm %%T%%/demo/AppearanceMixed -%%PORTDOCS%%@dirrm %%T%%/demo/Appearance -%%PORTDOCS%%@dirrm %%T%%/demo/AlternateAppearance -%%PORTDOCS%%@dirrm %%T%%/demo/AWT_Interaction -%%PORTDOCS%%@dirrm %%T%%/demo -@dirrm %%T%%/lib -@dirrm %%T%%/jar -@dirrm %%T%% +%%JAVA_HOME%%/jre/lib/ext/j3dcore.jar +%%JAVA_HOME%%/jre/lib/ext/j3dutils.jar +%%JAVA_HOME%%/jre/lib/ext/vecmath.jar +%%JAVA_HOME%%/jre/lib/%%ARCH%%/libj3dcore-ogl.so From jkkn at jkkn.dk Tue Jul 22 12:21:38 2008 From: jkkn at jkkn.dk (=?ISO-8859-1?Q?Kristian_Kr=E6mmer_Nielsen?=) Date: Tue Jul 22 12:21:45 2008 Subject: diablo-jdk16 Message-ID: <4885D0C5.7090709@jkkn.dk> Hey, Great job getting the JDK 1.6 up for FreeBSD - looking forward to using it. BUT... I can only find tarballs on the website? - any news about when we can expect it to appear in ports/java/ and/or as packages? Best regards, Kristian Kr?mmer Nielsen, Odense, Denmark From freebsd.lists at fsck.ch Tue Jul 22 18:58:59 2008 From: freebsd.lists at fsck.ch (Tobias Roth) Date: Tue Jul 22 18:59:05 2008 Subject: diablo-jdk16 package broken Message-ID: <488623BB.900@fsck.ch> Hi I tried pkg_adding diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2 but got the following error: pkg_add: unable to open table of contents file '+CONTENTS' - not a package? The checksum was OK, and I got the file from here (someone else was asking on the list, but I wasn't subscribed at that point so I can't answer directly to that mail): http://www.freebsdfoundation.org/downloads/java.shtml Thanks, Tobias -- Tobias Roth || http://fsck.ch || PGP: 0xCE599B4D | Although the moon is smaller than the earth, it is farther away. From glewis at eyesbeyond.com Tue Jul 22 19:42:34 2008 From: glewis at eyesbeyond.com (Greg Lewis) Date: Tue Jul 22 19:42:41 2008 Subject: diablo-jdk16 In-Reply-To: <4885D0C5.7090709@jkkn.dk> References: <4885D0C5.7090709@jkkn.dk> Message-ID: <20080722194231.GA14043@misty.eyesbeyond.com> On Tue, Jul 22, 2008 at 02:21:25PM +0200, Kristian Kr?mmer Nielsen wrote: > Great job getting the JDK 1.6 up for FreeBSD - looking forward to using it. > > BUT... I can only find tarballs on the website? - any news about when we > can expect it to appear in ports/java/ and/or as packages? Soon... I would expect it in a couple of days. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From glewis at eyesbeyond.com Tue Jul 22 19:43:07 2008 From: glewis at eyesbeyond.com (Greg Lewis) Date: Tue Jul 22 19:43:13 2008 Subject: diablo-jdk16 package broken In-Reply-To: <488623BB.900@fsck.ch> References: <488623BB.900@fsck.ch> Message-ID: <20080722194304.GB14043@misty.eyesbeyond.com> On Tue, Jul 22, 2008 at 08:15:23PM +0200, Tobias Roth wrote: > I tried pkg_adding diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2 but > got the following error: > > pkg_add: unable to open table of contents file '+CONTENTS' - not a package? > > > The checksum was OK, and I got the file from here (someone else was > asking on the list, but I wasn't subscribed at that point so I can't > answer directly to that mail): > > http://www.freebsdfoundation.org/downloads/java.shtml Its not a package, its just a tarball. Packages/ports will be available within the next few days. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From chat95 at mac.com Wed Jul 23 01:20:56 2008 From: chat95 at mac.com (Maho NAKATA) Date: Wed Jul 23 01:21:02 2008 Subject: OpenJDK status on FreeBSD Message-ID: <20080723.095434.200328430.chat95@mac.com> Dear FreeBSD Java team (Cc: Kay Ramme), I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports for long time. Here I read Kay's blog entry http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 and he is collecting the status of OpenJDK for platforms. http://wiki.services.openoffice.org/wiki/OpenJDK So - I'd like to ask you about OpenJDK porting status. AFAIK, it is not available in the ports tree :) Thank you very much for your cooperation. All the best, -- Nakata Maho http://accc.riken.jp/maho/ From dfeustel at mindspring.com Wed Jul 23 02:22:31 2008 From: dfeustel at mindspring.com (Dave) Date: Wed Jul 23 02:22:53 2008 Subject: OpenJDK status on FreeBSD In-Reply-To: <20080723.095434.200328430.chat95@mac.com> Message-ID: <20080723022230.BBAE08FC16@mx1.freebsd.org> On Wed, Jul 23, 2008 at 09:54:34AM +0900, Maho NAKATA wrote: >Dear FreeBSD Java team >(Cc: Kay Ramme), > >I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports >for long time. Here I read Kay's blog entry >http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 >and >he is collecting the status of OpenJDK for platforms. >http://wiki.services.openoffice.org/wiki/OpenJDK > >So - I'd like to ask you about OpenJDK porting status. >AFAIK, it is not available in the ports tree :) >-- Nakata Maho http://accc.riken.jp/maho/ JDKs and JREs for FreeBSD are available from http://www.freebsdfoundation.org/downloads/java.shtml. Tarballs are available now, packages will be available in a few days. From chat95 at mac.com Wed Jul 23 02:42:50 2008 From: chat95 at mac.com (Maho NAKATA) Date: Wed Jul 23 02:42:57 2008 Subject: OpenJDK status on FreeBSD In-Reply-To: <0K4F00FVKST22101@smtpin137.mac.com> References: <20080723.095434.200328430.chat95@mac.com> <0K4F00FVKST22101@smtpin137.mac.com> Message-ID: <20080723.114130.59731903.chat95@mac.com> From: Dave Subject: Re: OpenJDK status on FreeBSD Date: Tue, 22 Jul 2008 19:12:39 -0700 (PDT) > On Wed, Jul 23, 2008 at 09:54:34AM +0900, Maho NAKATA wrote: > >Dear FreeBSD Java team > >(Cc: Kay Ramme), > > > >I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports > >for long time. Here I read Kay's blog entry > >http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 > >and > >he is collecting the status of OpenJDK for platforms. > >http://wiki.services.openoffice.org/wiki/OpenJDK > > > >So - I'd like to ask you about OpenJDK porting status. > >AFAIK, it is not available in the ports tree :) > >-- Nakata Maho http://accc.riken.jp/maho/ > > JDKs and JREs for FreeBSD are available from > http://www.freebsdfoundation.org/downloads/java.shtml. > > Tarballs are available now, packages will be available in a few days. :) Thanks for your reply...but I'd like to know OpenJDK status, and it seems Javas we can download here http://www.freebsdfoundation.org/downloads/java.shtml. are all 1.6.0. Is OpenJDK==1.6.0? Thanks, -- Nakata Maho http://accc.riken.jp/maho/ From delphij at delphij.net Wed Jul 23 03:21:43 2008 From: delphij at delphij.net (Xin LI) Date: Wed Jul 23 03:21:50 2008 Subject: OpenJDK status on FreeBSD In-Reply-To: <20080723.114130.59731903.chat95@mac.com> References: <20080723.095434.200328430.chat95@mac.com> <0K4F00FVKST22101@smtpin137.mac.com> <20080723.114130.59731903.chat95@mac.com> Message-ID: <48869FC6.1020905@delphij.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maho NAKATA wrote: | From: Dave | Subject: Re: OpenJDK status on FreeBSD | Date: Tue, 22 Jul 2008 19:12:39 -0700 (PDT) | |> On Wed, Jul 23, 2008 at 09:54:34AM +0900, Maho NAKATA wrote: |>> Dear FreeBSD Java team |>> (Cc: Kay Ramme), |>> |>> I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports |>> for long time. Here I read Kay's blog entry |>> http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 |>> and |>> he is collecting the status of OpenJDK for platforms. |>> http://wiki.services.openoffice.org/wiki/OpenJDK |>> |>> So - I'd like to ask you about OpenJDK porting status. |>> AFAIK, it is not available in the ports tree :) |>> -- Nakata Maho http://accc.riken.jp/maho/ |> JDKs and JREs for FreeBSD are available from |> http://www.freebsdfoundation.org/downloads/java.shtml. |> |> Tarballs are available now, packages will be available in a few days. | :) | Thanks for your reply...but I'd like to know OpenJDK status, | and it seems Javas we can download here | http://www.freebsdfoundation.org/downloads/java.shtml. | are all 1.6.0. Is OpenJDK==1.6.0? I don't think so. OpenJDK is newer version and is covered under GPLv2. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiGn8UACgkQi+vbBBjt66DApACggry9sWpVBqxsOzKTvAER6V8R UjQAn3oeb1FjCfR2BdPCTabuatxRi4ZO =uVxU -----END PGP SIGNATURE----- From freebsd.lists at fsck.ch Wed Jul 23 05:32:17 2008 From: freebsd.lists at fsck.ch (Tobias Roth) Date: Wed Jul 23 05:32:25 2008 Subject: diablo-jdk16 package broken In-Reply-To: <20080722194304.GB14043@misty.eyesbeyond.com> References: <488623BB.900@fsck.ch> <20080722194304.GB14043@misty.eyesbeyond.com> Message-ID: <4886C243.9070002@fsck.ch> On 07/22/08 21:43, Greg Lewis wrote: > On Tue, Jul 22, 2008 at 08:15:23PM +0200, Tobias Roth wrote: >> I tried pkg_adding diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2 but >> got the following error: >> >> pkg_add: unable to open table of contents file '+CONTENTS' - not a package? >> >> >> The checksum was OK, and I got the file from here (someone else was >> asking on the list, but I wasn't subscribed at that point so I can't >> answer directly to that mail): >> >> http://www.freebsdfoundation.org/downloads/java.shtml > > Its not a package, its just a tarball. Packages/ports will be available > within the next few days. Right! Now that you mention it, I see the file ending. I guess I was too eager to get it installed to open my eyes. Anyway, thanks for all the work on this. Regards, Tobias -- Tobias Roth || http://fsck.ch || PGP: 0xCE599B4D | Every time [some software engineer] says, 'nobody will go to the | trouble of doing that', there's some kid in Finland who will go to | the trouble. | - Kevin Mitnik in "The Art of intrusion" From dfeustel at mindspring.com Wed Jul 23 11:45:24 2008 From: dfeustel at mindspring.com (Dave) Date: Wed Jul 23 11:45:31 2008 Subject: OpenJDK status on FreeBSD In-Reply-To: <20080723.114130.59731903.chat95@mac.com> Message-ID: <20080723114524.2E6DA8FC18@mx1.freebsd.org> On Wed, Jul 23, 2008 at 11:41:30AM +0900, Maho NAKATA wrote: >From: Dave >Subject: Re: OpenJDK status on FreeBSD >Date: Tue, 22 Jul 2008 19:12:39 -0700 (PDT) > >> On Wed, Jul 23, 2008 at 09:54:34AM +0900, Maho NAKATA wrote: >> >Dear FreeBSD Java team >> >(Cc: Kay Ramme), >> > >> >I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports >> >for long time. Here I read Kay's blog entry >> >http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 >> >and >> >he is collecting the status of OpenJDK for platforms. >> >http://wiki.services.openoffice.org/wiki/OpenJDK >> > >> >So - I'd like to ask you about OpenJDK porting status. >> >AFAIK, it is not available in the ports tree :) >> >-- Nakata Maho http://accc.riken.jp/maho/ >> >> JDKs and JREs for FreeBSD are available from >> http://www.freebsdfoundation.org/downloads/java.shtml. >> >> Tarballs are available now, packages will be available in a few days. >:) >Thanks for your reply...but I'd like to know OpenJDK status, >and it seems Javas we can download here >http://www.freebsdfoundation.org/downloads/java.shtml. >are all 1.6.0. Is OpenJDK==1.6.0? > >Thanks, >-- Nakata Maho http://accc.riken.jp/maho/ The latest and greatest OpenJDK appears to be version 7. Read about the status of OpenJDK at http://en.wikipedia.org/wiki/OpenJDK. From glewis at eyesbeyond.com Wed Jul 23 22:53:00 2008 From: glewis at eyesbeyond.com (Greg Lewis) Date: Wed Jul 23 22:53:06 2008 Subject: OpenJDK status on FreeBSD In-Reply-To: <20080723.095434.200328430.chat95@mac.com> References: <20080723.095434.200328430.chat95@mac.com> Message-ID: <20080723225257.GA23147@misty.eyesbeyond.com> On Wed, Jul 23, 2008 at 09:54:34AM +0900, Maho NAKATA wrote: > Dear FreeBSD Java team > (Cc: Kay Ramme), > > I'm Nakata Maho who is maintaining OpenOffice.org FreeBSD ports > for long time. Here I read Kay's blog entry > http://blogs.sun.com/GullFOSS/entry/switching_to_java_1_5 > and > he is collecting the status of OpenJDK for platforms. > http://wiki.services.openoffice.org/wiki/OpenJDK > > So - I'd like to ask you about OpenJDK porting status. > AFAIK, it is not available in the ports tree :) > > Thank you very much for your cooperation. > > All the best, > -- Nakata Maho http://accc.riken.jp/maho/ We've cleared our legal hurdles on OpenJDK and will be proposing a port to BSD shortly. There are already patches against an older version of OpenJDK, so the port should ramp up fairly quickly. The plan is to integrate all of our changes before the JDK 7 FCS. We'd like to get changes integrated into the OpenJDK 6 tree before that too and get a port out based on it. Note that there are some patches that we'll have to exclude from the port for now due to legal issues. We don't see them as critical and will be reimplementing them on a clean room basis where possible. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From lapo at lapo.it Fri Jul 25 15:15:04 2008 From: lapo at lapo.it (Lapo Luchini) Date: Fri Jul 25 15:15:11 2008 Subject: java sqlite on FreeBSD 6.0 In-Reply-To: <20051204233124.46e6cdfc.nork@FreeBSD.org> References: <001801c5f8c6$b89b3680$0400a8c0@iava> <4392DC45.50402@ebs.gr> <20051204233124.46e6cdfc.nork@FreeBSD.org> Message-ID: Norikatsu Shigemura wrote: > I considered to make javasqlite ports, but I give up:-). FYI some time ago I filed PR ports/124905 with a port of the newer (and I think better) SQLite JDBC driver by David Crawshaw. -- Lapo Luchini - http://lapo.it/ ?You don't have to distrust the government to want to use cryptography.? (Phil Zimmermann) From david at oshacomp.org Fri Jul 25 16:28:21 2008 From: david at oshacomp.org (David Trainer) Date: Fri Jul 25 16:28:33 2008 Subject: OSHA Inspection Notice & Disaster Response Message-ID: <594a1396bfd17c9e84b4132f49cc0f03@localhost.localdomain> ====================================================================== OSHA 30 hr and Compliance Software only $99 July 25th 2008 ====================================================================== OSHA Announces New Inspections The U.S. Department of Labor's Occupational Safety and Health Administration (OSHA) is taking new steps to combat the rise in construction fatalities, over 100 employees have died in construction-related accidents since January. OSHA is bringing additional inspectors to conduct proactive inspections of construction sites. Additionally, ongoing inspections will continue under existing local emphasis programs, or as a result of complaints, referrals or accidents. "There is no one - among regulators, employers, employees, unions and trade associations - who will accept these lost lives as the byproduct of work in a dangerous industry," said Louis Ricca Jr. OSHA's regional administrator. OSHA operates a vigorous enforcement program, conducting more than 39,000 inspections in fiscal year 2007 and exceeding its inspection goals in each of the last eight years. In fiscal year 2007, OSHA found nearly 89,000 violations of its standards and regulations. New standards were effective in March and more are scheduled in August & November 08 and even more in 2009. These standards include Training, Signage & Safety Programs. Every Contractor should have at least 1 supervisor with the OSHA 30 Hr Certification and the foreman or lower management should have at least the OSHA 10 Hr. Using a consultation service largely funded by the U.S. Occupational Safety and Health Administration (OSHA), employers can find out about potential hazards at their worksites, improve their occupational safety and health management systems, and even qualify for a one-year exemption from routine OSHA inspections. Click Here Now Free Osha 30 Hr For Trade Association & Chamber of Commerce Members Your subscription will provide you the following: 1 OSHA 30 hr certification course & certification bi-annually Discounts for additional employees 1 OSHA Compliance Software Set Including: Over 400 Weekly Training Lessons & Topics in English & Spanish & A Program to create Jobsite Specific Safety Programs & Manuals in approximately 10 minutes. 1200 Signs and Lockout Tags (OSHA & ANSI COMPLIANT) 1 OSHA Poster Monthly Updates & Notices Using a consultation service largely funded by the U.S. Occupational Safety and Health Administration (OSHA), employers can find out about potential hazards at their worksites, improve their occupational safety and health management systems, and even qualify for a one-year exemption from routine OSHA inspections. $99 per month. 1 month required to qualify for the free OSHA 30 HR Certification. Once you have tried the software for 1 month continue with the program or cancel at anytime. You must subscribe by July 31st, 2008 Click Here Subscribe http://oshacomp.org/compliance30hr.htm Disaster Site Worker Outreach Training Program OSHA announces Outreach training for disaster response workers. The Disaster Site Worker Outreach Training Program meets a recognized training need: For workers who will provide skilled support or clean-up services at disaster sites. To raise awareness of management and labor that pre-incident training is essential for ensuring disaster site worker safety and health. This program is intended to assist employers, workers, and others as they strive to improve workplace health and safety. It is not possible to include discussion of everything necessary to ensure a healthy and safe working environment in a course of this nature. Thus, this information must be understood as a tool for addressing disaster site workplace hazards, rather than an exhaustive statement of an employers legal obligations, which are defined by statute, regulations, and standards. Subscribe below and you will receive one certification course and will have the option to purchase more for additional employees. Click Here Now You have received this notice because you have previously subscribed online, by phone, or at a trade show, expo, convention or special event. Some members are receiving this notice as a colleague to colleague favor for belonging to 1 or more trade associations and taking part in the discussions or group bennefits. If this is no longer needed or required simply unsubscribe below. If you ever need ay further assistance simply visit oshacomp.org. This is not a service or product of any agency or association. Your involvement is completely voluntary and is of bennefit to your company. OSHACOMP.ORG - PO Box 400626 - Las vegas - NV - 89140 To subscribe to this newsletter go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=237240271&l=s&newsletter_id=1409709487 To unsubscribe java@freebsd.org, go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=237240271&l=u&email=java@freebsd.org To change your address or edit your subscription preferences, go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=237240271&l=p&email=java@freebsd.org To forward this email to a friend, go to https://www.mynewsletterbuilder.com/tools/forward.php?username=oshadave&newsletter_id=1409709487&email=java@freebsd.org&send_id=237240271 To report this email as spam, go to https://www.mynewsletterbuilder.com/tools/abuse_report.php?username=oshadave&send_id=237240271&email=java@freebsd.org This email was sent using MyNewsletterBuilder.com. From bofh at redwerk.com Sat Jul 26 10:39:22 2008 From: bofh at redwerk.com (Eugeny N Dzhurinsky) Date: Sat Jul 26 10:39:29 2008 Subject: building the port java/eclipse-devel fails when -DWITHOUT_MOZILLA specified Message-ID: <20080726103912.GA23305@jdevelop.priv> Hello! Could somebody please explain, is it possible to build eclipse-devel from ports with setting -DWITHOUT_MOZILLA flag? It was building just fine earlier, but with recent changes looks like it misses some directories? The part of the output is listed below: ===> Vulnerability check disabled, database not found ===> Extracting for eclipse-devel-3.3.2_1 => MD5 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.3.2.zip. => SHA256 Checksum OK for eclipse/eclipse-sourceBuild-srcIncluded-3.3.2.zip. ===> eclipse-devel-3.3.2_1 depends on executable: unzip - found ===> eclipse-devel-3.3.2_1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for eclipse-devel-3.3.2_1 ===> eclipse-devel-3.3.2_1 depends on file: /usr/local/bin/perl5.8.8 - found mkdir: /usr/ports/java/eclipse-devel/work/mozilla/features/org.eclipse.equinox.executable/bin/gtk: No such file or directory Copying assemble.org.eclipse.sdk.linux.gtk.x86.xml into assemble.org.eclipse.sdk.freebsd.gtk.x86.xml /usr/ports/java/eclipse-devel/scripts/pre-patch: cannot create /usr/ports/java/eclipse-devel/work/mozilla/ assemble.org.eclipse.sdk.freebsd.gtk.x86.xml: No such file or directory cat: /usr/ports/java/eclipse-devel/work/mozilla/assemble.org.eclipse.sdk.linux.gtk.x86.xml: No such file o r directory Copying assemble.org.eclipse.sdk.linux.gtk.x86_64.xml into assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml cat: /usr/ports/java/eclipse-devel/work/mozilla/assemble.org.eclipse.sdk.linux.gtk.x86_64.xml: No such fil e or directory /usr/ports/java/eclipse-devel/scripts/pre-patch: cannot create /usr/ports/java/eclipse-devel/work/mozilla/ assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml: No such file or directory Copying package.org.eclipse.sdk.linux.gtk.x86.xml into package.org.eclipse.sdk.freebsd.gtk.x86.xml /usr/ports/java/eclipse-devel/scripts/pre-patch: cannot create /usr/ports/java/eclipse-devel/work/mozilla/ package.org.eclipse.sdk.freebsd.gtk.x86.xml: No such file or directory cat: /usr/ports/java/eclipse-devel/work/mozilla/package.org.eclipse.sdk.linux.gtk.x86.xml: No such file or directory Copying package.org.eclipse.sdk.linux.gtk.x86_64.xml into package.org.eclipse.sdk.freebsd.gtk.amd64.xml /usr/ports/java/eclipse-devel/scripts/pre-patch: cannot create /usr/ports/java/eclipse-devel/work/mozilla/ package.org.eclipse.sdk.freebsd.gtk.amd64.xml: No such file or directory cat: /usr/ports/java/eclipse-devel/work/mozilla/package.org.eclipse.sdk.linux.gtk.x86_64.xml: No such file or directory ..... cat: /usr/ports/java/eclipse-devel/work/mozilla/plugins/org.eclipse.jface/src/org/eclipse/jface/resource/jfacefonts_linux_gtk.properties: No such file or directory Copying plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak into plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak /usr/ports/java/eclipse-devel/scripts/pre-patch: cannot create /usr/ports/java/eclipse-devel/work/mozilla/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak: No such file or directory cat: /usr/ports/java/eclipse-devel/work/mozilla/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak: No such file or directory find: /usr/ports/java/eclipse-devel/work/mozilla: No such file or directory find: /usr/ports/java/eclipse-devel/work/mozilla: No such file or directory ===> Applying FreeBSD patches for eclipse-devel-3.3.2_1 patch: **** can't cd to /usr/ports/java/eclipse-devel/work/mozilla: No such file or directory => Patch patch-another-extra-patches failed to apply cleanly. *** Error code 1 Stop in /usr/ports/java/eclipse-devel. *** Error code 1 Stop in /usr/ports/java/eclipse-devel. This issue is reproducible on both FreeBSD 7.0-STABLE/FreeBSD6.3-STABLE, the ports were updated yesterday with portsnap. -- Eugene N Dzhurinsky -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20080726/286c8acc/attachment.pgp From bugmaster at FreeBSD.org Mon Jul 28 11:07:00 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 28 11:08:12 2008 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org Message-ID: <200807281106.m6SB6xTJ078960@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o ports/121420 java java/jdk16: Java applet fails to find class under fire o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o java/122513 java native JDKs unbuildable with Linux ones o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/125583 java Java gui programs stop without error message 15 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/121416 java java/jdk15 can't build if BIN environment variable is 13 problems total. From bugmaster at FreeBSD.org Mon Jul 28 11:07:21 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 28 11:09:33 2008 Subject: Current problem reports assigned to java@FreeBSD.org Message-ID: <200807281107.m6SB7KjR079379@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/125828 java upgrade java/java3d to 1.5.2 1 problem total. From linimon at FreeBSD.org Mon Jul 28 18:40:54 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 28 18:41:08 2008 Subject: ports/125828: upgrade java/java3d to 1.5.2 Message-ID: <200807281840.m6SIes5t024341@freefall.freebsd.org> Synopsis: upgrade java/java3d to 1.5.2 Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 28 18:40:45 UTC 2008 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=125828 From linimon at FreeBSD.org Mon Jul 28 18:40:54 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 28 18:41:08 2008 Subject: ports/125828: upgrade java/java3d to 1.5.2 Message-ID: <200807281840.m6SIes5t024341@freefall.freebsd.org> Synopsis: upgrade java/java3d to 1.5.2 Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 28 18:40:45 UTC 2008 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=125828 From david at oshacomp.org Thu Jul 31 02:53:38 2008 From: david at oshacomp.org (David Trainer) Date: Thu Jul 31 02:53:46 2008 Subject: OSHA Announces Record Fines Message-ID: <3ee11ef22863f9a680fad47410d8e957@localhost.localdomain> ====================================================================== OSHA 30 hr and Compliance Software only $99 July 28th 2008 ====================================================================== OSHA Announces Record Fines & Compliance Assistance OSHA Issued over 8 Million Dollars in fines this week for safety violations. "I am outraged companies would show a complete disregard for its employees' safety by knowingly placing them in an extremely dangerous work environment," said Assistant Secretary of Labor for Occupational Safety and Health Edwin G. Foulke Jr. The U.S. Department of Labor's Occupational Safety and Health Administration (OSHA) is taking new steps to combat the rise in construction fatalities, over 100 employees have died in construction-related accidents since January. OSHA is bringing additional inspectors to conduct proactive inspections of construction sites. "There is no one - among regulators, employers, employees, unions and trade associations - who will accept these lost lives as the byproduct of work in a dangerous industry," said Louis Ricca Jr. OSHA's regional administrator. New standards were effective in March and more are scheduled in August & November 08 and even more in 2009. Update your ompanies training, certification and safety program to avoid inspections, citations and most importantly accidents. Using a consultation service largely funded by the U.S. Occupational Safety and Health Administration (OSHA), employers can find out about potential hazards at their worksites, improve their occupational safety and health management systems, and even qualify for a one-year exemption from routine OSHA inspections. Click Here Now Free Osha 30 Hr For Trade Association & Chamber of Commerce Members Subscribe to the training and compliance service and receive a new OSHA 30 Hr Certification. 1 OSHA 30 hr certification course & certification bi-annually Discounts for additional employees 1 OSHA Compliance Software Set Including: Over 400 Weekly Training Lessons & Topics in English & Spanish & A Program to create Jobsite Specific Safety Programs & Manuals in approximately 10 minutes. 1200 Signs and Lockout Tags (OSHA & ANSI COMPLIANT) 1 OSHA Poster Monthly Updates & Notices Using a consultation service largely funded by the U.S. Occupational Safety and Health Administration (OSHA), employers can find out about potential hazards at their worksites, improve their occupational safety and health management systems, and even qualify for a one-year exemption from routine OSHA inspections. $99 per month. 1 month required to qualify for the free OSHA 30 HR Certification. Once you have tried the software for 1 month continue with the program or cancel at anytime. You must subscribe by August 1st, 2008 Click Here Subscribe http://oshacomp.com Disaster Site Worker Outreach Training Program OSHA announces Outreach training for disaster response workers. The Disaster Site Worker Outreach Training Program meets a recognized training need: For workers who will provide skilled support or clean-up services at disaster sites. To raise awareness of management and labor that pre-incident training is essential for ensuring disaster site worker safety and health. This program is intended to assist employers, workers, and others as they strive to improve workplace health and safety. It is not possible to include discussion of everything necessary to ensure a healthy and safe working environment in a course of this nature. Thus, this information must be understood as a tool for addressing disaster site workplace hazards, rather than an exhaustive statement of an employers legal obligations, which are defined by statute, regulations, and standards. Subscribe below and you will receive one certification course and will have the option to purchase more for additional employees. Click Here Now You have received this notice because you have previously subscribed online, by phone, or at a trade show, expo, convention or special event. Some members are receiving this notice as a colleague to colleague favor for belonging to 1 or more trade associations and taking part in the discussions or group bennefits. If this is no longer needed or required simply unsubscribe below. If you ever need ay further assistance simply visit oshacomp.org. This is not a service or product of any agency or association. Your involvement is completely voluntary and is of bennefit to your company. OSHACOMP.ORG - PO Box 400626 - Las vegas - NV - 89140 To subscribe to this newsletter go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=240257963&l=s&newsletter_id=1409711301 To unsubscribe java@freebsd.org, go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=240257963&l=u&email=java@freebsd.org To change your address or edit your subscription preferences, go to https://www.mynewsletterbuilder.com/tools/subscription.php?username=oshadave&send_id=240257963&l=p&email=java@freebsd.org To forward this email to a friend, go to https://www.mynewsletterbuilder.com/tools/forward.php?username=oshadave&newsletter_id=1409711301&email=java@freebsd.org&send_id=240257963 To report this email as spam, go to https://www.mynewsletterbuilder.com/tools/abuse_report.php?username=oshadave&send_id=240257963&email=java@freebsd.org This email was sent using MyNewsletterBuilder.com. From lists at thefrog.net Thu Jul 31 09:20:04 2008 From: lists at thefrog.net (Andrew Hill) Date: Thu Jul 31 09:20:16 2008 Subject: Azureus + 7-STABLE == Slow download + No Upload In-Reply-To: References: Message-ID: <16a6ef710807310156xec3f034xe1c15af16dd074c1@mail.gmail.com> On Apr 3, 2:24 am, scra...@hub.org ("Marc G. Fournier") wrote: > > > The reason that we've persisted with doing patchsets for Java is so > that > > > everybody can get at the source and investigate/fix things which are > > > important to them. I've persistently argued against switching solely > to > > > binary releases, when that has come up, for just this reason. > > > > First, a note ... I think the Java group is doing a fantastic job, > > considering all of the hurdle that you guys had to jump through at the > > start of this with NDA (I believe?) and such ... please do not take *any* > > of what I have (or will) say as anything but an attempt to further > > improve, as they aren't meant as anything but ... > > > > > So, if you can't find someone on the porting team who is both > interested > > > and has time to investigate it right now then there are a number of > things > > > you can do yourrselves to start the investigation. > > > > In this case, I'm curious as to why nobody is taking this as an > > opportunity ...Azureusis a huge piece of software, that tends to make > > extensive use of threading (from what I can tell), and since at least > 6.x, > > has had problem reports when trying to do 'two things at once' ... if > this > > is a coding bug withAzureusitself, fine, but if this is a bug with > > FreeBSD (ie. our threading + java) thatAzureushighlights to the extreme, > > then if we can getAzureusfixed, that would trickle down to other less > > 'intense' java applications, and, possible even non-java ones ... > > > > *But* ... after installing deluge (python), which I'm getting massive > > transfer rates (such that I'd never seen withAzureuseven at its best) > > even with 20+ torrents on the go, I don't see it as being a FreeBSD > > threading issue, except for how that interacts with Java+Azureus... > > > > Now, it could be like with Wine, whereAzureuswas programmed with 'linux > > in mind', so that someone is missing / broken in FreeBSD/java in relation > > ... but even knowing *that* would at least make it easier for ppl posting > > about such issues ... > > > > > . Look through the list archives into what people have found out about > > > problems withAzureusbefore. This isn't the first time this has come > > > up. > > > > I've done that, and you are right, it isn't the firs time ... the bulk of > > the reports have revolved around 6.x, where you need to add an entry to > > /etc/libmap.conf to map pthread -> thr ... with that,Azureuson 6.x works > > fine, but with 7.x, thr is the default library, and I've checked jdk15 > > using ldd to make sure that that is what is being used ... > > > > The only other issue I've found relates to IPv6, but I don't have that > > built into my kernel, and, just in case, I did add the flag that was > > suggested to force IPv4 ... > > > > The other email's that I've seen on the subject generally went along the > > lines of "I gave up onAzureus+Java and moved to something else to fix the > > problem" ... > > > > > . Look at what the kernel threads are doing periodically with ps(1). > > > > What should one be looking at here? I have no problems with doing the > > 'leg work' on this, just need to know what I need to be looking for ... > > > > > . Dump the Java threads periodically. > > > > Huh? > > > > > . RunAzureusunder ktrace and look at what syscalls are being made. > > > There is going to be a lot of output from ktrace I expect, so its > > > going to take some time to sort through. > > > > I have the disk space, but insufficicent knowledge to know what I'm > > looking for from the output ... > > > > > . Run this on 6.x and 7.x and try the different threading libraries. > > > > 6.x runs fine with the pthread->thr map in /etc/libmap.conf ... I've > tried > > it on 7.x with both diablo (uses pthreads, I believe) and jdk15 (with > thr) > > .. same results ... > > > > > . Run it on Linux and compare what it does if you're interested. > > > > Not an option ... I don't have a Linux box to run it on ... > > > > > . Run it under different JDKs to see if that makes any difference. > > > > Tried both diablo and jdk15 ... haven't tried the linux jdk though, will > > look at installing that tonight ... > > > This thread's gone a bit quiet, so I don't know if there's a solution I've missed (or more likely everyone's given up on Azureus for deluge), but I just tried azureus again to see if it'd been fixed in the last couple of months and I saw the same problems - plenty of users to connect to, plenty of fully established connections, but very few peers/seeds were able to send/receive data - I noticed that it wasn't that only Azureus users could send, but a very select few of the Azureus users... After enabling a few extra columns in the peers display (most notably the 'Encryption' column) I saw that it was only the users with 'RC4-160 (UDP)' in the encryption column that were getting data through. It's not just encryption alone, because those with just 'RC4-160' weren't sending any data, it seems to be specifically those with the 'UDP' suffix, which I'm assuming means they're connected over UDP rather than TCP. I know people have been talking about threading as a likely culprit, but perhaps its something to with TCP connections (or threading of TCP connections specifically?) Unfortunately I'm not really sure how to go about testing/confirming/fixing this, but hopefully this info is useful for someone who's better equipped to find the problem... On a side note, it seems that the Azureus/Vuze devs have decided to add in an option to prefer UDP connections which might make this easier to test my theory in the near future (see http://forum.vuze.com/thread.jspa?threadID=76757)