Opened 17 years ago
Last modified 16 years ago
#14444 closed defect
bonobo-activation fails to find linc — at Version 4
Reported by: | brad.allison@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | bonobo-activation |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sh-3.2# port install bonobo-activation ---> Verifying checksum(s) for bonobo-activation ---> Extracting bonobo-activation ---> Configuring bonobo-activation 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_gnome_bonobo-activation/work/bonobo-activation-2.2.2" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man " returned error 1 Command output: checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3 checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for a BSD-compatible install... /usr/bin/install checking whether ln -s works... yes checking whether make sets ${MAKE}... (cached) yes checking for strerror in -lcposix... no checking for bison... bison -y checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for catalogs to be installed... am ar az be bg ca cs da de el eo es fa fi fr ga gl he hi hu id it ja ko lv mk ml mn ms nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta tr uk vi wa yi zh_CN zh_TW checking for pkg-config... /opt/local/bin/pkg-config checking for gmodule-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.1... Package linc was not found in the pkg-config search path. Perhaps you should add the directory containing `linc.pc' to the PKG_CONFIG_PATH environment variable No package 'linc' found configure: error: Library requirements ( gmodule-2.0 >= 2.0.1 ORBit-2.0 >= 2.4.0 linc >= 0.5.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Error: Status 1 encountered during processing.
Change History (4)
comment:1 Changed 17 years ago by brad.allison@…
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|---|
Summary: | bonobo-activation fails → bonobo-activation fails to find linc |
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | bonobo-activation added |
Note: See
TracTickets for help on using
tickets.
sh-3.2# port install bonobo-activation ---> Building bonobo-activation 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_gnome_bonobo-activation/work/bonobo-activation-2.2.2" && make all " returned error 2 Command output: make all-recursive Making all in po make[2]: Nothing to be done for `all'. Making all in docs make[2]: Nothing to be done for `all'. Making all in idl make[2]: Nothing to be done for `all'. Making all in bonobo-activation make all-am source='bonobo-activation-fork-server.c' object='bonobo-activation-fork-server.lo' libtool=yes \
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DSERVER_LIBEXECDIR=\"/opt/local/libexec\" -DBONOBO_ACTIVATION_LOCALEDIR=\"/opt/local/share/locale\" -DORBIT2=1 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orbit-2.0 -I/sw/include/linc-1.0 -DVERSION=\"2.2.2\" -DG_DISABLE_DEPRECATED -I/opt/local/include -L/opt/local/lib -O2 -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-activation-fork-server.c -MT bonobo-activation-fork-server.lo -MD -MP -MF .deps/bonobo-activation-fork-server.TPlo -fno-common -DPIC -o bonobo-activation-fork-server.lo bonobo-activation-fork-server.c: In function 'bonobo_activation_server_by_forking': bonobo-activation-fork-server.c:304: error: 'LincWatch' undeclared (first use in this function) bonobo-activation-fork-server.c:304: error: (Each undeclared identifier is reported only once bonobo-activation-fork-server.c:304: error: for each function it appears in.) bonobo-activation-fork-server.c:304: error: 'watch' undeclared (first use in this function) make[3]: * [bonobo-activation-fork-server.lo] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Error: Status 1 encountered during processing.