| Summary: | Update candidate for firebird-2.5.0.26074.0-1 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Philippe Makowski <makowski.mageia> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | dmorganec, sysadmin-bugs |
| Version: | 1 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Philippe Makowski
2011-09-29 18:04:42 CEST
i586:
Before
------
urpmi firebird-utils-common firebird-utils-superserver
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Core Release")
firebird-utils-common 2.5.0.26074> 1.mga1 i586
firebird-utils-superserver 2.5.0.26074> 1.mga1 i586
libfbclient2 2.5.0.26074> 1.mga1 i586
ll /usr/bin/isql-fb
lrwxrwxrwx 1 root root 31 Oct 4 11:26 /usr/bin/isql-fb -> ../../usr/lib/firebird/bin/isql
isql-fb localhost:employee -user SYSDBA -password masterkey
-bash: isql-fb: command not found
After
-----
#rpm -qa | grep firebird
firebird-utils-superserver-2.5.1.26349.0-1.mga1
firebird-utils-common-2.5.1.26349.0-1.mga1
# rpm -qa | grep libfbclient
libfbclient2-2.5.1.26349.0-1.mga1
# ll /usr/bin/isql-fb
lrwxrwxrwx 1 root root 31 Oct 4 11:32 /usr/bin/isql-fb -> ../../usr/lib/firebird/bin/isql*
#urpmi firebird-superserver
# rpm -qa | grep firebird
firebird-server-superserver-2.5.1.26349.0-1.mga1
firebird-utils-superserver-2.5.1.26349.0-1.mga1
firebird-utils-common-2.5.1.26349.0-1.mga1
firebird-server-common-2.5.1.26349.0-1.mga1
firebird-superserver-2.5.1.26349.0-1.mga1
# rpm -qa | grep libfb
libfbembed2-2.5.1.26349.0-1.mga1
libfbclient2-2.5.1.26349.0-1.mga1
# service firebird-superserver start
Starting Firebird server [default] [ OK ]
# isql-fb localhost:employee -user SYSDBA -password masterkey
Database: localhost:employee, User: SYSDBA
SQL> select ascii_val('') from rdb$database;
ASCII_VAL
=========
0
SQL> exit;
Thankyou for the precise testing procedure, it makes this so much easier!
Testing complete i586, I will test x86_64 shortly.
x86_64:
Before
------
urpmi firebird-utils-common firebird-utils-superserver
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Core Release (distrib1)")
firebird-utils-common 2.5.0.26074> 1.mga1 x86_64
firebird-utils-superserver 2.5.0.26074> 1.mga1 x86_64
lib64fbclient2 2.5.0.26074> 1.mga1 x86_64
# ll /usr/bin/isql-fb
lrwxrwxrwx 1 root root 33 Oct 4 13:03 /usr/bin/isql-fb -> ../../usr/lib64/firebird/bin/isql
# isql-fb localhost:employee -user SYSDBA -password masterkey
-bash: isql-fb: command not found
After
-----
# rpm -qa | grep firebird
firebird-utils-common-2.5.1.26349.0-1.mga1
firebird-utils-superserver-2.5.1.26349.0-1.mga1
# rpm -qa | grep lib64fb
lib64fbclient2-2.5.1.26349.0-1.mga1
# ll /usr/bin/isql-fb
lrwxrwxrwx 1 root root 33 Oct 4 13:06 /usr/bin/isql-fb -> ../../usr/lib64/firebird/bin/isql*
# urpmi firebird-superserver
To satisfy dependencies, the following packages are going to be installed:
Package Version Release Arch
(medium "Core Updates Testing (distrib5)")
firebird-server-common 2.5.1.26349> 1.mga1 x86_64
firebird-server-superserver 2.5.1.26349> 1.mga1 x86_64
firebird-superserver 2.5.1.26349> 1.mga1 x86_64
lib64fbembed2 2.5.1.26349> 1.mga1 x86_64
# service firebird-superserver start
Starting Firebird server [default] [ OK ]
# isql-fb localhost:employee -user SYSDBA -password masterkey
Database: localhost:employee, User: SYSDBA
SQL> select ascii_val('') from rdb$database;
ASCII_VAL
=========
0
SQL> exit;
All is well x86_64.
One thing I spotted though in both versions when installing the superserver..
Mandriva mentioned with the mdv package
----------------------------------------------------------------------
More information on package firebird-server-common-2.5.1.26349.0-1.mga1.x86_64
You just installed or update firebird server.
You can found important informations about mandriva firebird rpms and database
management in:
/usr/share/doc/firebird-server-common/firebird.mdv.releasenote
Please, read it.
----------------------------------------------------------------------
This really needs correcting.
thanks README.urpmi fixed in firebird-2.5.1.26349.0-2.mga1 and firebird-2.5.1.26349.0-2.mga2 http://svnweb.mageia.org/packages/updates/1/firebird/current/SPECS/firebird.spec?r1=151527&r2=151526&pathrev=151527 http://svnweb.mageia.org/packages/cauldron/firebird/current/SPECS/firebird.spec?r1=151526&r2=151525&pathrev=151526 builds done # less /usr/share/doc/firebird-server-common/firebird.mga.releasenote /usr/share/doc/firebird-server-common/firebird.mga.releasenote: No such file or directory # ls /usr/share/doc/firebird-server-common firebird.mdv.releasenote IDPL.txt README.license.usage.txt README.urpmi The file is still created as mdv instead of mga although the README.urpmi now states mga. sorry rebuilds done firebird-2.5.1.26349.0-3.mga1 and firebird-2.5.1.26349.0-3.mga2 Confirmed fixed x86_64 Confirmed fixed i586 Update validated, apologies for the delay and thankyou for the testing procedures Philippe. Advisory ----------------------- There was a missing symlink when installing client only utils. isql-fb was symlinked to /usr/lib64/firebird/bin which didn't exist. This update corrects the issue. It is also an upstream bugfix release (http://tracker.firebirdsql.org/browse/CORE/fixforversion/10333) ----------------------- SRPM: firebird-2.5.1.26349.0-3.mga1.src.rpm Could sysadmin please push from core/updates_testing to core/updates Thankyou! Keywords:
(none) =>
validated_update update pushed. Status:
NEW =>
RESOLVED |