void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

New package: firebird5

Open onlylunix opened this issue 1 year ago • 6 comments

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64-LIBC, i686-LIBC, x86_64-musl)

New features: You can now install and run several different versions of Firebird at the same time, including client and development libraries, since the databases require the corresponding server versions.

Also see Firebird3 PR https://github.com/void-linux/void-packages/pull/46672

onlylunix avatar Jan 24 '24 03:01 onlylunix

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

github-actions[bot] avatar Jul 05 '24 01:07 github-actions[bot]

not a fan of this INSTALL script, its barely readable, uses absolute paths instead of relative paths, uses pwgen which might not be installed. Does for some reason sets LD_LIBRARY_PATH. chowning all files in /tmp/firebird for whatever resaon.

/tmp/firebird creates the firebird utilities themselves. Nothing bad will happen if pwgen is not installed. You can remove INSTALL. I automated a quick deployment of the firebird server in it.

onlylunix avatar Jun 08 '25 19:06 onlylunix

Ha! an idea came up - to immediately launch utilities as the _firebird user. Is the new user valid in the INSTALL script?

onlylunix avatar Jun 08 '25 20:06 onlylunix

Buggy interface, I think I didn't close PR

onlylunix avatar Jun 08 '25 20:06 onlylunix

@abenson, review please also

onlylunix avatar Aug 09 '25 13:08 onlylunix