pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/textproc/gnome-doc-utils



On Thu, Aug 23, 2012 at 03:18:07PM +0000, Matthias Drochner wrote:
> Module Name:  pkgsrc
> Committed By: drochner
> Date:         Thu Aug 23 15:18:07 UTC 2012
> 
> Modified Files:
>       pkgsrc/textproc/gnome-doc-utils: Makefile PLIST distinfo
> 
> Log Message:
> update to 0.20.10
> changes:
> -removed scrollkeeper/omf
> -minor feature additions
> -bugfixes
> -translation updates

I think this broke the graphics/geeqie build. I'm now seeing:
*** Please use pkgtools/verifypc to sanity check dependencies.
cd /scratch/graphics/geeqie/work/geeqie-1.1/doc && /usr/pkg/bin/gmake html
rm -rf html; mkdir html
if [ -x "/usr/pkg/bin/gnome-doc-tool" ]; then \
        cd html && "/usr/pkg/bin/gnome-doc-tool" html 
.././docbook/GuideIndex.xml ; \
else \  
        echo "gnome-doc-tool not found, html is not built" ; \
fi
getopt: unknown option -- s
getopt: unknown option -- s
getopt: unknown option -- f
getopt: unknown option -- i
getopt: unknown option -- :
getopt: unknown option -- h
getopt: unknown option -- u
getopt: unknown option -- k
getopt: unknown option -- p
getopt: unknown option -- h
getopt: unknown option -- :
getopt: unknown option -- x
getopt: unknown option -- s
getopt: unknown option -- i
getopt: unknown option -- :
getopt: unknown option -- f
getopt: unknown option -- i
getopt: unknown option -- u
getopt: unknown option -- r
getopt: unknown option -- s
getopt: unknown option -- u
getopt: unknown option -- p
getopt: unknown option -- u
getopt: unknown option -- :
getopt: unknown option -- u
getopt: unknown option -- s
getopt: unknown option -- x
getopt: unknown option -- s
getopt: unknown option -- :
getopt: unknown option -- p
getopt: unknown option -- y
getopt: unknown option -- r
getopt: unknown option -- a
getopt: unknown option -- p
getopt: unknown option -- h
getopt: unknown option -- i
getopt: unknown option -- s
getopt: unknown option -- a
getopt: unknown option -- r
getopt: unknown option -- a
getopt: unknown option -- p
getopt: unknown option -- h
getopt: unknown option -- i
getopt: unknown option -- s
getopt: unknown option -- p
getopt: unknown option -- a
getopt: unknown option -- h
getopt: unknown option -- :
getopt: unknown option -- a
getopt: unknown option -- r
getopt: unknown option -- a
getopt: unknown option -- p
getopt: unknown option -- h
getopt: unknown option -- i
getopt: unknown option -- s
getopt: unknown option -- s
getopt: unknown option -- i
getopt: unknown option -- z
getopt: unknown option -- :
getopt: unknown option -- a
getopt: unknown option -- s
getopt: unknown option -- s
getopt: unknown option -- s
getopt: unknown option -- y
getopt: unknown option -- p
getopt: unknown option -- s
getopt: unknown option -- i
getopt: unknown option -- s
getopt: unknown option -- a
getopt: unknown option -- u
getopt: unknown option -- a
getopt: unknown option -- :
getopt: unknown option -- f
getopt: unknown option -- u
getopt: unknown option -- s
getopt: unknown option -- y
getopt: unknown option -- p
getopt: unknown option -- s
getopt: unknown option -- i
getopt: unknown option -- s
getopt: unknown option -- s
getopt: unknown option -- y
getopt: unknown option -- :
getopt: unknown option -- v
getopt: unknown option -- r
getopt: unknown option -- b
getopt: unknown option -- s
getopt: unknown option -- v
getopt: unknown option -- r
getopt: unknown option -- s
getopt: unknown option -- i
getopt: unknown option -- h
getopt: unknown option -- p
Usage: gnome-doc-tool html [OPTIONS] FILE
Convert FILE into HTML.

Basic Output Control:
  -c, --css-file=FILE             file to output CSS to
  -e, --extension=EXT             the extension to append to output files
  -n, --no-figures                do not copy figures into the output directory
  -o, --output=PATH               the file or directory to output to
  -x, --custom-xslt=PATH          custom XSLT to include in the transform
                                  (currently only for Mallard)

Automatic Graphics:
  --copy-graphics                 copy graphics into the output directory
  --admon-graphics-path=PATH      the path to the admonition graphics
  --admon-graphics-size=INT       the size of the admonition graphics

Docbook Chunking:
  -d, --chunk-depth=INT           how deep sections should be chunked

DocBook Styling:
  --classsynopsis-language=LANG   the default programming language to be used
                                  for classsynopsis elements
  --funcsynopsis-style=STYLE      the style to be used to render funcsynopsis
                                  elements, either 'KR' or 'ANSI'

Miscellaneous:
  -v, --verbose                   print all the commands executed
  -V, --version                   print version information and exit
  -h, --help                      display this help and exit
gmake: *** [html/GuideIndex.html] Error 1
*** Error code 2

AFAICT, gnome-doc-tool is called with the arguments:
        cd html && "/usr/pkg/bin/gnome-doc-tool" html 
.././docbook/GuideIndex.xml

And I can reproduce the problem with:
cd work*/gee*/doc/html && gnome-doc-tool html .././docbook/GuideIndex.xml

Can you please take a look?

Thanks,
 Thomas



Home | Main Index | Thread Index | Old Index