public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/33549]  New: makeinfo drops hyphens from srcdir path
@ 2007-09-25  1:38 skunk at iskunk dot org
  2008-02-12 19:58 ` [Bug other/33549] " skunk at iskunk dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: skunk at iskunk dot org @ 2007-09-25  1:38 UTC (permalink / raw)
  To: gcc-bugs

The source tree in the below build is under /tmp/gcc-4.2.1--x---x----x/. Note
how the path contains 1, then 2, then 3, then 4 hyphens.

----BEGIN BUILD LOG EXCERPT----
if [ xinfo = xinfo ]; then \
        makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000
--no-split -I . -I ../../gcc-4.2.1--x---x----x/gcc/doc \
                -I ../../gcc-4.2.1--x---x----x/gcc/doc/include -o doc/gcc.info
../../gcc-4.2.1--x---x----x/gcc/doc/gcc.texi; \
fi
../../gcc-4.2.1--x---x----x/gcc/doc//invoke.texi:1080: @include
`../../gcc-4.2.1-x--x---x/gcc/../libiberty/at-file.texi': No such file or
directory.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to
preserve.
make[3]: *** [doc/gcc.info] Error 1
make[3]: Leaving directory `/home/cport/tmp/gcc-build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/cport/tmp/gcc-build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/cport/tmp/gcc-build'
make: *** [bootstrap-lean] Error 2
----END BUILD LOG EXCERPT----

Makeinfo is looking for at-file.texi under an incorrect source path: each run
of two or more hyphens in the path is shortened by one. I believe this is due
to Texinfo's typographic syntax conventions being incorrectly applied to the
@value{srcdir} substitution in invoke.texi.


-- 
           Summary: makeinfo drops hyphens from srcdir path
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: skunk at iskunk dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-04 20:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-25  1:38 [Bug other/33549] New: makeinfo drops hyphens from srcdir path skunk at iskunk dot org
2008-02-12 19:58 ` [Bug other/33549] " skunk at iskunk dot org
2008-02-12 20:12 ` joseph at codesourcery dot com
2008-02-12 20:47 ` skunk at iskunk dot org
2008-02-12 22:57 ` joseph at codesourcery dot com
2010-05-04 11:45 ` thomas dot petazzoni at free-electrons dot com
2010-05-04 20:24 ` skunk at iskunk dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).