Hi, I've just recently formatted my G4 powerbook and installed Leopard. I had been using fink on my old install, but was not happy with it, and decided to switch to macports. I'm trying to get GTK installed, but the build is failing when it gets to ATK. I'd really appreciate any help debugging this I can get. I use gentoo on other machines I admin, so I am familiar with the general concept of a ports tree, but haven't really had any experience with macports before today. What follows is the output of my install command: ============================================================================== bensonk@dragon ~ $ sudo port install atk Password: ---> Building atk 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_devel_atk/work/atk-1.20.0" && make all " returned error 2 Command output: make all-recursive Making all in atk make all-am /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -funroll-loops -fstrict-aliasing -Wall -L/opt/local/lib -no-undefined -o libatk-1.0.la -rpath /opt/local/lib -version-info 2009:1:2009 atkaction.lo atkcomponent.lo atkdocument.lo atkeditabletext.lo atkgobjectaccessible.lo atkhyperlink.lo atkhyperlinkimpl.lo atkhypertext.lo atkimage.lo atknoopobject.lo atknoopobjectfactory.lo atkobject.lo atkobjectfactory.lo atkregistry.lo atkrelation.lo atkrelationset.lo atkselection.lo atkstate.lo atkstateset.lo atkstreamablecontent.lo atktable.lo atktext.lo atkutil.lo atkmisc.lo atkvalue.lo atk-enum-types.lo -L/opt/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv gcc -dynamiclib -o .libs/libatk-1.0.0.2009.1.dylib .libs/atkaction.o .libs/atkcomponent.o .libs/atkdocument.o .libs/atkeditabletext.o .libs/atkgobjectaccessible.o .libs/atkhyperlink.o .libs/atkhyperlinkimpl.o .libs/atkhypertext.o .libs/atkimage.o .libs/atknoopobject.o .libs/atknoopobjectfactory.o .libs/atkobject.o .libs/atkobjectfactory.o .libs/atkregistry.o .libs/atkrelation.o .libs/atkrelationset.o .libs/atkselection.o .libs/atkstate.o .libs/atkstateset.o .libs/atkstreamablecontent.o .libs/atktable.o .libs/atktext.o .libs/atkutil.o .libs/atkmisc.o .libs/atkvalue.o .libs/atk-enum-types.o -L/opt/local/lib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -install_name /opt/local/lib/libatk-1.0.0.dylib -compatibility_version 2010 -current_version 2010.1 ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o collect2: ld returned 1 exit status make[3]: *** [libatk-1.0.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. ============================================================================== Thanks in advance for any help you can give me. :-) Benson
On Nov 4, 2007, at 22:23, bensonk@acm.wwu.edu wrote:
I've just recently formatted my G4 powerbook and installed Leopard. I had been using fink on my old install, but was not happy with it, and decided to switch to macports. I'm trying to get GTK installed, but the build is failing when it gets to ATK. I'd really appreciate any help debugging this I can get. I use gentoo on other machines I admin, so I am familiar with the general concept of a ports tree, but haven't really had any experience with macports before today.
What follows is the output of my install command: ====================================================================== ======== bensonk@dragon ~ $ sudo port install atk Password: ---> Building atk with target all
[snip]
ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
[snip] That bug has been filed here: http://trac.macports.org/projects/macports/ticket/13006 I have added your email address to the bug's Cc list so you'll be informed of the bug's progress.
On Nov 4, 2007, at 8:50 PM, Ryan Schmidt wrote:
On Nov 4, 2007, at 22:23, bensonk@acm.wwu.edu wrote:
ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
[snip]
That bug has been filed here:
http://trac.macports.org/projects/macports/ticket/13006
I have added your email address to the bug's Cc list so you'll be informed of the bug's progress.
I applied the patch file that's there and it fixed the problem for me, by the way. Or at least, pango and atk have built and installed now. Kendall
Yeah, I did a port sync and port install gtk2 and it worked like a charm. Thanks. :-) Benson On Mon, Nov 05, 2007 at 12:38:57PM -0800, Kendall Shaw wrote:
On Nov 4, 2007, at 8:50 PM, Ryan Schmidt wrote:
On Nov 4, 2007, at 22:23, bensonk@acm.wwu.edu wrote:
ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
[snip]
That bug has been filed here:
http://trac.macports.org/projects/macports/ticket/13006
I have added your email address to the bug's Cc list so you'll be informed of the bug's progress.
I applied the patch file that's there and it fixed the problem for me, by the way. Or at least, pango and atk have built and installed now.
Kendall
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
This didn't work out for me this morning but I will give it a try again. On Nov 6, 2007, at 4:41 AM, bensonk@acm.wwu.edu wrote:
Yeah, I did a port sync and port install gtk2 and it worked like a charm. Thanks. :-)
Benson
On Mon, Nov 05, 2007 at 12:38:57PM -0800, Kendall Shaw wrote:
On Nov 4, 2007, at 8:50 PM, Ryan Schmidt wrote:
On Nov 4, 2007, at 22:23, bensonk@acm.wwu.edu wrote:
ld: duplicate symbol _g_bit_nth_lsf in .libs/atkcomponent.o and .libs/atkaction.o
[snip]
That bug has been filed here:
http://trac.macports.org/projects/macports/ticket/13006
I have added your email address to the bug's Cc list so you'll be informed of the bug's progress.
I applied the patch file that's there and it fixed the problem for me, by the way. Or at least, pango and atk have built and installed now.
Kendall
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- Takashi Yoshida tyoshida [at] mac [dot] com
participants (4)
-
bensonk@acm.wwu.edu
-
Kendall Shaw
-
Ryan Schmidt
-
Takashi Yoshida