Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 484794

Summary: dev-lang/gnat-gcc-4.4.7 with sys-apps/texinfo-5.1 - .../work/gcc-4.4.7/gcc/doc/cppopts.texi:761: @itemx must follow @item
Product: Gentoo Linux Reporter: Maks Verver <maksverver>
Component: [OLD] DevelopmentAssignee: ada team [OBSOLETE] <ada+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 464362    

Description Maks Verver 2013-09-13 16:59:19 UTC
Relevant part of the build.log:

if [ xinfo = xinfo ]; then \
	makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /var/tmp/portage/dev-lang/gnat-gcc-4.4.7/work/gcc-4.4.7/gcc/doc \
		-I /var/tmp/portage/dev-lang/gnat-gcc-4.4.7/work/gcc-4.4.7/gcc/doc/include -o doc/cpp.info /var/tmp/portage/dev-lang/gnat-gcc-4.4.7/work/gcc-4.4.7/gcc/doc/cpp.texi; \
fi
/var/tmp/portage/dev-lang/gnat-gcc-4.4.7/work/gcc-4.4.7/gcc/doc/cppopts.texi:761: @itemx must follow @item
make[3]: *** [doc/cpp.info] Error 1


Reproducible: Always
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2013-10-08 18:34:57 UTC
I propagated the "fix" from 4.3  - forcing <texinfo-5.1 in DEPEND. Should fix this issue for now (plus, as it is a compile-time only requirement, it is trivial to work around even if some other package forces >=texinfo-5.1).
Still, Iĺl try to add a newer version of gnat-gcc soon (that actually supports new texinfo)