#17631 closed defect (fixed)
openmotif 2.3.1 does not build
Reported by: | fk.fuchs@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | build error | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), brainbox666@…, jeremyhu (Jeremy Huddleston Sequoia), ph.mignon@… |
Port: | openmotif |
Description
openmotif 2.3.1 does not build on a rather fresh install of 10.5.5 (MacBookPro late 2008). Neither with the Leopard X11 nor with xquartz.
Here is the make error-message:
---> Building openmotif with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1" && make all " returned error 2 Command output: /usr/X11/include/X11/Xft/Xft.h:200: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:266: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:266: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:272: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:272: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:305: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:305: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:364: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:403: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:403: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:409: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:409: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:418: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:428: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:461: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:461: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:472: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:472: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:493: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:493: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1
Attachments (2)
Change History (38)
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
comment:2 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
openmotif built for me on 10.5.5 with XQuartz 2.3.1.
What version of XQuartz are you using?
comment:3 follow-up: 11 Changed 16 years ago by kevin.pulo@…
It looks like this might be a problem with the openmotif portfile, possibly related to the recent change in r43207.
Also note that the error message shown is not the full error, to see that you need to do
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1 make all
I'm not sure if the incomplete error message is a problem with macports or what.
Anyway, since I'm not a macports expert and I just needed to get the openmotif port installed any way I could, the solution for me was to to edit /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/Portfile and add:
--with-fontconfig-config=${prefix}/bin/freetype-config \ + --with-freetype-includes=/usr/X11/include/freetype2 \ --enable-jpeg \
This then allowed openmotif to build and install correctly, although I'm sure that this "fix" is nowhere near general enough to be included in the actual portfile, but someone more familiar with macports should be able to fix that.
comment:4 Changed 16 years ago by mf2k (Frank Schima)
Cc: | brainbox666@… added |
---|---|
Priority: | High → Normal |
CC reporter of dup #17695.
comment:5 follow-up: 10 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jeremyhu@… added |
---|
You need to give port the -v or -d option to see the full build output.
comment:6 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
This used to break because of the:
--with-freetype-includes=${prefix}/include
The headers for the freetype port are in ${prefix}/include/freetype2.
This should be setup correctly with --with-fontconfig-config=${prefix}/bin/freetype-config ... what is the output of:
/opt/local/bin/freetype-config --cflags
comment:7 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Oh, this is interesting... you said "Neither with the Leopard X11 nor with xquartz." ... so... then what is in /usr/X11 ??? I'm confused
comment:8 Changed 16 years ago by kevin.pulo@…
The output from freetype-config is
$ /opt/local/bin/freetype-config --cflags -I/opt/local/include/freetype2 -I/opt/local/include $
But the strange thing was that when configuring/building (even by manually running configure and make in the macports openmotif build directory), I couldn't see the first entry in any of the build lines. I'm not sure why it's not being used, presumably that's the real bug here...
comment:9 Changed 16 years ago by kevin.pulo@…
oops, that output should of course be
$ /opt/local/bin/freetype-config --cflags -I/opt/local/include/freetype2 -I/opt/local/include $
comment:10 Changed 16 years ago by brainbox666@…
Replying to jmr@…:
You need to give port the -v or -d option to see the full build output.
Here you go
/Developer/SDKs/MacOSX10.5.sdk/usr/X11/include/freetype2/freetype/config/ftheader.h is not found:
/usr/X11/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
$ sudo port -d install nedit Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/editors/nedit DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/editors/nedit DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: not using configure, so not adding the default universal variant DEBUG: Requested variant i386 is not provided by port nedit. DEBUG: Requested variant macosx is not provided by port nedit. DEBUG: Executing variant darwin provides darwin DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port openmotif. DEBUG: Requested variant i386 is not provided by port openmotif. DEBUG: Requested variant macosx is not provided by port openmotif. DEBUG: Searching for dependency: openmotif DEBUG: Didn't find receipt, going to depspec regex for: openmotif DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port jpeg. DEBUG: Requested variant i386 is not provided by port jpeg. DEBUG: Requested variant macosx is not provided by port jpeg. DEBUG: Searching for dependency: jpeg DEBUG: Found Dependency: receipt exists for jpeg DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/libpng DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/libpng DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port libpng. DEBUG: Requested variant i386 is not provided by port libpng. DEBUG: Requested variant macosx is not provided by port libpng. DEBUG: Searching for dependency: libpng DEBUG: Found Dependency: receipt exists for libpng DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Searching for dependency: libiconv DEBUG: Found Dependency: receipt exists for libiconv DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libsm DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libsm DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port xorg-libsm. DEBUG: Requested variant i386 is not provided by port xorg-libsm. DEBUG: Requested variant macosx is not provided by port xorg-libsm. DEBUG: Searching for dependency: xorg-libsm DEBUG: Didn't find receipt, going to depspec regex for: xorg-libsm DEBUG: Found Dependency: path: /usr/X11/lib filename: libSM.6.dylib regex: ^libSM\.6\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXext DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXext DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port xorg-libXext. DEBUG: Requested variant i386 is not provided by port xorg-libXext. DEBUG: Requested variant macosx is not provided by port xorg-libXext. DEBUG: Searching for dependency: xorg-libXext DEBUG: Didn't find receipt, going to depspec regex for: xorg-libXext DEBUG: Found Dependency: path: /usr/X11/lib filename: libXext.6.dylib regex: ^libXext\.6\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/Xft2 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/Xft2 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port Xft2. DEBUG: Requested variant i386 is not provided by port Xft2. DEBUG: Requested variant macosx is not provided by port Xft2. DEBUG: Searching for dependency: Xft2 DEBUG: Didn't find receipt, going to depspec regex for: Xft2 DEBUG: Found Dependency: path: /usr/X11/lib filename: libXft.2.dylib regex: ^libXft\.2\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXmu DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXmu DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port xorg-libXmu. DEBUG: Requested variant i386 is not provided by port xorg-libXmu. DEBUG: Requested variant macosx is not provided by port xorg-libXmu. DEBUG: Searching for dependency: xorg-libXmu DEBUG: Didn't find receipt, going to depspec regex for: xorg-libXmu DEBUG: Found Dependency: path: /usr/X11/lib filename: libXmu.6.dylib regex: ^libXmu\.6\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXp DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXp DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port xorg-libXp. DEBUG: Requested variant i386 is not provided by port xorg-libXp. DEBUG: Requested variant macosx is not provided by port xorg-libXp. DEBUG: Searching for dependency: xorg-libXp DEBUG: Didn't find receipt, going to depspec regex for: xorg-libXp DEBUG: Found Dependency: path: /usr/X11/lib filename: libXp.6.dylib regex: ^libXp\.6\.dylib$ DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXt DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/xorg-libXt DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port xorg-libXt. DEBUG: Requested variant i386 is not provided by port xorg-libXt. DEBUG: Requested variant macosx is not provided by port xorg-libXt. DEBUG: Searching for dependency: xorg-libXt DEBUG: Didn't find receipt, going to depspec regex for: xorg-libXt DEBUG: Found Dependency: path: /usr/X11/lib filename: libXt.6.dylib regex: ^libXt\.6\.dylib$ DEBUG: Executing org.macports.main (openmotif) DEBUG: Skipping completed org.macports.fetch (openmotif) DEBUG: Skipping completed org.macports.checksum (openmotif) DEBUG: Skipping completed org.macports.extract (openmotif) DEBUG: Skipping completed org.macports.patch (openmotif) DEBUG: Skipping completed org.macports.configure (openmotif) ---> Building openmotif DEBUG: Executing org.macports.build (openmotif) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' LANG='C' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1" && make all' Making all in bindings make[1]: Nothing to be done for `all'. Making all in bitmaps make[1]: Nothing to be done for `all'. Making all in config Making all in cf make[2]: Nothing to be done for `all'. Making all in imake make[2]: Nothing to be done for `all'. Making all in makedepend make[2]: Nothing to be done for `all'. Making all in util make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. Making all in localized Making all in util make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. Making all in lib Making all in Xm make all-am /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c List.c -fno-common -DPIC -o .libs/List.o In file included from /usr/X11/include/X11/Xft/Xft.h:39, from XmRenderTI.h:46, from List.c:86: /usr/X11/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory In file included from XmRenderTI.h:46, from List.c:86: /usr/X11/include/X11/Xft/Xft.h:40:10: error: #include expects "FILENAME" or <FILENAME> In file included from XmRenderTI.h:46, from List.c:86: /usr/X11/include/X11/Xft/Xft.h:60: error: syntax error before '_XftFTlibrary' /usr/X11/include/X11/Xft/Xft.h:60: warning: type defaults to 'int' in declaration of '_XftFTlibrary' /usr/X11/include/X11/Xft/Xft.h:60: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:94: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:94: warning: no semicolon at end of struct or union /usr/X11/include/X11/Xft/Xft.h:97: error: syntax error before '}' token /usr/X11/include/X11/Xft/Xft.h:97: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:97: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:101: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:101: warning: no semicolon at end of struct or union /usr/X11/include/X11/Xft/Xft.h:104: error: syntax error before '}' token /usr/X11/include/X11/Xft/Xft.h:104: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:104: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:198: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:198: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:264: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:264: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:270: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:270: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:303: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:303: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:362: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:362: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:362: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:401: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:401: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:407: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:407: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:416: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:426: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:428: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:428: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:459: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:459: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:470: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:470: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:491: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:491: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1" && make all " returned error 2 Command output: /usr/X11/include/X11/Xft/Xft.h:198: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:264: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:264: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:270: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:270: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:303: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:303: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:362: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:362: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:362: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:401: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:401: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:407: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:407: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:416: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:426: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:428: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:428: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:459: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:459: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:470: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:470: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:491: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:491: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Warning: the following items did not execute (for openmotif): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: The following dependencies failed to build: openmotif Error: Status 1 encountered during processing.
comment:11 Changed 16 years ago by marco@…
Hi Kevin,
Doesn't work for me neither. But I'm a bit confused. I've follow you're steps but despite the changes, it doesn't compile! Can't find the include. Same error, same logs. Did you add something else a part from what you suggested?
Replying to kevin.pulo@…:
It looks like this might be a problem with the openmotif portfile, possibly related to the recent change in https://trac.macports.org/changeset/43207.
Also note that the error message shown is not the full error, to see that you need to do
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1 make all
I'm not sure if the incomplete error message is a problem with macports or what.
Anyway, since I'm not a macports expert and I just needed to get the openmotif port installed any way I could, the solution for me was to to edit /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/Portfile and add:
--with-fontconfig-config=${prefix}/bin/freetype-config \
+ --with-freetype-includes=/usr/X11/include/freetype2 \
--enable-jpeg \
This then allowed openmotif to build and install correctly, although I'm sure that this "fix" is nowhere near general enough to be included in the actual portfile, but someone more familiar with macports should be able to fix that.
comment:12 Changed 16 years ago by marco@…
This is part of the config.log where it fails, complaining that the freetype include files should have been included using the macro and not directly:
configure:26712: gcc -o conftest -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter conftest.c -liconv >&5 configure:26718: $? = 0 configure:26746: result: -liconv configure:26930: checking for freetype-config configure:26946: found /opt/local/bin/freetype-config configure:26958: result: freetype-config configure:27029: checking freetype/freetype.h usability configure:27046: gcc -c -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/usr/X11/include/freetype2 -I/usr/X11/include conftest.c >&5 In file included from conftest.c:110: /usr/X11/include/freetype2/freetype/freetype.h:20:2: error: #error "`ft2build.h' hasn't been included yet!" /usr/X11/include/freetype2/freetype/freetype.h:21:2: error: #error "Please always use macros to include FreeType header files." /usr/X11/include/freetype2/freetype/freetype.h:22:2: error: #error "Example:" /usr/X11/include/freetype2/freetype/freetype.h:23:2: error: #error " #include <ft2build.h>" /usr/X11/include/freetype2/freetype/freetype.h:24:2: error: #error " #include FT_FREETYPE_H" configure:27052: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1
comment:13 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
You're missing an -I/usr/X11/include ... Does this match your output:
$ pkg-config --cflags xft -I/usr/X11/include -I/usr/X11/include/freetype2
Also what is your output of:
$ set | grep X11/include
comment:14 follow-up: 15 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Oh wait... this doesn't use pkg-config... try adding this to the Portfile:
configure.cppflags-append -I${x11prefix}/include configure.ldflags-append -L${x11prefix}/lib
comment:15 Changed 16 years ago by marco@…
Hi!
Thank for your help but still doesn't work. It can't find the include files now. This is part of the config output:
checking for library containing libiconv_open... -liconv checking for freetype-config... freetype-config checking freetype/freetype.h usability... no checking freetype/freetype.h presence... no checking for freetype/freetype.h... no checking X11/extensions/Xrender.h usability... yes checking X11/extensions/Xrender.h presence... yes checking for X11/extensions/Xrender.h... yes
and this is the configure log file:
configure:26712: /usr/bin/gcc-4.0 -o conftest -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/usr/X11/lib conftest.c -liconv >&5 configure:26718: $? = 0 configure:26746: result: -liconv configure:26930: checking for freetype-config configure:26946: found /usr/X11/bin/freetype-config configure:26958: result: freetype-config configure:27029: checking freetype/freetype.h usability configure:27046: /usr/bin/gcc-4.0 -c -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/opt/local/include -I/usr/X11/include -I/usr/X11/include/freetype2/freetype conftest.c >&5 conftest.c:110:31: error: freetype/freetype.h: No such file or directory
I've even tried to create symlink, and it worked, but then i had the include error like: please use the macro to include the freetype files.
For what I can see there is only one difference: you are using the freetype include from the /opt/local directory, mine belong to X11. Do you think this could be the problem?
Any help is appreciated. Need to compile java6 (soylatte) asap.
Cheers
comment:16 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
How the heck are you getting:
configure:26930: checking for freetype-config configure:26946: found /usr/X11/bin/freetype-config
when the Portfile has this in configure-args:
--with-fontconfig-config=${prefix}/bin/freetype-config
comment:18 Changed 16 years ago by jmroot (Joshua Root)
@jeremyhu: That configure arg looks wrong anyway, freetype and fontconfig's -configs will return at least different libs. Fontconfig installs a pkg-config file rather than its own -config program, of course.
comment:19 follow-up: 20 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
@jmr: Whoops... I meant:
--with-freetype-config=${prefix}/bin/freetype-config
I just tested with Tiger with no libXft installed and the macports freetype insalled, and it's compiling as expected for me...
Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Attachment: | openmotif.install.log.bz2 added |
---|
succesful build on Tiger with no macports Xft2 r43226
comment:20 Changed 16 years ago by ph.mignon@…
Since I am not a macport expert, I have read carefully all the posts of the #17631 ticket, changed the following part of the openmotif portfile :
configure.args --mandir=${prefix}/share/man \ --enable-xft \ --with-fontconfig-config=${prefix}/bin/freetype-config \ --with-freetype-config=${prefix}/bin/freetype-config \ --enable-jpeg \ --enable-png
typed the sudo /opt/local/bin/port upgrade openmotif@2.3.1-1 command.
It still does not work on a 10.5.6 Leopard system with 2.3.1 Xquartz.
Jeremy : what do you mean by "with no libXft installed" ?
comment:21 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
I meant with no Xft2 port installed via Macports (thus it was using the system Xft2)
@ph: Do you have the Xft2 port installed?
comment:22 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|---|
Status: | new → assigned |
comment:24 follow-ups: 25 27 28 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
@ph: Well, I just tried it here with no Xft2 port installed on Leopard, and it worked fine... =/ Can you post your build log?
comment:25 follow-up: 26 Changed 16 years ago by ph.mignon@…
Replying to jeremyhu@…:
@ph: Well, I just tried it here with no Xft2 port installed on Leopard, and it worked fine... =/ Can you post your build log?
Jeremy, I have successfully installed openmotif with a previous portfile (see Changeset 43207). I try to reproduce the bug that I noticed.
comment:26 Changed 16 years ago by ph.mignon@…
Replying to ph.mignon@…:
Replying to jeremyhu@…:
@ph: Well, I just tried it here with no Xft2 port installed on Leopard, and it worked fine... =/ Can you post your build log?
Jeremy, I have successfully installed openmotif with a previous portfile (see Changeset 43207). I try to reproduce the bug that I noticed.
comment:27 Changed 16 years ago by ph.mignon@…
Replying to jeremyhu@…:
@ph: Well, I just tried it here with no Xft2 port installed on Leopard, and it worked fine... =/ Can you post your build log?
I did not succeed reproducing the bug. Thank you for helping me :
i wish you an happy new year
(in advance).
Here are the main outputs of the port commands that I have used :
lns-bzn-57-82-249-19-249:~ Helles$ sudo /opt/local/bin/port installed The following ports are currently installed: aquaterm @1.0.1_3 (active) autoconf @2.63_0 (active) automake @1.10.2_0 (active) expat @2.0.1_0 (active) fontconfig @2.6.0_1+macosx (active) freetype @2.3.7_3+macosx (active) gd2 @2.0.35_2 (active) gettext @0.17_3 (active) gnuplot @4.2.4_0+darwin_9 (active) gperf @3.0.3_0 (active) help2man @1.36.4_1 (active) jpeg @6b_3 (active) libiconv @1.12_0 (active) libpng @1.2.34_0 (active) libtool @1.5.26_0 (active) m4 @1.4.12_1 (active) ncurses @5.7_0 (active) ncursesw @5.7_0 (active) p5-locale-gettext @1.05_0 (active) pdflib @7.0.3_3 (active) perl5 @5.8.8_2 (active) perl5.8 @5.8.8_3+darwin_9 (active) pkgconfig @0.23_1 (active) readline @5.2.012_1 (active) render @0.9.2_0 (active) xorg-renderproto @0.9.3_0 (active) xorg-xproto @7.0.14_1 (active) xrender @0.9.4_4+macosx (active) zlib @1.2.3_2 (active) lns-bzn-57-82-249-19-249:~ Helles$ sudo /opt/local/bin/port selfupdate MacPorts base version 1.700 installed Downloaded MacPorts base version 1.700 The MacPorts installation is not outdated so it was not updated lns-bzn-57-82-249-19-249:~ Helles$ sudo /opt/local/bin/port install openmotif ---> Fetching openmotif ---> Verifying checksum(s) for openmotif ---> Extracting openmotif ---> Applying patches to openmotif ---> Configuring openmotif ---> Building openmotif ---> Staging openmotif into destroot ---> Installing openmotif @2.3.1-1_0 ---> Activating openmotif @2.3.1-1_0 ---> Cleaning openmotif
comment:28 Changed 16 years ago by ph.mignon@…
Replying to jeremyhu@…:
@ph: Well, I just tried it here with no Xft2 port installed on Leopard, and it worked fine... =/ Can you post your build log?
I have reproduced the bug by reinstalling the 1.7.0 MacPort.
lns-bzn-57-82-249-19-249:~ Helles$ sudo /opt/local/bin/port installed No ports are installed.
Here is the build log
lns-bzn-57-82-249-19-249:~ Helles$ sudo /opt/local/bin/port install -v openmotif ---> Fetching jpeg ---> Attempting to fetch jpegsrc.v6b.tar.gz from http://trd.no.distfiles.macports.org/jpeg ---> Attempting to fetch droppatch.tar.gz from http://sylvana.net/jpegcrop/ ---> Verifying checksum(s) for jpeg ---> Extracting jpeg ---> Applying patches to jpeg ---> Configuring jpeg ---> Building jpeg ---> Staging jpeg into destroot ---> Installing jpeg @6b_3 ---> Activating jpeg @6b_3 ---> Cleaning jpeg ---> Fetching gperf ---> Attempting to fetch gperf-3.0.3.tar.gz from ftp://ftp.lip6.fr/pub/gnu/gperf ---> Verifying checksum(s) for gperf ---> Extracting gperf ---> Configuring gperf ---> Building gperf ---> Staging gperf into destroot ---> Installing gperf @3.0.3_0 ---> Activating gperf @3.0.3_0 ---> Cleaning gperf ---> Fetching libiconv ---> Attempting to fetch libiconv-1.12.tar.gz from ftp://ftp.lip6.fr/pub/gnu/libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Applying patches to libiconv ---> Configuring libiconv ---> Building libiconv ---> Staging libiconv into destroot ---> Installing libiconv @1.12_0 ---> Activating libiconv @1.12_0 ---> Cleaning libiconv ---> Fetching zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://switch.dl.sourceforge.net/libpng ---> Verifying checksum(s) for zlib ---> Extracting zlib ---> Applying patches to zlib ---> Configuring zlib ---> Building zlib ---> Staging zlib into destroot ---> Installing zlib @1.2.3_2 ---> Activating zlib @1.2.3_2 ---> Cleaning zlib ---> Fetching libpng ---> Attempting to fetch libpng-1.2.34.tar.bz2 from http://dfn.dl.sourceforge.net/libpng ---> Verifying checksum(s) for libpng ---> Extracting libpng ---> Configuring libpng ---> Building libpng ---> Staging libpng into destroot ---> Installing libpng @1.2.34_0 ---> Activating libpng @1.2.34_0 ---> Cleaning libpng ---> Fetching openmotif ---> Attempting to fetch openmotif-2.3.1-1.tar.gz from http://trd.no.distfiles.macports.org/openmotif ---> Verifying checksum(s) for openmotif ---> Extracting openmotif ---> Applying patches to openmotif ---> Configuring openmotif ---> Building openmotif Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1" && make all " returned error 2 Command output: /usr/X11/include/X11/Xft/Xft.h:200: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:266: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:266: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:272: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:272: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:305: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:305: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:364: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:403: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:403: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:409: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:409: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:418: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:428: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:461: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:461: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:472: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:472: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:493: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:493: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing.
comment:29 follow-up: 30 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
@ph: We need the verbose output (sudo port -v install openmotif) so I can compare your CFLAGS to mine to see if there's something odd going on...
comment:30 Changed 16 years ago by ph.mignon@…
Replying to jeremyhu@…:
@ph: We need the verbose output (sudo port -v install openmotif) so I can compare your CFLAGS to mine to see if there's something odd going on...
Last login: Sun Dec 28 20:59:58 on console lns-bzn-57-82-249-19-249:/ Helles$ sudo mv /opt /opt.0 lns-bzn-57-82-249-19-249:/ Helles$ cd /opt lns-bzn-57-82-249-19-249:opt Helles$ sudo port -v installed No ports are installed. lns-bzn-57-82-249-19-249:opt Helles$ sudo port -v install openmotif ---> Fetching jpeg ---> jpegsrc.v6b.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/jpeg ---> Attempting to fetch jpegsrc.v6b.tar.gz from http://trd.no.distfiles.macports.org/jpeg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 598k 100 598k 0 0 163k 0 0:00:03 0:00:03 --:--:-- 206k ---> droppatch.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/jpeg ---> Attempting to fetch droppatch.tar.gz from http://sylvana.net/jpegcrop/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 76674 100 76674 0 0 88975 0 --:--:-- --:--:-- --:--:-- 123k ---> Verifying checksum(s) for jpeg ---> Checksumming jpegsrc.v6b.tar.gz ---> Checksumming droppatch.tar.gz ---> Extracting jpeg ---> Extracting jpegsrc.v6b.tar.gz ---> Applying patches to jpeg ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-config.sub patching file config.sub ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-config.guess patching file config.guess ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-ltmain.sh patching file ltmain.sh ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-ltconfig patching file ltconfig ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-makefile.cfg patching file makefile.cfg ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/jpeg/files/patch-jpeglib.h patching file jpeglib.h ---> Configuring jpeg checking for gcc... /usr/bin/gcc-4.0 checking whether the C compiler (/usr/bin/gcc-4.0 -O2 -L/opt/local/lib) works... yes checking whether the C compiler (/usr/bin/gcc-4.0 -O2 -L/opt/local/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for function prototypes... yes checking for stddef.h... yes checking for stdlib.h... yes checking for string.h... yes checking for size_t... yes checking for type unsigned char... yes checking for type unsigned short... yes checking for type void... yes checking for working const... yes checking for inline... __inline__ checking for broken incomplete types... ok checking for short external names... ok checking to see if char is signed... yes checking to see if right shift is signed... yes checking to see if fopen accepts b spec... yes checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking host system type... i386-apple-darwin9.6.0 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking if /usr/bin/gcc-4.0 supports -c -o file.lo... yes checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions ... no checking if /usr/bin/gcc-4.0 static flag -static works... none checking whether ln -s works... yes checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -p checking command to parse /usr/bin/nm -p output... ok checking how to hardcode library paths into programs... unsupported checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking dynamic linker characteristics... darwin9.6.0 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking libjpeg version number... 62 creating ./config.status creating Makefile creating jconfig.h ---> Building jpeg ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapimin.c mkdir .libs /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapimin.c -fno-common -DPIC -o .libs/jcapimin.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapimin.c -o jcapimin.o >/dev/null 2>&1 mv -f .libs/jcapimin.lo jcapimin.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapistd.c rm -f .libs/jcapistd.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapistd.c -fno-common -DPIC -o .libs/jcapistd.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcapistd.c -o jcapistd.o >/dev/null 2>&1 mv -f .libs/jcapistd.lo jcapistd.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jctrans.c rm -f .libs/jctrans.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jctrans.c -fno-common -DPIC -o .libs/jctrans.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jctrans.c -o jctrans.o >/dev/null 2>&1 mv -f .libs/jctrans.lo jctrans.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcparam.c rm -f .libs/jcparam.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcparam.c -fno-common -DPIC -o .libs/jcparam.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcparam.c -o jcparam.o >/dev/null 2>&1 mv -f .libs/jcparam.lo jcparam.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatadst.c rm -f .libs/jdatadst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatadst.c -fno-common -DPIC -o .libs/jdatadst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatadst.c -o jdatadst.o >/dev/null 2>&1 mv -f .libs/jdatadst.lo jdatadst.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcinit.c rm -f .libs/jcinit.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcinit.c -fno-common -DPIC -o .libs/jcinit.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcinit.c -o jcinit.o >/dev/null 2>&1 mv -f .libs/jcinit.lo jcinit.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmaster.c rm -f .libs/jcmaster.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmaster.c -fno-common -DPIC -o .libs/jcmaster.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmaster.c -o jcmaster.o >/dev/null 2>&1 mv -f .libs/jcmaster.lo jcmaster.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmarker.c rm -f .libs/jcmarker.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmarker.c -fno-common -DPIC -o .libs/jcmarker.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmarker.c -o jcmarker.o >/dev/null 2>&1 mv -f .libs/jcmarker.lo jcmarker.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmainct.c rm -f .libs/jcmainct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmainct.c -fno-common -DPIC -o .libs/jcmainct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcmainct.c -o jcmainct.o >/dev/null 2>&1 mv -f .libs/jcmainct.lo jcmainct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcprepct.c rm -f .libs/jcprepct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcprepct.c -fno-common -DPIC -o .libs/jcprepct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcprepct.c -o jcprepct.o >/dev/null 2>&1 mv -f .libs/jcprepct.lo jcprepct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccoefct.c rm -f .libs/jccoefct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccoefct.c -fno-common -DPIC -o .libs/jccoefct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccoefct.c -o jccoefct.o >/dev/null 2>&1 mv -f .libs/jccoefct.lo jccoefct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccolor.c rm -f .libs/jccolor.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccolor.c -fno-common -DPIC -o .libs/jccolor.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jccolor.c -o jccolor.o >/dev/null 2>&1 mv -f .libs/jccolor.lo jccolor.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcsample.c rm -f .libs/jcsample.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcsample.c -fno-common -DPIC -o .libs/jcsample.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcsample.c -o jcsample.o >/dev/null 2>&1 mv -f .libs/jcsample.lo jcsample.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jchuff.c rm -f .libs/jchuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jchuff.c -fno-common -DPIC -o .libs/jchuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jchuff.c -o jchuff.o >/dev/null 2>&1 mv -f .libs/jchuff.lo jchuff.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcphuff.c rm -f .libs/jcphuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcphuff.c -fno-common -DPIC -o .libs/jcphuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcphuff.c -o jcphuff.o >/dev/null 2>&1 mv -f .libs/jcphuff.lo jcphuff.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcdctmgr.c rm -f .libs/jcdctmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcdctmgr.c -fno-common -DPIC -o .libs/jcdctmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcdctmgr.c -o jcdctmgr.o >/dev/null 2>&1 mv -f .libs/jcdctmgr.lo jcdctmgr.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctfst.c rm -f .libs/jfdctfst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctfst.c -fno-common -DPIC -o .libs/jfdctfst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctfst.c -o jfdctfst.o >/dev/null 2>&1 mv -f .libs/jfdctfst.lo jfdctfst.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctflt.c rm -f .libs/jfdctflt.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctflt.c -fno-common -DPIC -o .libs/jfdctflt.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctflt.c -o jfdctflt.o >/dev/null 2>&1 mv -f .libs/jfdctflt.lo jfdctflt.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctint.c rm -f .libs/jfdctint.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctint.c -fno-common -DPIC -o .libs/jfdctint.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jfdctint.c -o jfdctint.o >/dev/null 2>&1 mv -f .libs/jfdctint.lo jfdctint.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapimin.c rm -f .libs/jdapimin.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapimin.c -fno-common -DPIC -o .libs/jdapimin.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapimin.c -o jdapimin.o >/dev/null 2>&1 mv -f .libs/jdapimin.lo jdapimin.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapistd.c rm -f .libs/jdapistd.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapistd.c -fno-common -DPIC -o .libs/jdapistd.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdapistd.c -o jdapistd.o >/dev/null 2>&1 mv -f .libs/jdapistd.lo jdapistd.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdtrans.c rm -f .libs/jdtrans.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdtrans.c -fno-common -DPIC -o .libs/jdtrans.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdtrans.c -o jdtrans.o >/dev/null 2>&1 mv -f .libs/jdtrans.lo jdtrans.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatasrc.c rm -f .libs/jdatasrc.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatasrc.c -fno-common -DPIC -o .libs/jdatasrc.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdatasrc.c -o jdatasrc.o >/dev/null 2>&1 mv -f .libs/jdatasrc.lo jdatasrc.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmaster.c rm -f .libs/jdmaster.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmaster.c -fno-common -DPIC -o .libs/jdmaster.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmaster.c -o jdmaster.o >/dev/null 2>&1 mv -f .libs/jdmaster.lo jdmaster.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdinput.c rm -f .libs/jdinput.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdinput.c -fno-common -DPIC -o .libs/jdinput.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdinput.c -o jdinput.o >/dev/null 2>&1 mv -f .libs/jdinput.lo jdinput.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmarker.c rm -f .libs/jdmarker.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmarker.c -fno-common -DPIC -o .libs/jdmarker.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmarker.c -o jdmarker.o >/dev/null 2>&1 mv -f .libs/jdmarker.lo jdmarker.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdhuff.c rm -f .libs/jdhuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdhuff.c -fno-common -DPIC -o .libs/jdhuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdhuff.c -o jdhuff.o >/dev/null 2>&1 mv -f .libs/jdhuff.lo jdhuff.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdphuff.c rm -f .libs/jdphuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdphuff.c -fno-common -DPIC -o .libs/jdphuff.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdphuff.c -o jdphuff.o >/dev/null 2>&1 mv -f .libs/jdphuff.lo jdphuff.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmainct.c rm -f .libs/jdmainct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmainct.c -fno-common -DPIC -o .libs/jdmainct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmainct.c -o jdmainct.o >/dev/null 2>&1 mv -f .libs/jdmainct.lo jdmainct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcoefct.c rm -f .libs/jdcoefct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcoefct.c -fno-common -DPIC -o .libs/jdcoefct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcoefct.c -o jdcoefct.o >/dev/null 2>&1 mv -f .libs/jdcoefct.lo jdcoefct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdpostct.c rm -f .libs/jdpostct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdpostct.c -fno-common -DPIC -o .libs/jdpostct.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdpostct.c -o jdpostct.o >/dev/null 2>&1 mv -f .libs/jdpostct.lo jdpostct.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jddctmgr.c rm -f .libs/jddctmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jddctmgr.c -fno-common -DPIC -o .libs/jddctmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jddctmgr.c -o jddctmgr.o >/dev/null 2>&1 mv -f .libs/jddctmgr.lo jddctmgr.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctfst.c rm -f .libs/jidctfst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctfst.c -fno-common -DPIC -o .libs/jidctfst.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctfst.c -o jidctfst.o >/dev/null 2>&1 mv -f .libs/jidctfst.lo jidctfst.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctflt.c rm -f .libs/jidctflt.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctflt.c -fno-common -DPIC -o .libs/jidctflt.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctflt.c -o jidctflt.o >/dev/null 2>&1 mv -f .libs/jidctflt.lo jidctflt.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctint.c rm -f .libs/jidctint.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctint.c -fno-common -DPIC -o .libs/jidctint.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctint.c -o jidctint.o >/dev/null 2>&1 mv -f .libs/jidctint.lo jidctint.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctred.c rm -f .libs/jidctred.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctred.c -fno-common -DPIC -o .libs/jidctred.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jidctred.c -o jidctred.o >/dev/null 2>&1 mv -f .libs/jidctred.lo jidctred.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdsample.c rm -f .libs/jdsample.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdsample.c -fno-common -DPIC -o .libs/jdsample.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdsample.c -o jdsample.o >/dev/null 2>&1 mv -f .libs/jdsample.lo jdsample.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcolor.c rm -f .libs/jdcolor.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcolor.c -fno-common -DPIC -o .libs/jdcolor.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdcolor.c -o jdcolor.o >/dev/null 2>&1 mv -f .libs/jdcolor.lo jdcolor.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant1.c rm -f .libs/jquant1.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant1.c -fno-common -DPIC -o .libs/jquant1.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant1.c -o jquant1.o >/dev/null 2>&1 mv -f .libs/jquant1.lo jquant1.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant2.c rm -f .libs/jquant2.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant2.c -fno-common -DPIC -o .libs/jquant2.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jquant2.c -o jquant2.o >/dev/null 2>&1 mv -f .libs/jquant2.lo jquant2.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmerge.c rm -f .libs/jdmerge.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmerge.c -fno-common -DPIC -o .libs/jdmerge.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jdmerge.c -o jdmerge.o >/dev/null 2>&1 mv -f .libs/jdmerge.lo jdmerge.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcomapi.c rm -f .libs/jcomapi.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcomapi.c -fno-common -DPIC -o .libs/jcomapi.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jcomapi.c -o jcomapi.o >/dev/null 2>&1 mv -f .libs/jcomapi.lo jcomapi.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jutils.c rm -f .libs/jutils.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jutils.c -fno-common -DPIC -o .libs/jutils.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jutils.c -o jutils.o >/dev/null 2>&1 mv -f .libs/jutils.lo jutils.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jerror.c rm -f .libs/jerror.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jerror.c -fno-common -DPIC -o .libs/jerror.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jerror.c -o jerror.o >/dev/null 2>&1 mv -f .libs/jerror.lo jerror.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemmgr.c rm -f .libs/jmemmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemmgr.c -fno-common -DPIC -o .libs/jmemmgr.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemmgr.c -o jmemmgr.o >/dev/null 2>&1 mv -f .libs/jmemmgr.lo jmemmgr.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemnobs.c rm -f .libs/jmemnobs.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemnobs.c -fno-common -DPIC -o .libs/jmemnobs.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jmemnobs.c -o jmemnobs.o >/dev/null 2>&1 mv -f .libs/jmemnobs.lo jmemnobs.lo ./libtool --mode=link "/usr/bin/gcc-4.0 -O2 -I/opt/local/include -I." -o libjpeg.la jcapimin.lo jcapistd.lo jctrans.lo jcparam.lo jdatadst.lo jcinit.lo jcmaster.lo jcmarker.lo jcmainct.lo jcprepct.lo jccoefct.lo jccolor.lo jcsample.lo jchuff.lo jcphuff.lo jcdctmgr.lo jfdctfst.lo jfdctflt.lo jfdctint.lo jdapimin.lo jdapistd.lo jdtrans.lo jdatasrc.lo jdmaster.lo jdinput.lo jdmarker.lo jdhuff.lo jdphuff.lo jdmainct.lo jdcoefct.lo jdpostct.lo jddctmgr.lo jidctfst.lo jidctflt.lo jidctint.lo jidctred.lo jdsample.lo jdcolor.lo jquant1.lo jquant2.lo jdmerge.lo jcomapi.lo jutils.lo jerror.lo jmemmgr.lo jmemnobs.lo \ -rpath /opt/local/lib -no-undefined -version-info 62 rm -fr .libs/libjpeg.la .libs/libjpeg.* .libs/libjpeg.* /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -dynamiclib -o .libs/libjpeg.62.0.0.dylib jcapimin.lo jcapistd.lo jctrans.lo jcparam.lo jdatadst.lo jcinit.lo jcmaster.lo jcmarker.lo jcmainct.lo jcprepct.lo jccoefct.lo jccolor.lo jcsample.lo jchuff.lo jcphuff.lo jcdctmgr.lo jfdctfst.lo jfdctflt.lo jfdctint.lo jdapimin.lo jdapistd.lo jdtrans.lo jdatasrc.lo jdmaster.lo jdinput.lo jdmarker.lo jdhuff.lo jdphuff.lo jdmainct.lo jdcoefct.lo jdpostct.lo jddctmgr.lo jidctfst.lo jidctflt.lo jidctint.lo jidctred.lo jdsample.lo jdcolor.lo jquant1.lo jquant2.lo jdmerge.lo jcomapi.lo jutils.lo jerror.lo jmemmgr.lo jmemnobs.lo -lc -install_name /opt/local/lib/libjpeg.62.dylib -compatibility_version 63 -current_version 63.0 (cd .libs && rm -f libjpeg.62.dylib && ln -s libjpeg.62.0.0.dylib libjpeg.62.dylib) (cd .libs && rm -f libjpeg.dylib && ln -s libjpeg.62.0.0.dylib libjpeg.dylib) ar cru .libs/libjpeg.a jcapimin.o jcapistd.o jctrans.o jcparam.o jdatadst.o jcinit.o jcmaster.o jcmarker.o jcmainct.o jcprepct.o jccoefct.o jccolor.o jcsample.o jchuff.o jcphuff.o jcdctmgr.o jfdctfst.o jfdctflt.o jfdctint.o jdapimin.o jdapistd.o jdtrans.o jdatasrc.o jdmaster.o jdinput.o jdmarker.o jdhuff.o jdphuff.o jdmainct.o jdcoefct.o jdpostct.o jddctmgr.o jidctfst.o jidctflt.o jidctint.o jidctred.o jdsample.o jdcolor.o jquant1.o jquant2.o jdmerge.o jcomapi.o jutils.o jerror.o jmemmgr.o jmemnobs.o ranlib .libs/libjpeg.a creating libjpeg.la (cd .libs && rm -f libjpeg.la && ln -s ../libjpeg.la libjpeg.la) ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cjpeg.c rm -f .libs/cjpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cjpeg.c -fno-common -DPIC -o .libs/cjpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cjpeg.c -o cjpeg.o >/dev/null 2>&1 mv -f .libs/cjpeg.lo cjpeg.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdppm.c rm -f .libs/rdppm.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdppm.c -fno-common -DPIC -o .libs/rdppm.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdppm.c -o rdppm.o >/dev/null 2>&1 mv -f .libs/rdppm.lo rdppm.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdgif.c rm -f .libs/rdgif.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdgif.c -fno-common -DPIC -o .libs/rdgif.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdgif.c -o rdgif.o >/dev/null 2>&1 mv -f .libs/rdgif.lo rdgif.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdtarga.c rm -f .libs/rdtarga.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdtarga.c -fno-common -DPIC -o .libs/rdtarga.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdtarga.c -o rdtarga.o >/dev/null 2>&1 mv -f .libs/rdtarga.lo rdtarga.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdrle.c rm -f .libs/rdrle.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdrle.c -fno-common -DPIC -o .libs/rdrle.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdrle.c -o rdrle.o >/dev/null 2>&1 mv -f .libs/rdrle.lo rdrle.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdbmp.c rm -f .libs/rdbmp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdbmp.c -fno-common -DPIC -o .libs/rdbmp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdbmp.c -o rdbmp.o >/dev/null 2>&1 mv -f .libs/rdbmp.lo rdbmp.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdswitch.c rm -f .libs/rdswitch.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdswitch.c -fno-common -DPIC -o .libs/rdswitch.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdswitch.c -o rdswitch.o >/dev/null 2>&1 mv -f .libs/rdswitch.lo rdswitch.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cdjpeg.c rm -f .libs/cdjpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cdjpeg.c -fno-common -DPIC -o .libs/cdjpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./cdjpeg.c -o cdjpeg.o >/dev/null 2>&1 mv -f .libs/cdjpeg.lo cdjpeg.lo ./libtool --mode=link /usr/bin/gcc-4.0 -L/opt/local/lib -o cjpeg cjpeg.lo rdppm.lo rdgif.lo rdtarga.lo rdrle.lo rdbmp.lo rdswitch.lo cdjpeg.lo libjpeg.la /usr/bin/gcc-4.0 -L/opt/local/lib -o .libs/cjpeg cjpeg.o rdppm.o rdgif.o rdtarga.o rdrle.o rdbmp.o rdswitch.o cdjpeg.o -L.libs -ljpeg creating cjpeg ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./djpeg.c rm -f .libs/djpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./djpeg.c -fno-common -DPIC -o .libs/djpeg.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./djpeg.c -o djpeg.o >/dev/null 2>&1 mv -f .libs/djpeg.lo djpeg.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrppm.c rm -f .libs/wrppm.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrppm.c -fno-common -DPIC -o .libs/wrppm.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrppm.c -o wrppm.o >/dev/null 2>&1 mv -f .libs/wrppm.lo wrppm.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrgif.c rm -f .libs/wrgif.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrgif.c -fno-common -DPIC -o .libs/wrgif.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrgif.c -o wrgif.o >/dev/null 2>&1 mv -f .libs/wrgif.lo wrgif.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrtarga.c rm -f .libs/wrtarga.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrtarga.c -fno-common -DPIC -o .libs/wrtarga.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrtarga.c -o wrtarga.o >/dev/null 2>&1 mv -f .libs/wrtarga.lo wrtarga.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrrle.c rm -f .libs/wrrle.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrrle.c -fno-common -DPIC -o .libs/wrrle.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrrle.c -o wrrle.o >/dev/null 2>&1 mv -f .libs/wrrle.lo wrrle.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrbmp.c rm -f .libs/wrbmp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrbmp.c -fno-common -DPIC -o .libs/wrbmp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrbmp.c -o wrbmp.o >/dev/null 2>&1 mv -f .libs/wrbmp.lo wrbmp.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdcolmap.c rm -f .libs/rdcolmap.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdcolmap.c -fno-common -DPIC -o .libs/rdcolmap.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdcolmap.c -o rdcolmap.o >/dev/null 2>&1 mv -f .libs/rdcolmap.lo rdcolmap.lo ./libtool --mode=link /usr/bin/gcc-4.0 -L/opt/local/lib -o djpeg djpeg.lo wrppm.lo wrgif.lo wrtarga.lo wrrle.lo wrbmp.lo rdcolmap.lo cdjpeg.lo libjpeg.la /usr/bin/gcc-4.0 -L/opt/local/lib -o .libs/djpeg djpeg.o wrppm.o wrgif.o wrtarga.o wrrle.o wrbmp.o rdcolmap.o cdjpeg.o -L.libs -ljpeg creating djpeg ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jpegtran.c rm -f .libs/jpegtran.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jpegtran.c -fno-common -DPIC -o .libs/jpegtran.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./jpegtran.c -o jpegtran.o >/dev/null 2>&1 mv -f .libs/jpegtran.lo jpegtran.lo ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./transupp.c rm -f .libs/transupp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./transupp.c -fno-common -DPIC -o .libs/transupp.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./transupp.c -o transupp.o >/dev/null 2>&1 mv -f .libs/transupp.lo transupp.lo ./libtool --mode=link /usr/bin/gcc-4.0 -L/opt/local/lib -o jpegtran jpegtran.lo rdswitch.lo cdjpeg.lo transupp.lo libjpeg.la /usr/bin/gcc-4.0 -L/opt/local/lib -o .libs/jpegtran jpegtran.o rdswitch.o cdjpeg.o transupp.o -L.libs -ljpeg creating jpegtran ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdjpgcom.c rm -f .libs/rdjpgcom.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdjpgcom.c -fno-common -DPIC -o .libs/rdjpgcom.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./rdjpgcom.c -o rdjpgcom.o >/dev/null 2>&1 mv -f .libs/rdjpgcom.lo rdjpgcom.lo ./libtool --mode=link /usr/bin/gcc-4.0 -L/opt/local/lib -o rdjpgcom rdjpgcom.lo /usr/bin/gcc-4.0 -L/opt/local/lib -o rdjpgcom rdjpgcom.o ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrjpgcom.c rm -f .libs/wrjpgcom.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrjpgcom.c -fno-common -DPIC -o .libs/wrjpgcom.lo /usr/bin/gcc-4.0 -O2 -I/opt/local/include -I. -c ./wrjpgcom.c -o wrjpgcom.o >/dev/null 2>&1 mv -f .libs/wrjpgcom.lo wrjpgcom.lo ./libtool --mode=link /usr/bin/gcc-4.0 -L/opt/local/lib -o wrjpgcom wrjpgcom.lo /usr/bin/gcc-4.0 -L/opt/local/lib -o wrjpgcom wrjpgcom.o ---> Staging jpeg into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) /usr/bin/install -c -m 644 jconfig.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/include/jconfig.h /usr/bin/install -c -m 644 ./jpeglib.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/include/jpeglib.h /usr/bin/install -c -m 644 ./jmorecfg.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/include/jmorecfg.h /usr/bin/install -c -m 644 ./jerror.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/include/jerror.h ./libtool --mode=install /usr/bin/install -c libjpeg.la /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.la /usr/bin/install -c .libs/libjpeg.62.0.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.62.0.0.dylib (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib && rm -f libjpeg.62.dylib && ln -s libjpeg.62.0.0.dylib libjpeg.62.dylib) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib && rm -f libjpeg.dylib && ln -s libjpeg.62.0.0.dylib libjpeg.dylib) /usr/bin/install -c .libs/libjpeg.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.la /usr/bin/install -c .libs/libjpeg.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.a ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.a chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/lib/libjpeg.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' ./libtool --mode=install /usr/bin/install -c cjpeg /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/cjpeg libtool: install: warning: `libjpeg.la' has not been installed in `/opt/local/lib' /usr/bin/install -c .libs/cjpeg /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/cjpeg ./libtool --mode=install /usr/bin/install -c djpeg /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/djpeg libtool: install: warning: `libjpeg.la' has not been installed in `/opt/local/lib' /usr/bin/install -c .libs/djpeg /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/djpeg ./libtool --mode=install /usr/bin/install -c jpegtran /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/jpegtran libtool: install: warning: `libjpeg.la' has not been installed in `/opt/local/lib' /usr/bin/install -c .libs/jpegtran /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/jpegtran ./libtool --mode=install /usr/bin/install -c rdjpgcom /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/rdjpgcom /usr/bin/install -c rdjpgcom /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/rdjpgcom ./libtool --mode=install /usr/bin/install -c wrjpgcom /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/wrjpgcom /usr/bin/install -c wrjpgcom /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/bin/wrjpgcom /usr/bin/install -c -m 644 ./cjpeg.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/share/man/man1/cjpeg.1 /usr/bin/install -c -m 644 ./djpeg.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/share/man/man1/djpeg.1 /usr/bin/install -c -m 644 ./jpegtran.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/share/man/man1/jpegtran.1 /usr/bin/install -c -m 644 ./rdjpgcom.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/share/man/man1/rdjpgcom.1 /usr/bin/install -c -m 644 ./wrjpgcom.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_jpeg/work/destroot/opt/local/share/man/man1/wrjpgcom.1 ---> Compressing man pages for jpeg man1/cjpeg.1: 57.4% -- replaced with man1/cjpeg.1.gz man1/cjpeg.1.gz: changing permissions from 00644 to 00444 man1/djpeg.1: 59.4% -- replaced with man1/djpeg.1.gz man1/djpeg.1.gz: changing permissions from 00644 to 00444 man1/jpegtran.1: 57.6% -- replaced with man1/jpegtran.1.gz man1/jpegtran.1.gz: changing permissions from 00644 to 00444 man1/rdjpgcom.1: 47.4% -- replaced with man1/rdjpgcom.1.gz man1/rdjpgcom.1.gz: changing permissions from 00644 to 00444 man1/wrjpgcom.1: 54.0% -- replaced with man1/wrjpgcom.1.gz man1/wrjpgcom.1.gz: changing permissions from 00644 to 00444 ---> Installing jpeg @6b_3 ---> Activating jpeg @6b_3 ---> Cleaning jpeg ---> Removing build directory for jpeg ---> Fetching gperf ---> gperf-3.0.3.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/gperf ---> Attempting to fetch gperf-3.0.3.tar.gz from ftp://ftp.lip6.fr/pub/gnu/gperf % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 844k 100 844k 0 0 189k 0 0:00:04 0:00:04 --:--:-- 245k ---> Verifying checksum(s) for gperf ---> Checksumming gperf-3.0.3.tar.gz ---> Extracting gperf ---> Extracting gperf-3.0.3.tar.gz ---> Configuring gperf checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile === configuring in lib (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/gperf-3.0.3/lib) configure: running /bin/sh ./configure '--prefix=/opt/local' '--infodir=/opt/local/share/info' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile === configuring in src (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/gperf-3.0.3/src) configure: running /bin/sh ./configure '--prefix=/opt/local' '--infodir=/opt/local/share/info' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E checking for a BSD compatible install... /usr/bin/install -c checking for stack-allocated variable-size arrays... yes checking for rand in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in tests (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/gperf-3.0.3/tests) configure: running /bin/sh ./configure '--prefix=/opt/local' '--infodir=/opt/local/share/info' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E configure: creating ./config.status config.status: creating Makefile === configuring in doc (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/gperf-3.0.3/doc) configure: running /bin/sh ./configure '--prefix=/opt/local' '--infodir=/opt/local/share/info' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for a BSD compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile ---> Building gperf cd lib; make all /usr/bin/gcc-4.0 -O2 -I. -c ./getopt.c ./getopt.c: In function '_getopt_internal': ./getopt.c:648: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:672: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:702: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:718: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:723: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:834: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:857: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:877: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:891: warning: incompatible implicit declaration of built-in function 'strlen' ./getopt.c:895: warning: incompatible implicit declaration of built-in function 'strlen' /usr/bin/gcc-4.0 -O2 -I. -c ./getopt1.c /usr/bin/g++-4.0 -O2 -I. -c ./getline.cc /usr/bin/g++-4.0 -O2 -I. -c ./hash.cc rm -f libgp.a ar rc libgp.a getopt.o getopt1.o getline.o hash.o ranlib libgp.a cd src; make all /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./version.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./positions.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./options.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./keyword.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./keyword-list.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./input.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./bool-array.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./hash-table.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./search.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./output.cc /usr/bin/g++-4.0 -O2 -I. -I./../lib -c ./main.cc /usr/bin/g++-4.0 -O2 -L/opt/local/lib -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm cd tests; make all make[1]: Nothing to be done for `all'. cd doc; make all make[1]: Nothing to be done for `all'. ---> Staging gperf into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) cd lib; make install make[1]: Nothing to be done for `install'. cd src; make install /bin/sh ./../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/bin /usr/bin/install -c gperf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/bin/gperf cd tests; make install make[1]: Nothing to be done for `install'. cd doc; make install /bin/sh ./../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/info /usr/bin/install -c -m 644 ./gperf.info /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/info/gperf.info /bin/sh ./../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/man/man1 /usr/bin/install -c -m 644 ./gperf.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/man/man1/gperf.1 /bin/sh ./../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/doc/ mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/doc /usr/bin/install -c -m 644 ./gperf.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_gperf/work/destroot/opt/local/share/doc//gperf.html ---> Compressing man pages for gperf man1/gperf.1: 57.5% -- replaced with man1/gperf.1.gz man1/gperf.1.gz: changing permissions from 00644 to 00444 ---> Installing gperf @3.0.3_0 ---> Activating gperf @3.0.3_0 ---> Cleaning gperf ---> Removing build directory for gperf ---> Fetching libiconv ---> libiconv-1.12.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/libiconv ---> Attempting to fetch libiconv-1.12.tar.gz from ftp://ftp.lip6.fr/pub/gnu/libiconv % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4407k 100 4407k 0 0 236k 0 0:00:18 0:00:18 --:--:-- 253k ---> Verifying checksum(s) for libiconv ---> Checksumming libiconv-1.12.tar.gz ---> Extracting libiconv ---> Extracting libiconv-1.12.tar.gz ---> Applying patches to libiconv ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv/files/patch-utf8mac.diff patching file lib/converters.h patching file lib/encodings.def patching file lib/utf8mac.h ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libiconv/files/patch-src-Makefile.in-darwin.diff patching file src/Makefile.in ---> Configuring libiconv checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... none checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for ranlib... ranlib checking whether /usr/bin/gcc-4.0 and cc understand -c and -o together... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for shared library path variable... DYLD_LIBRARY_PATH checking whether to activate relocatable installation... no checking how to copy files... cp -p checking how to make hard links... ln checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking dependency style of /usr/bin/g++-4.0... none checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -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... 196608 checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld 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 /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 static flag -static works... no checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for simple visibility declarations... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... no checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for CFPreferencesCopyAppValue... yes checking for CFLocaleCopyCurrent... yes checking whether to use NLS... no checking for mbstate_t... yes checking for wchar_t... yes checking for getc_unlocked... yes checking for mbrtowc... yes checking for wcrtomb... yes checking for mbsinit... yes checking for setlocale... yes checking for memmove... yes checking for nl_langinfo and CODESET... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for EILSEQ... yes checking byte ordering... little endian checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for wchar.h... (cached) yes checking whether canonicalize_file_name is declared... no checking for canonicalize_file_name... no checking for getcwd... yes checking for readlink... yes checking for setenv... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for long long int... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for unsigned long long int... yes checking whether the preprocessor supports include_next... yes checking for C/C++ restrict keyword... __restrict checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... no checking whether fgets_unlocked is declared... no checking whether fputc_unlocked is declared... no checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... no checking whether fwrite_unlocked is declared... no checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking for error_at_line... no checking for mbstate_t... (cached) yes checking for memmove... (cached) yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking if environ is properly declared... no checking for working strerror function... yes checking for ssize_t... yes checking whether stdint.h conforms to C99... no checking sys/inttypes.h usability... no checking sys/inttypes.h presence... no checking for sys/inttypes.h... no checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for bit size of ptrdiff_t... 32 checking for bit size of sig_atomic_t... 32 checking for bit size of size_t... 32 checking for bit size of wchar_t... 32 checking for bit size of wint_t... 32 checking whether sig_atomic_t is signed... yes checking whether wchar_t is signed... yes checking whether wint_t is signed... yes checking for ptrdiff_t integer literal suffix... checking for sig_atomic_t integer literal suffix... checking for size_t integer literal suffix... ul checking for wchar_t integer literal suffix... checking for wint_t integer literal suffix... checking whether <wchar.h> is standalone... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating srclib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating include/iconv.h config.status: creating include/iconv.h.inst config.status: creating config.h config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in libcharset (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/libcharset) configure: running /bin/sh ./configure '--prefix=/opt/local' '--enable-static' '--mandir=/opt/local/share/man' '--docdir=/opt/local/share/doc/libiconv-1.12' '--without-libiconv-prefix' '--without-libintl-prefix' '--disable-nls' '--enable-extra-encodings' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'FFLAGS=-O2' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking whether to activate relocatable installation... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p 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 whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -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... 196608 checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld 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 /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 static flag -static works... no checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for simple visibility declarations... yes checking for nl_langinfo and CODESET... yes checking whether we are using the GNU C Library 2.1 or newer... no checking for setlocale... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/localcharset.h config.status: creating include/localcharset.h.inst config.status: creating config.h ---> Building libiconv gcc -O lib/genaliases.c -o genaliases ./genaliases > lib/aliases.gperf 3> canonical.sh 4> canonical_local.sh rm -f genaliases gperf -m 10 lib/aliases.gperf > tmp.h cp tmp.h lib/aliases.h sh canonical.sh > lib/canonical.h sh canonical_local.sh > lib/canonical_local.h rm -f tmp.h canonical.sh canonical_local.sh gcc -O lib/genflags.c -o genflags ./genflags > lib/flags.h rm -f genflags cd libcharset && make -f Makefile.devel all make[1]: Nothing to be done for `all'. builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" if [ ! -d include ] ; then mkdir include ; fi cp ./include/libcharset.h.in include/libcharset.h cd lib && make all /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c mkdir .libs chmod 777 .libs /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -fno-common -DPIC -o .libs/localcharset.o /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fno-common -DPIC -o .libs/relocatable.o /usr/bin/gcc-4.0 -I. -I. -I.. -I./.. -I../include -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBCHARSET -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -O2 -fvisibility=hidden -o libcharset.la -rpath /opt/local/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libcharset.1.0.0.dylib .libs/localcharset.o .libs/relocatable.o -install_name /opt/local/lib/libcharset.1.dylib -compatibility_version 2 -current_version 2.0 (cd .libs && rm -f libcharset.1.dylib && ln -s libcharset.1.0.0.dylib libcharset.1.dylib) (cd .libs && rm -f libcharset.dylib && ln -s libcharset.1.0.0.dylib libcharset.dylib) ar cru .libs/libcharset.a localcharset.o relocatable.o ranlib .libs/libcharset.a creating libcharset.la (cd .libs && rm -f libcharset.la && ln -s ../libcharset.la libcharset.la) /bin/sh ./config.charset 'i386-apple-darwin9.6.0' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@//g' ./ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed cd lib && make all make[2]: Nothing to be done for `all'. cd lib && make install-lib libdir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib' includedir='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib' /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.la /usr/bin/install -c -m 644 .libs/libcharset.1.0.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.1.0.0.dylib (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib && { ln -s -f libcharset.1.0.0.dylib libcharset.1.dylib || { rm -f libcharset.1.dylib && ln -s libcharset.1.0.0.dylib libcharset.1.dylib; }; }) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib && { ln -s -f libcharset.1.0.0.dylib libcharset.dylib || { rm -f libcharset.dylib && ln -s libcharset.1.0.0.dylib libcharset.dylib; }; }) /usr/bin/install -c -m 644 .libs/libcharset.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.la /usr/bin/install -c -m 644 .libs/libcharset.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.a chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.a ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/charset.alias && orig=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/charset.alias \ || orig=charset.alias; \ sed -f ref-add.sed $orig > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/t-charset.alias; \ /usr/bin/install -c -m 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/t-charset.alias /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/charset.alias; \ rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/t-charset.alias /bin/sh ./build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib /usr/bin/install -c -m 644 include/libcharset.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/libcharset.h /usr/bin/install -c -m 644 include/localcharset.h.inst /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/libiconv-1.12/lib/localcharset.h cd lib && make all /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c mkdir .libs chmod 777 .libs /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fno-common -DPIC -o .libs/iconv.o In file included from ./loops.h:23, from ./iconv.c:130: ./loop_unicode.h: In function 'unicode_loop_convert': ./loop_unicode.h:325: warning: pointer targets in passing argument 1 of 'cd->fallbacks.mb_to_uc_fallback' differ in signedness /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -fno-common -DPIC -o .libs/localcharset.o /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -fno-common -DPIC -o .libs/relocatable.o /usr/bin/gcc-4.0 -I. -I. -I../include -I./../include -I.. -I./.. -O2 -fvisibility=hidden -DLIBDIR=\"/opt/local/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/opt/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -O2 -fvisibility=hidden -o libiconv.la -rpath /opt/local/lib -version-info 6:0:4 -no-undefined iconv.lo localcharset.lo relocatable.lo /usr/bin/gcc-4.0 -dynamiclib -o .libs/libiconv.2.4.0.dylib .libs/iconv.o .libs/localcharset.o .libs/relocatable.o -install_name /opt/local/lib/libiconv.2.dylib -compatibility_version 7 -current_version 7.0 (cd .libs && rm -f libiconv.2.dylib && ln -s libiconv.2.4.0.dylib libiconv.2.dylib) (cd .libs && rm -f libiconv.dylib && ln -s libiconv.2.4.0.dylib libiconv.dylib) ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o ranlib .libs/libiconv.a creating libiconv.la (cd .libs && rm -f libiconv.la && ln -s ../libiconv.la libiconv.la) cd srclib && make all { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t mv -f alloca.h-t alloca.h rm -f stdint.h-t stdint.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_STDINT_H''@/1/g' \ -e 's/@''INCLUDE_NEXT''@/include_next/g' \ -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \ -e 's/@''SIZE_T_SUFFIX''@/ul/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \ -e 's/@''WCHAR_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_WINT_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \ -e 's/@''WINT_T_SUFFIX''@//g' \ < ./stdint.in.h; \ } > stdint.h-t mv stdint.h-t stdint.h rm -f stdlib.h-t stdlib.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \ -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \ -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \ -e 's|@''GNULIB_GETSUBOPT''@|0|g' \ -e 's|@''GNULIB_MKDTEMP''@|0|g' \ -e 's|@''GNULIB_MKSTEMP''@|0|g' \ -e 's|@''GNULIB_PUTENV''@|0|g' \ -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ < ./stdlib.in.h; \ } > stdlib.h-t mv stdlib.h-t stdlib.h rm -f string.h-t string.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \ -e 's|@''NEXT_STRING_H''@|<string.h>|g' \ -e 's|@''GNULIB_MBSLEN''@|0|g' \ -e 's|@''GNULIB_MBSNLEN''@|0|g' \ -e 's|@''GNULIB_MBSCHR''@|0|g' \ -e 's|@''GNULIB_MBSRCHR''@|0|g' \ -e 's|@''GNULIB_MBSSTR''@|0|g' \ -e 's|@''GNULIB_MBSCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \ -e 's|@''GNULIB_MBSCASESTR''@|0|g' \ -e 's|@''GNULIB_MBSCSPN''@|0|g' \ -e 's|@''GNULIB_MBSPBRK''@|0|g' \ -e 's|@''GNULIB_MBSSPN''@|0|g' \ -e 's|@''GNULIB_MBSSEP''@|0|g' \ -e 's|@''GNULIB_MBSTOK_R''@|0|g' \ -e 's|@''GNULIB_MEMMEM''@|0|g' \ -e 's|@''GNULIB_MEMPCPY''@|0|g' \ -e 's|@''GNULIB_MEMRCHR''@|0|g' \ -e 's|@''GNULIB_STPCPY''@|0|g' \ -e 's|@''GNULIB_STPNCPY''@|0|g' \ -e 's|@''GNULIB_STRCHRNUL''@|0|g' \ -e 's|@''GNULIB_STRDUP''@|0|g' \ -e 's|@''GNULIB_STRNDUP''@|0|g' \ -e 's|@''GNULIB_STRNLEN''@|0|g' \ -e 's|@''GNULIB_STRPBRK''@|0|g' \ -e 's|@''GNULIB_STRSEP''@|0|g' \ -e 's|@''GNULIB_STRCASESTR''@|0|g' \ -e 's|@''GNULIB_STRTOK_R''@|0|g' \ -e 's|@''GNULIB_STRERROR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCASECMP''@|1|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR''@|1|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \ < ./string.in.h; \ } > string.h-t mv string.h-t string.h rm -f unistd.h-t unistd.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's/@''INCLUDE_NEXT''@/include_next/g' \ -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \ -e 's|@''GNULIB_CHOWN''@|0|g' \ -e 's|@''GNULIB_DUP2''@|0|g' \ -e 's|@''GNULIB_FCHDIR''@|0|g' \ -e 's|@''GNULIB_FTRUNCATE''@|0|g' \ -e 's|@''GNULIB_GETCWD''@|0|g' \ -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \ -e 's|@''GNULIB_LCHOWN''@|0|g' \ -e 's|@''GNULIB_LSEEK''@|0|g' \ -e 's|@''GNULIB_READLINK''@|1|g' \ -e 's|@''GNULIB_SLEEP''@|0|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_FCHDIR''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ < ./unistd.in.h; \ } > unistd.h-t mv unistd.h-t unistd.h make all-am /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c areadlink.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c malloca.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c progname.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c -o width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c xmalloc.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c xstrdup.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c xreadlink.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c canonicalize-lgpl.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -O2 -c error.c rm -f libicrt.a ar cru libicrt.a areadlink.o malloca.o progname.o width.o xmalloc.o xstrdup.o xreadlink.o canonicalize-lgpl.o error.o ranlib libicrt.a cd src && make all /usr/bin/gcc-4.0 -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O2 -DINSTALLDIR=\"/opt/local/bin\" -DLOCALEDIR=\"/opt/local/share/locale\" ./iconv_no_i18n.c /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -O2 iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n mkdir .libs chmod 777 .libs /usr/bin/gcc-4.0 -O2 iconv_no_i18n.o -o .libs/iconv_no_i18n ../srclib/libicrt.a ../lib/.libs/libiconv.dylib creating iconv_no_i18n /usr/bin/gcc-4.0 -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -O2 -DINSTALLDIR=\"/opt/local/bin\" -DLOCALEDIR=\"/opt/local/share/locale\" ./iconv.c test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . cd po && make all cd man && make all make[1]: Nothing to be done for `all'. if test -d tests; then cd tests && make all; fi make[1]: Nothing to be done for `all'. ---> Staging libiconv into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) cd libcharset && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib' cd lib && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib' /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.la /usr/bin/install -c -m 644 .libs/libcharset.1.0.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.1.0.0.dylib (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib && { ln -s -f libcharset.1.0.0.dylib libcharset.1.dylib || { rm -f libcharset.1.dylib && ln -s libcharset.1.0.0.dylib libcharset.1.dylib; }; }) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib && { ln -s -f libcharset.1.0.0.dylib libcharset.dylib || { rm -f libcharset.dylib && ln -s libcharset.1.0.0.dylib libcharset.dylib; }; }) /usr/bin/install -c -m 644 .libs/libcharset.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.la /usr/bin/install -c -m 644 .libs/libcharset.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.a chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.a ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libcharset.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' if test -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/charset.alias; then \ sed -f ref-add.sed /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/charset.alias > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias; \ /usr/bin/install -c -m 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/charset.alias; \ rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias; \ else \ if test no = no; then \ sed -f ref-add.sed charset.alias > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias; \ /usr/bin/install -c -m 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/charset.alias; \ rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/t-charset.alias; \ fi ; \ fi /bin/sh ./build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include /usr/bin/install -c -m 644 include/libcharset.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include/libcharset.h /usr/bin/install -c -m 644 include/localcharset.h.inst /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include/localcharset.h cd lib && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib' if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib ; fi /bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libiconv.la /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la /usr/bin/install -c -m 644 .libs/libiconv.2.4.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.2.4.0.dylib (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib && { ln -s -f libiconv.2.4.0.dylib libiconv.2.dylib || { rm -f libiconv.2.dylib && ln -s libiconv.2.4.0.dylib libiconv.2.dylib; }; }) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib && { ln -s -f libiconv.2.4.0.dylib libiconv.dylib || { rm -f libiconv.dylib && ln -s libiconv.2.4.0.dylib libiconv.dylib; }; }) /usr/bin/install -c -m 644 .libs/libiconv.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la /usr/bin/install -c -m 644 .libs/libiconv.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.a chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.a ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' case "darwin9.6.0" in \ aix*) (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib && \ objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && \ ar x libiconv.a && ar x /lib/libiconv.a && \ ar q libiconv.new.a $objects && \ rm -f $objects && \ mv -f libiconv.new.a libiconv.a) ;; \ esac if test -n ""; then /usr/bin/install -c -m 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/.new && mv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/.new /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/ ; fi cd srclib && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib' make install-am make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. cd src && make install prefix='/opt/local' exec_prefix='/opt/local' libdir='/opt/local/lib' test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin ; fi case "darwin9.6.0" in \ hpux*) /usr/bin/gcc-4.0 -O2 `if test -n ''; then /opt/local/bin; fi` iconv.o ../srclib/libicrt.a -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib -liconv `if test -n '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot'; then echo " -Wl,+b -Wl,/opt/local/lib"; fi` -o iconv;; \ darwin*) /usr/bin/gcc-4.0 -O2 `if test -n ''; then /opt/local/bin; fi` iconv.o ../srclib/libicrt.a -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib -liconv -o iconv;; \ *) /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -O2 `if test -n ''; then /opt/local/bin; fi` iconv.o ../srclib/libicrt.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/lib/libiconv.la -o iconv;; \ esac /bin/sh ../libtool --mode=install /usr/bin/install -c iconv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin/iconv /usr/bin/install -c iconv /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/bin/iconv if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include ] ; then /bin/sh ./build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include ; fi /usr/bin/install -c -m 644 include/iconv.h.inst /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/include/iconv.h cd po && make install prefix='/opt/local' exec_prefix='/opt/local' datarootdir='/opt/local/share' datadir='/opt/local/share' if test "libiconv" = "gettext-tools"; then \ ../build-aux/install-sh -c -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/gettext/po/$file; \ done; \ else \ : ; \ fi cd man && make install prefix='/opt/local' exec_prefix='/opt/local' datarootdir='/opt/local/share' datadir='/opt/local/share' mandir='/opt/local/share/man' if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man1 ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man1 ; fi builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man1/$f) ; done /usr/bin/install -c -m 644 ./iconv.1 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man1/iconv.1 if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3 ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3 ; fi builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/$f) ; done /usr/bin/install -c -m 644 ./iconv.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/iconv.3 /usr/bin/install -c -m 644 ./iconv_close.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/iconv_close.3 /usr/bin/install -c -m 644 ./iconv_open.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/iconv_open.3 /usr/bin/install -c -m 644 ./iconvctl.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/man/man3/iconvctl.3 if [ ! -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12 ] ; then /bin/sh ../build-aux/mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12 ; fi mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12 builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/$f ; /usr/bin/install -c -m 644 ./$f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/$f) ; done /usr/bin/install -c -m 644 ./iconv.1.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/iconv.1.html /usr/bin/install -c -m 644 ./iconv.3.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/iconv.3.html /usr/bin/install -c -m 644 ./iconv_close.3.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/iconv_close.3.html /usr/bin/install -c -m 644 ./iconv_open.3.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/iconv_open.3.html /usr/bin/install -c -m 644 ./iconvctl.3.html /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libiconv/work/destroot/opt/local/share/doc/libiconv-1.12/iconvctl.3.html ---> Compressing man pages for libiconv man1/iconv.1: 63.2% -- replaced with man1/iconv.1.gz man1/iconv.1.gz: changing permissions from 00644 to 00444 man3/iconv.3: 63.9% -- replaced with man3/iconv.3.gz man3/iconv.3.gz: changing permissions from 00644 to 00444 man3/iconv_close.3: 39.4% -- replaced with man3/iconv_close.3.gz man3/iconv_close.3.gz: changing permissions from 00644 to 00444 man3/iconv_open.3: 53.1% -- replaced with man3/iconv_open.3.gz man3/iconv_open.3.gz: changing permissions from 00644 to 00444 man3/iconvctl.3: 54.9% -- replaced with man3/iconvctl.3.gz man3/iconvctl.3.gz: changing permissions from 00644 to 00444 ---> Installing libiconv @1.12_0 ---> Activating libiconv @1.12_0 ---> Cleaning libiconv ---> Removing build directory for libiconv ---> Fetching zlib ---> zlib-1.2.3.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://switch.dl.sourceforge.net/libpng % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 415k 100 415k 0 0 81430 0 0:00:05 0:00:05 --:--:-- 104k ---> Verifying checksum(s) for zlib ---> Checksumming zlib-1.2.3.tar.bz2 ---> Extracting zlib ---> Extracting zlib-1.2.3.tar.bz2 ---> Applying patches to zlib ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib/files/patch-Makefile-static.diff patching file Makefile.in ---> Configuring zlib Checking for shared library support... Building shared library libz.1.2.3.dylib with /usr/bin/gcc-4.0. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. ---> Building zlib /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o example.o example.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o adler32.o adler32.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o compress.o compress.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o crc32.o crc32.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o gzio.o gzio.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o uncompr.o uncompr.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o deflate.o deflate.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o trees.o trees.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o zutil.o zutil.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o inflate.o inflate.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o infback.o infback.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o inftrees.o inftrees.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o /usr/bin/gcc-4.0 -dynamiclib -install_name /opt/local/lib/libz.1.dylib -compatibility_version 1 -current_version 1.2.3 -o libz.1.2.3.dylib adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o rm -f libz.dylib libz.1.dylib ln -s libz.1.2.3.dylib libz.dylib ln -s libz.1.2.3.dylib libz.1.dylib /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -o example example.o -L. libz.1.2.3.dylib /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -c -o minigzip.o minigzip.c /usr/bin/gcc-4.0 -O2 -DUSE_MMAP -o minigzip minigzip.o -L. libz.1.2.3.dylib ---> Staging zlib into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) cp zlib.h zconf.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/include chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/include/zlib.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/include/zconf.h cp libz.1.2.3.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/lib cp libz.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/lib cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/lib; chmod 755 libz.1.2.3.dylib cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/lib; if test -f libz.1.2.3.dylib; then \ rm -f libz.dylib libz.1.dylib; \ ln -s libz.1.2.3.dylib libz.dylib; \ ln -s libz.1.2.3.dylib libz.1.dylib; \ (ldconfig || true) >/dev/null 2>&1; \ fi cp zlib.3 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/man/man3 chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/man/man3/zlib.3 xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc/zlib-1.2.3 xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3) xinstall: ChangeLog -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc/zlib-1.2.3/ChangeLog xinstall: FAQ -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc/zlib-1.2.3/FAQ xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc/zlib-1.2.3/README xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/opt/local/share/doc/zlib-1.2.3/examples xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/example.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_z xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/fitblk.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_arc xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/gun.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archiv xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/gzappend.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_a xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/gzjoin.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_arc xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/gzlog.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_arch xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/gzlog.h -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_arch xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/README.examples -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_po xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/zlib_how.html -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_port xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/zpipe.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_arch xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3/examples/zran.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_archi ---> Compressing man pages for zlib man3/zlib.3: 54.0% -- replaced with man3/zlib.3.gz man3/zlib.3.gz: changing permissions from 00644 to 00444 ---> Installing zlib @1.2.3_2 ---> Activating zlib @1.2.3_2 ---> Cleaning zlib ---> Removing build directory for zlib ---> Fetching libpng ---> libpng-1.2.34.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/libpng ---> Attempting to fetch libpng-1.2.34.tar.bz2 from http://kent.dl.sourceforge.net/libpng % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 623k 100 623k 0 0 205k 0 0:00:03 0:00:03 --:--:-- 228k ---> Verifying checksum(s) for libpng ---> Checksumming libpng-1.2.34.tar.bz2 ---> Extracting libpng ---> Extracting libpng-1.2.34.tar.bz2 /usr/bin/gnutar: Read 5120 bytes from - ---> Configuring libpng checking for a BSD-compatible install... /usr/bin/install -c 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... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for sed... /usr/bin/sed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common -DPIC checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking if /usr/bin/gcc-4.0 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld 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 checking for ANSI C header files... (cached) yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working strtod... yes checking for memset... yes checking for pow... yes checking for zlibVersion in -lz... yes checking if assembler code in pnggccrd.c can be compiled without PNG_NO_MMX_CODE... yes checking if libraries can be versioned... no configure: WARNING: *** You have not enabled versioned symbols. configure: pkgconfig directory is ${libdir}/pkgconfig configure: creating ./config.status config.status: creating Makefile config.status: creating libpng.pc config.status: creating libpng-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ---> Building libpng make all-am /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo './'`png.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c png.c -fno-common -DPIC -o .libs/libpng12_la-png.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c png.c -o libpng12_la-png.o >/dev/null 2>&1 mv -f .deps/libpng12_la-png.Tpo .deps/libpng12_la-png.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngset.lo -MD -MP -MF .deps/libpng12_la-pngset.Tpo -c -o libpng12_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngset.lo -MD -MP -MF .deps/libpng12_la-pngset.Tpo -c pngset.c -fno-common -DPIC -o .libs/libpng12_la-pngset.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngset.lo -MD -MP -MF .deps/libpng12_la-pngset.Tpo -c pngset.c -o libpng12_la-pngset.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngset.Tpo .deps/libpng12_la-pngset.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngget.lo -MD -MP -MF .deps/libpng12_la-pngget.Tpo -c -o libpng12_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngget.lo -MD -MP -MF .deps/libpng12_la-pngget.Tpo -c pngget.c -fno-common -DPIC -o .libs/libpng12_la-pngget.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngget.lo -MD -MP -MF .deps/libpng12_la-pngget.Tpo -c pngget.c -o libpng12_la-pngget.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngget.Tpo .deps/libpng12_la-pngget.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrutil.lo -MD -MP -MF .deps/libpng12_la-pngrutil.Tpo -c -o libpng12_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrutil.lo -MD -MP -MF .deps/libpng12_la-pngrutil.Tpo -c pngrutil.c -fno-common -DPIC -o .libs/libpng12_la-pngrutil.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrutil.lo -MD -MP -MF .deps/libpng12_la-pngrutil.Tpo -c pngrutil.c -o libpng12_la-pngrutil.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngrutil.Tpo .deps/libpng12_la-pngrutil.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngtrans.lo -MD -MP -MF .deps/libpng12_la-pngtrans.Tpo -c -o libpng12_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngtrans.lo -MD -MP -MF .deps/libpng12_la-pngtrans.Tpo -c pngtrans.c -fno-common -DPIC -o .libs/libpng12_la-pngtrans.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngtrans.lo -MD -MP -MF .deps/libpng12_la-pngtrans.Tpo -c pngtrans.c -o libpng12_la-pngtrans.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngtrans.Tpo .deps/libpng12_la-pngtrans.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwutil.lo -MD -MP -MF .deps/libpng12_la-pngwutil.Tpo -c -o libpng12_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwutil.lo -MD -MP -MF .deps/libpng12_la-pngwutil.Tpo -c pngwutil.c -fno-common -DPIC -o .libs/libpng12_la-pngwutil.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwutil.lo -MD -MP -MF .deps/libpng12_la-pngwutil.Tpo -c pngwutil.c -o libpng12_la-pngwutil.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngwutil.Tpo .deps/libpng12_la-pngwutil.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngread.lo -MD -MP -MF .deps/libpng12_la-pngread.Tpo -c -o libpng12_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngread.lo -MD -MP -MF .deps/libpng12_la-pngread.Tpo -c pngread.c -fno-common -DPIC -o .libs/libpng12_la-pngread.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngread.lo -MD -MP -MF .deps/libpng12_la-pngread.Tpo -c pngread.c -o libpng12_la-pngread.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngread.Tpo .deps/libpng12_la-pngread.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrio.lo -MD -MP -MF .deps/libpng12_la-pngrio.Tpo -c -o libpng12_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrio.lo -MD -MP -MF .deps/libpng12_la-pngrio.Tpo -c pngrio.c -fno-common -DPIC -o .libs/libpng12_la-pngrio.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrio.lo -MD -MP -MF .deps/libpng12_la-pngrio.Tpo -c pngrio.c -o libpng12_la-pngrio.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngrio.Tpo .deps/libpng12_la-pngrio.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwio.lo -MD -MP -MF .deps/libpng12_la-pngwio.Tpo -c -o libpng12_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwio.lo -MD -MP -MF .deps/libpng12_la-pngwio.Tpo -c pngwio.c -fno-common -DPIC -o .libs/libpng12_la-pngwio.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwio.lo -MD -MP -MF .deps/libpng12_la-pngwio.Tpo -c pngwio.c -o libpng12_la-pngwio.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngwio.Tpo .deps/libpng12_la-pngwio.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwrite.lo -MD -MP -MF .deps/libpng12_la-pngwrite.Tpo -c -o libpng12_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwrite.lo -MD -MP -MF .deps/libpng12_la-pngwrite.Tpo -c pngwrite.c -fno-common -DPIC -o .libs/libpng12_la-pngwrite.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwrite.lo -MD -MP -MF .deps/libpng12_la-pngwrite.Tpo -c pngwrite.c -o libpng12_la-pngwrite.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngwrite.Tpo .deps/libpng12_la-pngwrite.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrtran.lo -MD -MP -MF .deps/libpng12_la-pngrtran.Tpo -c -o libpng12_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrtran.lo -MD -MP -MF .deps/libpng12_la-pngrtran.Tpo -c pngrtran.c -fno-common -DPIC -o .libs/libpng12_la-pngrtran.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngrtran.lo -MD -MP -MF .deps/libpng12_la-pngrtran.Tpo -c pngrtran.c -o libpng12_la-pngrtran.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngrtran.Tpo .deps/libpng12_la-pngrtran.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwtran.lo -MD -MP -MF .deps/libpng12_la-pngwtran.Tpo -c -o libpng12_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwtran.lo -MD -MP -MF .deps/libpng12_la-pngwtran.Tpo -c pngwtran.c -fno-common -DPIC -o .libs/libpng12_la-pngwtran.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngwtran.lo -MD -MP -MF .deps/libpng12_la-pngwtran.Tpo -c pngwtran.c -o libpng12_la-pngwtran.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngwtran.Tpo .deps/libpng12_la-pngwtran.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngmem.lo -MD -MP -MF .deps/libpng12_la-pngmem.Tpo -c -o libpng12_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngmem.lo -MD -MP -MF .deps/libpng12_la-pngmem.Tpo -c pngmem.c -fno-common -DPIC -o .libs/libpng12_la-pngmem.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngmem.lo -MD -MP -MF .deps/libpng12_la-pngmem.Tpo -c pngmem.c -o libpng12_la-pngmem.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngmem.Tpo .deps/libpng12_la-pngmem.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngerror.lo -MD -MP -MF .deps/libpng12_la-pngerror.Tpo -c -o libpng12_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngerror.lo -MD -MP -MF .deps/libpng12_la-pngerror.Tpo -c pngerror.c -fno-common -DPIC -o .libs/libpng12_la-pngerror.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngerror.lo -MD -MP -MF .deps/libpng12_la-pngerror.Tpo -c pngerror.c -o libpng12_la-pngerror.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngerror.Tpo .deps/libpng12_la-pngerror.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngpread.lo -MD -MP -MF .deps/libpng12_la-pngpread.Tpo -c -o libpng12_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngpread.lo -MD -MP -MF .deps/libpng12_la-pngpread.Tpo -c pngpread.c -fno-common -DPIC -o .libs/libpng12_la-pngpread.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng12_la-pngpread.lo -MD -MP -MF .deps/libpng12_la-pngpread.Tpo -c pngpread.c -o libpng12_la-pngpread.o >/dev/null 2>&1 mv -f .deps/libpng12_la-pngpread.Tpo .deps/libpng12_la-pngpread.Plo rm -f libpng.sym libpng.sym.new /usr/bin/cpp-4.0 -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -DPNG_BUILDSYMS ./png.h | \ /usr/bin/sed -n -e \ 's|^.*PNG_FUNCTION_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \ -e 's|^.*PNG_DATA_EXPORT[ ]*\(['_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789']*\).*$|\1|p' \ >libpng.sym.new mv libpng.sym.new libpng.sym /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-undefined -export-dynamic -version-number 0:34:0 -export-symbols libpng.sym -L/opt/local/lib -o libpng12.la -rpath /opt/local/lib libpng12_la-png.lo libpng12_la-pngset.lo libpng12_la-pngget.lo libpng12_la-pngrutil.lo libpng12_la-pngtrans.lo libpng12_la-pngwutil.lo libpng12_la-pngread.lo libpng12_la-pngrio.lo libpng12_la-pngwio.lo libpng12_la-pngwrite.lo libpng12_la-pngrtran.lo libpng12_la-pngwtran.lo libpng12_la-pngmem.lo libpng12_la-pngerror.lo libpng12_la-pngpread.lo -lz libtool: link: sed 's,^,_,' < libpng.sym > .libs/libpng12-symbols.expsym libtool: link: /usr/bin/gcc-4.0 -dynamiclib -o .libs/libpng12.0.dylib .libs/libpng12_la-png.o .libs/libpng12_la-pngset.o .libs/libpng12_la-pngget.o .libs/libpng12_la-pngrutil.o .libs/libpng12_la-pngtrans.o .libs/libpng12_la-pngwutil.o .libs/libpng12_la-pngread.o .libs/libpng12_la-pngrio.o .libs/libpng12_la-pngwio.o .libs/libpng12_la-pngwrite.o .libs/libpng12_la-pngrtran.o .libs/libpng12_la-pngwtran.o .libs/libpng12_la-pngmem.o .libs/libpng12_la-pngerror.o .libs/libpng12_la-pngpread.o -L/opt/local/lib -lz -install_name /opt/local/lib/libpng12.0.dylib -compatibility_version 35 -current_version 35.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libpng12-symbols.expsym libtool: link: dsymutil .libs/libpng12.0.dylib || : warning: no debug symbols in executable (-arch i386) libtool: link: (cd ".libs" && rm -f "libpng12.dylib" && ln -s "libpng12.0.dylib" "libpng12.dylib") libtool: link: ar cru .libs/libpng12.a libpng12_la-png.o libpng12_la-pngset.o libpng12_la-pngget.o libpng12_la-pngrutil.o libpng12_la-pngtrans.o libpng12_la-pngwutil.o libpng12_la-pngread.o libpng12_la-pngrio.o libpng12_la-pngwio.o libpng12_la-pngwrite.o libpng12_la-pngrtran.o libpng12_la-pngwtran.o libpng12_la-pngmem.o libpng12_la-pngerror.o libpng12_la-pngpread.o libtool: link: ranlib .libs/libpng12.a libtool: link: ( cd ".libs" && rm -f "libpng12.la" && ln -s "../libpng12.la" "libpng12.la" ) /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-png.lo -MD -MP -MF .deps/libpng_la-png.Tpo -c -o libpng_la-png.lo `test -f 'png.c' || echo './'`png.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-png.lo -MD -MP -MF .deps/libpng_la-png.Tpo -c png.c -fno-common -DPIC -o .libs/libpng_la-png.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-png.lo -MD -MP -MF .deps/libpng_la-png.Tpo -c png.c -o libpng_la-png.o >/dev/null 2>&1 mv -f .deps/libpng_la-png.Tpo .deps/libpng_la-png.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngset.lo -MD -MP -MF .deps/libpng_la-pngset.Tpo -c -o libpng_la-pngset.lo `test -f 'pngset.c' || echo './'`pngset.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngset.lo -MD -MP -MF .deps/libpng_la-pngset.Tpo -c pngset.c -fno-common -DPIC -o .libs/libpng_la-pngset.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngset.lo -MD -MP -MF .deps/libpng_la-pngset.Tpo -c pngset.c -o libpng_la-pngset.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngset.Tpo .deps/libpng_la-pngset.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngget.lo -MD -MP -MF .deps/libpng_la-pngget.Tpo -c -o libpng_la-pngget.lo `test -f 'pngget.c' || echo './'`pngget.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngget.lo -MD -MP -MF .deps/libpng_la-pngget.Tpo -c pngget.c -fno-common -DPIC -o .libs/libpng_la-pngget.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngget.lo -MD -MP -MF .deps/libpng_la-pngget.Tpo -c pngget.c -o libpng_la-pngget.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngget.Tpo .deps/libpng_la-pngget.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrutil.lo -MD -MP -MF .deps/libpng_la-pngrutil.Tpo -c -o libpng_la-pngrutil.lo `test -f 'pngrutil.c' || echo './'`pngrutil.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrutil.lo -MD -MP -MF .deps/libpng_la-pngrutil.Tpo -c pngrutil.c -fno-common -DPIC -o .libs/libpng_la-pngrutil.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrutil.lo -MD -MP -MF .deps/libpng_la-pngrutil.Tpo -c pngrutil.c -o libpng_la-pngrutil.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngrutil.Tpo .deps/libpng_la-pngrutil.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngtrans.lo -MD -MP -MF .deps/libpng_la-pngtrans.Tpo -c -o libpng_la-pngtrans.lo `test -f 'pngtrans.c' || echo './'`pngtrans.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngtrans.lo -MD -MP -MF .deps/libpng_la-pngtrans.Tpo -c pngtrans.c -fno-common -DPIC -o .libs/libpng_la-pngtrans.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngtrans.lo -MD -MP -MF .deps/libpng_la-pngtrans.Tpo -c pngtrans.c -o libpng_la-pngtrans.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngtrans.Tpo .deps/libpng_la-pngtrans.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwutil.lo -MD -MP -MF .deps/libpng_la-pngwutil.Tpo -c -o libpng_la-pngwutil.lo `test -f 'pngwutil.c' || echo './'`pngwutil.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwutil.lo -MD -MP -MF .deps/libpng_la-pngwutil.Tpo -c pngwutil.c -fno-common -DPIC -o .libs/libpng_la-pngwutil.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwutil.lo -MD -MP -MF .deps/libpng_la-pngwutil.Tpo -c pngwutil.c -o libpng_la-pngwutil.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngwutil.Tpo .deps/libpng_la-pngwutil.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngread.lo -MD -MP -MF .deps/libpng_la-pngread.Tpo -c -o libpng_la-pngread.lo `test -f 'pngread.c' || echo './'`pngread.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngread.lo -MD -MP -MF .deps/libpng_la-pngread.Tpo -c pngread.c -fno-common -DPIC -o .libs/libpng_la-pngread.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngread.lo -MD -MP -MF .deps/libpng_la-pngread.Tpo -c pngread.c -o libpng_la-pngread.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngread.Tpo .deps/libpng_la-pngread.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrio.lo -MD -MP -MF .deps/libpng_la-pngrio.Tpo -c -o libpng_la-pngrio.lo `test -f 'pngrio.c' || echo './'`pngrio.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrio.lo -MD -MP -MF .deps/libpng_la-pngrio.Tpo -c pngrio.c -fno-common -DPIC -o .libs/libpng_la-pngrio.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrio.lo -MD -MP -MF .deps/libpng_la-pngrio.Tpo -c pngrio.c -o libpng_la-pngrio.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngrio.Tpo .deps/libpng_la-pngrio.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwio.lo -MD -MP -MF .deps/libpng_la-pngwio.Tpo -c -o libpng_la-pngwio.lo `test -f 'pngwio.c' || echo './'`pngwio.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwio.lo -MD -MP -MF .deps/libpng_la-pngwio.Tpo -c pngwio.c -fno-common -DPIC -o .libs/libpng_la-pngwio.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwio.lo -MD -MP -MF .deps/libpng_la-pngwio.Tpo -c pngwio.c -o libpng_la-pngwio.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngwio.Tpo .deps/libpng_la-pngwio.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwrite.lo -MD -MP -MF .deps/libpng_la-pngwrite.Tpo -c -o libpng_la-pngwrite.lo `test -f 'pngwrite.c' || echo './'`pngwrite.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwrite.lo -MD -MP -MF .deps/libpng_la-pngwrite.Tpo -c pngwrite.c -fno-common -DPIC -o .libs/libpng_la-pngwrite.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwrite.lo -MD -MP -MF .deps/libpng_la-pngwrite.Tpo -c pngwrite.c -o libpng_la-pngwrite.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngwrite.Tpo .deps/libpng_la-pngwrite.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrtran.lo -MD -MP -MF .deps/libpng_la-pngrtran.Tpo -c -o libpng_la-pngrtran.lo `test -f 'pngrtran.c' || echo './'`pngrtran.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrtran.lo -MD -MP -MF .deps/libpng_la-pngrtran.Tpo -c pngrtran.c -fno-common -DPIC -o .libs/libpng_la-pngrtran.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngrtran.lo -MD -MP -MF .deps/libpng_la-pngrtran.Tpo -c pngrtran.c -o libpng_la-pngrtran.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngrtran.Tpo .deps/libpng_la-pngrtran.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwtran.lo -MD -MP -MF .deps/libpng_la-pngwtran.Tpo -c -o libpng_la-pngwtran.lo `test -f 'pngwtran.c' || echo './'`pngwtran.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwtran.lo -MD -MP -MF .deps/libpng_la-pngwtran.Tpo -c pngwtran.c -fno-common -DPIC -o .libs/libpng_la-pngwtran.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngwtran.lo -MD -MP -MF .deps/libpng_la-pngwtran.Tpo -c pngwtran.c -o libpng_la-pngwtran.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngwtran.Tpo .deps/libpng_la-pngwtran.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngmem.lo -MD -MP -MF .deps/libpng_la-pngmem.Tpo -c -o libpng_la-pngmem.lo `test -f 'pngmem.c' || echo './'`pngmem.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngmem.lo -MD -MP -MF .deps/libpng_la-pngmem.Tpo -c pngmem.c -fno-common -DPIC -o .libs/libpng_la-pngmem.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngmem.lo -MD -MP -MF .deps/libpng_la-pngmem.Tpo -c pngmem.c -o libpng_la-pngmem.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngmem.Tpo .deps/libpng_la-pngmem.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngerror.lo -MD -MP -MF .deps/libpng_la-pngerror.Tpo -c -o libpng_la-pngerror.lo `test -f 'pngerror.c' || echo './'`pngerror.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngerror.lo -MD -MP -MF .deps/libpng_la-pngerror.Tpo -c pngerror.c -fno-common -DPIC -o .libs/libpng_la-pngerror.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngerror.lo -MD -MP -MF .deps/libpng_la-pngerror.Tpo -c pngerror.c -o libpng_la-pngerror.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngerror.Tpo .deps/libpng_la-pngerror.Plo /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngpread.lo -MD -MP -MF .deps/libpng_la-pngpread.Tpo -c -o libpng_la-pngpread.lo `test -f 'pngpread.c' || echo './'`pngpread.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngpread.lo -MD -MP -MF .deps/libpng_la-pngpread.Tpo -c pngpread.c -fno-common -DPIC -o .libs/libpng_la-pngpread.o libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -I/opt/local/include -O2 -MT libpng_la-pngpread.lo -MD -MP -MF .deps/libpng_la-pngpread.Tpo -c pngpread.c -o libpng_la-pngpread.o >/dev/null 2>&1 mv -f .deps/libpng_la-pngpread.Tpo .deps/libpng_la-pngpread.Plo /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -rpath '/opt/local/lib' -no-undefined -export-dynamic -version-number 3:34:0 -L/opt/local/lib -o libpng.la libpng_la-png.lo libpng_la-pngset.lo libpng_la-pngget.lo libpng_la-pngrutil.lo libpng_la-pngtrans.lo libpng_la-pngwutil.lo libpng_la-pngread.lo libpng_la-pngrio.lo libpng_la-pngwio.lo libpng_la-pngwrite.lo libpng_la-pngrtran.lo libpng_la-pngwtran.lo libpng_la-pngmem.lo libpng_la-pngerror.lo libpng_la-pngpread.lo -lz libtool: link: /usr/bin/gcc-4.0 -dynamiclib -o .libs/libpng.3.dylib .libs/libpng_la-png.o .libs/libpng_la-pngset.o .libs/libpng_la-pngget.o .libs/libpng_la-pngrutil.o .libs/libpng_la-pngtrans.o .libs/libpng_la-pngwutil.o .libs/libpng_la-pngread.o .libs/libpng_la-pngrio.o .libs/libpng_la-pngwio.o .libs/libpng_la-pngwrite.o .libs/libpng_la-pngrtran.o .libs/libpng_la-pngwtran.o .libs/libpng_la-pngmem.o .libs/libpng_la-pngerror.o .libs/libpng_la-pngpread.o -L/opt/local/lib -lz -install_name /opt/local/lib/libpng.3.dylib -compatibility_version 38 -current_version 38.0 -Wl,-single_module libtool: link: dsymutil .libs/libpng.3.dylib || : warning: no debug symbols in executable (-arch i386) libtool: link: (cd ".libs" && rm -f "libpng.dylib" && ln -s "libpng.3.dylib" "libpng.dylib") libtool: link: ar cru .libs/libpng.a libpng_la-png.o libpng_la-pngset.o libpng_la-pngget.o libpng_la-pngrutil.o libpng_la-pngtrans.o libpng_la-pngwutil.o libpng_la-pngread.o libpng_la-pngrio.o libpng_la-pngwio.o libpng_la-pngwrite.o libpng_la-pngrtran.o libpng_la-pngwtran.o libpng_la-pngmem.o libpng_la-pngerror.o libpng_la-pngpread.o libtool: link: ranlib .libs/libpng.a libtool: link: ( cd ".libs" && rm -f "libpng.la" && ln -s "../libpng.la" "libpng.la" ) cp libpng-config libpng12-config cp libpng.pc libpng12.pc ---> Staging libpng into destroot . changed gid expected 0 found 80 modified ./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed gid expected 80 found 0 modified ./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./src missing (created) ./var missing (created) ./var/macports missing (created) ./var/macports/distfiles missing (created) ./var/macports/receipts missing (created) ./var/macports/registry missing (created) ./www missing (created) test -z "/opt/local/bin" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/bin" /usr/bin/install -c 'libpng12-config' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/bin/libpng12-config' test -z "/opt/local/lib" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libpng12.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.la' libtool: install: /usr/bin/install -c .libs/libpng12.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.0.dylib libtool: install: (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib && { ln -s -f libpng12.0.dylib libpng12.dylib || { rm -f libpng12.dylib && ln -s libpng12.0.dylib libpng12.dylib; }; }) libtool: install: /usr/bin/install -c .libs/libpng12.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.la libtool: install: /usr/bin/install -c .libs/libpng12.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.a libtool: install: chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.a libtool: install: ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng12.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c 'libpng.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.la' libtool: install: /usr/bin/install -c .libs/libpng.3.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.3.dylib libtool: install: (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib && { ln -s -f libpng.3.dylib libpng.dylib || { rm -f libpng.dylib && ln -s libpng.3.dylib libpng.dylib; }; }) libtool: install: /usr/bin/install -c .libs/libpng.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.la libtool: install: /usr/bin/install -c .libs/libpng.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.a libtool: install: chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.a libtool: install: ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/libpng.a libtool: install: warning: remember to run `libtool --finish /opt/local/lib' make install-exec-hook cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/bin; rm -f libpng-config cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/bin; ln -s libpng12-config libpng-config + cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib + for ext in a la so sl dylib + rm -f libpng.a + test -f libpng12.a + ln -s libpng12.a libpng.a + for ext in a la so sl dylib + rm -f libpng.la + test -f libpng12.la + ln -s libpng12.la libpng.la + for ext in a la so sl dylib + rm -f libpng.so + test -f libpng12.so + for ext in a la so sl dylib + rm -f libpng.sl + test -f libpng12.sl + for ext in a la so sl dylib + rm -f libpng.dylib + test -f libpng12.dylib + ln -s libpng12.dylib libpng.dylib test -z "/opt/local/share/man/man3" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/man/man3" /usr/bin/install -c -m 644 './libpng.3' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/man/man3/libpng.3' /usr/bin/install -c -m 644 './libpngpf.3' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/man/man3/libpngpf.3' test -z "/opt/local/share/man/man5" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/man/man5" /usr/bin/install -c -m 644 './png.5' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/man/man5/png.5' test -z "/opt/local/lib/pkgconfig" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/pkgconfig" /usr/bin/install -c -m 644 'libpng12.pc' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/pkgconfig/libpng12.pc' test -z "/opt/local/include/libpng12" || ./install-sh -c -d "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include/libpng12" /usr/bin/install -c -m 644 'png.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include/libpng12/png.h' /usr/bin/install -c -m 644 'pngconf.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include/libpng12/pngconf.h' make install-data-hook cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include; rm -f png.h pngconf.h cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include; ln -s libpng12/png.h png.h cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/include; ln -s libpng12/pngconf.h pngconf.h cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/pkgconfig; rm -f libpng.pc cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/lib/pkgconfig; ln -s libpng12.pc libpng.pc xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34 xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/examples xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/libpng-1.2.34) xinstall: ANNOUNCE -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/ANNOUNCE xinstall: CHANGES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/CHANGES xinstall: KNOWNBUG -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/KNOWNBUG xinstall: LICENSE -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/LICENSE xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/README xinstall: TODO -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/destroot/opt/local/share/doc/libpng-1.2.34/TODO xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libpng/work/libpng-1.2.34/example.c -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphic ---> Compressing man pages for libpng man3/libpng.3: 72.2% -- replaced with man3/libpng.3.gz man3/libpng.3.gz: changing permissions from 00644 to 00444 man3/libpngpf.3: 87.7% -- replaced with man3/libpngpf.3.gz man3/libpngpf.3.gz: changing permissions from 00644 to 00444 man5/png.5: 53.2% -- replaced with man5/png.5.gz man5/png.5.gz: changing permissions from 00644 to 00444 ---> Installing libpng @1.2.34_0 ---> Activating libpng @1.2.34_0 ---> Cleaning libpng ---> Removing build directory for libpng ---> Fetching openmotif ---> openmotif-2.3.1-1.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/openmotif ---> Attempting to fetch openmotif-2.3.1-1.tar.gz from http://trd.no.distfiles.macports.org/openmotif % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5798k 100 5798k 0 0 239k 0 0:00:24 0:00:24 --:--:-- 248k ---> Verifying checksum(s) for openmotif ---> Checksumming openmotif-2.3.1-1.tar.gz ---> Extracting openmotif ---> Extracting openmotif-2.3.1-1.tar.gz ---> Applying patches to openmotif ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/files/patch-demos-programs-peridoc-Makefile.in.diff patching file demos/programs/periodic/Makefile.in ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/files/patch-lib-Mrm-Makefile.in.diff patching file lib/Mrm/Makefile.in ---> Configuring openmotif checking for /usr/X/include/X11/X.h... no checking for /usr/X11R6/include/X11/X.h... yes checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking target system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c 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... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 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 /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.0 accepts -g... yes checking dependency style of /usr/bin/g++-4.0... gcc3 checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -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... 196608 checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld 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 /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.0 static flag -static works... no checking if /usr/bin/g++-4.0 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for byacc... no checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for X... libraries /usr/X11/lib, headers /usr/X11/include checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking whether libXt was compiled with -DXTHREADS... yes checking X11/Xos_r.h usability... yes checking X11/Xos_r.h presence... yes checking for X11/Xos_r.h... yes checking X11/Xpoll.h usability... yes checking X11/Xpoll.h presence... yes checking for X11/Xpoll.h... yes checking X11/Xmu/Editres.h usability... no checking X11/Xmu/Editres.h presence... yes configure: WARNING: X11/Xmu/Editres.h: present but cannot be compiled configure: WARNING: X11/Xmu/Editres.h: check for missing prerequisite headers? configure: WARNING: X11/Xmu/Editres.h: see the Autoconf documentation configure: WARNING: X11/Xmu/Editres.h: section "Present But Cannot Be Compiled" configure: WARNING: X11/Xmu/Editres.h: proceeding with the preprocessor's result configure: WARNING: X11/Xmu/Editres.h: in the future, the compiler will take precedence checking for X11/Xmu/Editres.h... yes checking for _XEditResCheckMessages in -lXmu... yes checking for XmuNCopyISOLatin1Lowered in -lXmu... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking sys/malloc.h usability... yes checking sys/malloc.h presence... yes checking for sys/malloc.h... yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for X11/Xos_r.h... (cached) yes checking for X11/Xpoll.h... (cached) yes checking for an ANSI C-conforming const... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uid_t in sys/types.h... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes checking whether setpgrp takes no argument... yes checking return type of signal handlers... void checking for working strcoll... yes checking for strftime... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for vprintf... yes checking for _doprnt... no checking whether sprintf returns void... yes checking for wcslen... yes checking for wcscpy... yes checking for wcsncpy... yes checking for wcschr... yes checking for wcscat... yes checking for wcsncat... yes checking for getcwd... yes checking for gettimeofday... yes checking for mkdir... yes checking for re_comp... no checking for regcmp... no checking for select... yes checking for strcspn... yes checking for strerror... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for uname... yes checking for strdup... yes checking for strcasecmp... yes checking for putenv... yes checking for regcomp... yes checking for memmove... yes checking for library containing libiconv_open... -liconv checking for freetype-config... freetype-config checking freetype/freetype.h usability... no checking freetype/freetype.h presence... no checking for freetype/freetype.h... no checking X11/extensions/Xrender.h usability... yes checking X11/extensions/Xrender.h presence... yes checking for X11/extensions/Xrender.h... yes checking for XRenderParseColor... yes ./configure: line 27649: /opt/local/bin/freetype-config: No such file or directory ./configure: line 27668: /opt/local/bin/freetype-config: No such file or directory checking fontconfig/fontconfig.h usability... yes checking fontconfig/fontconfig.h presence... yes checking for fontconfig/fontconfig.h... yes checking for FcInit... no ./configure: line 27946: pkg-config: command not found ./configure: line 27948: pkg-config: command not found checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_start_decompress... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for png_create_read_struct... yes configure: creating ./config.status config.status: creating Makefile config.status: creating bindings/Makefile config.status: creating bitmaps/Makefile config.status: creating clients/Makefile config.status: creating clients/mwm/Makefile config.status: creating clients/mwm/WmWsmLib/Makefile config.status: creating clients/uil/Makefile config.status: creating clients/xmbind/Makefile config.status: creating config/Makefile config.status: creating config/cf/Makefile config.status: creating config/imake/Makefile config.status: creating config/util/Makefile config.status: creating config/makedepend/Makefile config.status: creating include/Makefile config.status: creating include/Dt/Makefile config.status: creating lib/Makefile config.status: creating lib/Xm/Makefile config.status: creating lib/Mrm/Makefile config.status: creating localized/Makefile config.status: creating localized/util/Makefile config.status: creating doc/Makefile config.status: creating doc/man/Makefile config.status: creating doc/man/man1/Makefile config.status: creating doc/man/man3/Makefile config.status: creating doc/man/man4/Makefile config.status: creating doc/man/man5/Makefile config.status: creating tools/Makefile config.status: creating tools/wml/Makefile config.status: creating demos/Makefile config.status: creating demos/lib/Makefile config.status: creating demos/lib/Xmd/Makefile config.status: creating demos/lib/Wsm/Makefile config.status: creating demos/lib/Exm/Makefile config.status: creating demos/lib/Exm/wml/Makefile config.status: creating demos/programs/Makefile config.status: creating demos/programs/Exm/Makefile config.status: creating demos/programs/Exm/app_in_c/Makefile config.status: creating demos/programs/Exm/app_in_uil/Makefile config.status: creating demos/programs/Exm/simple_app/Makefile config.status: creating demos/programs/airport/Makefile config.status: creating demos/programs/animate/Makefile config.status: creating demos/programs/drag_and_drop/Makefile config.status: creating demos/programs/draw/Makefile config.status: creating demos/programs/earth/Makefile config.status: creating demos/programs/filemanager/Makefile config.status: creating demos/programs/fileview/Makefile config.status: creating demos/programs/getsubres/Makefile config.status: creating demos/programs/hellomotif/Makefile config.status: creating demos/programs/hellomotifi18n/Makefile config.status: creating demos/programs/hellomotifi18n/C/Makefile config.status: creating demos/programs/hellomotifi18n/C/uid/Makefile config.status: creating demos/programs/hellomotifi18n/english/Makefile config.status: creating demos/programs/hellomotifi18n/english/uid/Makefile config.status: creating demos/programs/hellomotifi18n/french/Makefile config.status: creating demos/programs/hellomotifi18n/french/uid/Makefile config.status: creating demos/programs/hellomotifi18n/hebrew/Makefile config.status: creating demos/programs/hellomotifi18n/hebrew/uid/Makefile config.status: creating demos/programs/hellomotifi18n/japan/Makefile config.status: creating demos/programs/hellomotifi18n/japan/uid/Makefile config.status: creating demos/programs/hellomotifi18n/japanese/Makefile config.status: creating demos/programs/hellomotifi18n/japanese/uid/Makefile config.status: creating demos/programs/hellomotifi18n/swedish/Makefile config.status: creating demos/programs/hellomotifi18n/swedish/uid/Makefile config.status: creating demos/programs/i18ninput/Makefile config.status: creating demos/programs/panner/Makefile config.status: creating demos/programs/periodic/Makefile config.status: creating demos/programs/piano/Makefile config.status: creating demos/programs/popups/Makefile config.status: creating demos/programs/sampler2_0/Makefile config.status: creating demos/programs/setdate/Makefile config.status: creating demos/programs/todo/Makefile config.status: creating demos/programs/workspace/Makefile config.status: creating demos/programs/tooltips/Makefile config.status: creating demos/programs/FontSel/Makefile config.status: creating demos/programs/ButtonBox/Makefile config.status: creating demos/programs/ColorSel/Makefile config.status: creating demos/programs/Column/Makefile config.status: creating demos/programs/Combo2/Makefile config.status: creating demos/programs/Ext18List/Makefile config.status: creating demos/programs/Ext18List/pixmaps/Makefile config.status: creating demos/programs/IconB/Makefile config.status: creating demos/programs/Outline/Makefile config.status: creating demos/programs/Paned/Makefile config.status: creating demos/programs/TabStack/Makefile config.status: creating demos/programs/Tree/Makefile config.status: creating demos/programs/pixmaps/Makefile config.status: creating demos/unsupported/Makefile config.status: creating demos/unsupported/Exm/Makefile config.status: creating demos/unsupported/aicon/Makefile config.status: creating demos/unsupported/dainput/Makefile config.status: creating demos/unsupported/dogs/Makefile config.status: creating demos/unsupported/hellomotif/Makefile config.status: creating demos/unsupported/motifshell/Makefile config.status: creating demos/unsupported/uilsymdump/Makefile config.status: creating demos/unsupported/xmapdef/Makefile config.status: creating demos/unsupported/xmfonts/Makefile config.status: creating demos/unsupported/xmforc/Makefile config.status: creating demos/unsupported/xmform/Makefile config.status: creating demos/doc/Makefile config.status: creating demos/doc/programGuide/Makefile config.status: creating demos/doc/programGuide/ch05/Makefile config.status: creating demos/doc/programGuide/ch05/Scale/Makefile config.status: creating demos/doc/programGuide/ch06/Makefile config.status: creating demos/doc/programGuide/ch06/spin_box/Makefile config.status: creating demos/doc/programGuide/ch06/combo_box/Makefile config.status: creating demos/doc/programGuide/ch08/Makefile config.status: creating demos/doc/programGuide/ch08/Notebook/Makefile config.status: creating demos/doc/programGuide/ch08/Container/Makefile config.status: creating demos/doc/programGuide/ch16/Makefile config.status: creating demos/doc/programGuide/ch17/Makefile config.status: creating demos/doc/programGuide/ch17/simple_drop/Makefile config.status: creating demos/doc/programGuide/ch17/simple_drag/Makefile config.status: creating lib/Xm/xmstring.list config.status: creating include/config.h config.status: creating lib/Xm/Xm.h config.status: lib/Xm/Xm.h is unchanged config.status: executing depfiles commands ---> Building openmotif Making all in bindings make[1]: Nothing to be done for `all'. Making all in bitmaps make[1]: Nothing to be done for `all'. Making all in config Making all in cf make[2]: Nothing to be done for `all'. Making all in imake make[2]: Nothing to be done for `all'. Making all in makedepend make[2]: Nothing to be done for `all'. Making all in util /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT makestrs.o -MD -MP -MF .deps/makestrs.Tpo -c -o makestrs.o makestrs.c mv -f .deps/makestrs.Tpo .deps/makestrs.Po /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -L/opt/local/lib -o makestrs makestrs.o -liconv -L/usr/X11/lib -lXft -lXrender -ljpeg -lpng mkdir .libs /usr/bin/gcc-4.0 -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -o makestrs makestrs.o -L/opt/local/lib /opt/local/lib/libiconv.dylib -L/usr/X11/lib /usr/X11/lib/libXft.2.1.13.dylib /usr/X11/lib/libfontconfig.dylib /usr/lib/libiconv.dylib /usr/lib/libexpat.dylib /usr/X11/lib/libfreetype.dylib /usr/X11/lib/libXrender.1.3.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libpng12.dylib -lz make[2]: Nothing to be done for `all-am'. Making all in localized Making all in util make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. Making all in lib Making all in Xm test -f xmstring.list || ln -s ./xmstring.list xmstring.list test -f XmStrDefs.ht || ln -s ./XmStrDefs.ht XmStrDefs.ht test -f XmStrDefs22.ht || ln -s ./XmStrDefs22.ht XmStrDefs22.ht test -f XmStrDefs23.ht || ln -s ./XmStrDefs23.ht XmStrDefs23.ht test -f XmStrDefsI.ht || ln -s ./XmStrDefsI.ht XmStrDefsI.ht test -f XmStrDefs.ct || ln -s ./XmStrDefs.ct XmStrDefs.ct ../../config/util/makestrs -f xmstring.list >XmStrDefs.c make all-am /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c -o XmStrDefs.lo XmStrDefs.c mkdir .libs /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c XmStrDefs.c -fno-common -DPIC -o .libs/XmStrDefs.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c XmStrDefs.c -o XmStrDefs.o >/dev/null 2>&1 mv -f .deps/XmStrDefs.Tpo .deps/XmStrDefs.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c -o ArrowB.lo ArrowB.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c ArrowB.c -fno-common -DPIC -o .libs/ArrowB.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c ArrowB.c -o ArrowB.o >/dev/null 2>&1 mv -f .deps/ArrowB.Tpo .deps/ArrowB.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c -o ArrowBG.lo ArrowBG.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c ArrowBG.c -fno-common -DPIC -o .libs/ArrowBG.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c ArrowBG.c -o ArrowBG.o >/dev/null 2>&1 mv -f .deps/ArrowBG.Tpo .deps/ArrowBG.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c -o BulletinB.lo BulletinB.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c BulletinB.c -fno-common -DPIC -o .libs/BulletinB.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c BulletinB.c -o BulletinB.o >/dev/null 2>&1 mv -f .deps/BulletinB.Tpo .deps/BulletinB.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c -o CallbackI.lo CallbackI.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c CallbackI.c -fno-common -DPIC -o .libs/CallbackI.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c CallbackI.c -o CallbackI.o >/dev/null 2>&1 mv -f .deps/CallbackI.Tpo .deps/CallbackI.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c -o CascadeB.lo CascadeB.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c CascadeB.c -fno-common -DPIC -o .libs/CascadeB.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c CascadeB.c -o CascadeB.o >/dev/null 2>&1 mv -f .deps/CascadeB.Tpo .deps/CascadeB.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c -o CascadeBG.lo CascadeBG.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c CascadeBG.c -fno-common -DPIC -o .libs/CascadeBG.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c CascadeBG.c -o CascadeBG.o >/dev/null 2>&1 mv -f .deps/CascadeBG.Tpo .deps/CascadeBG.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c -o Command.lo Command.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.c -fno-common -DPIC -o .libs/Command.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.c -o Command.o >/dev/null 2>&1 mv -f .deps/Command.Tpo .deps/Command.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c -o CutPaste.lo CutPaste.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c CutPaste.c -fno-common -DPIC -o .libs/CutPaste.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c CutPaste.c -o CutPaste.o >/dev/null 2>&1 mv -f .deps/CutPaste.Tpo .deps/CutPaste.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c -o Dest.lo Dest.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c Dest.c -fno-common -DPIC -o .libs/Dest.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c Dest.c -o Dest.o >/dev/null 2>&1 mv -f .deps/Dest.Tpo .deps/Dest.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c -o DialogS.lo DialogS.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c DialogS.c -fno-common -DPIC -o .libs/DialogS.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c DialogS.c -o DialogS.o >/dev/null 2>&1 mv -f .deps/DialogS.Tpo .deps/DialogS.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c -o DialogSE.lo DialogSE.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c DialogSE.c -fno-common -DPIC -o .libs/DialogSE.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c DialogSE.c -o DialogSE.o >/dev/null 2>&1 mv -f .deps/DialogSE.Tpo .deps/DialogSE.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c -o DragBS.lo DragBS.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c DragBS.c -fno-common -DPIC -o .libs/DragBS.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c DragBS.c -o DragBS.o >/dev/null 2>&1 mv -f .deps/DragBS.Tpo .deps/DragBS.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c -o DragC.lo DragC.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c DragC.c -fno-common -DPIC -o .libs/DragC.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c DragC.c -o DragC.o >/dev/null 2>&1 mv -f .deps/DragC.Tpo .deps/DragC.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c -o DragOverS.lo DragOverS.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c DragOverS.c -fno-common -DPIC -o .libs/DragOverS.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c DragOverS.c -o DragOverS.o >/dev/null 2>&1 mv -f .deps/DragOverS.Tpo .deps/DragOverS.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c -o DragICC.lo DragICC.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c DragICC.c -fno-common -DPIC -o .libs/DragICC.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c DragICC.c -o DragICC.o >/dev/null 2>&1 mv -f .deps/DragICC.Tpo .deps/DragICC.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c -o DragIcon.lo DragIcon.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c DragIcon.c -fno-common -DPIC -o .libs/DragIcon.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c DragIcon.c -o DragIcon.o >/dev/null 2>&1 mv -f .deps/DragIcon.Tpo .deps/DragIcon.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c -o DragUnder.lo DragUnder.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c DragUnder.c -fno-common -DPIC -o .libs/DragUnder.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c DragUnder.c -o DragUnder.o >/dev/null 2>&1 mv -f .deps/DragUnder.Tpo .deps/DragUnder.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c -o DrawingA.lo DrawingA.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c DrawingA.c -fno-common -DPIC -o .libs/DrawingA.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c DrawingA.c -o DrawingA.o >/dev/null 2>&1 mv -f .deps/DrawingA.Tpo .deps/DrawingA.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c -o DrawnB.lo DrawnB.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c DrawnB.c -fno-common -DPIC -o .libs/DrawnB.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c DrawnB.c -o DrawnB.o >/dev/null 2>&1 mv -f .deps/DrawnB.Tpo .deps/DrawnB.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c -o DropSMgr.lo DropSMgr.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c DropSMgr.c -fno-common -DPIC -o .libs/DropSMgr.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c DropSMgr.c -o DropSMgr.o >/dev/null 2>&1 mv -f .deps/DropSMgr.Tpo .deps/DropSMgr.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c -o DropSMgrI.lo DropSMgrI.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c DropSMgrI.c -fno-common -DPIC -o .libs/DropSMgrI.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c DropSMgrI.c -o DropSMgrI.o >/dev/null 2>&1 mv -f .deps/DropSMgrI.Tpo .deps/DropSMgrI.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c -o DropTrans.lo DropTrans.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c DropTrans.c -fno-common -DPIC -o .libs/DropTrans.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c DropTrans.c -o DropTrans.o >/dev/null 2>&1 mv -f .deps/DropTrans.Tpo .deps/DropTrans.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c -o ExtObject.lo ExtObject.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c ExtObject.c -fno-common -DPIC -o .libs/ExtObject.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c ExtObject.c -o ExtObject.o >/dev/null 2>&1 mv -f .deps/ExtObject.Tpo .deps/ExtObject.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c -o FileSB.lo FileSB.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c FileSB.c -fno-common -DPIC -o .libs/FileSB.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c FileSB.c -o FileSB.o >/dev/null 2>&1 mv -f .deps/FileSB.Tpo .deps/FileSB.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c -o Form.lo Form.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c Form.c -fno-common -DPIC -o .libs/Form.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c Form.c -o Form.o >/dev/null 2>&1 mv -f .deps/Form.Tpo .deps/Form.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c -o Frame.lo Frame.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c Frame.c -fno-common -DPIC -o .libs/Frame.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c Frame.c -o Frame.o >/dev/null 2>&1 mv -f .deps/Frame.Tpo .deps/Frame.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c -o Gadget.lo Gadget.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c Gadget.c -fno-common -DPIC -o .libs/Gadget.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c Gadget.c -o Gadget.o >/dev/null 2>&1 mv -f .deps/Gadget.Tpo .deps/Gadget.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c -o GadgetUtil.lo GadgetUtil.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c GadgetUtil.c -fno-common -DPIC -o .libs/GadgetUtil.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c GadgetUtil.c -o GadgetUtil.o >/dev/null 2>&1 mv -f .deps/GadgetUtil.Tpo .deps/GadgetUtil.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c -o GeoUtils.lo GeoUtils.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c GeoUtils.c -fno-common -DPIC -o .libs/GeoUtils.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c GeoUtils.c -o GeoUtils.o >/dev/null 2>&1 mv -f .deps/GeoUtils.Tpo .deps/GeoUtils.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c -o ImageCache.lo ImageCache.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c ImageCache.c -fno-common -DPIC -o .libs/ImageCache.o In file included from /opt/local/include/jpeglib.h:28, from JpegI.h:6, from ImageCache.c:74: /opt/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined In file included from ImageCache.c:54: ../../include/config.h:129:1: warning: this is the location of the previous definition /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c ImageCache.c -o ImageCache.o >/dev/null 2>&1 mv -f .deps/ImageCache.Tpo .deps/ImageCache.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c -o Label.lo Label.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.c -fno-common -DPIC -o .libs/Label.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.c -o Label.o >/dev/null 2>&1 mv -f .deps/Label.Tpo .deps/Label.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c -o LabelG.lo LabelG.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c LabelG.c -fno-common -DPIC -o .libs/LabelG.o /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c LabelG.c -o LabelG.o >/dev/null 2>&1 mv -f .deps/LabelG.Tpo .deps/LabelG.Plo /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c List.c -fno-common -DPIC -o .libs/List.o In file included from /usr/X11/include/X11/Xft/Xft.h:41, from XmRenderTI.h:46, from List.c:86: /usr/X11/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory In file included from XmRenderTI.h:46, from List.c:86: /usr/X11/include/X11/Xft/Xft.h:42:10: error: #include expects "FILENAME" or <FILENAME> In file included from XmRenderTI.h:46, from List.c:86: /usr/X11/include/X11/Xft/Xft.h:62: error: syntax error before '_XftFTlibrary' /usr/X11/include/X11/Xft/Xft.h:62: warning: type defaults to 'int' in declaration of '_XftFTlibrary' /usr/X11/include/X11/Xft/Xft.h:62: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:96: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:96: warning: no semicolon at end of struct or union /usr/X11/include/X11/Xft/Xft.h:99: error: syntax error before '}' token /usr/X11/include/X11/Xft/Xft.h:99: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:99: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:103: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:103: warning: no semicolon at end of struct or union /usr/X11/include/X11/Xft/Xft.h:106: error: syntax error before '}' token /usr/X11/include/X11/Xft/Xft.h:106: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:106: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:200: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:200: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:266: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:266: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:272: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:272: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:305: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:305: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:364: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:403: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:403: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:409: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:409: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:418: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:428: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:461: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:461: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:472: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:472: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:493: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:493: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.1" && make all " returned error 2 Command output: /usr/X11/include/X11/Xft/Xft.h:200: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:266: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:266: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:272: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:272: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:305: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:305: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:364: error: syntax error before 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: type defaults to 'int' in declaration of 'XftLockFace' /usr/X11/include/X11/Xft/Xft.h:364: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:403: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:403: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:409: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:409: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:418: error: syntax error before 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:428: error: syntax error before 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: type defaults to 'int' in declaration of 'XftCharIndex' /usr/X11/include/X11/Xft/Xft.h:430: warning: data definition has no type or storage class /usr/X11/include/X11/Xft/Xft.h:461: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11/include/X11/Xft/Xft.h:461: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:472: warning: type defaults to 'int' in declaration of 'XftGlyphSpec' /usr/X11/include/X11/Xft/Xft.h:472: error: syntax error before '*' token /usr/X11/include/X11/Xft/Xft.h:493: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec' /usr/X11/include/X11/Xft/Xft.h:493: error: syntax error before '*' token List.c: In function 'MakeGC': List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type make[3]: *** [List.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Warning: the following items did not execute (for openmotif): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. lns-bzn-57-82-249-19-249:opt Helles$
Changed 16 years ago by ph.mignon@…
Attachment: | openmotif.install.verbose.ouput.txt added |
---|
comment:31 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Ah... I think the problem is xmkmf / imake ... if you notice the two compile lines below, yours has an extra '-I/usr/X11/include' before your '-I/opt/local/include' ... I think this is coming from xmkmf/imake ... Do you have the imake port installed? Do you have /usr/X11/bin/xmkmf? Can you try removing those and see if that fixes the problem? AC_X_PATH is nasty and needs to die!
you / fails: /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/usr/X11/include -I/opt/local/include -I/usr/X11/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c me / works: /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11/include -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c
comment:32 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Actually, you're missing pkg-config and freetype:
./configure: line 27649: /opt/local/bin/freetype-config: No such file or directory ./configure: line 27668: /opt/local/bin/freetype-config: No such file or directory checking fontconfig/fontconfig.h usability... yes checking fontconfig/fontconfig.h presence... yes checking for fontconfig/fontconfig.h... yes checking for FcInit... no ./configure: line 27946: pkg-config: command not found ./configure: line 27948: pkg-config: command not found
This should now be fixed in r44454 ... but leaving open until we know that imake/xmkmf aren't causing issues as well... Please try the r44454 Portfile and let me know if problems still remain...
comment:33 follow-up: 34 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Actually, I just realized that we were trying to use freetype-config for fontconfig-config ... and the freetype include should come in from pkg-config --cflags xft, so r44455 should work for you.
comment:34 Changed 16 years ago by ph.mignon@…
Replying to jeremyhu@…:
The r44455 Portfile works :
---> Activating openmotif @2.3.1-1_0 ---> Cleaning openmotif ---> Removing build directory for openmotif
Thank you.
comment:35 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for testing.
Cc Me!