Gentoo Archives: gentoo-dev

From: Kevin Gordon <kgordon@××××××××××××.nz>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda
Date: Sat, 05 May 2001 00:03:15
Message-Id: 000d01c0d529$296eb330$0501010a@kgpro
In Reply to: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda by AGottinger@t-online.de (Achim Gottinger)
1 I have completed 131 ebuilds to date with only 2 ebuilds giving problems.
2 This is an excellent result. Many thanks. A few more queries!
3 ----------------------------------------------------------------------------
4 ---------------------
5 (A)
6 # ebuild glade-0.5.11.ebuild merge
7 Have now installed the dependencies (see below). Now up to glade:
8 gnomedbbrowser.c: In function 'gb_gnome_db_browser_new' :
9 gnomedbbrowser.c:56:structure has no member named 'tables_button' ...
10 'views_button' ... 'procs_button' ... 'types_button'
11 make[3]:***[gnomedbbrowser.o] Error 1
12 Any hints on what might be missing?
13
14 ----------------------------------------------------------------------------
15 ------------------------
16 (B)
17 "this is also the cause (and solution) of gnomecc (control-center) not
18 showing it's capplets."
19
20 I have this problem with control-center. Should I do the manual fix?
21
22 ----------------------------------------------------------------------------
23 ------------------------
24 (C)
25 #ebuild gnucash-1.4.7-r2.ebuild merge
26 Noticed additional dependency: /usr/portage/dev-libs/g-wrap
27
28 ----------------------------------------------------------------------------
29 -------------------------
30 (D)
31 I see a folder /usr/portage/dev-lang/php as well as php-4. The new ebuild
32 file is called php-4.0.4_p1.ebuild. What does the "p1" indicate?
33
34 ----------------------------------------------------------------------------
35 ---------------------------
36 (E)
37 #ebuild ruby-1.6.2.ebuild merge
38 readline.c: In function 'filename_completion_proc_call' :
39 readline.c:325:'filename_completion_proc_call' undeclared (first use in this
40 function)
41 ......................'username_completion_function' ....
42 Any comments?
43
44 ----------------------------------------------------------------------------
45 -----------------------------
46 (F)
47 #ebuild postgresql-7.1.ebuild merge
48 Have installed 100%.
49 Wish to include module for ODBC.
50 Like --enable-odbc --with-odbcinst=DIRECTORY.
51 Can I edit this into the ebuild file. What is the best approach to do this?
52
53 ----------------------------------------------------------------------------
54 -----------------------------
55 Thank you for your help.
56 Cheers,
57 Kevin
58 ----- Original Message -----
59 From: "Achim Gottinger" <AGottinger@××××××××.de>
60 To: <gentoo-dev@g.o>
61 Sent: Sunday, April 29, 2001 7:45 AM
62 Subject: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on
63 libgda
64
65
66 > > Kevin Gordon wrote:
67 > >
68 > > Many thanks to Achim. I have now successfully installed php-4.
69 > >
70 > Hi Kevin,
71 >
72 > I updated php an hour ago it makes use of the USE environment variables
73 > now.
74 >
75 > > Current task:
76 > > #ebuild glade-0.5.11.ebuild merge
77 > > > depends on gnome-office/gnome-db-0.2.0 or greater
78 > > #ebuild gnome-db-0.2.1.ebuild merge
79 > > > depends on gnome-libs/libgda-0.2.1 (which I thought I had
80 > > installed)
81 > > #ebuild libgda-0.2.1-r1.ebuild clean merge
82 > > compiling: gda-ldap-connection.c
83 > > in function 'gda_ldap_error_make'
84 > > gda-ldap-connection.c:271: dereferencing pointerto incomplete type.
85 >
86 > Looks like libgda requires openldap make sure you have version 1.2
87 > installed.
88 > I'm currently testing all packages and I'll try to figure out what the
89 > problem is.
90 > can take ~24hrs.
91 >
92 > bye achim~
93 >
94 > >
95 > > Please advise.
96 > >
97 > > Regards,
98 > > Kevin Gordon
99 >
100 > _______________________________________________
101 > gentoo-dev mailing list
102 > gentoo-dev@g.o
103 > http://www.gentoo.org/mailman/listinfo/gentoo-dev
104 >

Replies

Subject Author
[gentoo-dev] Install hints Jake Bishop <jb3insf@×××××××.net>
Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda AGottinger@t-online.de (Achim Gottinger)