|
From: Chris K. <ch...@ai...> - 2002-01-31 06:07:10
|
Howdy, Sorry for being so tardy, but a family crisis has kept me busy away from work and computers for the last month. I've now put up an RC2 bootkit, the RC2 source, the RC2 port for FreeBSD and an RC2 package for FreeBSD 4.3. A FreeBSD 4.4 package will be along shortly. Here are the URLs: http://www.aims.com.au/chris/bootkit-RC2.tar.gz http://www.aims.com.au/chris/Firebird-1.0.0-RC2-FreeBSD.tar.gz http://www.aims.com.au/chris/firebird-devel.tar.gz http://www.aims.com.au/chris/4.3/firebird-1.0.r2.tgz The build uses 64-bit IO. BTW, the changes between RC1 and RC2 to dsql/parse.y broke the build on FreeBSD - the function definition for dsql_yyparse was incorrect. I got around this by declaring it correctly in a patchfile as part of the FreeBSD port. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au |
|
From: Konstantin K. <klk...@ns...> - 2002-01-31 07:29:22
|
Hi all and Chris. Thanks your for the greate efforts! > Sorry for being so tardy, but a family crisis has kept me busy away = from > work and computers for the last month. > I've now put up an RC2 bootkit, the RC2 source, the RC2 port for = FreeBSD and > an RC2 package for FreeBSD 4.3. A FreeBSD 4.4 package will be along = shortly. > Here are the URLs: >=20 > http://www.aims.com.au/chris/bootkit-RC2.tar.gz > http://www.aims.com.au/chris/Firebird-1.0.0-RC2-FreeBSD.tar.gz > http://www.aims.com.au/chris/firebird-devel.tar.gz > http://www.aims.com.au/chris/4.3/firebird-1.0.r2.tgz >=20 > The build uses 64-bit IO. I try to do it on Solaris IA, but I cant handle 2 problems 1. gstat on large database failed with message "Invalid argument" 2. Classic cant restore large database. Large database is file more 2 GB > BTW, the changes between RC1 and RC2 to dsql/parse.y broke the build = on > FreeBSD - the function definition for dsql_yyparse was incorrect. I = got > around this by declaring it correctly in a patchfile as part of the = FreeBSD > port. I thing your have not right yacc Konstantin |
|
From: Chris K. <ch...@ai...> - 2002-01-31 08:52:23
|
Howdy, > -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of > Konstantin Kuznetsov > Sent: Thursday, 31 January 2002 18:35 > To: fir...@li... > Subject: Re: [Firebird-devel] RC2 for FreeBSD > > [snip] > > > > The build uses 64-bit IO. > I try to do it on Solaris IA, but I cant handle 2 problems > 1. gstat on large database failed with message "Invalid argument" > 2. Classic cant restore large database. > Large database is file more 2 GB The FreeBSD build uses 64-bit IO. I have no idea what the Solaris build uses. > > BTW, the changes between RC1 and RC2 to dsql/parse.y broke > > the build on FreeBSD - the function definition for dsql_yyparse > > was incorrect. I got around this by declaring it correctly in a > > patchfile as part of the FreeBSD port. > I thing your have not right yacc > Well, it's Berkeley yacc. The alternative is to use bison 1.30. It was far simpler just to patch parse.c. > > Konstantin Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au |
|
From: Konstantin K. <klk...@ns...> - 2002-01-31 10:43:51
|
Hi Chris Knight, Excuse me .=20 My interest was FreeBSD port tested for having this problems? If was, how do your handle it, and are changes commited to main source tree. PS Excuse my probaly bad English Konstantin Kuznetsov, phD http://www.FireBirdSQL.org ""Chris Knight"" <ch...@ai...> wrote in message = news:03b601c1aa34$74342400$020...@ai...... > Howdy, >=20 > > -----Original Message----- > > From: fir...@li... > > [mailto:fir...@li...]On Behalf Of > > Konstantin Kuznetsov > > Sent: Thursday, 31 January 2002 18:35 > > To: fir...@li... > > Subject: Re: [Firebird-devel] RC2 for FreeBSD > >=20 > > [snip] > > >=20 > > > The build uses 64-bit IO. > > I try to do it on Solaris IA, but I cant handle 2 problems > > 1. gstat on large database failed with message "Invalid argument" > > 2. Classic cant restore large database. > > Large database is file more 2 GB >=20 > The FreeBSD build uses 64-bit IO. I have no idea what the Solaris > build uses. >=20 > > > BTW, the changes between RC1 and RC2 to dsql/parse.y broke=20 > > > the build on FreeBSD - the function definition for dsql_yyparse > > > was incorrect. I got around this by declaring it correctly in a > > > patchfile as part of the FreeBSD port. > > I thing your have not right yacc > >=20 > Well, it's Berkeley yacc. The alternative is to use bison 1.30. > It was far simpler just to patch parse.c. > >=20 > > Konstantin >=20 > Regards, > Chris Knight > Systems Administrator > AIMS Independent Computer Professionals > Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 > Web: http://www.aims.com.au >=20 >=20 > _______________________________________________ > Firebird-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-devel >=20 |
|
From: Chris K. <ch...@ai...> - 2002-02-05 06:14:27
|
Howdy, I've now got the FreeBSD 4.4 package up at http://www.aims.com.au/chris/4.4/firebird-1.0.r2.tgz Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of Chris > Knight > Sent: Thursday, 31 January 2002 17:06 > To: fir...@li... > Subject: [Firebird-devel] RC2 for FreeBSD > > > Howdy, > > Sorry for being so tardy, but a family crisis has kept me > busy away from > work and computers for the last month. > I've now put up an RC2 bootkit, the RC2 source, the RC2 port > for FreeBSD and > an RC2 package for FreeBSD 4.3. A FreeBSD 4.4 package will be > along shortly. > Here are the URLs: > > http://www.aims.com.au/chris/bootkit-RC2.tar.gz > http://www.aims.com.au/chris/Firebird-1.0.0-RC2-FreeBSD.tar.gz > http://www.aims.com.au/chris/firebird-devel.tar.gz > http://www.aims.com.au/chris/4.3/firebird-1.0.r2.tgz > > The build uses 64-bit IO. > BTW, the changes between RC1 and RC2 to dsql/parse.y broke > the build on > FreeBSD - the function definition for dsql_yyparse was > incorrect. I got > around this by declaring it correctly in a patchfile as part > of the FreeBSD > port. > > Regards, > Chris Knight > Systems Administrator > AIMS Independent Computer Professionals > Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 > Web: http://www.aims.com.au > > > > _______________________________________________ > Firebird-devel mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-devel > |