#21148 closed defect (invalid)
neon Configure error - build failure (Snow Leopard)
Reported by: | seanjtaylor@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | neon |
Description
On a machine recently updated to OS X 10.6 (Snow Leopard)
babbage:~ sean$ sudo port build neon ---> Computing dependencies for neon ---> Configuring neon Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/neon-0.28.6" && ./configure --prefix=/opt/local --with-ssl --enable-shared --with-expat --mandir=/opt/local/share/man " returned error 1 Command output: checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.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 size of time_t... 8 checking how to print time_t... ld checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for sys/time.h... (cached) yes checking for stdint.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for pipe... yes checking for isatty... yes checking for usleep... yes checking for shutdown... yes checking for setlocale... yes configure: WebDAV support is enabled checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_SetXmlDeclHandler in -lexpat... no configure: error: expat library not found, cannot proceed Error: Status 1 encountered during processing.
expat appears to be installed properly (I rebuilt it)
babbage:~ sean$ sudo port installed expat The following ports are currently installed: expat @2.0.1_0 (active)
Change History (6)
comment:1 follow-up: 2 Changed 15 years ago by tobypeterson
Version: | 1.8.0 |
---|
comment:2 Changed 15 years ago by seanjtaylor@…
Replying to toby@…:
What is your hardware configuration? What's the output of
lipo -info /opt/local/lib/libexpat.dylib
?
From System Profiler
Model Name: iMac Model Identifier: iMac6,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.16 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 4 MB Memory: 2 GB Bus Speed: 667 MHz Boot ROM Version: IM61.0093.B07 SMC Version (system): 1.10f2 Serial Number (system): XXXXXXXXXXXXXX Hardware UUID: XXXXXXXXXXX
babbage:~ sean$ lipo -info /opt/local/lib/libexpat.dylib Non-fat file: /opt/local/lib/libexpat.dylib is architecture: i386
comment:4 follow-up: 5 Changed 15 years ago by tobypeterson
Resolution: | → invalid |
---|---|
Status: | new → closed |
Obviously not. Closing.
comment:5 Changed 15 years ago by dewind@…
Replying to toby@…:
Obviously not. Closing.
I don't know if that person did, but I did. I am still have the exact same problem installing neon. This was after following the manual and automatic instructions. This happens when trying to configure and install neon with Mac OSX Snow Leopard. I also forced a sync of ports to make sure I had the latest configuration information.
sudo port install neon ---> Computing dependencies for neon ---> Configuring neon Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_neon/work/neon-0.28.6" && ./configure --prefix=/opt/local --with-ssl --enable-shared --with-expat --mandir=/opt/local/share/man " returned error 1 Command output: checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.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 size of time_t... 8 checking how to print time_t... ld checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for sys/time.h... (cached) yes checking for stdint.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for pipe... yes checking for isatty... yes checking for usleep... yes checking for shutdown... yes checking for setlocale... yes configure: WebDAV support is enabled checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for XML_SetXmlDeclHandler in -lexpat... no configure: error: expat library not found, cannot proceed
Error: Status 1 encountered during processing.
System Info:
Model Name: MacBook Pro
Model Identifier: MacBookPro5,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.93 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 6 MB Memory: 4 GB Bus Speed: 1.07 GHz
comment:6 Changed 15 years ago by seanjtaylor@…
I didn't follow the guide. After I did, I was able to build neon.
What is your hardware configuration? What's the output of
lipo -info /opt/local/lib/libexpat.dylib
?