Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] ...again compile problems due to texinfo...
Date: Thu, 29 Jun 2017 02:06:46
Message-Id: 20170629020634.pjs26bxbbvuqyi37@solfire
1 Hi,
2
3 previously the compilation of glibc failed, because docs
4 cpuld not be build.
5 This was caused in the context of texinfo.
6 "Solved" was this by not building the docs via
7 deinstallation of texinfo temporarily.
8
9 No screen jumps over the edge and again texinfo seems
10 to cause this:
11
12 >>> Source configured.
13 >>> Compiling source in /var/tmp/portage/app-misc/screen-4.6.0/work/screen-4.6.0 ...
14 make -j6 comm.h term.h
15 AWK=gawk CC="x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE" srcdir=. sh ./comm.sh
16 AWK=gawk srcdir=. sh ./term.sh
17 make -j6 osdef.h
18 CPP="x86_64-pc-linux-gnu-gcc -E -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
19 make -j6 -C doc screen.info
20 make: Entering directory '/var/tmp/portage/app-misc/screen-4.6.0/work/screen-4.6.0/doc'
21 makeinfo ./screen.texinfo -o screen.info
22 ./screen.texinfo:3154: `@end' expected `deffn', but saw `example'
23 ./screen.texinfo:3154: unmatched `@end example'
24 ./screen.texinfo:3156: unmatched `@end deffn'
25 make: *** [Makefile:31: screen.info] Error 1
26 make: Leaving directory '/var/tmp/portage/app-misc/screen-4.6.0/work/screen-4.6.0/doc'
27 * ERROR: app-misc/screen-4.6.0::gentoo failed (compile phase):
28 * emake failed
29 *
30 * If you need support, post the output of `emerge --info '=app-misc/screen-4.6.0::gentoo'`,
31 * the complete build log and the output of `emerge -pqv '=app-misc/screen-4.6.0::gentoo'`.
32 * The complete build log is located at '/var/tmp/portage/app-misc/screen-4.6.0/temp/build.log'.
33 * The ebuild environment file is located at '/var/tmp/portage/app-misc/screen-4.6.0/temp/environment'.
34 * Working directory: '/var/tmp/portage/app-misc/screen-4.6.0/work/screen-4.6.0'
35 * S: '/var/tmp/portage/app-misc/screen-4.6.0/work/screen-4.6.0'
36 *
37 * The following package has failed to build, install, or execute postinst:
38 *
39 * (app-misc/screen-4.6.0:0/0::gentoo, ebuild scheduled for merge), Log file:
40 * '/var/tmp/portage/app-misc/screen-4.6.0/temp/build.log'
41 *
42
43 * GNU info directory index is up-to-date.
44 * After world updates, it is important to remove obsolete packages with
45 * emerge --depclean. Refer to `man emerge` for more information.
46
47
48 How can I fix this ... by fixing it and not by uninstalling texinfo ?
49 ;)
50
51 Cheers
52 Meino

Replies

Subject Author
Re: [gentoo-user] ...again compile problems due to texinfo... Mike Gilbert <floppym@g.o>