Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 17:18, Dimitry Sibiryakov wrote:

Alex Peshkoff via Firebird-devel wrote 15.09.2022 16:14:
On the other hand tomcrypt is successfully used in our sample plugin 
- which is problematic with static linking. For me that appears more 
interesting and useful.

Not to say about code duplication.


  Dead code elimination with static libraries work at module level so 
there is no significant duplication. Crypt modules are tiny.




We do not include crypt algorithms not needed for firebird when building 
tomcrypt (library's customization is used). Therefore there is not too 
much effect from code elimination. May be in client-only case... But 
have you seen a lot of clients running linux?





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Dimitry Sibiryakov

Alex Peshkoff via Firebird-devel wrote 15.09.2022 16:14:
On the other hand tomcrypt is successfully used in our sample plugin - which is 
problematic with static linking. For me that appears more interesting and useful.

Not to say about code duplication.


  Dead code elimination with static libraries work at module level so there is 
no significant duplication. Crypt modules are tiny.


--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 17:07, Dimitry Sibiryakov wrote:

Alex Peshkoff via Firebird-devel wrote 15.09.2022 12:04:

With tommath there are no such issues...


  Why don't force build with static libs?



In what way it's better than own dynamic libraries?


  Surely no problem with API/ABI.


Therefore we link some problematic libraries statically.


  No mess and vulnerability with dynamic library search path.


I see no mess with it but it depends on POV


  No multiplying of points above with every third-party plugin.



May be - never used to deal with third-party plugins myself.

On the other hand tomcrypt is successfully used in our sample plugin - 
which is problematic with static linking. For me that appears more 
interesting and useful.

Not to say about code duplication.




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Dimitry Sibiryakov

Alex Peshkoff via Firebird-devel wrote 15.09.2022 12:04:

With tommath there are no such issues...


  Why don't force build with static libs?



In what way it's better than own dynamic libraries?


  Surely no problem with API/ABI.
  No mess and vulnerability with dynamic library search path.
  No multiplying of points above with every third-party plugin.

--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 16:38, Mark Rotteveel wrote:

On 15-09-2022 15:19, Alex Peshkoff via Firebird-devel wrote:

On 9/15/22 14:36, Adriano dos Santos Fernandes wrote:

On 15/09/2022 08:18, Alex Peshkoff via Firebird-devel wrote:

This is solved by install script - it creates symlink to

/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).


If we decide to _always_ provide own dynamic libraries (logically 
it's like using static one but does not require duplicating code) 
this trick becomes not needed any more.


Let me remind you that this thread started with me noticing an 
inconsistency in how we build things when explicitly building with 
--with-builtin-tommath compared to the - in my opinion - more sane 
behaviour of --with-builtin-tomcrypt (putting things in 
gen/buildroot/usr/local/firebird/lib/.tm vs in 
gen/buildroot/usr/local/firebird/lib).


I was not asking about always using our own libraries, but at least 
doing things in a sane way when a build is performed explicitly 
requesting to use our own version of libraries.




We need another switch for requested behavior.




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Mark Rotteveel

On 15-09-2022 15:19, Alex Peshkoff via Firebird-devel wrote:

On 9/15/22 14:36, Adriano dos Santos Fernandes wrote:

On 15/09/2022 08:18, Alex Peshkoff via Firebird-devel wrote:

This is solved by install script - it creates symlink to

/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).


If we decide to _always_ provide own dynamic libraries (logically it's 
like using static one but does not require duplicating code) this trick 
becomes not needed any more.


Let me remind you that this thread started with me noticing an 
inconsistency in how we build things when explicitly building with 
--with-builtin-tommath compared to the - in my opinion - more sane 
behaviour of --with-builtin-tomcrypt (putting things in 
gen/buildroot/usr/local/firebird/lib/.tm vs in 
gen/buildroot/usr/local/firebird/lib).


