From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,FREEMAIL_FROM,INVALID_DATE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2 autolearn=no autolearn_force=no version=4.0.0 Received: from mailout06.sul.t-online.com ([194.25.134.19]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 14w1yg-0000vm-00 for gentoo-dev@gentoo.org; Sat, 05 May 2001 07:20:06 -0600 Received: from fwd01.sul.t-online.de by mailout06.sul.t-online.com with smtp id 14w1xz-0004pt-00; Sat, 05 May 2001 15:19:23 +0200 Received: from helios.bagwan (320095285153-0001@[62.155.143.187]) by fwd01.sul.t-online.com with smtp id 14w1xx-0No6XAC; Sat, 5 May 2001 15:19:21 +0200 Received: (qmail 27335 invoked by uid 0); 5 May 2001 16:02:39 -0000 Received: from sadchitananda2.bagwan (HELO gentoo.org) (achim@192.168.2.1) by helios.bagwan with SMTP; 5 May 2001 16:02:38 -0000 Message-ID: <3AF3F730.680881FF@gentoo.org> From: AGottinger@t-online.de (Achim Gottinger) X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] ebuild glade - depends on gnome-db - depends on libgda References: <000801c0d01e$cbaaab50$0501010a@kgpro> <3AEB1DE4.DCB1A999@gentoo.org> <000d01c0d529$296eb330$0501010a@kgpro> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095285153-0001@t-dialin.net Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: achim@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat May 5 07:21:01 2001 X-Original-Date: Sat, 05 May 2001 14:50:56 +0200 X-Archives-Salt: 4d0974c3-430b-44aa-b4a6-f5d72fa92d77 X-Archives-Hash: 1ff408c8c64f550e497f7be6ea424098 Kevin Gordon wrote: > > I have completed 131 ebuilds to date with only 2 ebuilds giving problems. > This is an excellent result. Many thanks. A few more queries! > ---------------------------------------------------------------------------- > --------------------- > (A) > # ebuild glade-0.5.11.ebuild merge > Have now installed the dependencies (see below). Now up to glade: > gnomedbbrowser.c: In function 'gb_gnome_db_browser_new' : > gnomedbbrowser.c:56:structure has no member named 'tables_button' ... > 'views_button' ... 'procs_button' ... 'types_button' > make[3]:***[gnomedbbrowser.o] Error 1 > Any hints on what might be missing? Do you have gnome-db installed? emerge seems not to detect this dependencie here. > > ---------------------------------------------------------------------------- > ------------------------ > (B) > "this is also the cause (and solution) of gnomecc (control-center) not > showing it's capplets." > > I have this problem with control-center. Should I do the manual fix? Yes do the monual fix. > > ---------------------------------------------------------------------------- > ------------------------ > (C) > #ebuild gnucash-1.4.7-r2.ebuild merge > Noticed additional dependency: /usr/portage/dev-libs/g-wrap > k, thx I added it > ---------------------------------------------------------------------------- > ------------------------- > (D) > I see a folder /usr/portage/dev-lang/php as well as php-4. The new ebuild > file is called php-4.0.4_p1.ebuild. What does the "p1" indicate? > p1 means patch level 1 > ---------------------------------------------------------------------------- > --------------------------- > (E) > #ebuild ruby-1.6.2.ebuild merge > readline.c: In function 'filename_completion_proc_call' : > readline.c:325:'filename_completion_proc_call' undeclared (first use in this > function) > ......................'username_completion_function' .... > Any comments? > Sounds like you are using readline-4.2. Try to downgrade to 4.1, 4.2 is not 100% compatible and makes problems with a few packages. > ---------------------------------------------------------------------------- > ----------------------------- > (F) > #ebuild postgresql-7.1.ebuild merge > Have installed 100%. > Wish to include module for ODBC. > Like --enable-odbc --with-odbcinst=DIRECTORY. > Can I edit this into the ebuild file. What is the best approach to do this? > postgres comes with iODBC, I did not add this option because we currently only use unixODBC. unixODBC support postgress and mysql and has all the required cleints stuff included. if you really need iODBC you can edit the postgress ebuild and add those lines to the configure line. > ---------------------------------------------------------------------------- > ----------------------------- > > > > > > > > Please advise. > > > > > > Regards, > > > Kevin Gordon > > > > _______________________________________________ > > gentoo-dev mailing list > > gentoo-dev@gentoo.org > > http://www.gentoo.org/mailman/listinfo/gentoo-dev > > > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://www.gentoo.org/mailman/listinfo/gentoo-dev