pango ,atk, gtk2 fail build with dup symbol

William Davis frstan at bellsouth.net
Sat Nov 3 11:41:21 PDT 2007


On Nov 3, 2007, at 2:14 PM, Ryan Schmidt wrote:

> Bugs have been filed for atk and pango:
>
>
> atk:
>
> http://trac.macports.org/projects/macports/ticket/13094
>
>
> pango:
>
> http://trac.macports.org/projects/macports/ticket/13123
>
>
> I have added your email address to the Cc list for those bugs so  
> you'll be informed of their progress.
>
> I don't see a bug for gtk2. You may want to ask the maintainer or  
> just file a bug (and Cc yourself and the maintainer).
>
>

bug filed on trac http://trac.macports.org/projects/macports/ticket/13128
by William Davis (frstanATbellsouthDOTnet)





> On Nov 3, 2007, at 12:33, William Davis wrote:
>
>> atk:
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED - 
>> DATK_LOCALEDIR=\"/opt/local/share/locale\" -D_REENTRANT -I/opt/ 
>> local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ 
>> local/include -I/opt/local/include -no-cpp-precomp -O2 -funroll- 
>> loops -fstrict-aliasing -Wall -MT atk-enum-types.lo -MD -MP - 
>> MF .deps/atk-enum-types.Tpo -c atk-enum-types.c  -fno-common -DPIC - 
>> o .libs/atk-enum-types.o
>> /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
>>
>> Warning: the following items did not execute (for atk):  
>> org.macports.destroot org.macports.build
>> DEBUG:
>> Error: Unable to upgrade port: 1
>>
>> gtk2
>> gtk2
>> /bin/sh ../../libtool --mode=link gcc  -I/usr/X11R6/include  -L/opt/ 
>> local/lib -lpango-1.0 -o timescale  timescale.o libpixops.la -L/opt/ 
>> local/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 - 
>> lintl -liconv   -L/opt/local/lib -lgmodule-2.0 -lgobject-2.0 - 
>> lglib-2.0 -lintl -liconv    -ltiff -ljpeg -L/opt/local/lib - 
>> lpng12   -lm
>> gcc -I/usr/X11R6/include -o timescale timescale.o  -L/opt/local/ 
>> lib ./.libs/libpixops.a /opt/local/lib/libpango-1.0.dylib /opt/ 
>> local/lib/libgthread-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib / 
>> opt/local/lib/libgobject-2.0.dylib /opt/local/lib/ 
>> libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ 
>> libiconv.dylib /opt/local/lib/libtiff.dylib -lc /opt/local/lib/ 
>> libjpeg.dylib /opt/local/lib/libpng12.dylib -lz -lm
>> ld: duplicate symbol _g_bit_nth_lsf in ./.libs/ 
>> libpixops.a(pixops.o) and timescale.o
>>
>> collect2: ld returned 1 exit status
>> make[4]: *** [timescale] Error 1
>> make[3]: *** [all-recursive] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>> Warning: the following items did not execute (for gtk2):  
>> org.macports.destroot org.macports.build
>> DEBUG: Registry error: xorg not registered as installed.
>>    invoked from within
>> "registry_installed ${portname}"
>>    invoked from within
>> "$workername eval registry_installed \${portname}"
>> Error: Unable to upgrade port: 1
>>
>> pango
>>
>> gcc -dynamiclib  -o .libs/libpango-1.0.0.1800.3.dylib  .libs/ 
>> break.o .libs/ellipsize.o .libs/fonts.o .libs/glyphstring.o .libs/ 
>> modules.o .libs/pango-attributes.o .libs/pango-color.o .libs/pango- 
>> context.o .libs/pango-coverage.o .libs/pango-engine.o .libs/pango- 
>> fontmap.o .libs/pango-fontset.o .libs/pango-glyph-item.o .libs/ 
>> pango-gravity.o .libs/pango-item.o .libs/pango-language.o .libs/ 
>> pango-layout.o .libs/pango-markup.o .libs/pango-matrix.o .libs/ 
>> pango-renderer.o .libs/pango-script.o .libs/pango-tabs.o .libs/ 
>> pango-utils.o .libs/reorder-items.o .libs/shape.o .libs/pango-enum- 
>> types.o .libs/module-defs-lang.o  .libs/libpango-1.0.lax/libmini- 
>> fribidi.a/fribidi.o .libs/libpango-1.0.lax/libmini-fribidi.a/ 
>> fribidi_char_type.o .libs/libpango-1.0.lax/libmini-fribidi.a/ 
>> fribidi_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 -lm  -install_name  /opt/local/lib/ 
>> libpango-1.0.0.dylib -Wl,-compatibility_version -Wl,1801 -Wl,- 
>> current_version -Wl,1801.3
>> ld: duplicate symbol _g_bit_nth_lsf in .libs/ellipsize.o and .libs/ 
>> break.o
>>
>> collect2: ld returned 1 exit status
>> make[4]: *** [libpango-1.0.la] Error 1
>> make[3]: *** [all-recursive] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>> Warning: the following items did not execute (for pango):  
>> org.macports.destroot org.macports.build
>



More information about the macports-users mailing list