I was not asking about always using our own libraries, but at least 
doing things in a sane way when a build is performed explicitly 
requesting to use our own version of libraries.


Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Mark Rotteveel

On 15-09-2022 13:13, Adriano dos Santos Fernandes wrote:

On 15/09/2022 07:52, Mark Rotteveel wrote:

On 15-09-2022 03:52, Adriano dos Santos Fernandes wrote:

On 05/09/2022 08:13, Mark Rotteveel wrote:

That is not really embedded IMHO. Firebird Embedded with Firebird 3.0
has become unwieldy and even harder to use than earlier versions,
especially if you compare it to other embedded database systems.


How it become harder?


Basically, in Firebird 2.5 and earlier, you needed fbembed.dll /
libfbembed.so and the intl folder, and you were done. Now you need a
whole constellation of files.



Despite the problem with system libraries, which in many cases we could
use static versions (I believe we cannot only with ICU), dealing with
dozen of files has the same complexity of dealing with 2.


In some ways yes, in others not.


Other embedded database are basically on DLL/.so and you're done.



Other that are *embedded only* or that can also be used (and focus on
it) as a server like Firebird?


Embedded only.

Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 14:36, Adriano dos Santos Fernandes wrote:

On 15/09/2022 08:18, Alex Peshkoff via Firebird-devel wrote:

On 9/15/22 14:00, Adriano dos Santos Fernandes wrote:

Em qui., 15 de set. de 2022 07:06, Alex Peshkoff via Firebird-devel
 escreveu:

     >
     >   Why don't force build with static libs?
     >

     In what way it's better than own dynamic libraries?



Not put files in system lib outside of a package manager.


Using own dynamic libraries does not require putting something into
system lib .


I'm talking about this:


This is solved by install script - it creates symlink to

/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).


If we decide to _always_ provide own dynamic libraries (logically it's 
like using static one but does not require duplicating code) this trick 
becomes not needed any more.





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Adriano dos Santos Fernandes
On 15/09/2022 08:18, Alex Peshkoff via Firebird-devel wrote:
> On 9/15/22 14:00, Adriano dos Santos Fernandes wrote:
>> Em qui., 15 de set. de 2022 07:06, Alex Peshkoff via Firebird-devel
>>  escreveu:
>>
>>     >
>>     >   Why don't force build with static libs?
>>     >
>>
>>     In what way it's better than own dynamic libraries?
>>
>>
>>
>> Not put files in system lib outside of a package manager.
>>
> 
> Using own dynamic libraries does not require putting something into
> system lib .
> 

I'm talking about this:

