> On 05/31/2018 08:56 AM, Thomas Seeling wrote:
>> Hallo,
>>
>>> It has --enable-gtk-doc-html set to yes
>>> 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
>>
>>
>> usually the "--enable-xxx" switches have a "--disable-xxx" counterpart.
>> Did you try that?
>
> Use ./configure --help to see what switches are enabled.
>
>    -- Bruce
>
> --
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
Hello,

Thanks for the replies, however I think that after reading them you folk
have not actually understood what I wrote.

I HAVE tried ./configure help.  That was clearly stated.  That is where I
got the information from that html documentation WAS turned on by default.

No this option does NOT have a disable.  Again it was stated in my very
precise email.

There is something wrong with their code for building the documentation.

I have now come across three packages with exactly the same error with
brasero being the third.  In brasero's case It gave that exact same error
but the program has still installed.

From what I can tell, at the make install stage, it does not seem to be
picking up on the fact that documentation has been disabled.  It appears
to be hard coded.

Just to be really really clear on this so that I am not advised to read
the help output again:

FROM ./configure --help this is what it has:

 --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]

Again to be really really clear there is NO switch in ./configure --help
TO specifically disable it.

In the further tuning of the configure options, (again according to
./configure --help)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)

After (following what they say in ./configure --help),

it has finished running configure you can see the following:

config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands

yelp-3.28.0:

        prefix:                   /usr
        source code location:     .
        compiler:                 gcc

        Documentation:            no
        Debug enabled:            info
        Enable BZ2:               yes
        Enable LZMA:              yes

Clearly shown that documentation is disabled.  After tpying make and
pressing enter it cleanly builds the source tree.  It is at the make
install stage that it totally ignores the fact that any switch has been
set to know and proceeds to start building the html documentation then.

There also appears to be something really messed up with the threading of
this reply.  One of the replies comes through as a scrubbed attachment and
has totally messed the threading up.

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