Your message dated Tue, 17 Oct 2006 10:50:54 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#393591: fixed
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: translucency-source
Version: 0.6.0-3
Severity: grave
Justification: renders package unusable

I've tried to build translucency-source on 2.6.18, but it failed to compile:

dh_clean
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/translucency'
rm -f *.o *.rej *.[ch].orig
make[1]: Leaving directory `/usr/src/modules/translucency'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/translucency'
dh_clean
dh_clean: cannot read debian/control: No such file or directory

make[1]: [kdist_clean] Error 1 (ignored)
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/translucency'
rm -f *.o *.rej *.[ch].orig
make[2]: Leaving directory `/usr/src/modules/translucency'
make[1]: Nothing to be done for `kdist_config'.
for templ in 
/usr/src/modules/translucency/debian/translucency-module-_KVERS_.postinst.modules.in;
 do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.18-1-686/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.18-1-686/g ;s/#KVERS#/2.6.18-1-686/g ; 
s/_KVERS_/2.6.18-1-686/g ; s/##KDREV##/2.6.18-2/g ; s/#KDREV#/2.6.18-2/g ; 
s/_KDREV_/2.6.18-2/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_installdirs lib/modules/2.6.18-1-686/kernel/fs
# Build the module
/usr/bin/make KERNELDIR=/lib/modules/2.6.18-1-686/build 
KERNELVERSION=2.6.18-1-686 translucency.o
make[2]: Entering directory `/usr/src/modules/translucency'
gcc -c -O2 -Wall -Werror -fno-strict-aliasing -Wstrict-prototypes 
-fomit-frame-pointer -pipe -fno-strength-reduce -D__KERNEL__ -DMODULE -D__SMP__ 
-DSMP -I/lib/modules/2.6.18-1-686/build/include  extension.c
In file included from extension.c:3:
base.h:18:31: error: linux/modversions.h: No such file or directory
In file included from /lib/modules/2.6.18-1-686/build/include/linux/rwsem.h:24,
                 from 
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h:42,
                 from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:57,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h: In function '__down_read':
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:104: error: expected ':' or 
')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h: In function 
'__down_write_nested':
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:156: error: expected ':' or 
')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h: In function '__up_read':
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:198: error: expected ':' or 
')' before 'KBUILD_BASENAME'
cc1: warnings being treated as errors
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:192: warning: unused 
variable 'tmp'
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h: In function '__up_write':
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:224: error: expected ':' or 
')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h: In function 
'__downgrade_write':
/lib/modules/2.6.18-1-686/build/include/asm/rwsem.h:249: error: expected ':' or 
')' before 'KBUILD_BASENAME'
In file included from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:57,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h: In function 'down':
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h:105: error: expected 
':' or ')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h: In function 
'down_interruptible':
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h:130: error: expected 
':' or ')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h: In function 
'down_trylock':
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h:155: error: expected 
':' or ')' before 'KBUILD_BASENAME'
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h: In function 'up':
/lib/modules/2.6.18-1-686/build/include/asm/semaphore.h:179: error: expected 
':' or ')' before 'KBUILD_BASENAME'
In file included from /lib/modules/2.6.18-1-686/build/include/asm/smp.h:17,
                 from /lib/modules/2.6.18-1-686/build/include/linux/smp.h:18,
                 from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:63,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/mpspec.h:6:25: error: 
mach_mpspec.h: No such file or directory
In file included from /lib/modules/2.6.18-1-686/build/include/asm/smp.h:17,
                 from /lib/modules/2.6.18-1-686/build/include/linux/smp.h:18,
                 from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:63,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/mpspec.h: At top level:
/lib/modules/2.6.18-1-686/build/include/asm/mpspec.h:8: error: 'MAX_MP_BUSSES' 
undeclared here (not in a function)
/lib/modules/2.6.18-1-686/build/include/asm/mpspec.h:22: error: 
'MAX_IRQ_SOURCES' undeclared here (not in a function)
In file included from /lib/modules/2.6.18-1-686/build/include/linux/smp.h:18,
                 from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:63,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/smp.h:76:26: error: mach_apicdef.h: 
No such file or directory
In file included from /lib/modules/2.6.18-1-686/build/include/linux/smp.h:18,
                 from /lib/modules/2.6.18-1-686/build/include/linux/sched.h:63,
                 from base.h:28,
                 from extension.c:3:
/lib/modules/2.6.18-1-686/build/include/asm/smp.h: In function 
'hard_smp_processor_id':
/lib/modules/2.6.18-1-686/build/include/asm/smp.h:80: warning: implicit 
declaration of function 'GET_APIC_ID'
In file included from extension.c:3:
base.h: At top level:
base.h:68: error: array type has incomplete element type
base.h: In function 'namei_to_path':
base.h:141: error: dereferencing pointer to incomplete type
base.h:141: error: dereferencing pointer to incomplete type
make[2]: *** [extension.o] Error 1
make[2]: Leaving directory `/usr/src/modules/translucency'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/translucency'
make: *** [kdist_build] Error 2

Cheers,
        Moritz

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages translucency-source depends on:
ii  debhelper                     5.0.40     helper programs for debian/rules
ii  make                          3.81-3     The GNU version of the "make" util
ii  module-assistant              0.10.7     tool to make module package creati

translucency-source recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

translucency |    0.6.0-3 | source
translucency-source |    0.6.0-3 | all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Jeroen van Wolffelaar (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to