[gnome-db] could you please take me off your mailing for now thxs





From: gnome-db-list-request gnome org
Reply-To: gnome-db-list gnome org
To: gnome-db-list gnome org
Subject: gnome-db-list Digest, Vol 8, Issue 11
Date: Wed, 29 Dec 2004 12:01:07 -0500 (EST)

Send gnome-db-list mailing list submissions to
	gnome-db-list gnome org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.gnome.org/mailman/listinfo/gnome-db-list
or, via email, send a message with subject or body 'help' to
	gnome-db-list-request gnome org

You can reach the person managing the list at
	gnome-db-list-owner gnome org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gnome-db-list digest..."


Today's Topics:

   1. Re: libgda/libgnomedb 1.2.0 released (Aaron Gaudio)
   2. Re: libgda/libgnomedb 1.2.0 released (Tomasz K?oczko)
   3. Re: libgda/libgnomedb 1.2.0 released (Rodrigo Moya)
   4. Re: Re: libgda/libgnomedb 1.2.0 released (Rodrigo Moya)
   5. Re: Re: libgda/libgnomedb 1.2.0 released (Tomasz K?oczko)


----------------------------------------------------------------------

Message: 1
Date: Tue, 28 Dec 2004 13:40:17 -0500
From: Aaron Gaudio <prothonotar tarnation dyndns org>
Subject: Re: [gnome-db] libgda/libgnomedb 1.2.0 released
To: gnome-db-list gnome org
Message-ID: <1104259217 32154 4 camel hades tarnation dyndns org>
Content-Type: text/plain; charset="us-ascii"

Rodrigo,

The spec file included with the libgda 1.2.0 tarball has incorrect
references to /usr/include/libgda-1.1 (should be libgda-1.2) and will
not build completely.

I've made a simple edit to the spec.in that should fix this...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgda-spec.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
Url : /archives/attachments/20041228/0a23a17b/libgda-spec.bin

------------------------------

Message: 2
Date: Tue, 28 Dec 2004 20:43:23 +0100 (CET)
From: Tomasz K?oczko <kloczek rudy mif pg gda pl>
Subject: [gnome-db] Re: libgda/libgnomedb 1.2.0 released
To: Rodrigo Moya <rodrigo gnome-db org>
Cc: GDA <gnome-db-list gnome org>
Message-ID: <Pine LNX 4 61L 0412282039180 2917 rudy mif pg gda pl>
Content-Type: text/plain; charset="iso-8859-2"


1.2.0 stops build freetds provider under current stable freetds 0.62.4.
In attachment is patch for fix compile freetds provider (reverte changes
beetween 1.2.0 and 1.1.99).
Please aprove or refuse for commit.

kloczek
--
-----------------------------------------------------------
*Ludzie nie maj± problemów, tylko sobie sami je stwarzaj±*
-----------------------------------------------------------
Tomasz K³oczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*
-------------- next part --------------
--- libgda-1.2.0/providers/freetds/gda-freetds-provider.c 2004-12-28 14:14:03.000000000 +0100 +++ libgda-1.2.0/providers/freetds/gda-freetds-provider.c 2004-10-09 16:47:35.000000000 +0200
@@ -803,7 +803,7 @@

 	/* there should not be any result tokens */
 #ifdef HAVE_FREETDS_VER0_6X
