Gentoo Archives: gentoo-embedded

From: Luca Marturana <lucamarturana@×××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Error while installing dillo
Date: Thu, 02 Mar 2006 19:44:03
Message-Id: 20060302204141.6fbbcf92@localhost
1 Hi guys,
2
3 I want to compile and install dillo browser on a chrooted uclibc
4 enviroment, this is the output of "emerge --info":
5
6 ################################################################
7
8 Portage 2.0.54 (uclibc/x86/2.4, gcc-3.4.5, uclibc-0.9.28-r0,
9 2.6.15-gentoo-r1 i686)
10 =================================================================
11 System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
12 Gentoo Base System version 1.6.14
13 dev-lang/python: 2.4.2
14 sys-apps/sandbox: 1.2.12
15 sys-devel/autoconf: 2.13, 2.59-r6
16 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
17 sys-devel/binutils: 2.16.1
18 sys-devel/libtool: 1.5.22
19 virtual/os-headers: 2.4.22-r1
20 ACCEPT_KEYWORDS="x86"
21 AUTOCLEAN="yes"
22 CBUILD="i386-gentoo-linux-uclibc"
23 CFLAGS="-Os -pipe -fomit-frame-pointer"
24 CHOST="i386-gentoo-linux-uclibc"
25 CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
26 CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
27 CXXFLAGS="-Os -pipe -fomit-frame-pointer"
28 DISTDIR="/usr/portage/distfiles"
29 FEATURES="autoconfig buildpkg distlocks nodoc noinfo noman sandbox
30 sfperms strict" GENTOO_MIRRORS="http://gentoo.ngi.it
31 http://gentoo.ynet.sk/pub" LC_ALL="it_IT.UTF-8"
32 PKGDIR="/var/packages"
33 PORTAGE_TMPDIR="/var/tmp"
34 PORTDIR="/usr/portage"
35 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
36 USE="x86 X bitmap-fonts bzip2 directfb dlloader expat fbcon gif gtk
37 jpeg minimal ncurses opengl pcre perl png python readline truetype
38 truetype-fonts type1-fonts uclibc usb zlib userland_GNU kernel_linux
39 elibc_uclibc" Unset: ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS,
40 MAKEOPTS, PORTDIR_OVERLAY
41
42
43 ################################################################
44
45 When I try to emerge this is the output:
46
47 ################################################################
48
49 Finished configure:
50 tabs: yes
51 cookies: yes
52 anti-alias: yes
53 ssl: no
54 meta refresh: yes
55 efence: no
56 gprof: no
57 insure: no
58 rftl: no
59 prefix: /usr
60
61 Run configure --help for explanation of these options,
62 otherwise type 'make' to build Dillo.
63 make all-recursive
64 make[1]: Entering directory
65 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5' Making all in m4
66 make[2]: Entering directory
67 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/m4' make[2]: Nothing
68 to be done for `all'. make[2]: Leaving directory
69 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/m4' Making all in doc
70 make[2]: Entering directory
71 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/doc' make[2]: Nothing
72 to be done for `all'. make[2]: Leaving directory
73 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/doc' Making all in src
74 make[2]: Entering directory
75 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/src' Making all in IO
76 make[3]: Entering directory
77 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/src/IO' if
78 i386-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../..
79 -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
80 -I/usr/lib/glib/include -Os -pipe -fomit-frame-pointer -O
81 -I/usr/include -I/usr/include/freetype2 -I/usr/include/freetype2/config
82 -I/usr/include -DENABLE_META_REFRESH -D_REENTRANT -D_THREAD_SAFE -Wall
83 -W -Wno-unused-parameter -Waggregate-return -MT https.o -MD -MP -MF
84 ".deps/https.Tpo" \ -c -o https.o `test -f 'https.c' || echo
85 './'`https.c; \ then mv -f ".deps/https.Tpo" ".deps/https.Po"; \ else
86 rm -f ".deps/https.Tpo"; exit 1; \ fi if i386-gentoo-linux-uclibc-gcc
87 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include
88 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
89 -Os -pipe -fomit-frame-pointer -O -I/usr/include
90 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include
91 -DENABLE_META_REFRESH -D_REENTRANT -D_THREAD_SAFE -Wall -W
92 -Wno-unused-parameter -Waggregate-return -MT DBIO.o -MD -MP -MF
93 ".deps/DBIO.Tpo" \ -c -o DBIO.o `test -f 'DBIO.c' || echo './'`DBIO.c;
94 \ then mv -f ".deps/DBIO.Tpo" ".deps/DBIO.Po"; \ else rm -f
95 ".deps/DBIO.Tpo"; exit 1; \ fi if i386-gentoo-linux-uclibc-gcc
96 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include
97 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
98 -Os -pipe -fomit-frame-pointer -O -I/usr/include
99 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include
100 -DENABLE_META_REFRESH -D_REENTRANT -D_THREAD_SAFE -Wall -W
101 -Wno-unused-parameter -Waggregate-return -MT mime.o -MD -MP -MF
102 ".deps/mime.Tpo" \ -c -o mime.o `test -f 'mime.c' || echo './'`mime.c;
103 \ then mv -f ".deps/mime.Tpo" ".deps/mime.Po"; \ else rm -f
104 ".deps/mime.Tpo"; exit 1; \ fi In file included from
105 mime.c:13: ../intl.h:5:23: libintl.h: No such file or directory mime.c:
106 In function `a_Mime_set_viewer': mime.c:153: warning: implicit
107 declaration of function `dgettext' make[3]: *** [mime.o] Error 1
108 make[3]: Leaving directory
109 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/src/IO' make[2]: ***
110 [all-recursive] Error 1 make[2]: Leaving directory
111 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5/src' make[1]: ***
112 [all-recursive] Error 1 make[1]: Leaving directory
113 `/var/tmp/portage/dillo-0.8.5-r1/work/dillo-0.8.5' make: *** [all]
114 Error 2
115
116 !!! ERROR: www-client/dillo-0.8.5-r1 failed.
117 !!! Function src_compile, Line 87, Exitcode 2
118 !!! (no error message)
119 !!! If you need support, post the topmost build error, NOT this status
120 message.
121
122 ################################################################
123
124 Can anyone help me? :-)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] Error while installing dillo Mike Frysinger <vapier@g.o>