Your message dated Sat, 17 May 2008 20:47:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481444: fixed in tightvnc 1.3.9-3
has caused the Debian Bug report #481444,
regarding Fix of FTBFS on mips/mipsel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
481444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481444
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tightvnc
Version: 1.3.9-1
Severity: important
Tags: patch

The appended patch adds some missing bits to the Imake configuration
for Linux/MIPS. Tested on big-endian mips, I believe mipsel will be
fine, too.


Thiemo


diff -urpN tightvnc-1.3.9.old/Xvnc/config/cf/linux.cf 
tightvnc-1.3.9/Xvnc/config/cf/linux.cf
--- tightvnc-1.3.9.old/Xvnc/config/cf/linux.cf  2006-12-23 12:07:55.000000000 
+0000
+++ tightvnc-1.3.9/Xvnc/config/cf/linux.cf      2008-05-16 07:32:47.000000000 
+0100
@@ -43,7 +43,7 @@ XCOMM platform:  $XFree86: xc/config/cf/
 #if defined(AlphaArchitecture) || defined(PowerPCArchitecture) || \
     defined(SparcArchitecture) || defined(ArmArchitecure) || \
     defined(i386Architecture) || defined(s390Architecture) || \
-    defined(s390xArchitecture)
+    defined(s390xArchitecture) || defined(MipsArchitecture)
 #define DefaultLinuxCLibMajorVersion   6
 #else
 #define DefaultLinuxCLibMajorVersion   5
@@ -322,6 +322,13 @@ XCOMM binutils:    (LinuxBinUtilsMajorVersi
 #endif
 #endif /* SparcArchitecture */
 
+#ifdef MipsArchitecture
+#define OptimizedCDebugFlags   -O2
+#define LinuxMachineDefines    -D__mips__
+#define ServerOSDefines                XFree86ServerOSDefines -DDDXTIME 
-DPART_NET
+#define ServerExtraDefines     -DGCCUSESGAS XFree86ServerDefines
+#endif /* MipsArchitecture */
+
 /*================================================================
    BEGIN ORL VNC modification
    Always define _REENTRANT since we may use threaded libraries */
diff -urpN tightvnc-1.3.9.old/Xvnc/programs/Xserver/cfb/Imakefile 
tightvnc-1.3.9/Xvnc/programs/Xserver/cfb/Imakefile
--- tightvnc-1.3.9.old/Xvnc/programs/Xserver/cfb/Imakefile      2002-03-20 
05:16:03.000000000 +0000
+++ tightvnc-1.3.9/Xvnc/programs/Xserver/cfb/Imakefile  2008-05-16 
08:11:23.000000000 +0100
@@ -193,8 +193,11 @@ stipmipste.s: stipmips.s
 clean::
        $(RM) stipmipste.s
 
+stipmips.o: stipmips.s
+       $(CPP) AsmDefines stipmips.s | $(AS) -o $@ -
+
 stipmipste.o: stipmipste.s
-       $(AS) -o $@ -DTETEXT stipmipste.s
+       $(CPP) AsmDefines -DTETEXT stipmipste.s | $(AS) -o $@ -
 #endif
 
 #ifdef SparcArchitecture



--- End Message ---
--- Begin Message ---
Source: tightvnc
Source-Version: 1.3.9-3

We believe that the bug you reported is fixed in the latest version of
tightvnc, which is due to be installed in the Debian FTP archive:

tightvnc_1.3.9-3.diff.gz
  to pool/main/t/tightvnc/tightvnc_1.3.9-3.diff.gz
tightvnc_1.3.9-3.dsc
  to pool/main/t/tightvnc/tightvnc_1.3.9-3.dsc
tightvncserver_1.3.9-3_i386.deb
  to pool/main/t/tightvnc/tightvncserver_1.3.9-3_i386.deb
xtightvncviewer_1.3.9-3_i386.deb
  to pool/main/t/tightvnc/xtightvncviewer_1.3.9-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated tightvnc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 17 May 2008 17:36:05 +0200
Source: tightvnc
Binary: tightvncserver xtightvncviewer
Architecture: source i386
Version: 1.3.9-3
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
Changed-By: Ola Lundqvist <[EMAIL PROTECTED]>
Description: 
 tightvncserver - virtual network computing server software
 xtightvncviewer - virtual network computing client software for X
Closes: 481444
Changes: 
 tightvnc (1.3.9-3) unstable; urgency=low
 .
   * Applied patch from Thiemo Seufer <[EMAIL PROTECTED]> to make it build
     fine on mips and mipsel architecture, closes: #481444.
Files: 
 02dfb3f432362266d54dc1b5d52a6bb6 786 x11 optional tightvnc_1.3.9-3.dsc
 8f039037596d826e146f29a5374498d3 71506 x11 optional tightvnc_1.3.9-3.diff.gz
 9fb49e6e051abdd2ef73ee132807c3e0 709632 x11 optional 
tightvncserver_1.3.9-3_i386.deb
 f9f8a808d88b6be12df9e674b1616e9a 64444 x11 optional 
xtightvncviewer_1.3.9-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFILztuGKGxzw/lPdkRAgTdAJ9dZk3r3F0c4dEIKvJ8tPe0QyyzRwCdF3MB
yaTaqq/FY3yxw3Cw9/BIuJc=
=Kf7e
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to