Differences between revisions 124 and 126 (spanning 2 versions)
Revision 124 as of 2006-01-16 21:08:52
Size: 7007
Editor: ?smarenka
Comment:
Revision 126 as of 2006-02-13 07:10:05
Size: 6866
Editor: JoeyHess
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * DebianInstallerM68kTodo  * DebianInstaller/M68kTodo
Line 81: Line 81:
 * gerris_0.6.0-2: m68k, `_FPU_MASK_ZM'
Line 86: Line 85:
 * imapcopy_1.01-1: not-for-us but why?
 * ree_1.3-1: not in arch list (why no longer not-for-us?)

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

Here

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

?Anchor(testing)

Testing Status

?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(bugs)

Bugs

Need Investigation and Bugs Filed

  • 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'

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
  • similar problem?
    • packagesearch_2.0.5: Built fine on aahz (with 2.6.14), but failed on tanda (with 2.2.25):
      • strip --remove-section=.comment --remove-section=.note debian/packagesearch/usr/bin/packagesearch strip: Unable to recognise the format of the input file `debian/packagesearch/usr/bin/packagesearch' dh_strip: command returned error code 256

?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