Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2005-10-11 15:37:37
Size: 901
Editor: ?smarenka
Comment:
Revision 5 as of 2005-10-12 13:51:28
Size: 1630
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * start listing bugs  * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0
 * [debian 323686/pr 21123] cp_expr_size ICE (4.0.2-2): many packages including: kxmleditor_1.1.4-2, aleph_0.9.0-2.1
 * more to list [20051011] at least: wordtrans, texmacs, qdbm, kst, kile, kbear, ecos, celestia
 * debian bug # 333536, gcc-4.0 ICE in instantiate_virtual_regs_lossage: plptools_0.14-1, rsplib_1.0.0-1
Line 24: Line 27:
 * The offending command is {{{find debian/caudium -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0}}}, with xargs being the problem  * The offending command in dh_fixperms is {{{find debian/caudium -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0}}}, with xargs being the culprit
 * Packages known to fail: libcommoncpp2_1.3.19-1 (built fine on crest), digikamimageplugins_0.7.4-4, drscheme_1:209-8, caudium_2:1.4.7-5
 * are all failures under 2.2 kernel?

= Buildds Seriously Behind =
 * http://buildd.debian.org/
 * http://buildd.org/
 * Being ignored for testing: http://lists.debian.org/debian-release/2005/10/msg00079.html

linux-2.6

  • mac support, especially adb (can't d-i without it)
  • atari framebuffer

linux-2.4

  • Atari and Mac SCC serial drivers missing
  • Atari ST-RAM swap code broken

gcc-4.0

  • http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0

  • [debian 323686/pr 21123] cp_expr_size ICE (4.0.2-2): many packages including: kxmleditor_1.1.4-2, aleph_0.9.0-2.1
  • more to list [20051011] at least: wordtrans, texmacs, qdbm, kst, kile, kbear, ecos, celestia
  • debian bug # 333536, gcc-4.0 ICE in instantiate_virtual_regs_lossage: plptools_0.14-1, rsplib_1.0.0-1

binutils

  • sid version is broken: http://bugs.debian.org/327780

  • James Troup said there were m68k-specific patches added and they would be a good place to start.

xargs (dh_fixperms)

  • Looks something like

{{{> > dh_fixperms > > chown: cannot access > > `dedebian/libcommoncpp2-dev/usr/include/cc++2/cc++/common.h': No such file > > or directory chown: cannot access `TERM=unknown': No such file or directory > > dh_fixperms: command returned error code}}}

  • The offending command in dh_fixperms is find debian/caudium -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0, with xargs being the culprit

  • Packages known to fail: libcommoncpp2_1.3.19-1 (built fine on crest), digikamimageplugins_0.7.4-4, drscheme_1:209-8, caudium_2:1.4.7-5
  • are all failures under 2.2 kernel?

Buildds Seriously Behind

Other Stuff

  • ?DebianInstallerM68kTodo