Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17167 closed defect (fixed)

avahi: Undefined symbols: _libintl_dgettext _libintl_bind_textdomain_codeset _libintl_bindtextdomain

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: avahi

Description

avahi 0.6.22 does not build:

/usr/bin/gcc-4.0 -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -DAVAHI_DAEMON_RUNTIME_DIR=\"/mp/var/run/avahi-daemon/\" -DAVAHI_SOCKET=\"/mp/var/run/avahi-daemon/socket\" -DAVAHI_SERVICE_DIR=\"/mp/etc/avahi/services\" -DAVAHI_CONFIG_FILE=\"/mp/etc/avahi/avahi-daemon.conf\" -DAVAHI_HOSTS_FILE=\"/mp/etc/avahi/hosts\" -DAVAHI_DBUS_INTROSPECTION_DIR=\"/mp/share/avahi/introspection\" -DAVAHI_CONFIG_DIR=\"/mp/etc/avahi\" -O2 -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D__EXTENSIONS__ -o .libs/avahi-daemon avahi_daemon-main.o avahi_daemon-simple-protocol.o avahi_daemon-static-services.o avahi_daemon-static-hosts.o avahi_daemon-ini-file-parser.o avahi_daemon-setproctitle.o avahi_daemon-check-nss.o avahi_daemon-dbus-protocol.o avahi_daemon-dbus-util.o avahi_daemon-dbus-async-address-resolver.o avahi_daemon-dbus-async-host-name-resolver.o avahi_daemon-dbus-async-service-resolver.o avahi_daemon-dbus-domain-browser.o avahi_daemon-dbus-entry-group.o avahi_daemon-dbus-service-browser.o avahi_daemon-dbus-service-type-browser.o avahi_daemon-dbus-sync-address-resolver.o avahi_daemon-dbus-sync-host-name-resolver.o avahi_daemon-dbus-sync-service-resolver.o avahi_daemon-dbus-record-browser.o avahi_daemon-dbus.o avahi_daemon-dbus-watch-glue.o  -L/mp/lib ../avahi-common/.libs/libavahi-common.dylib ../avahi-core/.libs/libavahi-core.dylib /mp/var/macports/build/_Users_rschmidt_macports_dports_net_avahi/work/avahi-0.6.22/avahi-common/.libs/libavahi-common.dylib /mp/lib/libdaemon.dylib /mp/lib/libexpat.dylib -ldl /mp/lib/libdbus-1.dylib 
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_libintl_dgettext
_libintl_bind_textdomain_codeset
_libintl_bindtextdomain
collect2: ld returned 1 exit status
make[2]: *** [avahi-daemon] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Mac OS X 10.4.11 Intel, Xcode 2.5.

Change History (3)

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

It looks like this upstream error (which comes with a fix). I'll try it.

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Yes, that seems to be it. Fixed in r41780.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.