Differences between revisions 118 and 119
Revision 118 as of 2006-01-11 19:26:26
Size: 6281
Editor: ?smarenka
Comment:
Revision 119 as of 2006-01-11 19:39:50
Size: 6550
Editor: ?smarenka
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
  = Here =
 * [#usertags usertags]
 * [#rcusertags RC usertags]
 * [#testing testing status]
 * [#bugs bugs that need work]
 * [#binnmu binNMU instructions]
Line 12: Line 19:
[[Anchor(usertags)]]
Line 33: Line 41:
[[Anchor(rcusertags)]]
Line 41: Line 50:
[[Anchor(testing)]]
Line 52: Line 62:
[[Anchor(bugs)]]
Line 106: Line 117:
[[Anchor(binnmu)]]

This page tracks current issues with the [http://www.us.debian.org/ports/m68k/ m68k] port. User support is at debian-68k@lists.debian.org. Buildd admins can be found at m68k-build@nocrew.org.

Other Places

  • ["m68kEtchReleaseRecertification"]
  • ?DebianInstallerM68kTodo

  • ?DebianM68kGcc

  • ?DebianM68kKernel

Here

  • [#usertags usertags]
  • [#rcusertags RC usertags]
  • [#testing testing status]
  • [#bugs bugs that need work]
  • [#binnmu binNMU instructions]

?Anchor(usertags)

m68k usertags

{{{To: control@bugs.debian.org Subject: m68k usertags

user m68k-build@nocrew.org usertag bugnum + m68k thanks }}}

?Anchor(rcusertags)

m68k rc usertags

?Anchor(testing)

Testing Status

?Anchor(bugs)

Bugs

  • Tracking the numerous gcc bugs at ?DebianM68kGcc.

  • mathinline is glibc (libc6-dev), 4.0.2-3 (20051109)
    • debian #340871 on libc6-dev (trivial case in report)
    • > /usr/include/bits/mathinline.h:128: error: declaration of 'double atan(double)' throws different exceptions

    • workaround: drop to less than -O1 or drop -pedantic (so USE_EXTERN_INLINES doesn't get defined)

    • pkgs: slgsl_0.5.2-1, php4-vpopmail_4.3.4-5.4.4+2, libgig_2.0.d2-1, highlight_2.4.2-1, blackbox_0.70.0-5, darkice_0.16-1
  • libgstreamer hangs during installation (sometimes)

Need Investigation and Bugs Filed

  • gerris_0.6.0-2: m68k, `_FPU_MASK_ZM'
  • pnet_0.6.12-5: m68k, segfaults
  • vtk_4.4.2-8: m68k, throwing an instance of 'std::logic_error'
  • pike7.2_7.2.580-4: m68k, floating point exception
  • ecj-bootstrap_3.1.1-3.1: m68k&hppa, Can't find 'java.lang'

  • imapcopy_1.01-1: not-for-us but why?
  • ree_1.3-1: not in arch list (why no longer not-for-us?)

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, caudium_2:1.4.7-5, mozilla_2:1.7.11-1, openssl097_0.9.7g-4, exiv2_0.7-9.1, pike7.6_7.6.53-1, tex4ht_20051130-1, craft_3.5-11, log4cxx_0.9.7-3+b1

  • Workaround: build under kernel 2.4 or better
  • debian bug #336461 (findutils/xargs) seems suspiciously similar

?Anchor(binnmu)

binNMU notes

  • example to register dpkg_1.13.11 for a dpkg_1.13.11+b1 binNMU:

wanna-build -b m68k/build-db -d unstable -m "Rebuild with g++-4.0 for C++ +transition." --binNMU=1 dpkg_1.13.11

  • --binNMU=2 for second binNMU.
  • example to deregister any pending binNMU and return to Installed state:

wanna-build -b m68k/build-db -d unstable --binNMU=0 dpkg_1.13.11