Package: goldedplus
Version: 1.1.4.7+1.1.5.20031012-1
Severity: important
Tags: patch
Justification: fails to build from source

There is a missing `ifdef` in upstream snapshot preventing version 
1.1.4.7+1.1.5.20051016-1 from being built under non-i386 systems with gcc.
The following patch fixes the problem.
Max

--- build/goldlib/gall/gutlvers.cpp.orig        2005-10-15 16:28:40.000000000 
-0700
+++ build/goldlib/gall/gutlvers.cpp     2005-10-20 16:58:36.000000000 -0700
@@ -290,7 +290,7 @@

   cpuname( scpuid.family, scpuid.model, scpuid.vendor, _cpuname);
   
-#elif defined(__GNUC__)
+#elif defined(__GNUC__) && defined(__i386__)
   
   asm(  /* assembler code is based on code of FreeBSD kernel sources */
         /* uses AT&T assembler notation */


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.64
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages goldedplus depends on:
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-2  GCC support library
ii  libncurses5                   5.5-1      Shared libraries for terminal hand
ii  libstdc++5                    1:3.3.6-10 The GNU Standard C++ Library v3

goldedplus recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to