Hello, I am trying to install firefox-x11, which depends on nspr. nspr is crashing when I try to install. Below is the nspr install error log, with debugging. Can anyone help me get this running? Thanks.
-Gwen g...@coruscant:/Users/gwen>sudo port clean nspr Password: ---> Cleaning nspr g...@coruscant:/Users/gwen>sudo port -d install nspr DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/nspr DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/nspr 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: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port nspr. DEBUG: Requested variant i386 is not provided by port nspr. DEBUG: Requested variant macosx is not provided by port nspr. DEBUG: Executing org.macports.main (nspr) ---> Fetching nspr DEBUG: Executing org.macports.fetch (nspr) ---> Verifying checksum(s) for nspr DEBUG: Executing org.macports.checksum (nspr) ---> Checksumming nspr-4.7.3.tar.gz DEBUG: Correct (md5) checksum for nspr-4.7.3.tar.gz DEBUG: Correct (sha1) checksum for nspr-4.7.3.tar.gz DEBUG: Correct (rmd160) checksum for nspr-4.7.3.tar.gz ---> Extracting nspr DEBUG: Executing org.macports.extract (nspr) ---> Extracting nspr-4.7.3.tar.gz DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/nspr/nspr-4.7.3.tar.gz DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_nspr/work" && gzip -dc /opt/local/var/macports/distfiles/nspr/nspr-4.7.3.tar.gz | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (nspr) DEBUG: Executing proc-post-org.macports.patch-patch-0 ---> Configuring nspr DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Executing org.macports.configure (nspr) DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' MACOSX_DEPLOYMENT_TARGET='10.5' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_nspr/work/nspr-4.7.3/mozilla/nsprpub" && ./configure --prefix=/opt/local --disable-debug' creating cache ./config.cache checking host system type... i386-apple-darwin9.6.0 checking target system type... i386-apple-darwin9.6.0 checking build system type... i386-apple-darwin9.6.0 checking for whoami... /usr/bin/whoami 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 whether /usr/bin/gcc-4.0 accepts -g... yes checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for ranlib... ranlib checking for as... /usr/bin/as checking for ar... /usr/bin/ar checking for ld... /usr/bin/ld checking for strip... /usr/bin/strip checking for windres... no checking for gcc -pipe support... no checking for visibility(hidden) attribute... no checking for perl5... no checking for perl... /opt/local/bin/perl checking whether /usr/bin/gcc-4.0 needs -traditional... no checking for lchown... yes checking for strerror... yes checking whether /usr/bin/gcc-4.0 accepts -pthread... yes updating cache ./config.cache creating ./config.status creating Makefile creating config/Makefile creating config/autoconf.mk creating config/nsprincl.mk creating config/nsprincl.sh creating config/nspr-config creating lib/Makefile creating lib/ds/Makefile creating lib/libc/Makefile creating lib/libc/include/Makefile creating lib/libc/src/Makefile creating lib/tests/Makefile creating pkg/Makefile creating pkg/linux/Makefile creating pkg/solaris/Makefile creating pkg/solaris/SUNWpr/Makefile creating pkg/solaris/SUNWprd/Makefile creating pr/Makefile creating pr/include/Makefile creating pr/include/md/Makefile creating pr/include/obsolete/Makefile creating pr/include/private/Makefile creating pr/src/Makefile creating pr/src/io/Makefile creating pr/src/linking/Makefile creating pr/src/malloc/Makefile creating pr/src/md/Makefile creating pr/src/md/unix/Makefile creating pr/src/memory/Makefile creating pr/src/misc/Makefile creating pr/src/threads/Makefile creating pr/tests/Makefile creating pr/tests/dll/Makefile creating pr/src/pthreads/Makefile ---> Building nspr DEBUG: Executing org.macports.build (nspr) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_nspr/work/nspr-4.7.3/mozilla/nsprpub" && make all' cd config; make -j1 export /usr/bin/gcc-4.0 -o now.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM now.c /usr/bin/gcc-4.0 now.o -L/opt/local/lib -o now /usr/bin/gcc-4.0 -o nsinstall.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM nsinstall.c /usr/bin/gcc-4.0 nsinstall.o -L/opt/local/lib -o nsinstall rm -f nfspwd; cp nfspwd.pl nfspwd; chmod +x nfspwd rm -f ../dist/bin/nspr-config cd pr; make -j1 export cd include; make export cd md; make export ../../../config/./nsinstall -R -m 444 ./_aix32.cfg ./_aix64.cfg ./_beos.cfg ./_bsdi.cfg ./_darwin.cfg ./_dgux.cfg ./_freebsd.cfg ./_hpux32.cfg ./_hpux64.cfg ./_irix32.cfg ./_irix64.cfg ./_linux.cfg ./_ncr.cfg ./_nec.cfg ./_netbsd.cfg ./_nextstep.cfg ./_nto.cfg ./_openbsd.cfg ./_openvms.cfg ./_os2.cfg ./_osf1.cfg ./_qnx.cfg ./_reliantunix.cfg ./_riscos.cfg ./_scoos.cfg ./_solaris.cfg ./_sony.cfg ./_sunos4.cfg ./_symbian.cfg ./_unixware.cfg ./_unixware7.cfg ./_win16.cfg ./_win95.cfg ./_winnt.cfg ../../../dist/include/nspr/md ../../../config/./nsinstall -R -m 444 ./_darwin.cfg ../../../dist/include/nspr mv -f ../../../dist/include/nspr/_darwin.cfg ../../../dist/include/nspr/prcpucfg.h cd private; make export ../../../config/./nsinstall -R -m 444 ./pprio.h ./pprthred.h ./prpriv.h ../../../dist/include/nspr/private cd obsolete; make export ../../../config/./nsinstall -R -m 444 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h ../../../dist/include/nspr/obsolete ../../config/./nsinstall -R -m 444 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prproces.h ./prrng.h ./prrwlock.h ./prshm.h ./prshma.h ./prsystem.h ./prthread.h ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h ../../dist/include/nspr cd src; make export cd io; make export /usr/bin/gcc-4.0 -o prfdcach.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prfdcach.c /usr/bin/gcc-4.0 -o prmwait.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prmwait.c /usr/bin/gcc-4.0 -o priometh.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private priometh.c /usr/bin/gcc-4.0 -o pripv6.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private pripv6.c /usr/bin/gcc-4.0 -o prmapopt.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prmapopt.c /usr/bin/gcc-4.0 -o prlayer.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prlayer.c /usr/bin/gcc-4.0 -o prlog.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prlog.c /usr/bin/gcc-4.0 -o prmmap.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prmmap.c /usr/bin/gcc-4.0 -o prpolevt.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prpolevt.c /usr/bin/gcc-4.0 -o prprf.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prprf.c prprf.c: In function 'dosprintf': prprf.c:700: warning: 'nap' may be used uninitialized in this function /usr/bin/gcc-4.0 -o prscanf.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prscanf.c prscanf.c: In function 'PR_sscanf': prscanf.c:342: warning: 'ch' may be used uninitialized in this function prscanf.c:232: warning: 'ch' may be used uninitialized in this function /usr/bin/gcc-4.0 -o prstdio.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private prstdio.c cd linking; make export /usr/bin/gcc-4.0 -o prlink.o -c -I/opt/local/include -O2 -Wmost -fno-common -pthread -fPIC -UDEBUG -DNDEBUG=1 -DXP_UNIX=1 -DDARWIN=1 -DHAVE_BSD_FLOCK=1 -DHAVE_SOCKLEN_T=1 -DXP_MACOSX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I../../../dist/include/nspr -I../../../pr/include -I../../../pr/include/private -I/Developer/Headers/FlatCarbon prlink.c prlink.c:48:27: error: CodeFragments.h: No such file or directory prlink.c:49:23: error: TextUtils.h: No such file or directory prlink.c:50:19: error: Types.h: No such file or directory prlink.c:51:21: error: Aliases.h: No such file or directory prlink.c:52:19: error: CFURL.h: No such file or directory prlink.c:53:22: error: CFBundle.h: No such file or directory prlink.c:54:22: error: CFString.h: No such file or directory prlink.c:55:26: error: CFDictionary.h: No such file or directory prlink.c:56:20: error: CFData.h: No such file or directory prlink.c:183: error: syntax error before 'CFragConnectionID' prlink.c:183: warning: no semicolon at end of struct or union prlink.c:184: warning: type defaults to 'int' in declaration of 'bundle' prlink.c:184: warning: data definition has no type or storage class prlink.c:185: error: syntax error before 'main' prlink.c:185: warning: type defaults to 'int' in declaration of 'main' prlink.c:185: warning: 'main' is usually a function prlink.c:185: warning: data definition has no type or storage class prlink.c:186: error: syntax error before 'wrappers' prlink.c:186: warning: type defaults to 'int' in declaration of 'wrappers' prlink.c:186: warning: data definition has no type or storage class prlink.c:204: error: syntax error before '}' token prlink.c: In function '_PR_InitLinker': prlink.c:319: error: invalid application of 'sizeof' to incomplete type 'PRLibrary' prlink.c:321: error: dereferencing pointer to incomplete type prlink.c:322: error: dereferencing pointer to incomplete type prlink.c:323: error: dereferencing pointer to incomplete type prlink.c:324: error: dereferencing pointer to incomplete type prlink.c:332: error: dereferencing pointer to incomplete type prlink.c: In function 'pr_UnlockedFindLibrary': prlink.c:549: error: dereferencing pointer to incomplete type prlink.c:550: error: dereferencing pointer to incomplete type prlink.c:561: error: dereferencing pointer to incomplete type prlink.c:562: error: dereferencing pointer to incomplete type prlink.c:562: error: dereferencing pointer to incomplete type prlink.c:567: error: dereferencing pointer to incomplete type prlink.c: In function 'pr_LoadMachDyldModule': prlink.c:613: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at /usr/include/mach-o/dyld.h:145) prlink.c:615: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161) prlink.c:621: warning: 'NSDestroyObjectFileImage' is deprecated (declared at /usr/include/mach-o/dyld.h:147) prlink.c:623: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169) prlink.c: In function 'pr_LoadCFBundle': prlink.c:744: error: 'CFURLRef' undeclared (first use in this function) prlink.c:744: error: (Each undeclared identifier is reported only once prlink.c:744: error: for each function it appears in.) prlink.c:744: error: syntax error before 'bundleURL' prlink.c:745: error: 'CFBundleRef' undeclared (first use in this function) prlink.c:746: error: 'PATH_MAX' undeclared (first use in this function) prlink.c:748: error: 'CFStringRef' undeclared (first use in this function) prlink.c:748: error: syntax error before 'pathRef' prlink.c:755: error: 'pathRef' undeclared (first use in this function) prlink.c:755: warning: implicit declaration of function 'CFStringCreateWithCString' prlink.c:755: error: 'kCFStringEncodingUTF8' undeclared (first use in this function) prlink.c:757: error: 'bundleURL' undeclared (first use in this function) prlink.c:757: warning: implicit declaration of function 'CFURLCreateWithFileSystemPath' prlink.c:758: error: 'kCFURLPOSIXPathStyle' undeclared (first use in this function) prlink.c:760: warning: implicit declaration of function 'CFBundleCreate' prlink.c:761: warning: implicit declaration of function 'CFRelease' prlink.c:766: error: dereferencing pointer to incomplete type prlink.c:767: warning: comparison between pointer and integer prlink.c:746: warning: unused variable 'pathBuf' prlink.c: In function 'pr_LoadViaDyld': prlink.c:773: error: dereferencing pointer to incomplete type prlink.c:774: error: dereferencing pointer to incomplete type prlink.c:775: error: dereferencing pointer to incomplete type prlink.c:775: warning: 'NSAddImage' is deprecated (declared at /usr/include/mach-o/dyld.h:230) prlink.c:777: error: dereferencing pointer to incomplete type prlink.c:782: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217) prlink.c:788: error: dereferencing pointer to incomplete type prlink.c:788: error: dereferencing pointer to incomplete type prlink.c: In function 'pr_LoadLibraryByPathname': prlink.c:868: error: invalid application of 'sizeof' to incomplete type 'PRLibrary' prlink.c:873: error: dereferencing pointer to incomplete type prlink.c:947: error: 'cfragNoLibraryErr' undeclared (first use in this function) prlink.c:951: error: dereferencing pointer to incomplete type prlink.c:952: error: dereferencing pointer to incomplete type prlink.c:1023: error: dereferencing pointer to incomplete type prlink.c:1116: error: dereferencing pointer to incomplete type prlink.c: In function 'PR_UnloadLibrary': prlink.c:1261: error: dereferencing pointer to incomplete type prlink.c:1267: error: dereferencing pointer to incomplete type prlink.c:1268: error: dereferencing pointer to incomplete type prlink.c:1268: error: dereferencing pointer to incomplete type prlink.c:1288: error: dereferencing pointer to incomplete type prlink.c:1289: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169) prlink.c:1289: error: dereferencing pointer to incomplete type prlink.c:1304: error: dereferencing pointer to incomplete type prlink.c:1305: warning: implicit declaration of function 'CloseConnection' prlink.c:1305: error: dereferencing pointer to incomplete type prlink.c:1306: error: dereferencing pointer to incomplete type prlink.c:1307: error: dereferencing pointer to incomplete type prlink.c:1308: error: dereferencing pointer to incomplete type prlink.c:1309: error: dereferencing pointer to incomplete type prlink.c:1315: error: dereferencing pointer to incomplete type prlink.c:1318: error: dereferencing pointer to incomplete type prlink.c:1321: error: dereferencing pointer to incomplete type prlink.c:1321: error: dereferencing pointer to incomplete type prlink.c:1325: error: dereferencing pointer to incomplete type prlink.c:1343: error: dereferencing pointer to incomplete type prlink.c:1344: error: dereferencing pointer to incomplete type prlink.c:1345: error: dereferencing pointer to incomplete type prlink.c: In function 'pr_FindSymbolInLib': prlink.c:1366: error: dereferencing pointer to incomplete type prlink.c:1368: error: dereferencing pointer to incomplete type prlink.c:1404: error: dereferencing pointer to incomplete type prlink.c:1405: error: 'CFStringRef' undeclared (first use in this function) prlink.c:1405: error: syntax error before 'nameRef' prlink.c:1406: error: 'nameRef' undeclared (first use in this function) prlink.c:1407: warning: implicit declaration of function 'CFBundleGetFunctionPointerForName' prlink.c:1407: error: dereferencing pointer to incomplete type prlink.c:1407: warning: assignment makes pointer from integer without a cast prlink.c:1411: error: dereferencing pointer to incomplete type prlink.c:1412: error: 'Ptr' undeclared (first use in this function) prlink.c:1412: error: syntax error before 'symAddr' prlink.c:1413: error: 'CFragSymbolClass' undeclared (first use in this function) prlink.c:1414: error: 'Str255' undeclared (first use in this function) prlink.c:1418: warning: implicit declaration of function 'c2pstrcpy' prlink.c:1418: error: 'pName' undeclared (first use in this function) prlink.c:1420: warning: implicit declaration of function 'FindSymbol' prlink.c:1420: error: dereferencing pointer to incomplete type prlink.c:1420: error: 'symAddr' undeclared (first use in this function) prlink.c:1420: error: 'symClass' undeclared (first use in this function) prlink.c:1420: error: 'noErr' undeclared (first use in this function) prlink.c:1429: error: dereferencing pointer to incomplete type prlink.c:1431: error: dereferencing pointer to incomplete type prlink.c:1433: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182) prlink.c:1433: error: dereferencing pointer to incomplete type prlink.c:1437: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) prlink.c:1459: error: dereferencing pointer to incomplete type prlink.c:1461: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181) prlink.c:1461: error: dereferencing pointer to incomplete type prlink.c:1463: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) prlink.c: In function 'PR_FindSymbolAndLibrary': prlink.c:1559: error: dereferencing pointer to incomplete type prlink.c:1563: error: dereferencing pointer to incomplete type prlink.c:1564: error: dereferencing pointer to incomplete type prlink.c:1564: error: dereferencing pointer to incomplete type prlink.c: In function 'PR_LoadStaticLibrary': prlink.c:1603: error: dereferencing pointer to incomplete type prlink.c:1608: error: invalid application of 'sizeof' to incomplete type 'PRLibrary' prlink.c:1611: error: dereferencing pointer to incomplete type prlink.c:1612: error: dereferencing pointer to incomplete type prlink.c:1613: error: dereferencing pointer to incomplete type prlink.c:1613: error: dereferencing pointer to incomplete type prlink.c:1614: error: dereferencing pointer to incomplete type prlink.c:1615: error: dereferencing pointer to incomplete type prlink.c:1620: error: dereferencing pointer to incomplete type make[3]: *** [prlink.o] Error 1 make[2]: *** [export] Error 2 make[1]: *** [export] Error 2 make: *** [export] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_nspr/work/nspr-4.7.3/mozilla/nsprpub" && make all " returned error 2 Command output: prlink.c:1420: error: 'symClass' undeclared (first use in this function) prlink.c:1420: error: 'noErr' undeclared (first use in this function) prlink.c:1429: error: dereferencing pointer to incomplete type prlink.c:1431: error: dereferencing pointer to incomplete type prlink.c:1433: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182) prlink.c:1433: error: dereferencing pointer to incomplete type prlink.c:1437: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) prlink.c:1459: error: dereferencing pointer to incomplete type prlink.c:1461: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181) prlink.c:1461: error: dereferencing pointer to incomplete type prlink.c:1463: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) prlink.c: In function 'PR_FindSymbolAndLibrary': prlink.c:1559: error: dereferencing pointer to incomplete type prlink.c:1563: error: dereferencing pointer to incomplete type prlink.c:1564: error: dereferencing pointer to incomplete type prlink.c:1564: error: dereferencing pointer to incomplete type prlink.c: In function 'PR_LoadStaticLibrary': prlink.c:1603: error: dereferencing pointer to incomplete type prlink.c:1608: error: invalid application of 'sizeof' to incomplete type 'PRLibrary' prlink.c:1611: error: dereferencing pointer to incomplete type prlink.c:1612: error: dereferencing pointer to incomplete type prlink.c:1613: error: dereferencing pointer to incomplete type prlink.c:1613: error: dereferencing pointer to incomplete type prlink.c:1614: error: dereferencing pointer to incomplete type prlink.c:1615: error: dereferencing pointer to incomplete type prlink.c:1620: error: dereferencing pointer to incomplete type make[3]: *** [prlink.o] Error 1 make[2]: *** [export] Error 2 make[1]: *** [export] Error 2 make: *** [export] Error 2 Warning: the following items did not execute (for nspr): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. g...@coruscant:/Users/gwen>
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
