Package: gcc-3.3
Version: 1:3.3.2-0pre4
Severity: serious
Tags: sid patch
Justification: no longer builds from source

the patch file debian/patches/libobjc.dpatch has an assumption that you 
have the the gc header files installed. the code snippet below shows how 
it should be (i.e. using the headers from the source package). hope this 
helps :)

        matt

==[snip]==
--- libobjc/Makefile.in~        Fri Jul 21 13:16:47 2000
+++ libobjc/Makefile.in Fri Jul 21 13:20:23 2000
@@ -76,7 +76,7 @@
   -I$(srcdir)/$(MULTISRCTOP)../gcc/config -I$(MULTIBUILDTOP)../../gcc \
   -I$(srcdir)/$(MULTISRCTOP)../include
                                                                                
-OBJC_GCFLAGS=-DOBJC_WITH_GC=1
+OBJC_GCFLAGS=-I$(srcdir)/../boehm-gc/include -DOBJC_WITH_GC=1
 OBJC_THREAD_FILE=thr-objc
                                                                                
 .SUFFIXES:
==[snap]==



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux foobox 2.6.0-test5-mm2 #1 Wed Sep 17 11:36:33 BST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.6-2 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.2-0pre4 The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.2-0pre4 The GNU Compiler Collection (base 
ii  libc6                      2.3.2-7       GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.2-0pre4 GCC support library

-- no debconf information



Reply via email to