[pkg-firebird-general] Bug#481208: firebird2.0 FTBFS on mips

Thiemo Seufer ths at networkno.de
Wed May 14 14:50:33 UTC 2008


Package: firebird2.0
Version: 2.0.3.12981.ds1-13
Severity: serious
Tags: patch

firebird fails to build on mips (and presumably will fail on arm)
because fbsvcmgr is an invalid make target. I attached updates of
port-arm.patch and port-mips.patch. For reference I appended also
the interdiff between old and new patches.


Thiemo


diff -u 2.0/builds/posix/prefix.linux_arm 2.0/builds/posix/prefix.linux_arm
--- 2.0/builds/posix/prefix.linux_arm	2008-05-02 00:13:57.000000000 +0300
+++ 2.0/builds/posix/prefix.linux_arm	2008-05-02 00:13:57.000000000 +0300
@@ -35,8 +35,8 @@
 #LIB_LINK_RPATH:=-Wl,-rpath,
 #LIB_LINK_SONAME:=-Wl,-soname,
 
-EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print fbsvcmgr
-CLIENT_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print fbguard fbmgr_bin fbsvcmgr
+EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print
+CLIENT_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print fbguard fbmgr_bin
 
 Physical_IO_Module=unix.cpp
 
diff -u 2.0/builds/posix/prefix.linux_mips 2.0/builds/posix/prefix.linux_mips
--- 2.0/builds/posix/prefix.linux_mips	2008-04-09 18:48:11.000000000 +0300
+++ 2.0/builds/posix/prefix.linux_mips	2008-04-09 18:48:11.000000000 +0300
@@ -9,6 +9,6 @@
 OS_ServerFiles=inet_server.cpp
 
-EMBED_UTIL_TARGETS=gstat gds_drop gsec nbackup fb_lock_print fbsvcmgr
-CLIENT_UTIL_TARGETS=gds_drop gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr
+EMBED_UTIL_TARGETS=gstat gds_drop gsec nbackup fb_lock_print
+CLIENT_UTIL_TARGETS=gds_drop gstat gsec fbguard fbmgr_bin nbackup fb_lock_print
 
 Physical_IO_Module=os/posix/unix.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: port-arm.patch
Type: text/x-diff
Size: 6258 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20080514/df9cab48/attachment.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: port-mips.patch
Type: text/x-diff
Size: 5129 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-firebird-general/attachments/20080514/df9cab48/attachment-0001.patch 


More information about the pkg-firebird-general mailing list