Hi
Sorry to bother you again...
this time I have been trying to install kdebase4-mac
which I need to install clementine (as an initiator of mtp to browse Android 
tablet content from the Mac)...

but the installation keeps on choking on librsvg2-2.26.3-1 and I have included 
the output below...

I did as you advised in other posts, such as getting rid of *.la files which 
are not needed in 10.6 with xcode 4.0...
find /sw/lib -name *.la | xargs rm

also removed all packages that could interfere from Macports, including the *.la

same also
find /lib -name *.la | xargs rm
in opt and usr and usr/local

and selfupdate, update-all for fink, etc

however still no go...

anything else you can advise

much appreciated
Billy HG (theNabster)

librsvg-2.26.3

    prefix:                         /sw
    compiler:                       gcc

    Build GdkPixbuf loader:         yes
    Build theme engine:             yes
    Build miscellaenous tools:      yes
    Handle svgz files:              true
    Use GIO:                        true
    Use libcroco for css parsing:   true

make
make  all-recursive
Making all in .
  CC     rsvg-affine.lo
  CC     librsvg-features.lo
  CC     rsvg-bpath-util.lo
  CC     rsvg-css.lo
  CC     rsvg-defs.lo
  CC     rsvg-image.lo
  CC     rsvg-paint-server.lo
  CC     rsvg-path.lo
  CC     rsvg-base-file-util.lo
  CC     rsvg-filter.lo
  CC     rsvg-marker.lo
  CC     rsvg-mask.lo
  CC     rsvg-shapes.lo
  CC     rsvg-structure.lo
  CC     rsvg-styles.lo
  CC     rsvg-text.lo
  CC     rsvg-cond.lo
  CC     rsvg-base.lo
( cd . && glib-mkenums \
            --fhead "#include \"librsvg-enum-types.h\"\n#include \"rsvg.h\"" \
            --fprod "\n/* enumerations from \"@filename@\" */" \
            --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType 
etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"    
 \
            --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
            --vtail "      { 0, NULL, NULL }\n    };\n    etype = 
g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
        rsvg.h rsvg-cairo.h ) > tmp-librsvg-enum-types.c \
    && (cmp -s tmp-librsvg-enum-types.c librsvg-enum-types.c || cp 
tmp-librsvg-enum-types.c librsvg-enum-types.c ) \
    && rm -f tmp-librsvg-enum-types.c \
    && echo timestamp > s-enum-types-c
( cd . && glib-mkenums \
            --fhead "#ifndef __LIBRSVG_ENUM_TYPES_H__\n#define 
__LIBRSVG_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
            --fprod "/* enumerations from \"@filename@\" */\n" \
            --vhead "GType @enum_name@_get_type (void);\n#define 
RSVG_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"     \
            --ftail "G_END_DECLS\n\n#endif /* __LIBRSVG_ENUM_TYPES_H__ */" \
        rsvg.h rsvg-cairo.h ) > tmp-librsvg-enum-types.h \
    && (cmp -s tmp-librsvg-enum-types.h librsvg-enum-types.h || cp 
tmp-librsvg-enum-types.h librsvg-enum-types.h ) \
    && rm -f tmp-librsvg-enum-types.h    \
    && echo timestamp > s-enum-types-h
  CC     librsvg-enum-types.lo
  CC     rsvg-cairo-draw.lo
  CC     rsvg-cairo-render.lo
  CC     rsvg-cairo-clip.lo
  CC     rsvg.lo
  CC     rsvg-gobject.lo
  CC     rsvg-file-util.lo
  CCLD   librsvg-2.la
warning: no debug symbols in executable (-arch i386)
  CC     rsvg-convert.o
  CCLD   rsvg-convert
  CC     test-display.o
  CCLD   rsvg-view
Making all in gdk-pixbuf-loader
  CC     io-svg.lo
  CCLD   svg_loader.la
