I give up... tried to patch the aic7xxx Makefile, kern.pre and kmod.pre,
but still doesn't affect the CFLAGS (or whatever they are) here:

| ===> aic7xxx/aicasm (depend)
| byacc -b aicasm_gram  -d -o aicasm_gram.c 
../../../dev/aic7xxx/aicasm/aicasm_gram.y
| byacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c 
../../../dev/aic7xxx/aicasm/aicasm_macro_
| gram.y
| lex -t   ../../../dev/aic7xxx/aicasm/aicasm_scan.l > aicasm_scan.c
| lex -t  -Pmm ../../../dev/aic7xxx/aicasm/aicasm_macro_scan.l > 
aicasm_macro_scan.c
| rm -f .depend_aicasm
| CC='clang-3.4' mkdep -f .depend_aicasm -a    -D_GNU_SOURCE 
-I../../../dev/aic7xxx/aicasm -std=gnu99 
|   ../../../dev/aic7xxx/aicasm/aicasm.c 
../../../dev/aic7xxx/aicasm/aicasm_symbol.c aicasm_gram.c aic
| asm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c
| ../../../dev/aic7xxx/aicasm/aicasm.c:44:10: fatal error: 'sys/types.h' file 
not found
| #include <sys/types.h>
|          ^
| 1 error generated.

And even so, we may have added a stdinc where there should not be one;
there's as much risk of this workaround braeking something than fixing
a multilib header being used by mistake.

If a clang-3.4 fix doesn't happen in the next few hours I think we just
need an upload to experimental with a temporary, strange build-
dependency on libc0.1-dev-i386

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140826163454.ga21...@squeeze.pyro.eu.org

Reply via email to