Your message dated Fri, 22 Sep 2006 16:02:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388031: fixed in radeontool 1.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: radeontool
Version: 1.5-3
Severity: serious
Tags: patch
Justification: no longer builds from source

Hi,

radeontool FTBFS on powerpc with following error:

gcc -Wall -O2 radeontool.c -o radeontool
radeontool.c: In function 'map_devince_memory':
radeontool.c:97: error: 'PAGE_SIZE' undeclared (first use in this
function)
radeontool.c:97: error: (Each undeclared identifier is reported only
once
radeontool.c:97: error: for each function it appears in.)
make[1]: *** [radeontool] Error 1
make[1]: Leaving directory `/home/corsac/builds/radeontool-1.5.orig'
make: *** [build-stamp] Error 2


Attached patch (taken from #384307) fix the problem.

Regards,

--
Yves-Alexis Perez


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages radeontool depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries

radeontool recommends no packages.

-- no debconf information
diff -urN radeontool-1.5.orig/radeontool.c radeontool-1.5/radeontool.c
--- radeontool-1.5.orig/radeontool.c	2004-02-11 04:50:27.000000000 +0100
+++ radeontool-1.5/radeontool.c	2006-09-18 09:43:38.000000000 +0200
@@ -21,10 +21,11 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/mman.h>
-#include <asm/page.h>
 
 #include "radeon_reg.h"
 
+#define PAGE_SIZE sysconf(_SC_PAGE_SIZE)
+
 int debug;
 int skip;
 

--- End Message ---
--- Begin Message ---
Source: radeontool
Source-Version: 1.5-4

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

radeontool_1.5-4.diff.gz
  to pool/main/r/radeontool/radeontool_1.5-4.diff.gz
radeontool_1.5-4.dsc
  to pool/main/r/radeontool/radeontool_1.5-4.dsc
radeontool_1.5-4_sparc.deb
  to pool/main/r/radeontool/radeontool_1.5-4_sparc.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.
Luigi Gangitano <[EMAIL PROTECTED]> (supplier of updated radeontool 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, 23 Sep 2006 00:38:41 +0200
Source: radeontool
Binary: radeontool
Architecture: source sparc
Version: 1.5-4
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano <[EMAIL PROTECTED]>
Changed-By: Luigi Gangitano <[EMAIL PROTECTED]>
Description: 
 radeontool - utility to control ATI Radeon backlight functions on laptops
Closes: 388031
Changes: 
 radeontool (1.5-4) unstable; urgency=low
 .
   * radeontool.c
     - Applied patch to fix FTBFS on powerpc (Thanks to Yves-Alexis Perez)
       (Closes: #388031)
Files: 
 467127747663f401707baa69dc8d1872 593 utils optional radeontool_1.5-4.dsc
 7b22284cd5f3213a482b2e19b64d946b 4227 utils optional radeontool_1.5-4.diff.gz
 9e38b46b69fda78dfc60b6882286b34b 9314 utils optional radeontool_1.5-4_sparc.deb

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

iD8DBQFFFGb08ZumGJJMDCYRAuvlAJwK2vUKCm2qmOuKUJLTTZ+vhCIkqgCeNh/T
qATpFfiI/gANgVZR2P5u7z4=
=KjW9
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to