Hello,

I am going through the systemd version of the book, and I find the
yelp-3.28.0 does not install.

It has --enable-gtk-doc-html set to yes when you check ./configure --help
and no matter what you try you are unable to turn this off, and the result
is the error below.

I have tried setting --without-gtk-doc-html (which worked on another
package, which I have submitted a ticket on) and also
--with-gtk-doc-html=no, both of which are valid according to the help of
configure.

I have not created a ticket for this, but I think that one should be as I
personally do not see how this can be installed if they are ignoring the
command line variables.

The same issue occurs if trying to install Yelp-3.28.1

Traceback (most recent call last):
  File "/usr/bin/gtkdoc-rebase", line 56, in <module>
    sys.exit(rebase.run(options))
  File "/usr/share/gtk-doc/python/gtkdoc/rebase.py", line 75, in run
    ScanDirectory(dir, options)
  File "/usr/share/gtk-doc/python/gtkdoc/rebase.py", line 133, in
ScanDirectory
    ScanDirectory(subdir, options)
  File "/usr/share/gtk-doc/python/gtkdoc/rebase.py", line 114, in
ScanDirectory
    onlinedir = ReadIndex(dir, entry)
  File "/usr/share/gtk-doc/python/gtkdoc/rebase.py", line 153, in ReadIndex
    for line in common.open_text(os.path.join(dir, file)):
  File "/usr/lib/python2.7/posixpath.py", line 70, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'builtin_function_or_method' object has no attribute
'endswith'
make[4]: *** [Makefile:780: install-data-local] Error 1
make[4]: Leaving directory '/opt/sources/gnome/yelp-3.28.0/docs/libyelp'
make[3]: *** [Makefile:3884: install-data-local] Error 2
make[3]: Leaving directory '/opt/sources/gnome/yelp-3.28.0'
make[2]: *** [Makefile:3553: install-am] Error 2
make[2]: Leaving directory '/opt/sources/gnome/yelp-3.28.0'
make[1]: *** [Makefile:3243: install-recursive] Error 1
make[1]: Leaving directory '/opt/sources/gnome/yelp-3.28.0'
make: *** [Makefile:3547: install] Error 2

Regards,

Christopher.

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to