BitlBee doesn't compile on Leopard
Reported by: |
limi@… |
Owned by: |
mww@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.5.2
|
Keywords:
|
|
Cc:
|
|
Port:
|
bitlbee
|
|
|
Running the retail version of OS X 10.5, I get:
$ sudo port install bitlbee
Password:
---> Fetching pkgconfig
---> Attempting to fetch pkg-config-0.22.tar.gz from http://mirror.opensysadmin.com/pkg-config/
---> Verifying checksum(s) for pkgconfig
---> Extracting pkgconfig
---> Configuring pkgconfig
---> Building pkgconfig with target all
---> Staging pkgconfig into destroot
---> Installing pkgconfig 0.22_0
---> Activating pkgconfig 0.22_0
---> Cleaning pkgconfig
---> Fetching glib2
---> Attempting to fetch glib-2.14.2.tar.bz2 from ftp://ftp.gtk.org/pub/glib/2.14
---> Verifying checksum(s) for glib2
---> Extracting glib2
---> Applying patches to glib2
---> Configuring glib2
---> Building glib2 with target all
---> Staging glib2 into destroot
---> Installing glib2 2.14.2_0
---> Activating glib2 2.14.2_0
---> Cleaning glib2
---> Fetching libgpg-error
---> Attempting to fetch libgpg-error-1.5.tar.bz2 from http://ftp.gnupg.org/gcrypt/libgpg-error
---> Verifying checksum(s) for libgpg-error
---> Extracting libgpg-error
---> Configuring libgpg-error
---> Building libgpg-error with target all
---> Staging libgpg-error into destroot
---> Installing libgpg-error 1.5_1
---> Activating libgpg-error 1.5_1
---> Cleaning libgpg-error
---> Fetching libgcrypt
---> Attempting to fetch libgcrypt-1.2.4.tar.bz2 from http://ftp.gnupg.org/gcrypt/libgcrypt
---> Verifying checksum(s) for libgcrypt
---> Extracting libgcrypt
---> Configuring libgcrypt
---> Building libgcrypt with target all
---> Staging libgcrypt into destroot
---> Installing libgcrypt 1.2.4_1
---> Activating libgcrypt 1.2.4_1
---> Cleaning libgcrypt
---> Fetching libtasn1
---> Attempting to fetch libtasn1-1.1.tar.gz from http://www.gnu.org/software/gnutls/releases/libtasn1/
---> Verifying checksum(s) for libtasn1
---> Extracting libtasn1
---> Configuring libtasn1
---> Building libtasn1 with target all
---> Staging libtasn1 into destroot
---> Installing libtasn1 1.1_0
---> Activating libtasn1 1.1_0
---> Cleaning libtasn1
---> Fetching lzo
---> Attempting to fetch lzo-1.08.tar.gz from http://www.oberhumer.com/opensource/lzo/download/LZO-v1/
---> Verifying checksum(s) for lzo
---> Extracting lzo
---> Configuring lzo
---> Building lzo with target all
---> Staging lzo into destroot
---> Installing lzo 1.08_0
---> Activating lzo 1.08_0
---> Cleaning lzo
---> Fetching zlib
---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
---> Verifying checksum(s) for zlib
---> Extracting zlib
---> Applying patches to zlib
---> Configuring zlib
---> Building zlib with target all
---> Staging zlib into destroot
---> Installing zlib 1.2.3_1
---> Activating zlib 1.2.3_1
---> Cleaning zlib
---> Fetching opencdk
---> Attempting to fetch opencdk-0.6.4.tar.bz2 from http://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk
---> Verifying checksum(s) for opencdk
---> Extracting opencdk
---> Configuring opencdk
---> Building opencdk with target all
---> Staging opencdk into destroot
---> Installing opencdk 0.6.4_0
---> Activating opencdk 0.6.4_0
---> Cleaning opencdk
---> Fetching gnutls
---> Attempting to fetch gnutls-2.0.0.tar.bz2 from http://ftp.gnupg.org/gcrypt/alpha/gnutls
---> Verifying checksum(s) for gnutls
---> Extracting gnutls
---> Configuring gnutls
---> Building gnutls with target all
---> Staging gnutls into destroot
---> Installing gnutls 2.0.0_0
---> Activating gnutls 2.0.0_0
---> Cleaning gnutls
---> Fetching bitlbee
---> Attempting to fetch bitlbee-1.0.4.tar.gz from http://get.bitlbee.org/src/
---> Verifying checksum(s) for bitlbee
---> Extracting bitlbee
---> Configuring bitlbee
---> Building bitlbee 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_irc_bitlbee/work/bitlbee-1.0.4" && make all " returned error 2
Command output: * Compiling txqueue.c
* Compiling oscar_util.c
* Compiling oscar.c
* Linking oscar_mod.o
* Compiling yahoo.c
* Compiling crypt.c
* Compiling libyahoo2.c
* Compiling yahoo_fn.c
* Compiling yahoo_httplib.c
* Compiling yahoo_list.c
* Compiling yahoo_util.c
* Linking yahoo_mod.o
* Linking protocols.o
* Linking bitlbee
Undefined symbols:
"_msn_switchboards", referenced from:
_msn_switchboards$non_lazy_ptr in protocols.o
"_msn_chat_id", referenced from:
_msn_chat_id$non_lazy_ptr in protocols.o
"_connections", referenced from:
_connections$non_lazy_ptr in protocols.o
"_proto_prpl", referenced from:
_proto_prpl$non_lazy_ptr in account.o
_proto_prpl$non_lazy_ptr in commands.o
_proto_prpl$non_lazy_ptr in protocols.o
"_msn_connections", referenced from:
_msn_connections$non_lazy_ptr in protocols.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [bitlbee] Error 1
Error: Status 1 encountered during processing.
bitlbee was upgraded to 1.2.3 in r41199, and builds fine on 10.5 for me. Speak up if it still fails.