> This is solved by install script - it creates symlink to
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory
(provided it's missing).


Adriano


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 14:00, Adriano dos Santos Fernandes wrote:
Em qui., 15 de set. de 2022 07:06, Alex Peshkoff via Firebird-devel 
 escreveu:


>
>   Why don't force build with static libs?
>

In what way it's better than own dynamic libraries?



Not put files in system lib outside of a package manager.



Using own dynamic libraries does not require putting something into 
system lib .





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Adriano dos Santos Fernandes
On 15/09/2022 07:52, Mark Rotteveel wrote:
> On 15-09-2022 03:52, Adriano dos Santos Fernandes wrote:
>> On 05/09/2022 08:13, Mark Rotteveel wrote:
>>> That is not really embedded IMHO. Firebird Embedded with Firebird 3.0
>>> has become unwieldy and even harder to use than earlier versions,
>>> especially if you compare it to other embedded database systems.
>>
>> How it become harder?
> 
> Basically, in Firebird 2.5 and earlier, you needed fbembed.dll /
> libfbembed.so and the intl folder, and you were done. Now you need a
> whole constellation of files.
> 

Despite the problem with system libraries, which in many cases we could
use static versions (I believe we cannot only with ICU), dealing with
dozen of files has the same complexity of dealing with 2.


> Other embedded database are basically on DLL/.so and you're done.
> 

Other that are *embedded only* or that can also be used (and focus on
it) as a server like Firebird?


Adriano


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Adriano dos Santos Fernandes
Em qui., 15 de set. de 2022 07:06, Alex Peshkoff via Firebird-devel <
firebird-devel@lists.sourceforge.net> escreveu:

> >
> >   Why don't force build with static libs?
> >
>
> In what way it's better than own dynamic libraries?
>


Not put files in system lib outside of a package manager.


Adriano
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Mark Rotteveel

On 15-09-2022 03:52, Adriano dos Santos Fernandes wrote:

On 05/09/2022 08:13, Mark Rotteveel wrote:

That is not really embedded IMHO. Firebird Embedded with Firebird 3.0
has become unwieldy and even harder to use than earlier versions,
especially if you compare it to other embedded database systems.


How it become harder?


Basically, in Firebird 2.5 and earlier, you needed fbembed.dll / 
libfbembed.so and the intl folder, and you were done. Now you need a 
whole constellation of files.


Other embedded database are basically on DLL/.so and you're done.

Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 12:30, Dimitry Sibiryakov wrote:

Alex Peshkoff via Firebird-devel wrote 15.09.2022 11:08:

Also, it's different in the sense that official package builds and
package tomcrypt, but not tommath.


We did discuss sometimes ago why for universal binary package we have 
to use built-in tomcrypt.
Data structures, passed In it's API, depend upon compilation flags. 
It's pretty easy to get an error in API call or even segfault due to 
it. Myself lost a lot of time when started to work with it and did 
not have correct defines when included tomcrypt.h. (At least it was 
so 5 years ago - may be fixed in fresh versions?)

With tommath there are no such issues...


  Why don't force build with static libs?



In what way it's better than own dynamic libraries?



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Dimitry Sibiryakov

Alex Peshkoff via Firebird-devel wrote 15.09.2022 11:08:

Also, it's different in the sense that official package builds and
package tomcrypt, but not tommath.


We did discuss sometimes ago why for universal binary package we have to use 
built-in tomcrypt.
Data structures, passed In it's API, depend upon compilation flags. It's pretty 
easy to get an error in API call or even segfault due to it. Myself lost a lot 
of time when started to work with it and did not have correct defines when 
included tomcrypt.h. (At least it was so 5 years ago - may be fixed in fresh 
versions?)

With tommath there are no such issues...


  Why don't force build with static libs?

--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-15 Thread Alex Peshkoff via Firebird-devel

On 9/15/22 04:52, Adriano dos Santos Fernandes wrote:

On 05/09/2022 08:13, Mark Rotteveel wrote:

On 05-09-2022 13:00, Alex Peshkoff via Firebird-devel wrote:

When adding it I cared about an ability to fix secirtiy issues in
3d-party libraries not rebuilding and reinstalling FB packages. With
used schema one can simply install fixed system package for tommath in
a case of some issues in it. None were found - but that was when
tommath was at pre-release stage.

I find these inconsistencies quite confusing, but lets leave it at that.


Also, it's different in the sense that official package builds and
package tomcrypt, but not tommath.


We did discuss sometimes ago why for universal binary package we have to 
use built-in tomcrypt.
Data structures, passed In it's API, depend upon compilation flags. It's 
pretty easy to get an error in API call or even segfault due to it. 
Myself lost a lot of time when started to work with it and did not have 
correct defines when included tomcrypt.h. (At least it was so 5 years 
ago - may be fixed in fresh versions?)

With tommath there are no such issues...


Should this be changed and be consistent in FB 5, i.e., build and
package both?


May be it's really simplest solution... Let's first check stability of 
current tomcrypt API - may be it's OK now and we may do not package both 
libraries.





BTW, we always recommended to those who need embedded-only access full
install (classic) and server stop.

Embedded (just built, not installed) works very ok for me.

What should be the problem?

Lock directory access only?


Yes, group firebird should be created.
In a case when single-user access is needed - everything works fine w/o it.




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-14 Thread Adriano dos Santos Fernandes
On 05/09/2022 08:13, Mark Rotteveel wrote:
> On 05-09-2022 13:00, Alex Peshkoff via Firebird-devel wrote:
>> When adding it I cared about an ability to fix secirtiy issues in
>> 3d-party libraries not rebuilding and reinstalling FB packages. With
>> used schema one can simply install fixed system package for tommath in
>> a case of some issues in it. None were found - but that was when
>> tommath was at pre-release stage.
> 
> I find these inconsistencies quite confusing, but lets leave it at that.
> 

Also, it's different in the sense that official package builds and
package tomcrypt, but not tommath.

Should this be changed and be consistent in FB 5, i.e., build and
package both?


>> BTW, we always recommended to those who need embedded-only access full
>> install (classic) and server stop.
> 

Embedded (just built, not installed) works very ok for me.

What should be the problem?

Lock directory access only?


> That is not really embedded IMHO. Firebird Embedded with Firebird 3.0
> has become unwieldy and even harder to use than earlier versions,
> especially if you compare it to other embedded database systems.
> 

How it become harder?


Adriano



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Mark Rotteveel

On 05-09-2022 13:00, Alex Peshkoff via Firebird-devel wrote:
When adding it I cared about an ability to fix secirtiy issues in 
3d-party libraries not rebuilding and reinstalling FB packages. With 
used schema one can simply install fixed system package for tommath in a 
case of some issues in it. None were found - but that was when tommath 
was at pre-release stage.


I find these inconsistencies quite confusing, but lets leave it at that.

BTW, we always recommended to those who need embedded-only access full 
install (classic) and server stop.


That is not really embedded IMHO. Firebird Embedded with Firebird 3.0 
has become unwieldy and even harder to use than earlier versions, 
especially if you compare it to other embedded database systems.


In any case, this solution would be for Java applications that want a 
Firebird Embedded without having to install Firebird.


Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Alex Peshkoff via Firebird-devel

On 9/5/22 13:20, Mark Rotteveel wrote:

On 05-09-2022 12:06, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:59, Mark Rotteveel wrote:

On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:31, Mark Rotteveel wrote:
That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested 
--with-builtin-tommath, so I expect it to end up directly in the 
lib directory like tomcrypt.


This switch works another way.


It seems to me it does the same thing, but for a different library, 
so why does it do so in an entirely different way?


I do not know what library do you talk about.
There are many of them - and rules for them vary slightly.


I explicitly mention it multiple times (see also above): tomcrypt. The 
behaviour for --with-builtin-tomcrypt (putting it directly in lib) 
seems more sane to me compared to what is done for 
--with-builtin-tommath (putting it in lib/.tm). Why is it handled 
differently?




When adding it I cared about an ability to fix secirtiy issues in 
3d-party libraries not rebuilding and reinstalling FB packages. With 
used schema one can simply install fixed system package for tommath in a 
case of some issues in it. None were found - but that was when tommath 
was at pre-release stage.


BTW, we always recommended to those who need embedded-only access full 
install (classic) and server stop.







Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Adriano dos Santos Fernandes
On 05/09/2022 07:20, Mark Rotteveel wrote:
> 
> That is part of the figuring out. I don't normally write shell scripts
> either, but before that I would also need to figure out exactly what I
> need to do before I can even start on that.
> 
> And since I consider this packaging Firebird embedded in a JAR for easy
> use from Java just a "nice to have", I will shelve this until I have
> more energy to tackle this.
> 

If you are going to build Firebird for deployment, be aware of it needs
an "old" environment to work in more Linux versions.

A good place to start is looking in the proposed environment for v5:
https://github.com/FirebirdSQL/firebird/tree/master/builds/docker/linux/i586-x86_64


Adriano


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Mark Rotteveel

On 05-09-2022 12:06, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:59, Mark Rotteveel wrote:

On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:31, Mark Rotteveel wrote:
That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested 
--with-builtin-tommath, so I expect it to end up directly in the lib 
directory like tomcrypt.


This switch works another way.


It seems to me it does the same thing, but for a different library, so 
why does it do so in an entirely different way?


I do not know what library do you talk about.
There are many of them - and rules for them vary slightly.


I explicitly mention it multiple times (see also above): tomcrypt. The 
behaviour for --with-builtin-tomcrypt (putting it directly in lib) seems 
more sane to me compared to what is done for --with-builtin-tommath 
(putting it in lib/.tm). Why is it handled differently?


Yes, you need to change something not suitable for embedded, I even 
expect you to add configure switch for it - we never deployed FB for 
linux w/o install script.


We'll see, if I can find the motivation and energy to figure this out.



If you just shell scripts and send me changes I can do the rest myself...


That is part of the figuring out. I don't normally write shell scripts 
either, but before that I would also need to figure out exactly what I 
need to do before I can even start on that.


And since I consider this packaging Firebird embedded in a JAR for easy 
use from Java just a "nice to have", I will shelve this until I have 
more energy to tackle this.


Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Alex Peshkoff via Firebird-devel

On 9/5/22 12:59, Mark Rotteveel wrote:

On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:31, Mark Rotteveel wrote:

On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to 
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory 
(provided it's missing).
That's done this way in order to make it possible to use system 
tommath when present.


That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested 
--with-builtin-tommath, so I expect it to end up directly in the lib 
directory like tomcrypt.


This switch works another way.


It seems to me it does the same thing, but for a different library, so 
why does it do so in an entirely different way?


I do not know what library do you talk about.
There are many of them - and rules for them vary slightly.



If I understand you correctly, I will need to massage what I have in 
buildroot even further to get a usable build. I won't be using the 
install script, because I don't want to install it, I want to 
package it for an embedded deployment.


Yes, you need to change something not suitable for embedded, I even 
expect you to add configure switch for it - we never deployed FB for 
linux w/o install script.


We'll see, if I can find the motivation and energy to figure this out.



If you just shell scripts and send me changes I can do the rest myself...





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Mark Rotteveel

On 05-09-2022 11:50, Alex Peshkoff via Firebird-devel wrote:

On 9/5/22 12:31, Mark Rotteveel wrote:

On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to 
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory 
(provided it's missing).
That's done this way in order to make it possible to use system 
tommath when present.


That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested 
--with-builtin-tommath, so I expect it to end up directly in the lib 
directory like tomcrypt.


This switch works another way.


It seems to me it does the same thing, but for a different library, so 
why does it do so in an entirely different way?


If I understand you correctly, I will need to massage what I have in 
buildroot even further to get a usable build. I won't be using the 
install script, because I don't want to install it, I want to package 
it for an embedded deployment.


Yes, you need to change something not suitable for embedded, I even 
expect you to add configure switch for it - we never deployed FB for 
linux w/o install script.


We'll see, if I can find the motivation and energy to figure this out.

Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Alex Peshkoff via Firebird-devel

On 9/5/22 12:31, Mark Rotteveel wrote:

On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to 
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory 
(provided it's missing).
That's done this way in order to make it possible to use system 
tommath when present.


That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested 
--with-builtin-tommath, so I expect it to end up directly in the lib 
directory like tomcrypt.


This switch works another way.



If I understand you correctly, I will need to massage what I have in 
buildroot even further to get a usable build. I won't be using the 
install script, because I don't want to install it, I want to package 
it for an embedded deployment.




Yes, you need to change something not suitable for embedded, I even 
expect you to add configure switch for it - we never deployed FB for 
linux w/o install script.





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Mark Rotteveel

On 05-09-2022 11:23, Alex Peshkoff via Firebird-devel wrote:
This is solved by install script - it creates symlink to 
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory 
(provided it's missing).
That's done this way in order to make it possible to use system tommath 
when present.


That is inconsistent compared to what is done for 
--with-builtin-tomcrypt. I explicitly requested --with-builtin-tommath, 
so I expect it to end up directly in the lib directory like tomcrypt.


If I understand you correctly, I will need to massage what I have in 
buildroot even further to get a usable build. I won't be using the 
install script, because I don't want to install it, I want to package it 
for an embedded deployment.


Mark
--
Mark Rotteveel



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-05 Thread Alex Peshkoff via Firebird-devel

On 9/3/22 16:12, Mark Rotteveel wrote:
I'm investigating ways of packaging Firebird Embedded for Java, so it 
can be used as drop-in Java library (which is then unpacked to a 
temporary directory automatically).


Given Firebird complains about missing libtommath when I use the 
normal build, and I don't want to impose on users to install 
additional libraries, I tried a custom build (from current state of 
v4.0-release branch) with:


./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt 
--enable-binreloc

make
make dist

I have a problem with libtommath in this build:

gen/buildroot/usr/local/firebird/lib contains libtomcrypt.so.1.0.1 
(and symlinks libtomcrypt.so and libtomcrypt.so.1), but no libtommath 
files, these are in a .tm subdirectory of lib, so


gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so.0
gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so.0.0.41
gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so

I would have expected these files directly in 
gen/buildroot/usr/local/firebird/lib/, not in 
gen/buildroot/usr/local/firebird/lib/.tm/. Trying to load embedded 
this way complains about missing libtommath.




This is solved by install script - it creates symlink to 
/inst/path/firebird/lib/.tm/libtommath.so.0 in system lib directory 
(provided it's missing).
That's done this way in order to make it possible to use system tommath 
when present.





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-03 Thread Norbert Saint Georges
What is wrong here? Did I miss a configuration option somewhere? Is this a 
bug in the build?


Mark


Hi,
Personally, I compile git sources on centos/rocky by installing the 
lib's below otherwise it generates errors.



dnf config-manager --set-enabled crb

dnf upgrade -y
cd /
mkdir git
cd git
dnf install wget git -y
git clone https://github.com/FirebirdSQL/firebird.git

dnf install unzip m4 autoconf automake libtool libtool-ltdl icu libicu 
libicu-devel sed libtommath libtommath-devel libtomcrypt 
libtomcrypt-devel ncurses ncurses-devel gcc-c++ libstdc++ 
libstdc++-devel libtommath libtommath-devel glibc-static 
libstdc++-static libtool-ltdl-devel zlib zlib-devel -y


cd firebird

bla bla

--
Norbert Saint Georges
http://tetrasys.fi



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] Building Firebird Linux with --with-builtin-tommath

2022-09-03 Thread Mark Rotteveel
I'm investigating ways of packaging Firebird Embedded for Java, so it 
can be used as drop-in Java library (which is then unpacked to a 
temporary directory automatically).


Given Firebird complains about missing libtommath when I use the normal 
build, and I don't want to impose on users to install additional 
libraries, I tried a custom build (from current state of v4.0-release 
branch) with:


./autogen.sh --with-builtin-tommath --with-builtin-tomcrypt 
--enable-binreloc

make
make dist

I have a problem with libtommath in this build:

gen/buildroot/usr/local/firebird/lib contains libtomcrypt.so.1.0.1 (and 
symlinks libtomcrypt.so and libtomcrypt.so.1), but no libtommath files, 
these are in a .tm subdirectory of lib, so


gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so.0
gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so.0.0.41
gen/buildroot/usr/local/firebird/lib/.tm/libtommath.so

I would have expected these files directly in 
gen/buildroot/usr/local/firebird/lib/, not in 
gen/buildroot/usr/local/firebird/lib/.tm/. Trying to load embedded this 
way complains about missing libtommath.


Copying those files/symlinks from .tm to the parent directory allows 
embedded to be loaded.


What is wrong here? Did I miss a configuration option somewhere? Is this 
a bug in the build?


Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel