Differences between revisions 1 and 29 (spanning 28 versions)
Revision 1 as of 2005-10-11 15:37:37
Size: 901
Editor: ?smarenka
Comment:
Revision 29 as of 2005-11-07 18:43:49
Size: 3365
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * atari framebuffer  * atari is missing support for framebuffer, keyboard, mouse, and serial, plus user space is broken (init dies when starting).
Line 9: Line 9:
= gcc-4.0 =
 * start listing bugs
= gcc triage =
 * check against latest sid gcc-4.0
 * check against latest sid gcc-3.4
 * bug is listed in debian bts http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0
 * bug is listed upstream http://gcc.gnu.org/bugzilla/
 * check against gcc-snapshot (if it's more recent)
 * check against gnu compiler (w/o debian patches)
 * update and close old bug reports

= gcc bugs =
 * ICE in cp_expr_size
  * debian #323686 and 323133, gnu pr 21123
  * found in gcc-4.0 4.0.2-2
  * workaround: gcc-3.4, fixed in 4.1?
  * pkgs: aleph_0.9.0-2.1, ardour_0.99-3, baghira_0.7a-1, bibletime_1.5.1-1, inkscape_0.42.2+0.43pre1-1, klibido_0.2.4.1-1, ksubtile_1.1-1, ktrack_0.3.0-alpha1-6.1

 * ICE in instantiate_virtual_regs_lossage
  * debian #333536
  * found in gcc-4.0 4.0.2-2
  * pkgs: cl-sql_3.3.3-1, ntop_3:3.2-1, plptools_0.14-1, rsplib_1.0.0-1, squashfs_1:2.2r2-1

 * unable to find a register to spill in class 'ADDR_REGS'
  * debian #323016
  * found in gcc-4.0 4.0.2-2
  * workaround -O1, fixed in 4.1?
  * pkgs: kfolding_1.0.0-rc2-4, ktorrent_1.1-1, ruby1.6_1.6.8-13. ruby1.8_1.8.3-2, ruby1.9_1.9.0+20050921-1, tin 1.7.10+20050727, sharutils_1:4.2.1-15

 * ICE: output_operand: invalid expression as operand:
  * debian #270340, gnu pr 18592
  * found in gcc-4.0 4.0.2-2
  * pkgs: gnutls11_1.0.16-14, openmsx_0.5.2-4, zynaddsubfx_2.2.1-2.1

 * m68k bugs that need to be revisited: 319328, 323426, 317475, 321486, 331150 (segfault), 320038/321415/326002 (segfault), 312830 (gij-4.0), 323133, 323792 (segfault)
Line 14: Line 46:
 * James Troup said there were m68k-specific patches added and they would be a good place to start.  * patch supplied in bug report (thanks Wouter and Alan Modra).


= python build segfaults =
 * starting to wonder if there is a pattern: python2.2_2.2.3dfsg-4, python2.3_2.3.5-8, python2.4_2.4.1-2, python-imaging_1.1.5-4, pyopengl_2.0.1.09-1.1
 * check for bug reports (gcc: 317475)
Line 24: Line 62:
 * 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, digikamimageplugins_0.7.4-4, drscheme_1:209-8, caudium_2:1.4.7-5, libclass-methodmaker-perl_2.07-2, mozilla_2:1.7.11-1, openssl097_0.9.7g-4, ncurses_5.5-1, sympa_4.1.5-7, pike7.4_7.4.325-2, mpqc_2.2.3-2
 * Workaround: build under kernel 2.4 or better.

= Buildd Status =
 * http://buildd.debian.org/
 * http://buildd.org/
 * Being ignored for testing: http://lists.debian.org/debian-release/2005/10/msg00079.html
 * We've caught up!
 * We need to revisit the 135 failed and cleanup the toolchain bugs.
Line 28: Line 75:
 * InitrdReplacementOptions
 * klibc needs porting see bug #334917

linux-2.6

  • mac support, especially adb (can't d-i without it)
  • atari is missing support for framebuffer, keyboard, mouse, and serial, plus user space is broken (init dies when starting).

linux-2.4

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

gcc triage

gcc bugs

  • ICE in cp_expr_size
    • debian #323686 and 323133, gnu pr 21123
    • found in gcc-4.0 4.0.2-2
    • workaround: gcc-3.4, fixed in 4.1?
    • pkgs: aleph_0.9.0-2.1, ardour_0.99-3, baghira_0.7a-1, bibletime_1.5.1-1, inkscape_0.42.2+0.43pre1-1, klibido_0.2.4.1-1, ksubtile_1.1-1, ktrack_0.3.0-alpha1-6.1
  • ICE in instantiate_virtual_regs_lossage
    • debian #333536
    • found in gcc-4.0 4.0.2-2
    • pkgs: cl-sql_3.3.3-1, ntop_3:3.2-1, plptools_0.14-1, rsplib_1.0.0-1, squashfs_1:2.2r2-1
  • unable to find a register to spill in class 'ADDR_REGS'
    • debian #323016
    • found in gcc-4.0 4.0.2-2
    • workaround -O1, fixed in 4.1?
    • pkgs: kfolding_1.0.0-rc2-4, ktorrent_1.1-1, ruby1.6_1.6.8-13. ruby1.8_1.8.3-2, ruby1.9_1.9.0+20050921-1, tin 1.7.10+20050727, sharutils_1:4.2.1-15
  • ICE: output_operand: invalid expression as operand:
    • debian #270340, gnu pr 18592
    • found in gcc-4.0 4.0.2-2
    • pkgs: gnutls11_1.0.16-14, openmsx_0.5.2-4, zynaddsubfx_2.2.1-2.1
  • m68k bugs that need to be revisited: 319328, 323426, 317475, 321486, 331150 (segfault), 320038/321415/326002 (segfault), 312830 (gij-4.0), 323133, 323792 (segfault)

binutils

python build segfaults

  • starting to wonder if there is a pattern: python2.2_2.2.3dfsg-4, python2.3_2.3.5-8, python2.4_2.4.1-2, python-imaging_1.1.5-4, pyopengl_2.0.1.09-1.1
  • check for bug reports (gcc: 317475)

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, digikamimageplugins_0.7.4-4, drscheme_1:209-8, caudium_2:1.4.7-5, libclass-methodmaker-perl_2.07-2, mozilla_2:1.7.11-1, openssl097_0.9.7g-4, ncurses_5.5-1, sympa_4.1.5-7, pike7.4_7.4.325-2, mpqc_2.2.3-2
  • Workaround: build under kernel 2.4 or better.

Buildd Status

Other Stuff