Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda
Date: Sat, 05 May 2001 07:20:06
Message-Id: 3AF3F730.680881FF@gentoo.org
In Reply to: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda by Kevin Gordon
1 Kevin Gordon wrote:
2 >
3 > I have completed 131 ebuilds to date with only 2 ebuilds giving problems.
4 > This is an excellent result. Many thanks. A few more queries!
5 > ----------------------------------------------------------------------------
6 > ---------------------
7 > (A)
8 > # ebuild glade-0.5.11.ebuild merge
9 > Have now installed the dependencies (see below). Now up to glade:
10 > gnomedbbrowser.c: In function 'gb_gnome_db_browser_new' :
11 > gnomedbbrowser.c:56:structure has no member named 'tables_button' ...
12 > 'views_button' ... 'procs_button' ... 'types_button'
13 > make[3]:***[gnomedbbrowser.o] Error 1
14 > Any hints on what might be missing?
15
16 Do you have gnome-db installed? emerge seems not to detect this
17 dependencie here.
18
19 >
20 > ----------------------------------------------------------------------------
21 > ------------------------
22 > (B)
23 > "this is also the cause (and solution) of gnomecc (control-center) not
24 > showing it's capplets."
25 >
26 > I have this problem with control-center. Should I do the manual fix?
27
28 Yes do the monual fix.
29 >
30 > ----------------------------------------------------------------------------
31 > ------------------------
32 > (C)
33 > #ebuild gnucash-1.4.7-r2.ebuild merge
34 > Noticed additional dependency: /usr/portage/dev-libs/g-wrap
35 >
36 k, thx I added it
37 > ----------------------------------------------------------------------------
38 > -------------------------
39 > (D)
40 > I see a folder /usr/portage/dev-lang/php as well as php-4. The new ebuild
41 > file is called php-4.0.4_p1.ebuild. What does the "p1" indicate?
42 >
43 p1 means patch level 1
44 > ----------------------------------------------------------------------------
45 > ---------------------------
46 > (E)
47 > #ebuild ruby-1.6.2.ebuild merge
48 > readline.c: In function 'filename_completion_proc_call' :
49 > readline.c:325:'filename_completion_proc_call' undeclared (first use in this
50 > function)
51 > ......................'username_completion_function' ....
52 > Any comments?
53 >
54 Sounds like you are using readline-4.2. Try to downgrade to 4.1, 4.2 is
55 not 100% compatible and makes
56 problems with a few packages.
57 > ----------------------------------------------------------------------------
58 > -----------------------------
59 > (F)
60 > #ebuild postgresql-7.1.ebuild merge
61 > Have installed 100%.
62 > Wish to include module for ODBC.
63 > Like --enable-odbc --with-odbcinst=DIRECTORY.
64 > Can I edit this into the ebuild file. What is the best approach to do this?
65 >
66 postgres comes with iODBC, I did not add this option because we
67 currently only use unixODBC.
68 unixODBC support postgress and mysql and has all the required cleints
69 stuff included.
70 if you really need iODBC you can edit the postgress ebuild and add those
71 lines to the configure line.
72
73 > ----------------------------------------------------------------------------
74 > -----------------------------
75 > >
76 > > >
77 > > > Please advise.
78 > > >
79 > > > Regards,
80 > > > Kevin Gordon
81 > >
82 > > _______________________________________________
83 > > gentoo-dev mailing list
84 > > gentoo-dev@g.o
85 > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
86 > >
87 >
88 > _______________________________________________
89 > gentoo-dev mailing list
90 > gentoo-dev@g.o
91 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda AGottinger@t-online.de (Achim Gottinger)