Re: [Firebird-devel] Firebird-devel Digest, Vol 134, Issue 17

2017-06-26 Thread José Manuel Martínez
You can compile firebird project by modifying make files with -shared
parameter to get a .so dynamic link library  instead of executable file
After that, call to main() function into .so generated library from you apk
with this parameters:

argc = 1
argv = "your app name",  any other string or Null Pointer

On 22.06.2017 13:23, P-Soft - Fabio Codebue wrote:
> Yes  I already downloaded it time ago.. .but how to install it?
> I have to copy all the files into smartphone?

Yes.
After copying (to have full functionality) you should create security 
database from backup using gbak, create firebird.msg in 2 steps (restore 
msg.fdb from backup & use included build_file utility, -? switch will 
show you how to do it).

> and how can I run it?

The only known way for me to run utilities is to use any text terminal 
for android. Certainly, fbclient.so may be used by any application that 
can load it. (Remember, it's FB3 i.e. embedded access is done also using 
fbclient.)

> and how I can run "as a service"?
>

I believe that's what should be solved with good installer which we are 
missing. I've started
./firebird &
on tty and it worked for me (in simple tests) in all 3 modes - classic, 
super and SC.
But certainly it's not a way to go for enduser i.e. currently we are 
ready to provide only client and embedded access.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] trying to uninstall firebird 2.5

2017-06-26 Thread U-BLASTER-6000\mtdew

hi-

I noticed that if I go to the release notes for 2.5 it hints at what gcc
compiler worked for that release. This helps a lot. I tried to configure
and build with a really recent version of gcc and the release notes
indicate a much older release and give a hint as to the version.

Thx. whomever created the release notes for indicating a hint as to the
approximate gcc version used for that release. I might fool around with
installing an older version of gcc then in my package manager to see if
it will configure and build. Not sure what gcc requires. I probably
could figure out by uninstalling from package manager and then acting
like i wish to reinstall to see what kind of dependencies.

I am not sure how developers keep it all straight with firebird source versions
and for instance gcc with firebird.

thx. and have a cool work week-
J. McNamara

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Intel Skylake/Kaby Lake processors: broken hyper-threading

2017-06-26 Thread Alex via Firebird-devel



On 26.06.2017 18:48, marius adrian popa wrote:

https://lists.debian.org/debian-devel/2017/06/msg00308.html


Great - installed upgrade on my notebook. But must say I've never used 
to meet this bug though HT is always on.




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] Intel Skylake/Kaby Lake processors: broken hyper-threading

2017-06-26 Thread marius adrian popa
https://lists.debian.org/debian-devel/2017/06/msg00308.html
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdotFirebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] [FB-Tracker] Created: (CORE-5571) Restore database and leave it in single user shutdown state

2017-06-26 Thread Dimitry Sibiryakov (JIRA)
Restore database and leave it in single user shutdown state
---

 Key: CORE-5571
 URL: http://tracker.firebirdsql.org/browse/CORE-5571
 Project: Firebird Core
  Issue Type: Improvement
  Components: GBAK
Reporter: Dimitry Sibiryakov
Priority: Minor


Database recovery isn't always complete after backup restore. In some cases it 
needs some additional steps. To prevent users from accessing database during 
these steps, it would be good to have a gbak/services option to leave the 
database in single user maintenance mode after restore.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel