sorry for the long message, but i dont know what things here might or
might not be helpful in fixing my problem
i also get similar errors when attempting to install "fix-apple-x11" from source

output from update-all:
Information about 2426 packages read in 8 seconds.
The following 5 packages will be installed or updated:
 gettext gettext-dev gettext-tools ncurses-dev ncurses-shlibs
The following 2 additional packages will be installed:
 expat-shlibs libgettextpo2-shlibs
Do you want to continue? [Y/n] (assuming default)
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-expat-1.95.8-2
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-expat-1.95.8-2' in
`/sw/src/fink.build/fink-buildlock-expat-1.95.8-2_2007.03.02-08.47.00_darwin-powerpc.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-expat-1.95.8-2_2007.03.02-08.47.00_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-expat-1.95.8-2.
(Reading database ... 4173 files and directories currently installed.)
Unpacking fink-buildlock-expat-1.95.8-2 (from
.../fink-buildlock-expat-1.95.8-2_2007.03.02-08.47.00_darwin-powerpc.deb)
...
Setting up fink-buildlock-expat-1.95.8-2 (2007.03.02-08.47.00) ...
gzip -dc /sw/src/expat-1.95.8.tar.gz | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
patch -p1 </sw/fink/dists/stable/main/finkinfo/base/expat.patch
patching file Makefile.in
./configure --prefix=/sw --mandir=/sw/share/man
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/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 recognise dependant libraries... file_magic Mach-O
dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin7.9.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc accepts -fexceptions... yes
checking for ANSI C header files... (cached) no
checking whether byte ordering is bigendian... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for size_t... no
checking for memmove... yes
checking for bcopy... yes
checking fcntl.h usability... no
checking fcntl.h presence... no
checking for fcntl.h... no
checking for unistd.h... (cached) no
checking for off_t... no
checking for stdlib.h... (cached) no
checking for unistd.h... (cached) no
checking for getpagesize... yes
checking for working mmap... no
checking check.h usability... no
checking check.h presence... no
checking for check.h... no
checking for check.h... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating expat_config.h
make
/bin/sh ./libtool --silent --mode=compile gcc  -no-cpp-precomp
-I/sw/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes
-Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o
lib/xmlparse.lo -c lib/xmlparse.c
lib/xmlparse.c:5:20: stddef.h: No such file or directory
lib/xmlparse.c:6:65: string.h: No such file or directory
In file included from lib/xmlparse.c:19:
lib/expat.h:17:20: stdlib.h: No such file or directory
lib/xmlparse.c: In function `XML_ParserCreate':
lib/xmlparse.c:654: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:654: error: (Each undeclared identifier is reported only once
lib/xmlparse.c:654: error: for each function it appears in.)
lib/xmlparse.c: In function `XML_ParserCreateNS':
lib/xmlparse.c:662: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_ParserCreate_MM':
lib/xmlparse.c:677: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `parserCreate':
lib/xmlparse.c:702: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:711: warning: implicit declaration of function `malloc'
lib/xmlparse.c:714: warning: assignment from incompatible pointer type
lib/xmlparse.c:715: error: `realloc' undeclared (first use in this function)
lib/xmlparse.c:716: error: `free' undeclared (first use in this function)
lib/xmlparse.c: In function `parserInit':
lib/xmlparse.c:797: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:840: warning: implicit declaration of function `memset'
lib/xmlparse.c: In function `XML_ParserReset':
lib/xmlparse.c:889: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_SetEncoding':
lib/xmlparse.c:920: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_ExternalEntityParserCreate':
lib/xmlparse.c:936: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_ParserFree':
lib/xmlparse.c:1078: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_SetBase':
lib/xmlparse.c:1183: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_Parse':
lib/xmlparse.c:1529: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:1532: warning: implicit declaration of function `memcpy'
lib/xmlparse.c: In function `XML_GetBuffer':
lib/xmlparse.c:1595: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:1616: warning: implicit declaration of function `memmove'
lib/xmlparse.c: In function `XML_GetParsingStatus':
lib/xmlparse.c:1739: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_ErrorString':
lib/xmlparse.c:1881: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `XML_GetFeatureList':
lib/xmlparse.c:1938: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:1938: error: initializer element is not constant
lib/xmlparse.c:1938: error: (near initialization for `features[4].name')
lib/xmlparse.c:1938: error: initializer element is not constant
lib/xmlparse.c:1938: error: (near initialization for `features[4]')
lib/xmlparse.c: In function `storeRawNames':
lib/xmlparse.c:1972: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `doContent':
lib/xmlparse.c:2300: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:2404: warning: implicit declaration of function `memcmp'
lib/xmlparse.c: In function `storeAtts':
lib/xmlparse.c:2631: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `addBinding':
lib/xmlparse.c:2939: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `doCdataSection':
lib/xmlparse.c:3028: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `doIgnoreSection':
lib/xmlparse.c:3163: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `processXmlDecl':
lib/xmlparse.c:3234: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `handleUnknownEncoding':
lib/xmlparse.c:3327: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `doProlog':
lib/xmlparse.c:3661: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `epilogProcessor':
lib/xmlparse.c:4522: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `processInternalEntity':
lib/xmlparse.c:4605: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `defineAttribute':
lib/xmlparse.c:5167: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `getAttributeId':
lib/xmlparse.c:5221: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `getContext':
lib/xmlparse.c:5287: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `setContext':
lib/xmlparse.c:5389: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `dtdCreate':
lib/xmlparse.c:5432: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `dtdReset':
lib/xmlparse.c:5483: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `dtdCopy':
lib/xmlparse.c:5631: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `copyEntityTable':
lib/xmlparse.c:5670: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `lookup':
lib/xmlparse.c:5757: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `hashTableClear':
lib/xmlparse.c:5835: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `hashTableInit':
lib/xmlparse.c:5855: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `hashTableIterNext':
lib/xmlparse.c:5874: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolInit':
lib/xmlparse.c:5880: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolClear':
lib/xmlparse.c:5902: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolAppend':
lib/xmlparse.c:5930: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolCopyString':
lib/xmlparse.c:5946: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolCopyStringN':
lib/xmlparse.c:5957: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolAppendString':
lib/xmlparse.c:5972: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolStoreString':
lib/xmlparse.c:5983: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `poolGrow':
lib/xmlparse.c:5997: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c:6020: warning: implicit declaration of function `offsetof'
lib/xmlparse.c:6020: error: parse error before "BLOCK"
lib/xmlparse.c:6021: error: parse error before ')' token
lib/xmlparse.c:6036: error: parse error before "BLOCK"
lib/xmlparse.c:6037: error: parse error before ')' token
lib/xmlparse.c: In function `nextScaffoldPart':
lib/xmlparse.c:6072: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `build_node':
lib/xmlparse.c:6122: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `build_model':
lib/xmlparse.c:6151: error: `NULL' undeclared (first use in this function)
lib/xmlparse.c: In function `getElementType':
lib/xmlparse.c:6171: error: `NULL' undeclared (first use in this function)
make: *** [lib/xmlparse.lo] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-expat-1.95.8-2
(Reading database ... 4174 files and directories currently installed.)
Removing fink-buildlock-expat-1.95.8-2 ...
Failed: phase compiling: expat-1.95.8-2 failed

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to