Updating libgda-1.0.4-1 failed. I first did through an update-all and I 
got:

...
> cd . && \
>   gtkdoc-scan --module=libgda --source-dir=../../libgda --ignore-headers="config.h 
> acconfig.h gda-intl.h gda-marshal.h" --source-dir=../../report/libgda-report 
> touch scan-build.stamp
> *** Rebuilding template files ***
> cd . && gtkdoc-mktmpl --module=libgda
> WARNING: No declaration for: gda_log_clean_all
> WARNING: No declaration for: gda_log_clean_between
> WARNING: No declaration for: gda_log_clean_entry
> =============================================================================
> WARNING: 138 unused declarations.
>   These can be found in libgda-unused.txt.
>   They should be added to libgda-sections.txt in the appropriate place.
> =============================================================================
> touch tmpl-build.stamp
> *** Building SGML ***
> cd . && \
> gtkdoc-mkdb --module=libgda --source-dir=../../libgda 
> --main-sgml-file=libgda-docs.sgml --source-dir=../../report/libgda-report
> ERROR parsing comment block file : parameter expected -
>  ../../libgda/gda-server-provider.c:222
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_connection_add_error Param: error.
> WARNING: Parameter described in source code comment block but does not exist -
>        Func: gda_data_model_foreach Param: Returns.
> ...
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_log_is_enabled Param: Returns.
> WARNING: No declaration for: gda_log_clean_all
> WARNING: No declaration for: gda_log_clean_between
> WARNING: No declaration for: gda_log_clean_entry
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_value_new_from_xml Param: node.
> WARNING: Parameter described in source code comment block but does not exist -
>        Func: gda_value_new_from_xml Param: xml.
> 29% symbol docs coverage (324 symbols documented, 792 not documented)
> See libgda-undocumented.txt for a list of missing docs.
> The doc coverage percentage doesn't include intro sections.
> touch sgml-build.stamp
> *** Building HTML ***
> test -d ./html || mkdir ./html
> cd ./html && gtkdoc-mkhtml libgda ../libgda-docs.sgml
> /sw/bin/openjade:../libgda-docs.sgml:134:27:E: document type does not allow element 
> "ULINK" here; missing one of "EMPHASIS", "TRADEMARK", "REPLACEABLE", "COMMENT", 
> "SUBSCRIPT", "SUPERSCRIPT" start-tag
> ...
> /sw/bin/openjade:../libgda-docs.sgml:2392:5:E: [xref to ANCHOR unsupported]
> make[2]: *** [html-build.stamp] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of make failed, exit code 2
> Failed: compiling libgda-1.0.4-1 failed

Then I did a second update-all with only libgda-* left which asked to 
remove openjade:

...
> The following package will be removed:
>  openjade
> Do you want to continue? [Y/n] Fink will attempt to remove 1 package(s).
> openjade
> Do you want to continue? [Y/n] dpkg --remove openjade
> dpkg: dependency problems prevent removal of openjade:
>  docbook-bundle depends on openjade (>= 1.3.2-1).
>  gtk-doc depends on openjade (>= 1.3.2-25).
> dpkg: error processing openjade (--remove):
>  dependency problems - not removing
> Errors were encountered while processing:
>  openjade
> ### execution of dpkg failed, exit code 1
> Failed: can't remove package openjade

So I did:

> % sudo dpkg -r --force-all openjade
> dpkg: openjade: dependency problems, but removing anyway as you request:
>  docbook-bundle depends on openjade (>= 1.3.2-1).
>  gtk-doc depends on openjade (>= 1.3.2-25).
> (Reading database ... 285814 files and directories currently installed.)
> Removing openjade ...

Finally I got:

> ...
> cd . && \
>   gtkdoc-scan --module=libgda --source-dir=../../libgda --ignore-headers="config.h 
> acconfig.h gda-intl.h gda-marshal.h" --source-dir=../../report/libgda-report 
> touch scan-build.stamp
> *** Rebuilding template files ***
> cd . && gtkdoc-mktmpl --module=libgda
> WARNING: No declaration for: gda_log_clean_all
> WARNING: No declaration for: gda_log_clean_between
> WARNING: No declaration for: gda_log_clean_entry
> =============================================================================
> WARNING: 138 unused declarations.
>   These can be found in libgda-unused.txt.
>   They should be added to libgda-sections.txt in the appropriate place.
> =============================================================================
> touch tmpl-build.stamp
> *** Building SGML ***
> cd . && \
> gtkdoc-mkdb --module=libgda --source-dir=../../libgda 
> --main-sgml-file=libgda-docs.sgml --source-dir=../../report/libgda-report
> ERROR parsing comment block file : parameter expected -
>  ../../libgda/gda-server-provider.c:222
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_connection_add_error Param: error.
> ...
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_log_is_enabled Param: Returns.
> WARNING: No declaration for: gda_log_clean_all
> WARNING: No declaration for: gda_log_clean_between
> WARNING: No declaration for: gda_log_clean_entry
> WARNING: Parameter description missing in source code comment block -
>        Func: gda_value_new_from_xml Param: node.
> WARNING: Parameter described in source code comment block but does not exist -
>        Func: gda_value_new_from_xml Param: xml.
> 29% symbol docs coverage (324 symbols documented, 792 not documented)
> See libgda-undocumented.txt for a list of missing docs.
> The doc coverage percentage doesn't include intro sections.
> touch sgml-build.stamp
> *** Building HTML ***
> test -d ./html || mkdir ./html
> cd ./html && gtkdoc-mkhtml libgda ../libgda-docs.sgml
> /sw/bin/gtkdoc-mkhtml: line 42: /sw/bin/openjade: No such file or directory
> make[2]: *** [html-build.stamp] Error 127
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> ### execution of make failed, exit code 2
> Failed: compiling libgda-1.0.4-1 failed

Apparently libgda now conflicts with openjade but still requires it!

Dominique d'Humieres


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to