Gentoo Archives: gentoo-user

From: Jorge Almeida <jalmeida@××××××××××××.pt>
To: gentoo-user@l.g.o
Subject: [gentoo-user] compiling problems
Date: Wed, 16 Nov 2005 11:49:30
Message-Id: Pine.LNX.4.63.0511161133510.8983@weber.math.ist.utl.pt
1 I'm experiencing unending problems compiling packages on a new install
2 system. The current one was gtk+ :
3
4 gtkdoc-scan --module=gdk-pixbuf --source-dir=../../../gdk-pixbuf
5 --ignore-headers="pixops gdk-pixbuf-alias.h gdk-pixbuf-marshal.h
6 gdk-pixbuf-xlib-private.h gdk-pixbuf-i18n.h gdk-pixbuf-private.h
7 io-gif-animation.h io-ani-animation.h test-images.h"
8 --source-dir=../../../contrib/gdk-pixbuf-xlib
9 --deprecated-guards="GDK_PIXBUF_ENABLE_BROKEN|GDK_PIXBUF_DISABLE_DEPRECATED"
10 touch scan-build.stamp
11 *** Rebuilding template files ***
12 cd . && gtkdoc-mktmpl --module=gdk-pixbuf
13 =============================================================================
14 WARNING: 1 unused declarations.
15 These can be found in gdk-pixbuf-unused.txt.
16 They should be added to gdk-pixbuf-sections.txt in the appropriate
17 place.
18 =============================================================================
19 touch tmpl-build.stamp
20 *** Building XML ***
21 cd . && \
22 gtkdoc-mkdb --module=gdk-pixbuf --source-dir=../../../gdk-pixbuf
23 --output-format=xml --main-sgml-file=gdk-pixbuf.sgml --sgml-mode
24 --source-dir=../../../contrib/gdk-pixbuf-xlib --output-format=xml
25 99% symbol docs coverage (183 symbols documented, 3 symbols
26 incomplete, 2 not documented)
27 See gdk-pixbuf-undocumented.txt for a list of missing docs.
28 The doc coverage percentage doesn't include intro sections.
29 Use of uninitialized value in split at /usr/bin/gtkdoc-mkdb line
30 608.
31 touch sgml-build.stamp
32 *** Building HTML ***
33 rm -rf ./html
34 mkdir ./html
35 cd ./html && gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
36 parser error : out of memory error
37 file:///usr/share/sgml/docbook/xsl-stylesheets-1.68.1/common/zh_tw.xml:32:
38 parser error : out of memory error
39 <l:gentext key="dedication" text="&#22857;&#29563;"/>
40
41 The compilation just hangs at this point. "top" says:
42
43 top - 12:12:44 up 1 day, 4:29, 3 users, load average: 1.08, 1.19,
44 1.49
45 Tasks: 95 total, 3 running, 90 sleeping, 2 stopped, 0 zombie
46 Cpu(s): 99.7% us, 0.3% sy, 0.0% ni, 0.0% id, 0.0% wa, 0.0% hi,
47 0.0% si
48 Mem: 514880k total, 425308k used, 89572k free, 53952k buffers
49 Swap: 787104k total, 196k used, 786908k free, 218048k cached
50 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
51 16112 root 25 0 58576 54m 1256 R 99.6 10.9 7:49.07 xsltproc
52 23410 root 16 0 2028 1076 816 R 0.3 0.2 0:03.46 top
53 1 root 16 0 1448 448 392 S 0.0 0.1 0:00.59 init
54 2 root RT 0 0 0 0 S 0.0 0.0 0:00.00
55 migration/0
56 3 root 34 19 0 0 0 S 0.0 0.0 0:00.00
57 ksoftirqd/0
58 4 root 10 -5 0 0 0 S 0.0 0.0
59 0:00.18 events/0
60
61 Could there be some problem with gcc-3.3.6?
62
63 $ emerge --info
64 Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
65 glibc-2.3.5-r2, 2.6.14-gentoo-r2 i686)
66 =================================================================
67 System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 1.50GHz
68 Gentoo Base System version 1.6.13
69 dev-lang/python: 2.3.5, 2.4.2
70 sys-apps/sandbox: 1.2.12
71 sys-devel/autoconf: 2.13, 2.59-r6
72 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
73 sys-devel/binutils: 2.15.92.0.2-r10
74 sys-devel/libtool: 1.5.20
75 virtual/os-headers: 2.6.11-r2
76 ACCEPT_KEYWORDS="x86"
77 AUTOCLEAN="yes"
78 CBUILD="i686-pc-linux-gnu"
79 CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
80 CHOST="i686-pc-linux-gnu"
81 CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
82 /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
83 /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
84 /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
85 /var/qmail/control"
86 CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
87 CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
88 DISTDIR="/usr/portage/distfiles"
89 FEATURES="autoconfig distlocks sandbox sfperms strict"
90 GENTOO_MIRRORS="ftp://mirrors1.netvisao.pt/gentoo/
91 http://distfiles.gentoo.org
92 http://www.ibiblio.org/pub/Linux/distributions/gentoo"
93 MAKEOPTS="-j2"
94 PKGDIR="/usr/portage/packages"
95 PORTAGE_TMPDIR="/var/tmp"
96 PORTDIR="/usr/portage"
97 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
98 USE="x86 X aalib alsa apm arts bash-completion bitmap-fonts bzip2 cdb
99 cdparanoia cdr crypt curl directfb doc dri dvd dvdread fbcon gif gphoto2
100 gpm gtk gtk2 imagemagick imap imlib java javaperl jpeg jpeg2k kde
101 lm_sensors maildir mime motif ncurses nls nptl nsplugin offensive opengl
102 pam pdflib png posix python qt readline recode scanner ssl tetex tiff
103 truetype truetype-fonts type1-fonts xmljpeg zlib userland_GNU
104 kernel_linux elibc_glibc"
105 Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
106 PORTDIR_OVERLAY
107
108 --
109 Jorge Almeida
110 --
111 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] compiling problems Richard Fish <bigfish@××××××××××.org>