Subject: gcc-avr: Patch to fix the FTBFS (at least almost)
Followup-For: Bug #421142
Package: gcc-avr

I made a patch to fix the FTBFS.

- debian/control : adapted the build-depends to depend against the right
  gcc-source (the original would also match to 4.1.2, which is in
  experimental already. 4.1.2 is not acceptable (also, it would not
  work, because of the links target in the src dir.)


The patch is only "almost" the solution, as one file of the dbs package
has also to be patched: The target "unpack_src" does not follow the
link. (see filed wishlist bug #422003)

Tobi



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-avr depends on:
ii  binutils-avr                  2.17       Binary utilities supporting Atmel'
ii  libc6                         2.5-5      GNU C Library: Shared libraries

gcc-avr recommends no packages.

-- no debconf information
diff -Naur gcc-avr-4.1.1-orig/debian/control gcc-avr-4.1.1-2/debian/control
--- gcc-avr-4.1.1-orig/debian/control   2007-04-22 17:17:17.000000000 +0200
+++ gcc-avr-4.1.1-2/debian/control      2007-05-02 22:23:22.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Hakan Ardo <[EMAIL PROTECTED]>
 Standards-Version: 3.5.3
-Build-Depends: m4, autoconf (>= 2.13), libtool, gawk, bzip2, binutils-avr (>= 
2.17), bison, flex, gettext, texinfo, zlib1g-dev, debhelper (>= 4.2.10), tar 
(>= 1.13.18), automake1.9, dbs (>=0.22), gcc-4.1-source (>=4.1.1)
+Build-Depends: m4, autoconf (>= 2.13), libtool, gawk, bzip2, binutils-avr (>= 
2.17), bison, flex, gettext, texinfo, zlib1g-dev, debhelper (>= 4.2.10), tar 
(>= 1.13.18), automake1.9, dbs (>=0.22), gcc-4.1-source (>=4.1.1), 
gcc-4.1-source (<<4.1.2)
 Build-Conflicts: libgcc0, libgcc300
 
 Package: gcc-avr

Reply via email to