Re: [blfs-dev] Some packages with doc directory not matching version

2015-11-30 Thread Fernando de Oliveira
Em 30-11-2015 13:09, Bruce Dubbs escreveu:
> Fernando de Oliveira wrote:
>> Noticed today that the following packages are not installing doc

Sorry, sentence is wrong. Should read:

Noticed today that the following packages are not installing doc in the
correct versioned directories:

   actual   should be
>>
>> atkmm-1.6   atkmm-2.24.2
>> cairomm-1.0 cairomm-1.12.0
>> glibmm-2.4  glibmm-2.46.2
>> gtkmm-2.4   gtkmm-2.24.4
>> gtkmm-3.0   gtkmm-3.18.0
>> pangomm-1.4 pangomm-2.38.1
>>
>> Tried without success docdir=/usr/share/doc/atkmm-,
>> searched the configure and Makefile and it was there, but the variables
>> involved are different.
>>
>> Have not tried further investigation, before discussing here if we
>> should try to fix them, or not.
> 
> Looking at my glibmm-2.46.2.log, I see:
> 
> configure: WARNING: Location of external libstdc documentation not set
> checking for libsigc documentation...
> /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
> 
> ...
> 
> Making all in docs
> make[2]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
> ...
> Making check in docs
> make[1]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
> ...
> 
> Making install in docs
> make[1]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
> make[2]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
> make[2]: Nothing to be done for 'install-exec-am'.
> /bin/mkdir -p '/usr/share/doc/glibmm-2.4/reference/html'

We need to modify so that last line reads:

/bin/mkdir -p '/usr/share/doc/glibmm-2.46.2/reference/html

> /usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 -l
> 'libsigc++-2.0.tag@../../../libsigc++-2.0/reference/html/' -t
> '/usr/share/doc/glibmm-2.4/reference/html' --glob --
> 'reference/html/*.css' 'reference/html/*.gif' 'reference/html/*.html'
> 'reference/html/*.js' 'reference/html/*.png'
> doc-install: Using base path ../../../libsigc++-2.0/reference/html/ for
> tag file libsigc++-2.0.tag
> doc-install: Copying tabs.css
> doc-install: Copying doxygen.css
> doc-install: Copying doxygen-extra.css
> doc-install: Translating namespaceGlib.html (rewrote 8 of 199 references)
> ...
> and a lot more doc-install entries.
> 
> I didn't check the other packages.  Do you have doxygen installed?

Yes, the log is the same as mine.


-- 
[]s,
Fernando, aka Sísifo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Some packages with doc directory not matching version

2015-11-30 Thread Bruce Dubbs

Fernando de Oliveira wrote:

Noticed today that the following packages are not installing doc

atkmm-1.6   Atkmm-2.24.2
cairomm-1.0 Cairomm-1.12.0
glibmm-2.4  GLibmm-2.46.2
gtkmm-2.4   Gtkmm-2.24.4
gtkmm-3.0   Gtkmm-3.18.0
pangomm-1.4 Pangomm-2.38.1

Tried without success docdir=/usr/share/doc/atkmm-,
searched the configure and Makefile and it was there, but the variables
involved are different.

Have not tried further investigation, before discussing here if we
should try to fix them, or not.


Looking at my glibmm-2.46.2.log, I see:

configure: WARNING: Location of external libstdc documentation not set
checking for libsigc documentation... 
/usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html

...

Making all in docs
make[2]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
...
Making check in docs
make[1]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
...

Making install in docs
make[1]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
make[2]: Entering directory '/tmp/glibmm/glibmm-2.46.2/docs'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/doc/glibmm-2.4/reference/html'
/usr/bin/perl -- "../docs/doc-install.pl" --verbose --mode=0644 -l 
'libsigc++-2.0.tag@../../../libsigc++-2.0/reference/html/' -t 
'/usr/share/doc/glibmm-2.4/reference/html' --glob -- 
'reference/html/*.css' 'reference/html/*.gif' 'reference/html/*.html' 
'reference/html/*.js' 'reference/html/*.png'
doc-install: Using base path ../../../libsigc++-2.0/reference/html/ for 
tag file libsigc++-2.0.tag

doc-install: Copying tabs.css
doc-install: Copying doxygen.css
doc-install: Copying doxygen-extra.css
doc-install: Translating namespaceGlib.html (rewrote 8 of 199 references)
...
and a lot more doc-install entries.

I didn't check the other packages.  Do you have doxygen installed?

  -- Bruce

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


Re: [blfs-dev] Some packages with doc directory not matching version

2015-11-30 Thread Fernando de Oliveira
Em 30-11-2015 14:08, Fernando de Oliveira escreveu:
> Em 30-11-2015 13:09, Bruce Dubbs escreveu:
>> Fernando de Oliveira wrote:
>>> Noticed today that the following packages are not installing doc
> 
> Sorry, sentence is wrong. Should read:
> 
> Noticed today that the following packages are not installing doc in the
> correct versioned directories:
> 
>actual   should be
>>>
>>> atkmm-1.6   atkmm-2.24.2
>>> cairomm-1.0 cairomm-1.12.0
>>> glibmm-2.4  glibmm-2.46.2
>>> gtkmm-2.4   gtkmm-2.24.4
>>> gtkmm-3.0   gtkmm-3.18.0
>>> pangomm-1.4 pangomm-2.38.1

Fixed at r16699.

-- 
[]s,
Fernando, aka Sísifo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Some packages with doc directory not matching version

2015-11-30 Thread Fernando de Oliveira
Noticed today that the following packages are not installing doc

atkmm-1.6   Atkmm-2.24.2
cairomm-1.0 Cairomm-1.12.0
glibmm-2.4  GLibmm-2.46.2
gtkmm-2.4   Gtkmm-2.24.4
gtkmm-3.0   Gtkmm-3.18.0
pangomm-1.4 Pangomm-2.38.1

Tried without success docdir=/usr/share/doc/atkmm-,
searched the configure and Makefile and it was there, but the variables
involved are different.

Have not tried further investigation, before discussing here if we
should try to fix them, or not.

-- 
[]s,
Fernando, aka Sísifo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page