java/125310: jdk16 fails to compile

Victor NG disappearedng at gmail.com
Sat Jul 5 16:10:02 UTC 2008


>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 at .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'
 <<<Finished Recursively making pack all @ Sat Jul  5 03:54:57 UTC 2008.
 >>>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'
 <<<Finished Recursively making binaries all @ Sat Jul  5 03:54:58 UTC 2008.
 >>>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'
 <<<Finished Recursively making bundles all @ Sat Jul  5 03:54:59 UTC 2008.
 i586 Installer Build finished:   1.6.0_03-p4-b00
 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/install/make/installer'
 <<<Finished Recursively making installer all @ Sat Jul  5 03:54:59 UTC 2008.
 i586 Install Build finished:   1.6.0_03-p4-b00
 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/install/make'
 Control workspace build finished: 08-07-05 03:54
 ===>  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 at 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 at Latn sr at 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]
 


More information about the freebsd-java mailing list