GNU bug report logs -
#21063
solaris: documentation installation targets fail in some sub-directories (coreutis 8.24)
Previous Next
Reported by: Peter Bray <pdb_ml <at> yahoo.com.au>
Date: Wed, 15 Jul 2015 11:24:02 UTC
Severity: normal
Tags: fixed
Done: Assaf Gordon <assafgordon <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21063 in the body.
You can then email your comments to 21063 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#21063
; Package
coreutils
.
(Wed, 15 Jul 2015 11:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Peter Bray <pdb_ml <at> yahoo.com.au>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Wed, 15 Jul 2015 11:24:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Greetings,
One last quick bug report for the day. Still coreutils-8.24 on Solaris
10 and Solaris 11 on X86 VMs.
The installation of built documentation (dvi,ps,pdf) requires the use
of the gmake(1) option '-k' to avoid failing in sub-trees not
supporting these phony make targets.
Successful Steps:
gmake pdf ps dvi
Unsuccessful Steps:
gmake install-pdf install-ps install-dvi
Workaround Steps:
gmake -k install-pdf install-ps install-dvi
Given the nature of the coreutils build process (mostly non-recursive),
maybe these phony targets don't need to be invoked recursively, but
once again I'm guessing, and have not explored the problem completely.
Regards,
Peter Bray
Sydney, Australia
Example Errors:
take-1% gmake install-pdf install-ps install-dvi
Making install-pdf in po
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/po'
gmake[1]: *** No rule to make target `install-pdf'. Stop.
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/po'
gmake: *** [install-pdf-recursive] Error 1
take-2% gmake -k install-pdf install-ps install-dvi
Making install-pdf in po
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/po'
gmake[1]: *** No rule to make target `install-pdf'.
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/po'
Making install-pdf in .
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24'
/pkgs/64-bit/bin/gmkdir -p
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
/pkgs/64-bit/bin/ginstall -c -m 644 doc/coreutils.pdf
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24'
Making install-pdf in gnulib-tests
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
Making install-pdf in .
gmake[2]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[2]: Nothing to be done for `install-pdf-am'.
gmake[2]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake: *** [install-pdf-recursive] Error 1
gmake: Target `install-pdf' not remade because of errors.
Making install-ps in po
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/po'
gmake[1]: *** No rule to make target `install-ps'.
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/po'
Making install-ps in .
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24'
/pkgs/64-bit/bin/gmkdir -p
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
/pkgs/64-bit/bin/ginstall -c -m 644 doc/coreutils.ps
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24'
Making install-ps in gnulib-tests
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
Making install-ps in .
gmake[2]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[2]: Nothing to be done for `install-ps-am'.
gmake[2]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake: *** [install-ps-recursive] Error 1
gmake: Target `install-ps' not remade because of errors.
Making install-dvi in po
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/po'
gmake[1]: *** No rule to make target `install-dvi'.
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/po'
Making install-dvi in .
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24'
/pkgs/64-bit/bin/gmkdir -p
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
/pkgs/64-bit/bin/ginstall -c -m 644 doc/coreutils.dvi
'/pkgs/64-bit/release/coreutils-8.24-scaffolding/share/doc/coreutils'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24'
Making install-dvi in gnulib-tests
gmake[1]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
Making install-dvi in .
gmake[2]: Entering directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[2]: Nothing to be done for `install-dvi-am'.
gmake[2]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake[1]: Leaving directory `/tmp/64-bit/coreutils-8.24/gnulib-tests'
gmake: *** [install-dvi-recursive] Error 1
gmake: Target `install-dvi' not remade because of errors.
PS: Yes, all packages are being built with unique installation
prefixes, and the "scaffolding" suffix relates to the build phase of
the larger project.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#21063
; Package
coreutils
.
(Thu, 25 Oct 2018 15:22:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 21063 <at> debbugs.gnu.org (full text, mbox):
retitle 21063 solaris: documentation installation targets fail in some sub-directories (coreutis 8.24)
stop
(triaging old bugs)
Hello,
On Wed, Jul 15, 2015 at 09:23:41PM +1000, Peter Bray wrote:
> One last quick bug report for the day. Still coreutils-8.24 on Solaris
> 10 and Solaris 11 on X86 VMs.
>
> The installation of built documentation (dvi,ps,pdf) requires the use
> of the gmake(1) option '-k' to avoid failing in sub-trees not
> supporting these phony make targets.
>
> Successful Steps:
>
> gmake pdf ps dvi
>
> Unsuccessful Steps:
>
> gmake install-pdf install-ps install-dvi
>
> Workaround Steps:
>
> gmake -k install-pdf install-ps install-dvi
>
Is this still an issue with the latest coreutils on Solaris?
-assaf
Changed bug title to 'solaris: documentation installation targets fail in some sub-directories (coreutis 8.24)' from 'coreutils-8.24 - documentation installation targets fail in some sub-directories'
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 25 Oct 2018 16:00:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#21063
; Package
coreutils
.
(Sun, 28 Oct 2018 02:56:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 21063 <at> debbugs.gnu.org (full text, mbox):
Assaf,
I just downloaded coreutils 8.30, and I’m happy to report this is no longer an issue. So the bug can be closed as Fixed in 8.30 (or earlier).
Regards,
Peter
> On 26 Oct 2018, at 2:20 am, Assaf Gordon <assafgordon <at> gmail.com> wrote:
>
> retitle 21063 solaris: documentation installation targets fail in some sub-directories (coreutis 8.24)
> stop
>
> (triaging old bugs)
>
> Hello,
>
>> On Wed, Jul 15, 2015 at 09:23:41PM +1000, Peter Bray wrote:
>> One last quick bug report for the day. Still coreutils-8.24 on Solaris
>> 10 and Solaris 11 on X86 VMs.
>>
>> The installation of built documentation (dvi,ps,pdf) requires the use
>> of the gmake(1) option '-k' to avoid failing in sub-trees not
>> supporting these phony make targets.
>>
>> Successful Steps:
>>
>> gmake pdf ps dvi
>>
>> Unsuccessful Steps:
>>
>> gmake install-pdf install-ps install-dvi
>>
>> Workaround Steps:
>>
>> gmake -k install-pdf install-ps install-dvi
>>
>
> Is this still an issue with the latest coreutils on Solaris?
>
> -assaf
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#21063
; Package
coreutils
.
(Sun, 28 Oct 2018 05:56:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 21063 <at> debbugs.gnu.org (full text, mbox):
tags 21063 fixed
close 21063
stop
On 2018-10-27 8:55 p.m., Peter Bray wrote:
> I just downloaded coreutils 8.30, and I’m happy to report this is no longer an issue. So the bug can be closed as Fixed in 8.30 (or earlier).
Thanks for following-up.
Closing as "fixed".
-assaf
Added tag(s) fixed.
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 28 Oct 2018 05:56:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
21063 <at> debbugs.gnu.org and Peter Bray <pdb_ml <at> yahoo.com.au>
Request was from
Assaf Gordon <assafgordon <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sun, 28 Oct 2018 05:56:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 25 Nov 2018 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 211 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.