tags 359813 unreproducible moreinfo thanks On Tue, Mar 28, 2006 at 04:54:04PM -0800, Chip Salzenberg wrote: > The failure mode is particularly mystifying: it is an apparently > "successful" accomplishment of nothing at all: > > $ make > make -C /lib/modules/2.6.16-1-686/build M=/stuff/tp/tp_smapi-0.17 modules > make[1]: Entering directory `/usr/src/linux-headers-2.6.16-1-686' > Building modules, stage 2. > MODPOST > make[1]: Leaving directory `/usr/src/linux-headers-2.6.16-1-686'
I can't reproduce this with a minimal testcase:
| $ cat test.c
| #include <linux/module.h>
| $ cat Makefile
| obj-m = test.o
| $ make -C /usr/src/linux-headers-2.6.16-1-686 M=$(pwd) modules
| make: Entering directory `/usr/src/linux-headers-2.6.16-1-686'
| CC [M] /tmp/source/test/test.o
| Building modules, stage 2.
| MODPOST
| CC /tmp/source/test/test.mod.o
| LD [M] /tmp/source/test/test.ko
| make: Leaving directory `/usr/src/linux-headers-2.6.16-1-686'
> I asked the maintainer of tp_smapi for help, and he reported that he could
> not reproduce this failure on his (non-Debian) 2.6.16 kernel tree. And of
> course I built tp_smapi with the 2.6.15 header package, without problems.
Please either provide informations where to find the failing tree or
send a minimal testcase.
Bastian
--
Oblivion together does not frighten me, beloved.
-- Thalassa (in Anne Mulhall's body), "Return to Tomorrow",
stardate 4770.3.
signature.asc
Description: Digital signature

