Hi Thanks a lot! Do the package work well when it has been built?
Best regards, // Ola On Sat, Feb 09, 2008 at 01:46:21AM +0000, Paul Brook wrote: > Package: tightvnc > Version: 1.2.9-21 > Severity: important > Tags: patch > Justification: fails to build from source > > > Package fails to build on ARM. Looks like confusion between > Arm32Architecture and ArmArchitecture in the configure scripts. > > Patch below fixes the system detection file to generate the defines that > the rest of the config is expecting. > > Paul > > diff -ur clean/Xvnc/config/cf/Imake.cf tightvnc-fixed/Xvnc/config/cf/Imake.cf > --- clean/Xvnc/config/cf/Imake.cf > +++ tightvnc-fixed/Xvnc/config/cf/Imake.cf > @@ -711,7 +711,7 @@ > # undef __alpha__ > # endif /* __alpha__ */ > # ifdef __arm__ > -# define Arm32Architecture > +# define ArmArchitecture > # undef arm > # undef __arm > # undef __arm__ > > -- System Information: > Debian Release: lenny/sid > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: arm (armv5tejl) > > Kernel: Linux 2.6.22.2 > Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) > Shell: /bin/sh linked to /bin/bash > > > -- --------------------- Ola Lundqvist --------------------------- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | http://opalsys.net/ +46 (0)70-332 1551 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --------------------------------------------------------------- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

