[pkg-firebird-general] building the firebird 2.1 howto

marius popa mapopa at gmail.com
Fri Mar 21 14:20:31 UTC 2008


On Fri, Mar 21, 2008 at 4:17 PM, marius popa <mapopa at gmail.com> wrote:

>
>
> On Fri, Mar 21, 2008 at 2:19 PM, Damyan Ivanov <dmn at debian.org> wrote:
>
> > -=| marius popa, Fri, Mar 21, 2008 at 11:47:41AM +0200 |=-
> > > git-clone git://git.debian.org/git/pkg-firebird/2.1
> > > cd 2.1
> > > debuild -i
> > > and wait for it to build it for you
> > >
> > > but for me it gives some errors for the moment
> > >
> > > make[3]: Entering directory `/opt/build/firebird/2.1/extern/btyacc'
> > > gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes   -c -o
> > skeleton.o
> > > skeleton.c
> > > skeleton.c:68:5: warning: missing terminating " character
> > > skeleton.c:68: error: missing terminating " character
> > > skeleton.c:69:5: warning: missing terminating " character
> > > skeleton.c:69: error: missing terminating " character
> > > skeleton.c:70:5: warning: missing terminating " character
> > > skeleton.c:70: error: missing terminating " character
> > > skeleton.c:71:5: warning: missing terminating " character
> > > skeleton.c:71: error: missing terminating " character
> > > skeleton.c:72:5: warning: missing terminating " character
> > > skeleton.c:72: error: missing terminating " character
> > > skeleton.c:124:5: warning: missing terminating " character
> > > skeleton.c:124: error: missing terminating " character
> > > make[3]: *** [skeleton.o] Error 1
> >
> > The reason is that btyacc build needs GNU awk (debian package gawk).
> > I've adapted the build-dependencies. Issue `git pull' to get my last
> > changes (like the fixes from firebird2.0-super packages).
> >
> > I also fixed a couple of other issues that arose from the changes in the
> > RC2 release.
> >
> > I am planning an upload to experimental. Please tell me if anything else
> > needs fixing.
> >
> > --
> > dam            JabberID: dam at jabber.minus273.org
> >
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.6 (GNU/Linux)
> >
> > iD8DBQFH46fJHqjlqpcl9jsRAmuSAJ4n7YuaI4enc8rNc3TNz3dQ1UyWLACgygjv
> > n56/k/oJYBGA9SznWgH98rU=
> > =jvJy
> > -----END PGP SIGNATURE-----
> >
> > _______________________________________________
> > pkg-firebird-general mailing list
> > pkg-firebird-general at lists.alioth.debian.org
> > http://lists.alioth.debian.org/mailman/listinfo/pkg-firebird-general
> >
>
>
> thanks now it compiles and the package is build
>
> after install i get only an startup error
>
>  /etc/init.d/firebird2.1-super start
> i did an echo "$MANAGER"
> /usr/lib/firebird/2.1/bin/fbmgr
> but the startup line gives
>  * Starting Firebird 2.1 server
> manager...
> exec: 4: /usr/lib/firebird/2.0/bin/fbmgr.bin: not found
>
>
>
> --
> developer flamerobin.org


yep
cat /usr/lib/firebird/2.1/bin/fbmgr
#!/bin/sh
FIREBIRD=/usr/lib/firebird/2.0
export FIREBIRD
exec $FIREBIRD/bin/fbmgr.bin "$@"





-- 
developer flamerobin.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20080321/2be357d0/attachment.htm 


More information about the pkg-firebird-general mailing list