warning: no debug symbols in executable (-arch i386)
Making all in gtk-engine
  CC     svg-draw.lo
  CC     svg-main.lo
  CC     svg-render.lo
  CC     svg-rc-style.lo
  CCLD   libsvg.la
warning: no debug symbols in executable (-arch i386)
Making all in data
make[2]: Nothing to be done for `all'.
Making all in tests
Making all in pdiff
  CC     lpyramid.lo
  CC     pdiff.lo
  CCLD   libpdiff.la
  CC     args.o
  CC     perceptualdiff.o
  CCLD   perceptualdiff
Making all in .
  CC     test-utils.lo
  CCLD   libtest-utils.la
Making all in tools
  CC     test-performance.o
  CCLD   test-performance
  CC     rsvg-dimensions.o
  CCLD   rsvg-dimensions
Making all in doc
gtk-doc: Scanning header files
cd . && \
      gtkdoc-scan --module=rsvg --source-dir=.. --ignore-headers="config.h 
librsvg-features.h rsvg-bpath-util.h rsvg-css.h rsvg-defs.h rsvg-paint-server.h 
rsvg-path.h rsvg-private.h rsvg-shapes.h rsvg-styles.h rsvg-text.h 
svg-rc-style.h svg-style.h svg.h" --deprecated-guards=RSVG_DISABLE_DEPRECATED 
if grep -l '^..*$' ./rsvg.types > /dev/null 2>&1 ; then \
        CC="/bin/sh ../libtool --mode=compile gcc   
-I/sw/lib/fontconfig2/include -I/sw/include  -Os" LD="/bin/sh ../libtool 
--mode=link gcc  -Os  -L/sw/lib/fontconfig2/lib -L/sw/lib" RUN="/bin/sh 
../libtool --mode=execute" CFLAGS="-I.. -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include -I/sw/include/gtk-2.0 
-I/sw/include/libxml2 -I/sw/include/pango-1.0 -I/sw/include/freetype2 
-I/sw/include/cairo -I/usr/X11R6/include -I/usr/X11/include 
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -Os" LDFLAGS="../librsvg-2.la 
-L/sw/lib -lgdk_pixbuf-2.0 -lxml2 -lpangoft2-1.0 -lpangocairo-1.0 -lpango-1.0 
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lcairo -lfontconfig -lfreetype 
-L/sw/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 
-L/sw/lib/fontconfig2/lib -L/sw/lib" gtkdoc-scangobj --nogtkinit 
--type-init-func="g_type_init ()"  --module=rsvg --output-dir=. ; \
    else \
        cd . ; \
        for i in rsvg.args rsvg.hierarchy rsvg.interfaces rsvg.prerequisites 
rsvg.signals ; do \
               test -f $i || touch $i ; \
        done \
    fi
touch scan-build.stamp
gtk-doc: Rebuilding template files
cd . && gtkdoc-mktmpl --module=rsvg 
./rsvg-unused.txt:1: warning: 99 unused declarations.They should be added to 
rsvg-sections.txt in the appropriate place.
touch tmpl-build.stamp
gtk-doc: Building XML
cd . && \
    gtkdoc-mkdb --module=rsvg --source-dir=.. --output-format=xml 
--expand-content-files="" --main-sgml-file=rsvg-docs.sgml --sgml-mode 
--output-format=xml
../rsvg-affine.c:41: warning: Symbol name not found at the start of the comment 
block.
../rsvg-affine.c:67: warning: Symbol name not found at the start of the comment 
block.
../rsvg-affine.c:93: warning: Symbol name not found at the start of the comment 
block.
../rsvg-affine.c:118: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:138: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:160: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:184: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:206: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:228: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:244: warning: Symbol name not found at the start of the 
comment block.
../rsvg-affine.c:261: warning: Symbol name not found at the start of the 
comment block.
../rsvg-css.c:298: warning: Symbol name not found at the start of the comment 
block.
../rsvg-filter.c:452: warning: Symbol name not found at the start of the 
comment block.
../rsvg-filter.c:507: warning: Symbol name not found at the start of the 
comment block.
../rsvg-filter.c:574: warning: Symbol name not found at the start of the 
comment block.
../rsvg-filter.c:637: warning: Symbol name not found at the start of the 
comment block.
../rsvg-filter.c:693: warning: Symbol name not found at the start of the 
comment block.
../rsvg-paint-server.c:112: warning: Symbol name not found at the start of the 
comment block.
../rsvg-paint-server.c:157: warning: Symbol name not found at the start of the 
comment block.
../rsvg-paint-server.c:169: warning: Symbol name not found at the start of the 
comment block.
../rsvg-path.c:104: warning: Symbol name not found at the start of the comment 
block.
../rsvg-styles.c:1344: warning: Symbol name not found at the start of the 
comment block.
../rsvg-styles.c:1396: warning: Symbol name not found at the start of the 
comment block.
../rsvg.h:44: warning: Symbol name not found at the start of the comment block.
../rsvg.h:51: warning: Symbol name not found at the start of the comment block.
../rsvg.h:57: warning: Symbol name not found at the start of the comment block.
../rsvg.h:83: warning: Symbol name not found at the start of the comment block.
../rsvg.h:88: warning: Symbol name not found at the start of the comment block.
../rsvg.h:104: warning: Symbol name not found at the start of the comment block.
../rsvg.h:161: warning: Symbol name not found at the start of the comment block.
../rsvg-base.c:1429: warning: Parameter description for 
rsvg_handle_get_position_sub::Returns is missing in source code comment block.
../rsvg-base.c:1313: warning: Parameter description for 
rsvg_handle_get_dimensions_sub::Returns is missing in source code comment block.
./tmpl/rsvg.sgml:28: warning: Value descriptions for RsvgError are missing in 
source code comment block.
./tmpl/rsvg.sgml:163: warning: Field descriptions for struct RsvgDimensionData 
are missing in source code comment block.
./rsvg-unused.txt:1: warning: 99 unused declarations.They should be added to 
rsvg-sections.txt in the appropriate place.
touch sgml-build.stamp
gtk-doc: Building HTML
rm -rf ./html
mkdir ./html
mkhtml_options=""; \
    gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
    if test "sgml.stamp rsvg-docs.sgml" = "0"; then \
      mkhtml_options=--path="."; \
    fi
cd ./html && gtkdoc-mkhtml   rsvg ../rsvg-docs.sgml
validity error : standalone: attribute enumeration value token PNG duplicated
 %graphics.attrib; 
                  ^
        | PNG) #IMPLIED
             ^
validity error : standalone: attribute enumeration value token PNG duplicated
 %graphics.attrib; 
                  ^
        | PNG) #IMPLIED
             ^
validity error : standalone: attribute enumeration value token PNG duplicated
 %objectdata.attrib; 
                    ^
        | PNG)
             ^
validity error : standalone: attribute enumeration value token PNG duplicated
 %objectdata.attrib; 
                    ^
        | PNG)
             ^
validity error : standalone: attribute enumeration value token PNG duplicated
 %objectdata.attrib; 
                    ^
        | PNG)
             ^
validity error : standalone: attribute notation value token PNG duplicated
 %notation.class; 
                 ^
        | PNG
             ^
Computing chunks...
test "x" = "x" || ( cd . && cp  html )
gtk-doc: Fixing cross-references
cd . && gtkdoc-fixxref --module-dir=html --html-dir=/sw/share/gtk-doc/html 
html/rsvg-Cairo.html:40: warning: no link for: 'RsvgHandle' -> (<span 
class="type">RsvgHandle</span>).
html/rsvg-Core-API.html:87: warning: no link for: 'RsvgPositionData' -> (<span 
class="type">RsvgPositionData</span>).
touch html-build.stamp
fink-package-precedence --prohibit-bdep librsvg2 .
Scanning /\.Plo,\.Po$/ dependency files...
    ./.deps/librsvg-enum-types.Plo
    ./.deps/librsvg-features.Plo
    ./.deps/rsvg-affine.Plo
    ./.deps/rsvg-base-file-util.Plo
    ./.deps/rsvg-base.Plo
    ./.deps/rsvg-bpath-util.Plo
    ./.deps/rsvg-cairo-clip.Plo
    ./.deps/rsvg-cairo-draw.Plo
    ./.deps/rsvg-cairo-render.Plo
    ./.deps/rsvg-cond.Plo
    ./.deps/rsvg-convert.Po
    ./.deps/rsvg-css.Plo
    ./.deps/rsvg-defs.Plo
    ./.deps/rsvg-file-util.Plo
    ./.deps/rsvg-filter.Plo
    ./.deps/rsvg-gobject.Plo
    ./.deps/rsvg-image.Plo
    ./.deps/rsvg-marker.Plo
    ./.deps/rsvg-mask.Plo
    ./.deps/rsvg-paint-server.Plo
    ./.deps/rsvg-path.Plo
    ./.deps/rsvg-shapes.Plo
    ./.deps/rsvg-structure.Plo
    ./.deps/rsvg-styles.Plo
    ./.deps/rsvg-text.Plo
    ./.deps/rsvg.Plo
    ./.deps/test-display.Po
    ./gdk-pixbuf-loader/.deps/io-svg.Plo
    ./gtk-engine/.deps/svg-draw.Plo
    ./gtk-engine/.deps/svg-main.Plo
    ./gtk-engine/.deps/svg-rc-style.Plo
    ./gtk-engine/.deps/svg-render.Plo
    ./tests/.deps/dimensions.Po
    ./tests/.deps/rsvg-test.Po
    ./tests/.deps/styles.Po
    ./tests/.deps/test-utils.Plo
    ./tests/pdiff/.deps/args.Po
    ./tests/pdiff/.deps/lpyramid.Plo
    ./tests/pdiff/.deps/pdiff.Plo
    ./tests/pdiff/.deps/perceptualdiff.Po
    ./tools/.deps/rsvg-dimensions.Po
    ./tools/.deps/test-performance.Po
Looking for incorrect headers in 42 dependency files...
Determining fink providers of 521 headers...
    1 - 100
    101 - 200
    201 - 300
    301 - 400
    401 - 500
    501 - 521
Found use of headers from 11 fink packages:
    atk1
    cairo
    fontconfig2-dev
    freetype219
    glib2-dev
    gtk+2-dev
    libcroco3
    libgsf1.114-dev
    libiconv-dev
    libxml2
    pango1-xft2-ft219-dev
Scanning binaries for incorrect dyld linking...
     ./.libs/rsvg-view uses /opt/local/lib/libX11.6.dylib
Please fix build process to get consistent use of fink's libraries.
### execution of fink-package-precedence failed, exit code 255
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-librsvg2-2.26.3-1
(Reading database ... 66696 files and directories currently installed.)
Removing fink-buildlock-librsvg2-2.26.3-1 ...
Failed: phase compiling: librsvg2-2.26.3-1 failed

Before reporting any errors, please run "fink selfupdate" and try again.

If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

    The Fink Users List <[email protected]>
    The Fink Beginners List <[email protected]>,

with a carbon copy to the maintainer:

    Dave Vasilevsky <[email protected]>

Package manager version: 0.32.4.1
Distribution version: selfupdate-rsync Sat Apr  7 19:00:17 2012, 10.6, i386
Trees: local/main stable/main unstable/main
Xcode: 4.0
Max. Fink build jobs:  1

> Date: Fri, 24 Feb 2012 08:49:12 -0700
> Subject: Re: [Fink-users] MediaTomb 0.12.1-1
> From: [email protected]
> To: [email protected]
> 
> On Fri, Feb 24, 2012 at 8:18 AM, Alexander K. Hansen
> <[email protected]> wrote:
> > On 2/24/2012 4:04 AM, Bill HG wrote:
> >

> -- 
> Alexander K. Hansen
> akh AT finkproject DOT org
> Fink User Liaison and Documenter
                                          
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to