Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days
Date: Thu, 13 Sep 2007 03:38:39
Message-Id: 5bdc1c8b0709122023t1d422834w4cf193a645fcf3dc@mail.gmail.com
In Reply to: Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days by "Bo Ørsted Andresen"
1 On 9/12/07, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
2 > On Thursday 13 September 2007 04:54:08 Mark Knecht wrote:
3 > > OK, the emerge -DuN world finished up and said everything was good. I
4 > > then ran revdep-rebuild and have a list of things that need to be
5 > > rebuilt. One has failed - dev-libs/apr-util.
6 > >
7 > > checking gdbm.h presence... yes
8 > > checking for gdbm.h... yes
9 > > checking for gdbm_open in -lgdbm... yes
10 > > configure: error: Berkeley DB not found.
11 > [...]
12 > > '/var/tmp/portage/dev-libs/apr-util-0.9.12/temp/build.log'.
13 > [...]
14 > > Sector9 ~ # emerge -pvD apr-util
15 > [...]
16 > > [ebuild R ] dev-libs/apr-util-1.2.8 USE="berkdb gdbm ldap
17 > [...]
18 > > I'm wondering what package should supply berkdb and why this ebuild
19 > > doesn't force that package to get installed?
20 >
21 > berkdb = sys-libs/db. apr-util is slotted and 0.9.12 is in a different slot
22 > than 1.2.8. So try..
23 >
24 > # emerge -va1 sys-libs/db:4.5 dev-libs/apr-util:0
25 >
26 > If it still fails look at the config.log from apr-util to try to find why it's
27 > failing..
28 >
29 > --
30 > Bo Andresen
31 >
32 >
33
34 Bo,
35 Thanks. Will try that command in a minute. Error #2 follows:
36
37 YS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
38 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
39 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DYYTEXT_POINTER=1
40 -DGETTEXT_PACKAGE=\"libgda-2\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1
41 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1
42 -DENABLE_NLS=1 -DHAVE_MYSQL=1 -DHAVE_FIREBIRD=1 -DHAVE_LDAP=1
43 -DHAVE_POPT_H=1 -DHAVE_READLINE_READLINE_H=1
44 -DHAVE_READLINE_HISTORY_H=1 -I. -I../.. -I../.. -pthread
45 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
46 -I/usr/include/libxml2 -I/opt/firebird/include -O2 -march=i686
47 -fomit-frame-pointer -pipe -MT gda-firebird-recordset.lo -MD -MP -MF
48 .deps/gda-firebird-recordset.Tpo -c gda-firebird-recordset.c -fPIC
49 -DPIC -o .libs/gda-firebird-recordset.o
50 gda-firebird-recordset.c: In function 'fb_gda_value_fill':
51 gda-firebird-recordset.c:515: error: dereferencing pointer to incomplete type
52 gda-firebird-recordset.c:515: error: dereferencing pointer to incomplete type
53 gda-firebird-recordset.c:517: error: dereferencing pointer to incomplete type
54 make[2]: *** [gda-firebird-recordset.lo] Error 1
55 make[2]: Leaving directory
56 `/var/tmp/portage/gnome-extra/libgda-1.2.3/work/libgda-1.2.3/providers/firebird'
57 make[1]: *** [all-recursive] Error 1
58 make[1]: Leaving directory
59 `/var/tmp/portage/gnome-extra/libgda-1.2.3/work/libgda-1.2.3/providers'
60 make: *** [all-recursive] Error 1
61
62 !!! ERROR: gnome-extra/libgda-1.2.3 failed.
63 Call stack:
64 ebuild.sh, line 1638: Called dyn_compile
65 ebuild.sh, line 985: Called qa_call 'src_compile'
66 ebuild.sh, line 44: Called src_compile
67 ebuild.sh, line 1328: Called gnome2_src_compile
68 gnome2.eclass, line 71: Called die
69
70 !!! compile failure
71 !!! If you need support, post the topmost build error, and the call
72 stack if relevant.
73 !!! A complete build log is located at
74 '/var/tmp/portage/gnome-extra/libgda-1.2.3/temp/build.log'.
75
76 Sector9 ~ #
77
78 Is firebird yet another database?
79
80 Thanks,
81 Mark
82 --
83 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days "Bo Ørsted Andresen" <bo.andresen@××××.dk>