Differences between revisions 10 and 12 (spanning 2 versions)
Revision 10 as of 2005-10-13 16:01:41
Size: 2037
Editor: ?smarenka
Comment:
Revision 12 as of 2005-10-13 18:07:58
Size: 1905
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:

---- /!\ '''Edit conflict - other version:''' ----
Line 6: Line 4:

---- /!\ '''Edit conflict - your version:''' ----
 * atari is missing support for framebuffer, keyboard, mouse, and serial, plus user space is broken (init dies when starting).

---- /!\ '''End of edit conflict''' ----
Line 17: Line 10:
 * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0  * bug triage: which m68k bugs have been fixed and should be closed, which still fail with the latest sid compiler and/or gcc-snapshot http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0
 * bug fixing

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-4.0

  • bug triage: which m68k bugs have been fixed and should be closed, which still fail with the latest sid compiler and/or gcc-snapshot http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gcc-4.0

  • bug fixing
  • debian bug #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, superkaramba_0.36-2
  • more to list [20051011] at least: wordtrans, texmacs, qdbm, kst, kile, kbear, ecos, celestia
  • debian bug #333536, gcc-4.0 (4.0.2-2) 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, digikamimageplugins_0.7.4-4, drscheme_1:209-8, caudium_2:1.4.7-5
  • Workaround: build under kernel 2.4 or better.

Buildds Seriously Behind

Other Stuff

  • ?DebianInstallerM68kTodo