- while ((tds_cnc->rc = tds_process_result_tokens (tds_cnc->tds, &tds_cnc->result_type)) + while ((tds_cnc->rc = tds_process_result_tokens (tds_cnc->tds, &tds_cnc->result_type, NULL))
 #else
 	while ((tds_cnc->rc = tds_process_result_tokens (tds_cnc->tds))
 #endif
--- libgda-1.2.0/providers/freetds/gda-freetds-recordset.c 2004-12-28 14:12:43.000000000 +0100 +++ libgda-1.2.0/providers/freetds/gda-freetds-recordset.c 2004-04-18 13:32:13.000000000 +0200
@@ -341,7 +341,8 @@

 #ifdef HAVE_FREETDS_VER0_6X
 	while ((tds_cnc->rc = tds_process_result_tokens (tds_cnc->tds,
-							 &tds_cnc->result_type))
+							 &tds_cnc->result_type,
+							 NULL))
 	       == TDS_SUCCEED) {
 		if (tds_cnc->result_type == TDS_ROW_RESULT) {
 			gint row_type, compute_id;

------------------------------

Message: 3
Date: Wed, 29 Dec 2004 01:26:30 +0100
From: Rodrigo Moya <rodrigo gnome-db org>
Subject: Re: [gnome-db] libgda/libgnomedb 1.2.0 released
To: Aaron Gaudio <prothonotar tarnation dyndns org>
Cc: gnome-db-list gnome org
Message-ID: <1104279990 7876 3 camel cerler home>
Content-Type: text/plain

On Tue, 2004-12-28 at 13:40 -0500, Aaron Gaudio wrote:
> Rodrigo,
>
> The spec file included with the libgda 1.2.0 tarball has incorrect
> references to /usr/include/libgda-1.1 (should be libgda-1.2) and will
> not build completely.
>
> I've made a simple edit to the spec.in that should fix this...
>
ok patch applied to both CVS branches. Will do a 1.2.1 release in a few
days.
--
Rodrigo Moya <rodrigo gnome-db org>



------------------------------

Message: 4
Date: Wed, 29 Dec 2004 01:28:03 +0100
From: Rodrigo Moya <rodrigo gnome-db org>
Subject: Re: [gnome-db] Re: libgda/libgnomedb 1.2.0 released
To: Tomasz K?oczko <kloczek rudy mif pg gda pl>
Cc: GDA <gnome-db-list gnome org>
Message-ID: <1104280083 7876 6 camel cerler home>
Content-Type: text/plain; charset=iso-8859-2

On Tue, 2004-12-28 at 20:43 +0100, Tomasz K³oczko wrote:
> 1.2.0 stops build freetds provider under current stable freetds 0.62.4.
> In attachment is patch for fix compile freetds provider (reverte changes
> beetween 1.2.0 and 1.1.99).
> Please aprove or refuse for commit.
>
hmm, I even changed those lines before the release to make it compile on
my debian system, where I've got:

ii  freetds-dev    0.61-6.1

maybe we need to deal with that difference?
--
Rodrigo Moya <rodrigo gnome-db org>



------------------------------

Message: 5
Date: Wed, 29 Dec 2004 07:03:43 +0100 (CET)
From: Tomasz K?oczko <kloczek rudy mif pg gda pl>
Subject: Re: [gnome-db] Re: libgda/libgnomedb 1.2.0 released
To: Rodrigo Moya <rodrigo gnome-db org>
Cc: GDA <gnome-db-list gnome org>
Message-ID: <Pine LNX 4 61L 0412290652320 2917 rudy mif pg gda pl>
Content-Type: text/plain; charset="iso-8859-2"

On Wed, 29 Dec 2004, Rodrigo Moya wrote:

> On Tue, 2004-12-28 at 20:43 +0100, Tomasz K³oczko wrote:
>> 1.2.0 stops build freetds provider under current stable freetds 0.62.4.
>> In attachment is patch for fix compile freetds provider (reverte changes
>> beetween 1.2.0 and 1.1.99).
>> Please aprove or refuse for commit.
>>
> hmm, I even changed those lines before the release to make it compile on
> my debian system, where I've got:
>
> ii  freetds-dev    0.61-6.1
>
> maybe we need to deal with that difference?

Probably will be better call for upgrade freetds-dev in Debian for update
to latest stable and after this adjust libgda for this. On autoconf level
can be added detection freetds <= 0.62 and stop with error message for
upgrade freetds to 0.62.x (as latest stable).

BTW. Rodrigo I have other small fix for libgda:

- remove AC_PROG_INTLTOOL from configure.in (in po/POTFILES.in are listed
   only *c files):
   http://cvs.pld.org.pl/SOURCES/libgda-no_intltool.patch?rev=1.3

Please look on this and aprove (or refuse) for commit.

kloczek
--
-----------------------------------------------------------
*Ludzie nie maj± problemów, tylko sobie sami je stwarzaj±*
-----------------------------------------------------------
Tomasz K³oczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*

------------------------------

_______________________________________________
gnome-db-list mailing list
gnome-db-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-db-list


End of gnome-db-list Digest, Vol 8, Issue 11
********************************************

_________________________________________________________________
SEEK: Now with over 60,000 dream jobs! Click here: http://ninemsn.seek.com.au?hotmail




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]